:root {
  --font-aloevera-display: "Arial"
    /*'Dinamit'*/
  ;
  --font-urbanist: DM Sans;
  --body-color: #15023A
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-phone:before {
  content: "\f095"
}

hr,
img {
  border: 0
}

.mt-2 {
  margin-top: 15px
}

.top-bar-menu11 {
  float: right;
  margin-top: 5px
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
  float: left
}

.img-thumbnail,
.table,
label {
  max-width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

a {
  background-color: #fff0;
  color: var(--body-color);
  text-decoration: none
}

a:active,
a:hover {
  outline: 0
}

b,
optgroup,
strong {
  font-weight: 700
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto
}

svg:not(:root) {
  overflow: hidden
}

*,
:after,
:before,
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

textarea {
  overflow: auto
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

.signup select,
button.close,
input[type="search"] {
  -webkit-appearance: none
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

body {
  line-height: 1.42857143;
  color: #0e1315;
  background-color: #fff;
  margin: 0;
  font-size: var(--body-font-size)
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a:not(.btn):focus,
a:not(.btn):hover {
  color: #0f012b;
  text-decoration: underline
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee
}

.dropdowm-menu1 {
  display: none;
  position: absolute;
  left: 0;
  top: 63px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  width: 135px;
  padding: 4px 0;
  box-shadow: 0 20px 20px #0000001a;
  -webkit-box-shadow: 0 20px 20px #0000001a
}

.section-gap {
  padding-top: 50px;
  padding-bottom: 50px
}

[role="button"] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 25px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 14px
}

p {
  margin: 10px 0;
  font-family: var(--font-urbanist);
  line-height: 1.55;
  color: #0e1315
}

dt,
kbd kbd {
  font-weight: 700
}

.small,
small {
  font-size: 85%
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

pre code,
table {
  background-color: #fff0
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.list-inline {
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

.container {
  max-width: 1170px;
  width: 100%
}

caption,
th {
  text-align: left
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

label {
  display: inline-block;
  margin-bottom: 5px
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal
}

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  box-shadow: inset 0 1px 1px #00000013
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: #fff0;
  border: 0
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.collapsing,
.dropdown,
.dropup {
  position: relative
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid #fff0;
  border-left: 4px solid #fff0
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px #0000002d;
  box-shadow: 0 6px 12px #0000002d
}

.open>a {
  outline: 0
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em
}

.thumbnail {
  margin-bottom: 20px
}

.close {
  font-weight: 700;
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  background: #fff0;
  border: 0;
  padding: 5px
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.hidden {
  display: none !important
}

.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.heading,
.subscribe-to-quickebooks,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-aloevera-display);
  color: var(--body-color);
  margin: 0;
  font-weight: 600
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-list-alt::before {
  content: "\f022"
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: inherit !important
}

:focus,
a:active,
a:focus,
a:hover {
  outline: 0
}

li {
  list-style: none
}

.open>.dropdown-menu {
  display: block
}

.site-header .sub-menu-1 .sub-.manu {
  padding: 12px 0
}

.spacer {
  padding: 50px 0
}

.spacertop50 {
  padding-top: 50px
}

.spacerbottom50 {
  padding-bottom: 50px
}

.spacertop70 {
  padding-top: 70px
}

.spacertop img {
  margin: 0
}

.right-box a {
  border: 1px;
  padding: 11px 20px;
  margin: 0;
  line-height: 80px;
  background: #007aff;
  font-weight: 700;
  border-radius: 4px;
  text-shadow: none;
  font-size: 13px
}

.right-box h4 {
  margin: 9px 0 0;
  border: 1px;
  width: 32px;
  display: inline-table;
  border-radius: 50%;
  padding: 3px 0
}

.heading,
h3 {
  color: var(--body-color)
}

.col-md-8.col-sm-8.about p {
  padding: 5px 0;
  line-height: 28px;
  margin: 7px 0
}

.col-md-8.col-sm-8.features {
  margin: 24px 0
}

.col-md-12.col-sm-12.about p {
  text-align: center;
  margin: 41px 0;
  font-size: 15px;
  font-weight: 700
}

h1 {
  margin: 0 0 21px
}

.spacertop ul {
  padding-left: 0
}

.heading {
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 18px
}

h3 {
  font-size: 18px;
  padding-bottom: 10px
}

.category li {
  margin-bottom: 40px;
  list-style: none !important
}

.features li,
.following li,
.logo-section ul li,
.main-content .collering>li,
.pricingTable>.pricingContent>ul,
.relations li,
.relations-1 li,
.sub-.manu,
ul li {
  list-style: none
}

.category span {
  float: left;
  width: 90px
}

.category h3,
.category p {
  margin-left: 90px;
  text-align: justify
}

.article-content {
  background: #efefef;
  border-left: 5px solid #3bafda;
  padding: 29px 20px;
  margin-bottom: 20px
}

.article-content h5 {
  font-size: 20px;
  margin: 0;
  letter-spacing: .1em
}

.subtitle {
  font-size: 18px;
  font-weight: 700 !important
}

.relations-1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

.relations-1 h4 {
  font-style: initial;
  color: #fff
}

.blog,
.contact-list li,
.features li {
  position: relative
}

.default.dropdown-1 {
  display: inline-block;
  text-transform: uppercase;
  color: #000
}

.default.dropdown-1 {
  float: left;
  background: 0 0;
  border: none;
  padding: 22px 0;
  margin: 0;
  min-width: 124px;
  font-weight: 500;
  letter-spacing: 1px
}

.fixed {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 -2px 15px -5px #0000004d
}

.signup select {
  -moz-appearance: none;
  padding: 6px 5px;
  position: relative;
  border-radius: 5px;
  background: #fff !important
}

#network_infodiv label {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block
}

.description__promo {
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
  text-align: left
}

.terms {
  margin-top: 20px
}

.features {
  margin-top: 35px
}

.main-content .tab-pane.fade.active.in {
  text-align: center
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.mtabs.tab-content {
  background: #eceff4;
  box-shadow: 0 0 2px;
  height: auto;
  padding: 0
}

.mtabs .tab-pane {
  background: #fff;
  min-height: 530px;
  width: 80%;
  text-align: center
}

.main-content .button.button--green {
  margin: 20px 0 0;
  padding: 10px 0
}

.sms_images {
  padding-top: 60px
}

.feature_list {
  padding: 50px 0;
  border-top: 1px solid#eaeaea
}

.space-bottom {
  padding-bottom: 45px
}

.fa.fa-inr {
  padding-right: 4px;
  font-size: 16px;
  margin-top: 17px;
  vertical-align: top
}

.banner-title,
.column-title,
.iconsection h3,
.item h1.largetext,
.item h1.largetext span,
.large,
.mediumtext,
.rounded-btn,
.section-title {
  font-weight: 700
}

.btn-buynow {
  position: absolute;
  bottom: 20px;
  left: 32%;
  display: block;
  margin: 0 auto
}

.feature_box {
  border-top: 1px solid#eaeaea;
  padding: 60px 0
}

.col-sm-4.main-box3 {
  background: #f2f2f2;
  margin: 5px;
  padding: 45px 18px;
  text-align: center;
  float: none;
  display: table-cell;
  width: 1%;
  border-left: 5px solid#fff;
  border-right: 5px solid#fff
}

.relationship-content {
  background: #fff;
  border: 2px solid;
  border-radius: 50%;
  margin: auto;
  padding: 22px 0;
  width: 100%;
  max-width: 100px
}

.relationship-content>img {
  height: 50px;
  max-width: 100%;
  width: 50%
}

.col-sm-4.main-box3>a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px
}

.onepcssgrid-1000 p {
  color: #262626;
  font-size: 15px
}

.item.active {
  padding-top: 90px
}

.item img {
  height: auto !important
}

.features_image {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0
}

.small-container {
  width: 100%;
  max-width: 860px
}

.clearfix:after,
clearfix:before {
  content: "";
  display: block;
  clear: both
}

.section-title {
  margin: 20px 0;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  color: #131313
}

.line:after,
.section-title:after {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  margin: 12px auto;
  background: #969696
}

.line:before,
.section-title:before {
  position: absolute;
  content: "";
  width: 40px;
  left: 50%;
  margin-left: -20px;
  height: 2px;
  display: block;
  bottom: 0
}

.iconsection {
  padding-left: 62px;
  padding-bottom: 42px
}

.iconsection .icon {
  position: absolute;
  left: 0
}

.iconsection h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: inherit
}

.address li .country {
  text-transform: uppercase;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0
}

.imagespacer {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  width: 1%
}

.banner-title {
  margin: 20px 0;
  font-size: 55px;
  position: relative;
  font-weight: 700;
  margin-top: 50px
}

.large {
  font-size: 20px;
  min-height: 46px
}

.large+p {
  min-height: 140px;
  font-size: 14px
}

.mediumtext {
  font-size: 22px;
  font-weight: 400
}

.checklist li:before,
.features li:before {
  content: "\f00c"
}

.column {
  display: table-cell;
  width: 1%;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: top
}

.column:last-child {
  border-right: 0;
  padding-left: 36px;
  padding-top: 25px
}

.address {
  margin: 20px 0;
  padding: 0
}

.address li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 123px;
  padding-top: 12px;
  min-height: 48px
}

.address li .country img {
  margin-right: 12px;
  vertical-align: middle
}

.subscribe-section {
  position: relative;
  margin: 25px 0;
  padding-right: 122px
}

.subscribe-section input[type="email"] {
  background: #5a5a5a;
  width: 100%;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  height: 42px;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  font-style: normal
}

.subscribe-section input[type="submit"] {
  width: 164px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  height: 42px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  min-width: 130px;
  font-style: normal
}

.column.column--enterprise {
  padding: 0
}

.footer-bottom p {
  padding-top: 12px;
  font-size: 14px
}

#home-slider .container {
  max-width: 1240px
}

.item h1.largetext {
  font-size: 65px;
  text-transform: inherit;
  line-height: 1
}

.features ul {
  padding-left: 0;
  padding-bottom: 35px
}

.column-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 28px;
  text-transform: capitalize
}

.features li {
  background: 0 0;
  color: #787878
}

.features li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0
}

.spacertop100 {
  padding-top: 50px
}

.white * {
  color: #fff !important
}

.icon-list {
  padding: 25px 0
}

.icon-list li {
  position: relative;
  padding-left: 65px;
  min-height: 70px;
  margin-bottom: 50px
}

.icon-list li:last-child {
  margin-bottom: 0
}

.circle-icon-large,
.clientpic {
  height: 140px;
  width: 140px;
  margin: 40px auto;
  text-align: center;
  line-height: 130px
}

.icon-list li .icon {
  position: absolute;
  left: 0
}

.icon-list li p {
  color: #333
}

.spacertop30 {
  padding-top: 30px
}

.circle-icon-large {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #673ab7
}

.contain-banner {
  background-size: contain;
  padding-bottom: 320px;
  background-repeat: no-repeat;
  background-position: center bottom
}

.bannerheading {
  font-size: 38px;
  color: #db214c
}

.testimonial-block .clien-info p:first-child,
.testimonial-block .clien-info p:last-child {
  font-size: 18px
}

.heading2 {
  font-size: 44px
}

.heading3 {
  font-size: 26px;
  margin: 18px 0 10px
}

.checklist {
  margin-bottom: 23px;
  padding: 0;
  margin-top: 20px
}

.checklist li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: var(--size-20)
}

.checklist li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #ff9800;
  font-size: 16px
}

.customlist-left li,
.customlist-right li {
  padding-left: 84px
}

.customlist-left li h5,
.customlist-right li h5 {
  text-transform: none
}

.invoice-color {
  background: #009688;
  display: none
}

.small-video {
  margin-bottom: 34px;
  position: relative;
  padding-bottom: 64%
}

.small-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.larger-text {
  font-size: 48px;
  margin-bottom: 8px
}

.space150 {
  padding-top: 150px;
  padding-bottom: 150px
}

.space100 {
  padding-top: 100px;
  padding-bottom: 80px
}

.black-section {
  background: #2b2b2b
}

.black-section * {
  color: #fff
}

.bottom-full-section {
  background-image: url(../frontimg/gray-pattern.jpg)
}

.section-title2 {
  margin: 20px 0;
  font-size: 40px;
  position: relative;
  text-transform: inherit
}

.spacing50,
.spacing_bottom50 {
  padding-bottom: 50px
}

.spacing50,
.spacing_top50 {
  padding-top: 50px
}

.booking-title {
  font-size: 17px;
  line-height: 1.55;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px
}

.pricing-section .column.column--professional {
  width: 50%;
  border: none
}

.gray_bgcolor {
  background: #e8e8e8
}

.spacing_top20 {
  padding-top: 20px
}

.margin_left {
  margin-left: 20px
}

.feedback span {
  font-size: 18px;
  font-weight: 600
}

.feedback-management-section {
  border-top: 1px solid #ddd
}

.log_in-btn {
  max-width: 180px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-color: #fff0
}

.orangr_bg {
  background: #f39c12
}

.orangr_bg:hover {
  color: #f39c12 !important
}

.log_in-btn:hover {
  background: 0 0 !important;
  border: 2px solid !important
}

.app_store_icon img {
  max-width: 120px
}

.app_store_icon li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px
}

.app_store_icon ul {
  padding: 20px 0 0
}

.feedback-management-section .app_store_icon ul {
  padding: 0
}

.out-main p {
  font-size: 16px;
  color: #787878
}

.case,
.graybox {
  text-align: center
}

.graybox {
  background: #f5f5f5;
  margin: 15px 0 24px;
  padding: 0;
  height: 360px;
  display: table;
  width: 100%
}

.box-image {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle
}

.category-title {
  margin: 20px 0;
  font-size: 24px;
  position: relative;
  color: #000;
  font-weight: 600
}

.mobile-app-section {
  background: linear-gradient(to right, #2c3480 0, #0f5f4d 80%, #0f5f4d 100%)
}

.mobile-app-section .section-title:after,
.mobile-app-section .section-title:before {
  display: none
}

.title36 {
  font-size: 36px;
  padding: 0 15px 30px;
  margin-top: 0
}

.track-management li {
  margin-top: 15px;
  padding-left: 65px;
  position: relative
}

.track-management li .icon {
  position: absolute;
  left: 0
}

.gray {
  background: #f5f5f5
}

.tab-content {
  display: none
}

.case-list {
  padding-left: 0
}

.white *,
.white p {
  color: #fff
}

. .button {
  background: #fff0;
  border: none;
  color: inherit;
  display: block;
  float: left;
  max-width: 250px;
  min-width: 199px;
  padding: 1em 7em;
  position: relative;
  vertical-align: middle;
  z-index: 1
}

.mobile-view {
  display: none
}

.desktop-view {
  background: url(/images/background-texture.jpg) no-repeat;
  background-size: cover;
  height: auto;
  min-height: 460px
}

.login-page .form_fieldgroup {
  width: 100%
}

.login-page .button.button--green {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 600px
}

.loginform {
  margin: auto;
  padding: 2rem;
  max-width: 30rem;
  background: #fff;
  border-radius: .375rem;
  -webkit-border-radius: .375rem
}

.loginform input {
  height: 54px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 10px
}

.loginform .inn {
  margin: auto
}

.loginform h3 {
  font-size: 25px
}

.loginform .btn.facebook,
.loginform .btn.google {
  background: #fff0;
  color: #202020;
  border: 1px solid #eee;
  height: 46px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 32px;
  width: 100%;
  margin-top: 12px;
  position: relative;
  padding-left: 25px
}

.loginform .btn.facebook i,
.loginform .btn.google i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.loginform .facebook .fa.fa-facebook {
  color: #3b5998
}

.loginform .btn.facebook:hover,
.loginform .btn.google:hover {
  background: #eee
}

.loginform .button--green,
.button.button--green {
  float: none;
  background: var(--body-color);
  border-color: var(--body-color);
  height: 48px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  max-width: 100%;
  color: #fff
}

.loginform .button--green:hover,
.button.button--green:hover,
.button:hover,
button:hover,
.btn:hover,
.btn:focus,
.btn:active {
  opacity: .85
}

.loginform .button--green {
  height: 57px;
  font-weight: 600
}

.seprator-or {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 25px;
  margin-top: 12px;
  text-align: center
}

.seprator-or:after {
  width: 100%;
  border-bottom: 1px solid #eee;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0
}

.seprator-or span {
  padding: 0 12px;
  background: #fff;
  position: relative;
  z-index: 1
}

.spacer-bottom,
.spacer1 {
  padding-bottom: 50px
}

.spacer1 {
  padding-top: 50px
}

.sub_title {
  font-size: 29px;
  color: #393939;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
  margin-top: 0;
  text-transform: capitalize;
  display: block
}

.sub_title:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #007aff;
  display: block;
  margin-top: 10px
}

.unique-features .aligncenter {
  height: auto
}

.covered-banner.our-clients {
  background-size: cover !important
}

.footer-bottom-before .address li {
  font-style: normal
}

.inn {
  max-width: 330px;
  margin: auto
}

.salon-modalpopup-all .form__footnote {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff6
}

.salon-modalpopup-all .btn-center .button.button--green:hover {
  border-color: #333;
  background: #333;
  color: #fff
}

.banner-tablet>img {
  max-width: 100%;
  padding-right: 0;
  padding-top: 30px
}

.icon-set {
  width: 60px;
  height: 60px;
  margin: auto auto 20px
}

.fa-check:before {
  content: "\f00c"
}

.fa-plus::before {
  content: "\f067"
}

.header-bg11:before,
.industry-banner:before {
  opacity: .35
}

@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-home:before {
  content: "\f015"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pencil-square-o::before {
  content: "\f044"
}

.fa-dollar::before,
.fa-usd::before {
  content: "\f155"
}

.fa-check-circle::before {
  content: "\f058"
}

.fa-comments-o::before {
  content: "\f0e6"
}

.fa-mobile-phone::before {
  content: "\f10b"
}

.fa-clock-o::before {
  content: "\f017"
}

.fa-medkit::before {
  content: "\f0fa"
}

.fa-question::before {
  content: "\f128"
}

.dropdowm-menu1::before,
.header-bg11:before {
  content: "";
  left: 0
}

.customerh2 {
  color: #fff;
  font-size: 24px
}

.header-bg11 {
  padding-top: 100px;
  position: relative
}

.sub-menu-1 a {
  color: #393939
}

.sub-menu-1 a i {
  margin-left: 5px
}

.sub-menu-1 a:hover {
  color: var(--body-color)
}

.navbar.fixed {
  padding-bottom: 0;
  box-shadow: 0 5px 10px #00000026;
  -webkit-box-shadow: 0 5px 10px #00000026;
  background: #fff
}

.site-header.fixed .top-bar {
  opacity: 0;
  position: absolute
}

.header-bg11:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, #fd6e00 0, #ff401b 100%)
}

.logo-top {
  float: left;
  color: #111;
  margin: 8px 0 0;
  font-size: 14px
}

.logo-top:hover {
  color: #000;
  text-decoration: none
}

.blue-theme #footer .relations li::before {
  border: none
}

.industry-inner-page {
  width: 100%
}

.footer-social ul {
  float: none;
  margin: 6px 0 0;
  padding-top: 20px
}

.footer-bottom .footer-social a:focus i,
.footer-bottom .footer-social a:hover i {
  color: #4d4d4d !important
}

.footer-social li a i {
  color: #fff
}

body .theme-background-color {
  background-color: #f20158 !important
}

#section5 .col-sm-7 img {
  margin-top: 60px;
  max-width: 95%
}

.salon-modalpopup-all .signup .signup-form {
  display: table !important;
  width: 100%;
  padding: 25px
}

.signup-form h3 {
  font-size: 25px
}

.signup-form input,
.signup-form-bottom input {
  height: 52px;
  padding-left: 12px;
  border: 1px solid #15023a1a
}

.signup-form input.button,
.signup-form input,
.signup-form-bottom input {
  width: 100%;
  border-radius: 10px;
  max-width: 100%
}

.main-indutries11 {
  padding: 160px 0 30px;
  background: #f2f2f2
}

.comman11 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
  font-weight: 700
}

.industry-banner,
.common-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative
}

.header-bg11:after {
  background: #f2f2f2
}

.industry-banner p {
  color: #111;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.industry-banner img {
  float: right;
  position: relative
}

.indusrty-section2 {
  width: 100%;
  padding-top: 80px
}

.section-gap+.indusrty-section2 {
  padding-top: 0
}

.indusrty-section222+.indusrty-section2 {
  padding-top: 40px
}

.title-new {
  text-align: center;
  margin: 0 0 40px
}

.title-new p {
  max-width: 780px;
  margin: auto;
  margin-top: 0
}

.title-new span,
.title_2 {
  font-size: var(--size-40);
  text-transform: capitalize;
  line-height: 1.3
}

.indusrty-section2 .col-sm-4 {
  text-align: center;
  padding: 0 30px
}

.indusrty-section2 .col-sm-4 img {
  max-width: 125px
}

.indusrty-section2 .col-sm-4 h2 {
  margin: 0;
  font-size: 20px;
  color: #212121;
  font-weight: 600
}

.img-parent {
  min-height: 154px;
  display: block
}

.indusrty-section2 .col-sm-4 p {
  margin: 10px 0
}

.bg-color-gray {
  background: #f2f2f2
}

.salonist-new-page-main .section3,
.section-after.powerfull11:after {
  background: #f2f2f2
}

.salonist-new-page-main .desktop-view .carousel-caption p {
  font-size: 15px !important;
  font-weight: 400
}

.salonist-new-page-main #section2 img {
  max-width: 380px
}

.salonist-new-page-main #section2 {
  margin-bottom: 0;
  padding: 50px 0 55px
}

.section-after.powerfull11 .column-title {
  color: #212121;
  margin-top: 50px
}

.salonist-new-page-main #footer h4::after,
.salonist-new-page-main .heading::after,
.salonist-new-page-main .section-title::before,
.salonist-new-page-main .sub_title::after {
  background: 0 0 !important
}

.line::after,
.section-title::after {
  background: 0 0;
  margin: 0
}

.icon-list li h5 {
  font-weight: 600
}

.salonist-new-page-main .circle-icon-large {
  background: var(--body-color);
  line-height: inherit;
  padding-top: 36px
}

.salonist-new-page-main .rembers.Reminder-section {
  background: linear-gradient(to right, #155799, var(--body-color)) !important
}

.industry-inner-page.pricing-page-main {
  width: 100%;
  float: none
}

.pricing-page-main .industry-banner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  background-size: cover
}

.pricing-page-main .industry-banner:after {
  display: none
}

.pricing-page-main .industry-banner h3,
.pricing-page-main .industry-banner p {
  width: 100%;
  text-align: center;
  max-width: 100%
}

.pricing-page-main .industry-banner p {
  float: none;
  max-width: 700px;
  margin: 0 auto;
  color: #111
}

.pricing-page-main .industry-banner h3 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 0
}

.lastp-table {
  text-align: center;
  margin: 15px 0 20px;
  font-style: italic
}

.toogle-button .switch {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 40px
}

.toogle-button .switch .slider {
  border: 2px solid #ddd;
  background: 0 0
}

.toogle-button .switch input {
  display: none
}

.toogle-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s
}

.toogle-button .slider:before {
  position: absolute;
  content: "Monthly";
  height: 30px;
  width: 68px;
  left: 6px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 30px;
  color: #626262;
  text-align: center;
  text-transform: uppercase
}

.toogle-button input:checked+.slider {
  border: 2px solid #f30057;
  background-color: #f30057
}

.toogle-button input:focus+.slider {
  box-shadow: 0 0 1px #2196f3
}

.toogle-button input:checked+.slider:before {
  -webkit-transform: translateX(54px);
  -ms-transform: translateX(54px);
  transform: translateX(54px);
  content: "Yearly";
  z-index: 9;
  background: 0 0;
  color: #fff
}

.toogle-button .switch .slider::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ddd;
  top: 3px;
  right: 4px
}

.toogle-button input:checked+.slider::after {
  left: 3px;
  right: inherit;
  background: #fff
}

.case-studies-main {
  display: table;
  margin: 80px auto 40px
}

.inner-case-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.inner-case-box11 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 20px
}

.inner-case-box11 p {
  color: #fff;
  font-size: 17px;
  margin: 10px 0 0;
  padding: 0 30px
}

.inner-case-box11 img {
  max-width: 310px;
  margin: 0 0 10px
}

.feature-heading,
.feature-title h1 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px
}

.feature-heading:after,
.feature-title h1:after {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #155799;
  content: "";
  left: 0;
  right: 0;
  margin: auto
}

.feature-title p {
  max-width: 820px;
  margin: 0 auto
}

.new-table-feature {
  display: table;
  max-width: 900px;
  margin: 50px auto 0;
  box-shadow: 0 12px 20px #0000001a;
  -moz-box-shadow: 0 12px 20px #0000001a;
  -webkit-box-shadow: 0 12px 20px #0000001a
}

.new-table-feature .col-sm-4,
.new-table-feature .col-sm-8 {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0
}

.new-table-feature .container {
  padding: 0
}

.new-table-feature .col-sm-8 {
  background: #f5f5f5;
  padding: 25px
}

.new-table-feature h2 {
  color: #252525;
  font-size: 24px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 600
}

.pricing-page-main.videos-main .industry-banner {
  padding-bottom: 160px
}

.video-overview {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -135px
}

.video-overview .col-sm-6 {
  padding: 0
}

.video-overview .col-sm-6:first-child::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: #0006
}

.video-overview .col-sm-6:first-child::after {
  content: "Introduction Salon Management Software";
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
  color: #fff;
  font-size: 22px;
  padding: 0 0 0 15px
}

.video-overview .col-sm-6:last-child {
  padding: 10px 20px
}

.video-overview .col-sm-6 a {
  float: left;
  border: 1px solid #155799;
  background: #155799;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 14px
}

.video-overview .col-sm-6 a:focus,
.video-overview .col-sm-6 a:hover {
  color: #155799;
  background: 0 0;
  text-decoration: none
}

.video-overview h2 {
  font-size: 27px
}

.video-overview p {
  color: #626262
}

.cutomers-page-main .col-sm-6 {
  text-align: center;
  padding: 30px 10px;
  float: none;
  display: table-cell;
  vertical-align: middle
}

.cutomers-page-main {
  position: relative
}

.cutomers-page-main::after,
.cutomers-page-main::before {
  width: 50%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  display: none
}

.cutomers-page-main::before {
  left: 0;
  background: #f2f2f2
}

.cutomers-page-main::after {
  right: 0;
  background-size: cover;
  display: none
}

.client-description p:after,
.client-description p:before {
  width: 36px;
  display: inline-block;
  height: 41px;
  content: ""
}

.client-description p:before {
  background: url(../images/quote-left.png) no-repeat
}

.client-description p:after {
  background: url(../images/quote-right.png) no-repeat;
  position: absolute;
  bottom: -17px;
  margin: 0 0 0 5px
}

.client-description {
  float: left;
  padding: 0 10px 0 25px
}

.client-description p {
  position: relative;
  z-index: 9;
  color: #fff;
  float: left;
  text-align: left;
  font-size: 17px;
  line-height: 32px
}

.customer-clients11 .section-title {
  margin: 50px 0 20px
}

.salonist-new-page-main {
  width: 100%
}

.salon-modalpopup-all p a:focus,
.salon-modalpopup-all p a:hover {
  text-decoration: none;
  opacity: 1;
  color: #000 !important
}

.video-overview img {
  min-height: 315px;
  border: 3px solid var(--body-color);
  width: 100%
}

.features-page-inner11 {
  width: 100%
}

.show-more11 {
  position: absolute;
  top: 26px;
  right: 15px;
  width: 30px;
  height: 30px;
  min-width: inherit;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
  bottom: 0
}

.show-more11.active,
.show-more11:hover {
  border: 1px solid #626262;
  background: #626262
}

.show-more11:before {
  content: "Show";
  position: absolute;
  bottom: -35px;
  color: #999;
  font-size: 13px;
  left: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400
}

.features-top11 .col-12 p,
.show-more11.active:hover::before {
  color: #626262
}

.show-more11.active:before {
  content: "Less";
  color: #626262
}

.show-more11 .fa-angle-up,
.show-more11.active .fa-angle-down {
  display: none
}

.show-more11.active .fa-angle-up {
  display: inline-block;
  position: relative;
  top: -2px
}

.features-top11 {
  width: 100%;
  float: left;
  padding: 80px 0 30px
}

.features-top11 .col-12 h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px
}

.features-top11 .col-12 {
  margin: 10px 0 30px
}

.features-top11 .col-sm-5 {
  padding: 0 40px
}

.features-center11 {
  width: 100%;
  margin: auto
}

.features-center11 .row {
  width: 100%;
  float: none;
  margin: 0;
  padding: 40px 0;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.features-center11 .row:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.features-center11 .row:nth-child(even) .inner-features.pull-left {
  padding-left: 0;
  padding-right: 50px
}

.features-center11 .row:first-child {
  border-top: 0
}

.features-center11 .space-40 .row {
  padding-top: 0;
  padding-bottom: 0
}

.features-bottom11 .row {
  border: 0
}

.features-center11 .col-sm-6 {
  padding: 15px;
  display: table-cell;
  float: none;
  vertical-align: middle
}

.features-center11 .right-features {
  text-align: center;
  padding: 25px
}

.features-center11 .right-features img {
  width: auto;
  height: auto
}

.inner-features {
  max-width: 565px
}

.inner-features.pull-left {
  padding-right: 0
}

.inner-features h3,
.title-features {
  margin: 0 0 16px
}

.inner-features p {
  margin: 10px 0 0;
  font-weight: 400
}

.features-bottom11 .right-features img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}

.features-bottom11 .image-new .right-features img {
  max-width: 125px
}

.features-bottom11 .image-new1 .right-features img {
  max-width: 135px
}

.feature-box {
  width: 320px;
  height: 225px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.feature-box span,
.feature-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: ""
}

.features-center11.features-bottom11 .left-features,
.features-center11.features-bottom11 .right-features {
  background: 0 0
}

.feature-box::before {
  background: var(--body-color);
  left: 0;
  z-index: 9
}

.feature-box span {
  background: #fff;
  top: -20px;
  border: 5px solid var(--body-color);
  right: -20px
}

.feature-box img {
  padding: 15px;
  position: relative;
  z-index: 9
}

.features-bottom11 {
  padding: 80px 0 60px;
  background: #f6f6f6;
  margin-bottom: 50px
}

.features-bottom11 h3 {
  color: #212121
}

.features-bottom11 p {
  color: #626262
}

.features-center11.features-bottom11 .right-features {
  padding: 20px 0;
  box-shadow: none;
  -webkit-box-shadow: none
}

.features-center11.features-bottom11 .left-features {
  text-align: right
}

.features-center11.features-bottom11 .inner-features {
  max-width: inherit;
  padding-right: 0
}

.features-center11.features-bottom11 .inner-features.pull-left {
  padding-right: 0;
  text-align: left
}

.footer-bottom .footer-social ul {
  display: block !important
}

.sitemap-main11 {
  float: left;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 50px 0
}

.sitemap-main11 ul li a {
  color: #3e3f3f;
  font-size: 18px;
  line-height: 34px
}

.sitemap-main11 ul li a::before {
  content: "\f00c";
  margin: 0 10px 0 0;
  font-family: fontawesome;
  color: var(--body-color)
}

.sitemap-main11 span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #010101;
  margin: 0 0 12px;
  float: left;
  width: 100%
}

.sitemap-main11 ul {
  width: 100%;
  float: left;
  margin-top: 50px
}

.sitemap-main11 ul li {
  width: 50%;
  float: left
}

.sitemap-main11 ul li a:focus,
.sitemap-main11 ul li a:hover {
  text-decoration: none;
  outline: 0;
  color: #111
}

h1.margin11 {
  margin-bottom: 50px;
  margin-top: 10px
}

.banner-content {
  padding-bottom: 3%;
  padding-top: 70px
}

.banner-content .headings h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
  line-height: 48px;
  text-transform: capitalize
}

.banner-content .headings p {
  max-width: 700px;
  margin: 20px auto 25px;
  font-size: 1.5rem;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 25px
}

.banner-content .button--green {
  background-color: var(--body-color);
  border: var(--body-color);
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  color: #fff !important
}

.banner-content .form {
  padding-top: 0
}

.scrollup {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
  top: auto;
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  height: 0;
  overflow: hidden;
  padding: 0;
  background: #292b2a;
  color: #fff;
  font-size: 45px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  border-radius: 5px;
  -webkit-border-radius: 5px
}

.scrollup:hover {
  background: #098d4b;
  color: #fff
}

.scrollup.block-view {
  height: 50px
}

.light-gray-background {
  background: #f9f9f9;
  padding-bottom: 20px
}

.bdr-top {
  border-top: 1px solid #00000026;
  padding-top: 40px
}

.sub-title {
  font-size: var(--size-32);
  margin-bottom: 16px;
  padding-bottom: 0
}

.switch [type="checkbox"] {
  opacity: 0;
  position: absolute
}

.switch [type="checkbox"]:checked,
.switch [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px
}

.switch [type="checkbox"]:checked+label,
.switch [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 75px;
  cursor: pointer
}

.switch [type="checkbox"]:checked+label {
  color: #39d2b4
}

.switch [type="checkbox"]:checked+label:after,
.switch [type="checkbox"]:checked+label:before,
.switch [type="checkbox"]:not(:checked)+label:after,
.switch [type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute
}

.switch [type="checkbox"]:checked+label:before,
.switch [type="checkbox"]:not(:checked)+label:before {
  left: 0;
  top: -3px;
  width: 65px;
  height: 30px;
  background: #ddd;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s
}

.switch [type="checkbox"]:checked+label:after,
.switch [type="checkbox"]:not(:checked)+label:after {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  background: #7f8c9a;
  top: 2px;
  left: 5px
}

.switch [type="checkbox"]:checked+label:before {
  background: #34495e
}

.switch [type="checkbox"]:checked+label:after {
  background: #39d2b4;
  top: 2px;
  left: 40px
}

.switch [type="checkbox"]:checked+label .ui,
.switch [type="checkbox"]:checked+label .ui:after,
.switch [type="checkbox"]:not(:checked)+label .ui:before {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.switch [type="checkbox"]:not(:checked)+label .ui:before {
  content: "";
  left: 32px
}

.switch [type="checkbox"]:checked+label .ui:after {
  content: "";
  color: #39d2b4
}

.switch [type="checkbox"]:focus+label:before {
  border: 1px dashed #777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px
}

.switches label {
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  margin-top: 0
}

.centers-content {
  background: #fff;
  margin-top: 25px;
  box-shadow: 2px 3px 3px #00000038;
  -webkit-box-shadow: 2px 3px 3px #00000038;
  border-radius: 32px;
  padding: 8px;
  position: relative
}

.centers-content:hover {
  box-shadow: 2px 3px 5px #0000003b;
  -webkit-box-shadow: 2px 3px 5px #0000003b
}

.centers-content img {
  border-radius: 26px
}

.spacetop65 {
  padding-top: 65px
}

.green_large_btn {
  border: 2px solid var(--body-color);
  color: var(--body-color);
  margin-top: 25px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px
}

.green_large_active,
.green_large_btn:hover,
.green_large_btn:focus {
  background: var(--body-color);
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 7px 15px #15995726;
  -moz-box-shadow: 0 7px 15px #15995726;
  box-shadow: 0 7px 15px #15995726;
  transition: all 0.4s ease 0;
  -webkit-transition: all 0.4s ease 0
}

.green_large_active:hover {
  background: #26006f;
  color: #fff;
  text-decoration: none
}

.text18-light {
  font-size: 18px;
  font-weight: 100
}

.mb-0 {
  margin-bottom: 0
}

.mb-3 {
  margin-bottom: 20px
}

.pb-3 {
  padding-bottom: 20px
}

.pb-90 {
  padding-bottom: 90px
}

.p-0 {
  padding: 0 !important
}

.h-100 {
  height: 100%
}

.featured_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 20px
}

.italic-sub-title {
  color: #969696;
  font-size: 16px;
  font-style: italic;
  font-weight: 100
}

.content-row {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.content-row p {
  /*font-size:16px;*/
  color: #737373;
  margin-top: 15px
}

.shadow {
  -webkit-box-shadow: 0 0 22px #0000001c;
  -moz-box-shadow: 0 0 22px #0000001c;
  box-shadow: 0 0 22px #0000001c
}

.small-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 23px;
  margin-bottom: 25px
}

.small-title img {
  margin-right: 12px
}

.trial-title {
  font-size: 30px;
  color: #fff
}

.signup-form-bottom .button--green {
  background: var(--body-color);
  border-color: var(--body-color);
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700
}

.greentext {
  color: var(--body-color)
}

.blacktext {
  color: var(--body-color)
}

.callus {
  font-size: 22px;
  font-weight: 700
}

.last-column {
  text-align: left
}

.footer-social ul li a {
  border: 0 solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0
}

.bottom-links {
  text-align: center;
  padding-top: 15px
}

.bottom-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

.bottom-links li:after {
  content: ".";
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block
}

.bottom-links li:last-child:after {
  content: ""
}

.featured_links a {
  display: flex
}

.main-indutries11 .featured_links li a h4 {
  text-align: center;
  font-size: 24px
}

.main-indutries11 .featured_links li a span {
  float: none;
  border-radius: 50%;
  -webkit-border-radius: 50%
}

.btn.google {
  background: #fff;
  border: 0;
  color: #000;
  font-size: 16px
}

.fa-google:before {
  content: "\f1a0"
}

.google .fa.fa-google {
  font-size: 16px;
  margin-right: 10px
}

.btn.facebook {
  background: #3b5998 none repeat scroll 0 0;
  border: 0;
  color: #fff;
  font-size: 16px
}

.facebook .fa.fa-facebook {
  font-size: 16px;
  margin-right: 10px
}

.fa-check-circle:before {
  content: "\f058"
}

.pt-50 {
  padding-top: 50px
}

.pb-50 {
  padding-bottom: 50px
}

.pt-20 {
  padding-top: 20px
}

.pb-20 {
  padding-bottom: 20px
}

.text-black,
.text-black * {
  color: #000 !important
}

.features-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0
}

.features-ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 26px;
  vertical-align: top;
  position: relative
}

.features-ul li .fa {
  position: absolute;
  left: 0;
  color: var(--body-color);
  font-size: 18px
}

.comarison-outer {
  text-align: center;
  margin: 90px 0;
  display: inline-block;
  width: 100%
}

.comparison-icon,
.salonist-icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 190px;
}

.vs-dotted {
  background: url(../images/dots.png) repeat-x;
  height: 4px;
  width: 280px;
  display: inline-block;
  position: relative;
  margin: 0 40px;
  text-align: center;
  vertical-align: middle
}

.vs-dotted:after,
.vs-dotted:before {
  width: 16px;
  height: 16px;
  border: 1px solid #6e6d6d;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -9px;
  background: #fff
}

.vs-dotted:before {
  left: 0
}

.vs-dotted:after {
  right: 0
}

.vs-dotted span {
  text-align: center;
  display: inline-block;
  background: #eff7ff;
  padding: 0 22px;
  font-size: 50px;
  line-height: 1;
  margin-top: -25px;
  font-weight: 600
}

a.request-demo.green_large_btn {
  margin: 50px 0 0
}

.comparison-icon {
  max-width: 250px
}

section.show-all {
  background: #f4f4f4;
  padding: 70px 0
}

.show-all p {
  font-size: 20px;
  line-height: 26px;
  font-style: italic
}

.show-all span {
  display: block;
  margin-top: 20px
}

.video-frame {
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 10px #0003;
  -webkit-box-shadow: 0 0 10px #0003;
  -ms-box-shadow: 0 0 10px #0003;
  max-width: 800px;
  margin: 20px auto;
  position: relative;
  padding-bottom: 46%;
  border: 12px solid #fff
}

.video-frame iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.d-block {
  display: block
}

.color1 {
  background: #0fb4e7
}

.color2 {
  background: #0fc65c
}

.color3 {
  background: #d83f11
}

.color4 {
  background: #febf04
}

.color5 {
  background: #940da3
}

.color6 {
  background: #126cea
}

.color7 {
  background: #a5680d
}

.color8 {
  background: #aa388c
}

.color9 {
  background: #6dc9e6
}

.color10 {
  background: #82bc88
}

.app-icon li:before {
  display: none !important
}

.app-icon li {
  display: block;
  padding: 0 !important
}

.app-icon li img {
  margin-bottom: 0px
}

.app-icon {
  display: inline-block;
  width: 100%;
  margin-top: 10px
}

.pt-5 {
  padding-top: 5rem
}

.top-bar {
  border-bottom: 1px solid #fff6;
  padding: 5px;
  margin-bottom: 10px
}

.g-recaptcha {
  position: absolute
}

.headings2,
.industry-banner h1 {
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--body-color);
  line-height: 1.1
}

.banner-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0
}

.banner-form {
  background: #fffffff2;
  display: inline-block;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 40px;
  box-shadow: 0 15px 25px #00000026;
  -webkit-box-shadow: 0 15px 25px #00000026
}

.banner-form p {
  margin: 0
}

.banner-form input {
  height: 46px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px;
  width: 100%
}

.large-heading {
  font-size: 32px;
  font-weight: 700
}

.terms-list ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  margin-top: 30px
}

.terms-list h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0
}

.terms-list h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0
}

.terms-list ol>li {
  display: table;
  counter-increment: item;
  margin-bottom: .6em;
  padding-left: 45px;
  position: relative
}

.terms-list>ol>li::before {
  font-size: 20px;
  line-height: 1.2;
  top: 0;
  font-weight: 700
}

.terms-list ol>li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  position: absolute;
  left: 0
}

.terms-list ol>li:last-child {
  margin-top: 30px
}

.xs-heading {
  font-size: 2.3333333333rem;
  color: var(--body-color);
  margin-bottom: 10px;
  font-weight: 400
}

.medium-title {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 23px
}

.section_gap {
  background-color: #f3f5f9;
  padding: 80px 0
}

.section_gap2 {
  background-color: #fafafa;
  padding: 80px 0
}

.switch-button {
  -webkit-box-shadow: 0 15px 25px 0 #0003;
  box-shadow: 0 15px 25px 0 #0003;
  border-radius: 8.6666666667rem;
  -webkit-border-radius: 8.6666666667rem;
  max-width: 326px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: var(--body-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
  z-index: 1;
  position: relative;
  height: 52px
}

.switch-button .switch {
  width: 100%;
  height: 45px;
  margin-bottom: 0
}

.switch-button .switch input[type="checkbox"]+label {
  width: 100%;
  display: block;
  margin: 0;
  height: 45px;
  padding-left: 0
}

.title_5 {
  font-size: 20px;
  font-weight: 600
}

.faq-section p {
  margin-bottom: 20px;
  padding-right: 15px
}

.small-container-wrap {
  background-color: #fff;
  -webkit-box-shadow: 19.799px 19.799px 40px 0 #0000001a;
  box-shadow: 19.799px 19.799px 40px 0 #0000001a;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px
}

.small-container-wrap .row,
.dflex {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px
}

.product-header {
  position: relative;
  border-radius: 5px;
  min-height: 390px;
  background-color: #f7f8f9;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  overflow: hidden
}

.section-space {
  margin-top: 80px;
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 50px 0
}

.privacy-section ul>li {
  margin-bottom: 20px
}

.privacy-section .terms-list h2 {
  text-transform: uppercase
}

.privacy-section ul li h3 {
  font-size: 20px
}

.privacy-section .terms-list ol {
  margin-top: 15px;
  margin-bottom: 30px
}

.privacy-section .terms-list ol>li:last-child {
  margin-top: 0
}

.privacy-section .terms-list li h3 {
  font-size: 20px;
  text-transform: uppercase
}

.info-header img {
  max-width: 120px
}

.single-info-block {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 35px 30px;
  min-height: 366px;
  background-color: #fff;
  height: 100%
}

.single-info-block .small {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.125rem
}

.single-info-block.active,
.single-info-block:hover {
  -webkit-box-shadow: 0 7px 25px 0 #0000001a;
  box-shadow: 0 7px 25px 0 #0000001a
}

.mb-5 {
  margin-bottom: 35px
}

.video-wraper {
  padding-bottom: 120px
}

.frame-video {
  position: relative;
  z-index: 1
}

.frame-video:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -58px;
  width: calc(100% - 190px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #0000004d;
  border: 67.5px solid #fff0;
  border-top: 0 solid;
  border-bottom: 135px solid;
  -webkit-filter: blur(50.5px);
  filter: blur(50.5px);
  z-index: -1
}

.frame-video .xs-video-popup {
  -webkit-box-shadow: 0 25px 25px 0 #00000026;
  box-shadow: 0 25px 25px 0 #00000026;
  background-color: #fff;
  color: var(--body-color);
  font-size: 2.25rem;
  width: 120px;
  height: 120px;
  line-height: 130px;
  float: none
}

.fa-play-circle::before {
  content: "\f04b";
  line-height: 120px;
  font-size: 35px
}

.frame-video img {
  border-radius: 15px;
  -webkit-border-radius: 15px
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.xs-video-popup {
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 15px 21px 0 #00000052;
  box-shadow: 0 15px 21px 0 #00000052;
  font-size: 1.125rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease
}

.glow-btn {
  position: relative
}

.glow-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse 2s infinite cubic-bezier(.4, 0, 1, 1) both;
  animation: pulse 2s infinite cubic-bezier(.4, 0, 1, 1) both
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff3;
    box-shadow: 0 0 0 0 #fff3
  }

  70% {
    -webkit-box-shadow: 0 0 0 60px #fff0;
    box-shadow: 0 0 0 60px #fff0
  }

  to {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff3;
    box-shadow: 0 0 0 0 #fff3
  }

  70% {
    -webkit-box-shadow: 0 0 0 60px #fff0;
    box-shadow: 0 0 0 60px #fff0
  }

  to {
    -webkit-box-shadow: 0 0 0 0 #fff0;
    box-shadow: 0 0 0 0 #fff0
  }
}

.agency-section-title.style6 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1
}

.agency-section-title .sub-title {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #a3a3a3;
  font-weight: 400
}

.agency-section-title.style6 .main-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 10px
}

.agency-section-title.style6 .main-title span {
  color: #350495
}

section {
  clear: both
}

.footer-bar {
  display: block;
  width: 100%;
  padding: 10px;
  clear: both
}

.footer-bar p {
  margin: 0;
  color: #fff;
  font-size: 15px
}

.footer-bar p a {
  color: #fff
}

.footer-bar p a:hover {
  color: #fff;
  text-decoration: underline
}

.xs-section-padding {
  padding: 50px 0
}

.xs-section-padding .section-gap:last-child {
  padding-bottom: 0
}

.style2 .xs-single-item {
  background-color: #fff;
  box-shadow: 0 0 15px #00000036;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.item-header {
  position: relative;
  min-height: 190px;
  background-color: #f7f8f9;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  overflow: hidden
}

.style2 .xs-single-item:hover {
  -ms-transform: translateY(-6px);
  transform: translateY(-6px)
}

.style2 .xs-single-item:hover a {
  text-decoration: none
}

.xs-single-item .item-footer {
  padding: 10px 22px
}

.xs-single-item .item-footer .item-title {
  margin-bottom: 0;
  font-size: 1.475rem;
  font-weight: 600;
  padding-bottom: 0;
  color: var(--body-color)
}

.xs-single-item p {
  font-size: 15px;
  line-height: 1.6;
  padding-right: 25px;
  padding-left: 25px
}

.rightColumn {
  padding-left: 15px;
  padding-right: 15px
}

.leftColumn .brandInfo {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center
}

.leftColumn .brandInfo img {
  border: 1px solid #ddd
}

.leftColumn p {
  font-size: 1.4rem
}

.info-box {
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: #098d4b 1px solid
}

.info-box h5 {
  font-size: 1.45rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600
}

.info-box [class^="list-"] {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 0
}

ul.list-side {
  list-style-image: url(../front-images/dot.png);
  margin: 10px 0;
  padding-left: 15px
}

ul.list-side li {
  list-style-type: inherit;
  list-style-image: url(../front-images/dot.png)
}

.info-box p {
  margin-bottom: 16px;
  margin-top: 0
}

.info-box p:last-child {
  margin-bottom: 0
}

.fa-quote-left::before {
  content: "\f10d";
  color: #c4c4c480
}

.case-testimonial {
  margin: 50px 0
}

.case-testimonial .fa-quote-left {
  font-size: 4rem;
  margin-bottom: 25px;
  display: block;
  position: relative;
  margin-left: 0;
  left: 0
}

.case-testimonial-quote {
  margin-bottom: 0;
  line-height: 1.4;
  font-style: italic;
  color: #666;
  font-size: 1.85rem
}

.author-details {
  text-align: center !important
}

.author-company-name,
.author-designation {
  color: #666;
  margin: 0;
  line-height: 1.55
}

.author-history:before {
  content: "";
  position: absolute;
  width: 90px;
  opacity: .5;
  left: 50%;
  top: 0;
  border-top: 2px solid #098d4b;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.author-history {
  position: relative;
  padding-top: 30px;
  margin-top: 30px
}

.author-name {
  font-size: 18px
}

.rightColumn h2 {
  font-size: 2.95rem;
  font-weight: 600
}

.rightColumn h3 {
  font-size: 2.55rem;
  font-weight: 600
}

.bottom-call-to-action {
  padding-bottom: 60px;
  padding-top: 60px;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 60px
}

.bottom-call-to-action .pb-2 {
  padding-bottom: 0
}

.bottom-call-to-action h2 {
  max-width: 700px;
  margin: auto
}

.bottom-call-to-action h5,
.largest-title {
  font-size: var(--size-40)
}

.bottom-call-to-action h6 {
  font-size: 25px
}

.bottom-call-to-action p {
  font-size: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.largest-headings {
  font-size: 2.75rem;
  position: relative;
  margin-top: 1.5rem
}

.heading-2 {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--body-color)
}

.heading-3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--body-color)
}

.social-link {
  display: inline-block;
  width: 100%
}

.top-space {
  margin-top: 30px
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important
}

.mobilehidedata {
  display: none
}

.plans-columns {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.pricelabel {
  margin-top: 15px;
  margin-bottom: 15px
}

.pricelabel sup {
  font-size: 20px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: bottom
}

.pricelabel sub {
  font-size: 15px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: bottom
}

.pricelabel span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em
}

.specifiactions {
  padding: 20px 0;
  color: #000;
  font-size: 19px
}

.packagesbtn {
  border-radius: 25px;
  box-shadow: 0 5px 25px #0000001a;
  -webkit-box-shadow: 0 5px 25px #0000001a;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
  background: var(--body-color);
  color: #fff;
  border-color: var(--body-color)
}

.popular {
  border-radius: 25px;
  box-shadow: 0 5px 15px #0000001a;
  -webkit-box-shadow: 0 5px 15px #0000001a;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
  background: var(--body-color);
  color: #fff;
  border: 2px solid var(--body-color);
  padding: 6px 18px;
  width: 60%;
  text-align: center
}

.green-bg {
  background: linear-gradient(135deg, #e8ff8d, #9bff9c)
}

.greenbanner h1,
.greenbanner img {
  float: none
}

.h3,
.text-large {
  font-size: 1.4rem;
  line-height: 4.4rem;
  letter-spacing: .15px
}

.svg-icon {
  vertical-align: middle;
  margin-right: 8px
}

.svg-icon g {
  fill: #0f012b
}

.d-flex-row {
  width: 100%;
  float: none;
  margin: 0;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.d-flex-row .col-md-6 {
  padding-left: 15px;
  padding-right: 15px
}

.reverse-column-row .row {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.reverse-column-row .row:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.space-bdr {
  padding-top: 80px;
  padding-bottom: 40px
}

.reverse-column-row .row:last-child {
  padding-bottom: 0
}

.citem {
  overflow: hidden;
  border-radius: 18px;
  margin: 27px 4px;
  width: 98%;
  clear: both;
  padding: 30px;
  margin-top: 3px;
  height: 92%;
  background: #fff
}

.citem span {
  font-size: 45px;
  color: var(--body-color);
  margin-top: 20px
}

.citem span svg {
  width: 40px;
  height: 40px
}

.green-links a {
  color: #0f012b
}

.accordions {
  width: 100%;
  margin: auto
}

.accordion_head {
  border-top: 1px solid #e8e8e8;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
  position: relative;
  font-size: 1.325rem;
  padding-right: 38px;
  width: 100%
}

.accordion_head .gradient-rounded-in {
  padding-right: 50px
}

.accordion_body {
  display: none;
  padding-bottom: 18px
}

.plusminus {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.accordions .count {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  background: var(--body-color);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: var(--font-medium)
}

.plusminus i {
  width: 34px;
  height: 34px;
  display: block;
  border: 0 solid;
  border-radius: 100%;
  -webkit-border-radius: 100%
}

.plusminus .close-arrow::before,
.plusminus .close-arrow::after,
.down-arrow::before,
.down-arrow::after {
  background: #111;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 16px;
  width: 21px;
  transition: transform 500ms ease
}

.down-arrow::before,
.down-arrow::after {
  background-color: #111
}

.down-arrow::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.down-arrow::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg)
}

.plusminus .close-arrow {
  width: 34px;
  height: 34px;
  text-align: center
}

.plusminus .close-arrow::before,
.plusminus .close-arrow::after {
  background-color: #000
}

.plusminus .close-arrow::before {
  transform-origin: center;
  transform: rotate(40deg)
}

.plusminus .close-arrow::after {
  transform-origin: center;
  transform: rotate(130deg)
}

.plus-minus {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.plus-minus i {
  width: 34px;
  height: 34px;
  display: block;
  border: 0 solid;
  border-radius: 100%;
  -webkit-border-radius: 100%
}

.plus-minus .close-arrow::before,
.plus-minus .down-arrow::before {
  border-bottom: 3px solid #111;
  border-right: 3px solid #111;
  content: "";
  height: 14px;
  left: 5px;
  position: absolute;
  top: 8px;
  width: 14px;
  transition: transform 1s ease
}

.plus-minus .down-arrow::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.plus-minus .close-arrow {
  width: 20px;
  height: 20px;
  text-align: center
}

.plus-minus .close-arrow::before {
  transform-origin: center;
  transform: rotate(224deg)
}

.arrow-accordion .plusminus {
  display: none
}

.arrow-accordion .accordion_head:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: auto;
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s
}

.arrow-accordion .accordion_head.active:after {
  transform: translateY(-50%) rotate(224deg)
}

.single-updates {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  width: 24rem;
  padding: 20px;
  margin-right: 1rem;
  flex: 0 0 24rem;
  max-width: 24rem;
  border-radius: 18px
}

.single-updates .updates-content {
  padding-left: 0;
  padding-right: 15px;
  max-height: calc(100% - 44px);
  display: flex;
  flex-direction: column;
  overflow: auto
}

.single-updates .updates-content ul {
  padding-left: 0
}

.badge-web,
.badge-mobile {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 3px 11px 5px;
  font-weight: 700;
  border-radius: 5px;
  background: #3abb69;
  margin-right: 5px
}

.badge-mobile {
  background: #bb3a3a
}

.updates-title {
  font-size: 23px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 0
}

.single-updates .updates-content .text {
  margin-top: 12px;
  color: #595959;
  box-shadow: 0 1px 3px 0 #0000001a 0 1px 2px -1px #0000001a;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px
}

.small-sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #009536
}

.bluebg {
  background: #f3f9fe
}

.title-underline {
  text-decoration: underline;
  font-size: 24px;
  margin-top: 16px;
  font-weight: 700
}

.list li {
  margin-top: 5px
}

.list li a {
  color: #000;
  font-size: 18px;
  font-weight: 700
}

.firstContent:first-letter {
  color: #009536;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: .5;
  margin-bottom: -12px;
  display: innine-block;
  vertical-align: bottom
}

.content-small p {
  margin-bottom: 28px
}

.content-small ul li {
  line-height: 1.55;
  margin-bottom: 6px;
  font-weight: 700
}

.services-content {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-color: #fcfdff;
  padding: 30px 27px;
  margin-bottom: 20px
}

.blockquote {
  background: linear-gradient(to right, #3abb69 0%, #009536 100%);
  padding: 40px 50px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 45px
}

.blockquote .text {
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  margin: 0
}

.toc-number {
  position: absolute;
  color: #f4f4f4;
  font-weight: 700;
  left: -3rem;
  top: -10rem;
  font-size: 15rem;
  z-index: -1
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.d-flex {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.d-flex:before,
.d-flex:after {
  display: none
}

.section-head::after {
  position: absolute;
  content: attr(data-title);
  color: #f4f4f4;
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  bottom: -30px;
  left: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.dots-area {
  position: relative
}

.dots-area::before {
  position: absolute;
  content: "";
  background-image: url(../images/dots-left.png);
  background-position: center center;
  height: 100%;
  max-width: 315px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.dots-area::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots-right.png);
  background-position: center center;
  height: 100%;
  max-width: 315px;
  width: 100%;
  right: 0;
  top: 0;
  z-index: -1
}

.plan-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.price-block {
  margin-top: 20px
}

.price-block .inner-box {
  position: relative;
  padding: 0 0 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  box-shadow: #2531381a 0 1px 3px, #2531380f 0 1px 2px
}

.pricing-section.style-two .price-block .inner-box {
  border: 1px solid #ddd
}

.price-list li .fa-check {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--body-color)
}

.price-list li .fa.fa-plus {
  font-weight: 400
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.btn-style-five {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: var(--body-color);
  padding: 12px 38px;
  font-weight: 600;
  overflow: hidden;
  background: none;
  letter-spacing: 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  border: 2px solid var(--body-color);
  background-color: #fff
}

.btn-style-five::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: var(--body-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(.2, 1);
  transform: scale(.2, 1)
}

.btn-style-five:hover {
  color: #fff
}

.btn-style-five:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.btn-style-five .txt {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px
}

.price-plans {
  margin: auto;
  padding: 15px 10px 10px;
  margin-top: 10px
}

.faq-section .toggle-head {
  cursor: pointer;
  box-shadow: 0 1px 0 #0000001a;
  padding: 15px 0;
  font-weight: 700;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.price-plans .table-toggle-head {
  cursor: pointer;
  box-shadow: none;
  padding: 15px;
  font-weight: 700;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.price-plans .table-toggle-head i,
.faq-section .toggle-head i {
  font-weight: 400
}

.toggle-body,
.table-toggle-body {
  padding: 15px 0;
  color: #0009;
  display: none
}

.table-toggle-body .price-list {
  padding: 0
}

.table-toggle-body .price-list li {
  font-weight: 300;
  margin-bottom: 10px
}

.table-toggle-body .price-list li .fa,
.price-plans .table-toggle-head i {
  margin-right: 12px
}

.price-plans .table-toggle-head.coll-back,
.faq-section .toggle-head.coll-back {
  box-shadow: none
}

.faq-section .toggle-head+.toggle-body {
  box-shadow: 0 1px 0 #0000001a
}

.pricing_plans .plan-comparison.table th {
  text-align: center;
  background: #f7f7f8;
  padding: 24px 0
}

.pricing_plans .plan-comparison.table th:first-child {
  text-align: left;
  padding-left: 15px
}

.pricing_plans .plan-comparison.table td,
.pricing_plans .plan-comparison.table th {
  padding: .75rem;
  vertical-align: top;
  border: 0;
  border-top: 1px solid #dee2e6
}

.pricing_plans .plan-comparison.table td {
  font-size: 15px;
  position: relative;
  border-bottom-color: #0202023b;
  border-bottom-width: 1px;
  border-top: 0;
  border-style: solid
}

.pricing_plans .plan-comparison.table td:not(:first-child) {
  text-align: center;
  align-content: center;
  vertical-align: middle
}

.pricing_plans .plan-comparison.table td i.fa {
  color: var(--body-color);
  font-size: 16px
}

.pricing_plans .plan-comparison.table td i.fa.fa-close {
  color: red
}

.pricing_plans .plan-comparison.table td .plan-comparison.table tr td:first-child {
  width: 45%
}

.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}

.font-weight-bold {
  font-weight: 700 !important;
  display: block
}

.faq-section {
  max-width: 880px;
  margin: auto
}

.flex-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-list li {
  width: 50%
}

.pricing-faq {
  max-width: 800px
}

.pricing-faq .toggle-head {
  font-size: 22px;
  padding: 15px 30px 15px 0;
  box-shadow: none;
  font-weight: 400
}

.pricing-faq .toggle-body {
  padding: 15px 22px
}

.greenlist li::before {
  color: var(--body-color);
  font-size: 20px
}

.white-text {
  color: #fff
}

.white {
  color: #fff !important
}

.clearfix {
  clear: both
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both
}

.price-block .btn-style-five {
  padding-right: 0;
  padding-left: 0;
  width: 100%
}

.price-block .btn-style-five:hover {
  text-decoration: none;
  background: var(--body-color)
}

.plan-row .col-md-3:nth-child(5) .hide-one {
  display: none
}

.video-wrap {
  position: relative;
  padding-bottom: 56%
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ebook p {
  float: none;
  max-width: 720px
}

.ebook:before {
  display: none
}

.ebookwrap {
  padding-top: 50px;
  padding-bottom: 50px
}

.white-box-radius-shadow {
  text-align: left;
  border-radius: 20px;
  border: 1px solid #d0d0d0;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff
}

.white-box-radius-shadow:hover {
  box-shadow: 1px 1px 40px -8px #8c929780;
  -webkit-box-shadow: 1px 1px 40px -8px #8c929780
}

.content-spacing {
  padding: 25px;
  height: 275px
}

.content-spacing p {
  font-size: 14px !important;
  color: #08223a;
  font-weight: 600;
  position: relative;
  line-height: 22px
}

.baner img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: top
}

.serviceheading {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative
}

.serviceheading::after {
  border-bottom: 0;
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--body-color);
  top: -3px;
  left: -25px;
  border-radius: 0 20px 20px 0
}

.RchXe {
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  box-shadow: #00000012 0 4px 56px;
  border-radius: 10px;
  border: 1px solid #b5b5b533;
  padding: 30px;
  background: #fff
}

.ebook-details-wrap .content-spacing {
  overflow: hidden;
  max-height: 210px;
  margin-bottom: 20px
}

blockquote {
  border-radius: 10px;
  border: 1px solid #b5b5b533;
  border-left: 4px solid var(--body-color);
  background: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  box-shadow: #0000001f 0 4px 10px
}

.laxcXX p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: inherit
}

.dot-content p {
  position: relative;
  padding-left: 25px
}

.dot-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--body-color)
}

.mt-0 {
  margin-top: 0 !important
}

.baner {
  height: 218px
}

.acc-out {
  margin-bottom: 10px
}

.acc-out .accordion_body {
  padding: 18px
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.integrations {
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 0 6px;
  justify-content: space-between
}

.heading-24 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0
}

.heading-24+p {
  margin-top: 0
}

.industry-inner-page.salonist-industry .industry-banner {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px
}

.industry-inner-page.salonist-industry .industry-banner .col-sm-5 {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  max-width: 100%
}

.industry-inner-page.salonist-industry .industry-banner p {
  max-width: 800px;
  margin: auto;
  float: none
}

.industry-inner-page.salonist-industry .industry-banner img {
  float: none
}

.industry-inner-page::before {
  display: none
}

.banner-video-wrap {
  cursor: pointer;
  display: block;
  color: #fff;
  position: relative
}

.banner-video-wrap * {
  color: #fff
}

.banner-video-wrap .poster-wrap::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #fff0 0, #000000ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.ttile-custom-h1 {
  font-size: 52px;
  padding-top: 90px;
  text-align: center
}

.ttile-custom-h1 span:nth-child(2) {
  background: radial-gradient(circle at -1% 57.5%, #15023a 0%, #340295 90%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.brands-wrap ul {
  display: flex;
  padding-left: 0;
  justify-content: space-between
}

.brands-wrap ul li {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  padding: 15px;
  border-radius: 18px
}

.brands-wrap ul li:hover {
  background: #fff
}

.brands-wrap ul li span img {
  max-width: 162px !important;
  max-height: 90px
}

.brand-logos-bg ul {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding: 0;
  margin-bottom: 0
}

.banner-wrap .brand-logos-bg ul li {
  text-align: center;
  border-right: 0;
  border-bottom: 0;
  flex: 0 0 14.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff
}

.banner-wrap .brand-logos-bg .content-wrap ul:first-child li:nth-child(odd),
.banner-wrap .brand-logos-bg .content-wrap ul:last-child li:nth-child(odd) {
  background: #ebecff
}

.banner-wrap .brand-logos-bg .content-wrap ul:nth-child(2) li:nth-child(even) {
  background: #ebecff
}

.banner-wrap .brand-logos-bg ul li.block-bg-six {
  background: #fff
}

.brand-logos-bg .bottom-animated ul li span.active {
  transform: scale(.8);
  opacity: 1;
  transition: all 1s
}

.banner-wrap .brand-logos-bg ul li::before {
  content: "";
  padding: 50% 0;
  display: inline-block
}

.banner-wrap .section-gap {
  width: 100%
}

.banner-wrap .brand-logos-bg ul li span {
  opacity: 0;
  transform: scale(0);
  position: absolute
}

.brand-logos-bg .bottom-animated ul:nth-child(2n+2) li:nth-child(2n+2) span {
  transition-delay: 300ms
}

.brand-logos-bg .bottom-animated ul:nth-child(2n+1) li:nth-child(2n+1) span {
  transition-delay: 500ms
}

.brand-logos-bg .bottom-animated ul:nth-child(2n+2) li:nth-child(3n+4) span {
  transition-delay: 700ms
}

.brand-logos-bg .bottom-animated ul:nth-child(2n+1) li:nth-child(3n+2) span {
  transition-delay: 900ms
}

.grid-wrapper>.gridebox {
  display: inline-block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  overflow: hidden
}

.grid-wrapper>.gridebox>.image-grid>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px
}

.grid-wrapper {
  column-count: 1;
  column-gap: 20px;
  column-fill: balance;
  margin: 20px auto 0;
  padding: 3rem 1rem
}

.image-grid {
  display: grid;
  min-height: 162px;
  max-height: 162px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  background: #ddd;
  position: relative
}

.image-grid img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.image-grid .video-btn img {
  min-height: 162px;
  cursor: pointer
}

.content-block {
  padding: 20px 40px 45px
}

a.watch-video img {
  cursor: pointer
}

.watch-video:not(.video-btn) img {
  max-height: 98px
}

.customer-info {
  padding-right: 30px;
  margin-top: 20px
}

.customer-info .customer-name {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700
}

.customer-info .customer-desc {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  color: #444
}

.section-out {
  width: 100%
}

.watch-video.video-btn {
  display: block;
  position: relative;
  height: 100%
}

span.play-video {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0
}

span.play-video::before {
  border-color: #fff0 #fff0 #fff0 #000;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: "";
  height: 0;
  right: 24px;
  position: absolute;
  bottom: 25px;
  width: 0;
  z-index: 1
}

span.play-video::after {
  content: "";
  height: 32px;
  right: 13px;
  position: absolute;
  bottom: 15px;
  width: 32px;
  border-radius: 100%;
  background-color: #aaaaaab3
}

.lang-supporting {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.lang-supporting span {
  background: #f1f6ef;
  margin: 0 5px 10px;
  padding: 15px;
  font-weight: 600;
  border: 1px solid #eee;
  border-radius: 9px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-size: 14px
}

.lang-supporting span img {
  margin-bottom: 10px;
  margin-top: 10px
}

.pb-4 {
  padding-bottom: 35px
}

.whitebtn {
  background: #2d2d2d;
  border: 2px solid #2d2d2d;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block
}

.whitebtn:hover,
.whitebtn:focus,
.whitebtn2:hover,
.whitebtn2:focus {
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  color: var(--body-color);
  text-decoration: none
}

.whitebtn2 {
  background: #fff;
  border: 2px solid;
  margin-top: 25px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.order-list {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 30px
}

.order-list li {
  list-style: decimal;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600
}

.order-list li p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400
}

.unorder-list {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 30px
}

.unorder-list li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 25px
}

.unorder-list li p {
  margin-top: 12px
}

.title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 30px;
  width: 100%
}

.faq-section .gap-small {
  padding: 15px 0;
  border-bottom: 1px solid #ddd
}

.faq-section .accordion_head {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  border: 0;
  align-items: center;
  padding-right: 40px
}

.faq-section .banner-title {
  margin-top: 0
}

.faq-section .accordion_body {
  padding-top: 25px;
  padding-bottom: 25px;
  display: none
}

#faq-services .faq-section {
  max-width: 800px
}

.down {
  background: #edeef0;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s
}

.down svg {
  width: 16px;
  height: 16px
}

.active .down {
  transform: rotate(180deg)
}

.featured_title_2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 20px
}

.country-flags .heading {
  margin-bottom: 30px
}

.single-content h2 {
  line-height: 1.5;
  padding-top: 2rem
}

.single-content h3 {
  line-height: 32px;
  margin-top: 2rem
}

.single-content h4 {
  font-size: 1.3rem;
  line-height: 32px;
  margin-top: 3rem
}

.single-content .small_title {
  font-size: 1.1rem;
  margin-top: 1.5rem
}

.single-content ul {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem
}

.single-content ul li {
  margin: 0 0 12px;
  position: relative;
  list-style: none;
  padding: 0 0 0 30px;
  font-size: 17px
}

.single-content ul li:before {
  content: "";
  background: url(../images/dark.svg) no-repeat center center / 11px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px
}

.content-contact {
  background: #eaeaea;
  padding: 50px 30px 0;
  border-radius: 18px;
  text-align: center
}

.content-contact p {
  margin: 20px 0
}

.sticky-side {
  position: sticky;
  top: 90px
}

.content-contact .rounded-btn {
  margin-right: 0
}

.space-top-0 {
  padding-top: 0
}

.iti {
  height: 51px;
  width: 100%;
  margin-bottom: 10px
}

#valid-msg {
  color: #30ad07;
  font-weight: 600;
  text-align: right;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  display: block
}

span.error,
label.error {
  background: transparent !important;
  border: 0 !important;
  color: red;
  font-size: 14px;
  padding: 0
}

.form__fieldgroup input.error,
.form__fieldgroup select.error {
  border-color: red;
  margin-bottom: 10px
}

.form__fieldgroup label.error {
  font-size: 14px
}

#error-msg {
  display: block;
  text-align: right;
  margin-top: 4px;
  font-size: 14px;
  color: red;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600
}

.form-in input,
.form-in select {
  min-height: 51px
}

#infodiv .row {
  display: flex;
  flex-wrap: wrap
}

.link {
  color: #15023a
}

.link svg.icon {
  height: auto;
  vertical-align: middle
}

.signup-form input.error,
.signup-form-bottom input.error {
  border-color: red
}

.checklisting {
  list-style-type: none;
  margin: 0;
  padding-left: 0
}

.checklisting li {
  display: flex;
  color: #000;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: 700
}

.checklisting li span {
  margin-right: 10px
}

.rounded-large-box {
  border-radius: 24px;
  box-shadow: 0 5px 10px #00000021;
  -webkit-box-shadow: 0 5px 10px #00000021;
  padding: 8px
}

.head-content {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 20px
}

.head-content h2 {
  font-size: var(--size-40)
}

.join-partner {
  background: #ffc63e;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 12px;
  color: #040404 !important;
  top: -50px;
  position: relative;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px
}

.join-partner:hover {
  background: #f9b81d;
  text-decoration: none
}

.plan-row .col-md-3:nth-child(5) .price-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.section-gap .container .space-bdr:last-child {
  padding-bottom: 0
}

.webnar-heading {
  background: #15023a;
  padding: 10px 15px;
  display: flex;
  color: #fff
}

.webnar-content {
  width: 25%
}

.webnar-time {
  width: 15%
}

.webnar-title {
  width: 60%;
  padding-right: 30px
}

.web-wrap {
  cursor: pointer;
  padding: 20px 15px;
  z-index: 7;
  position: relative;
  display: flex
}

.wrap-right {
  width: 57%
}

.wrap-right .webtitle {
  width: 100%
}

.web-wrap .webtitle>span {
  font-size: 17px;
  font-weight: 700
}

.accordion-content {
  position: relative;
  z-index: 11;
  padding-bottom: 20px;
  display: none
}

.speaker-deta {
  display: flex
}

.speaker-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ddd
}

.register-cta {
  float: right;
  margin-top: 20px;
  flex: 1;
  text-align: right
}

.register-cta a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px
}

.speaker-pos {
  display: block;
  font-size: 15px
}

.web-wrap:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid #fff0;
  border-right: 5px solid #fff0;
  border-top: 9px solid #000;
  right: 14px;
  top: 30px;
  content: "";
  display: block;
  transition: 0.7s all
}

.title-22 {
  font-size: 22px;
  font-weight: 600
}

.features__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
  gap: 15px
}

.features__list li {
  max-width: 32%;
  text-align: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  min-height: 140px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px;
  border-radius: 18px
}

.features__list li picture {
  position: relative;
  display: block;
  max-width: 80px;
  max-height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
  flex: 0 0 80px;
  padding-right: 15px
}

.features__list li p {
  font-size: 18px
}

.features__list li .title {
  margin-bottom: 15px
}

.title--h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0
}

.title--h3.has-subtitle {
  margin-bottom: 0;
  padding-bottom: 0
}

.content-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 30px
}

.content-list li {
  margin-bottom: 25px
}

.title_6 {
  font-size: 18px
}

.pricing-head {
  background: #00bb402e;
  padding: 25px 12px;
  padding-bottom: 10px;
  border-radius: 6px
}

.pricing_plans .plan-comparison.table thead tr th:nth-child(2) {
  background: #e7ecf0
}

.pricing_plans .plan-comparison.table thead tr th:nth-child(3) {
  background: #e7ecf0
}

.pricing_plans .plan-comparison.table thead tr th:nth-child(4) {
  background: #e7ecf0
}

.pricing_plans .plan-comparison.table thead tr th:nth-child(5) {
  background: #5d6476;
  color: #fff
}

.pricing_plans .plan-comparison.table thead tr th:nth-child(6) {
  background: #0063bb2b
}

.pb-25 {
  padding-bottom: 25px
}

.fa-inr::before {
  content: "\f156"
}

.client-box {
  padding: 25px;
  background: #f2f2f2;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column
}

.reviews-row {
  margin-bottom: 15px
}

.client-box svg {
  width: 20px;
  margin-right: 5px
}

.client-box>p {
  flex: 12;
  margin-bottom: 30px
}

.review_title {
  font-size: 22px;
  font-weight: 700
}

.integrations-section {
  background: linear-gradient(97.31deg, #a1c4ff 1.72%, #e5e5e5 60.59%, #fbbd13 98.01%);
  clear: both
}

.pt-0 {
  padding-top: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.brand li span {
  height: 90px
}

.single-content-row.bottom_info_column .image-wrap {
  height: auto
}

.single-content-row.bottom_info_column img {
  width: auto;
  height: 60px;
  max-height: 60px;
  margin-right: 8px
}

.gray-large-text {
  color: #4d4d4d;
  font-size: 22px;
  margin-top: 0
}

.common-banner {
  position: relative;
  height: auto;
  width: 100%;
  clear: both
}

.box-equal {
  background: #fff;
  padding: 15px;
  border-radius: 18px;
  height: 100%
}

.title27 {
  font-size: 27px
}

.youtubebtn {
  position: absolute;
  background: url(https://salonist.me/front-images/youtube.png) no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
  height: 60px;
  object-fit: contain
}

.youtubebtn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
  border-left: 17px solid #fff;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  margin-left: -8px;
  margin-top: 2px
}

.list_check {
  padding: 0;
  margin: 0
}

.list_check li {
  color: #4f4d4d;
  margin-top: 15px;
  background: url(https://salonist.me/front-images/check_blue.png) left 4px no-repeat;
  padding-left: 20px
}

.flex-items {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap
}

.integrate-box {
  border-radius: 44px;
  padding: 20px;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  max-width: 340px;
  margin: 10px;
  margin-bottom: 25px
}

.integrate-box .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 47%
}

.integrate-box .top svg {
  top: inherit
}

.integrate-box .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%
}

.integrate-box svg {
  position: absolute;
  bottom: 0;
  left: 0
}

.integrate-box.bb:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-width: 0 3px 3px;
  border-style: solid;
  border-radius: 0 0 34px 34px
}

.integrate-box.bt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-width: 3px 3px 0;
  border-style: solid;
  border-radius: 34px 34px 0 0
}

.integrate-inside {
  box-shadow: 2px 5px 18px #00000026;
  border-radius: 34px;
  padding: 12px;
  height: 100%;
  background: #fff
}

.integrate-inside p {
  color: #5c5c5c
}

.integrate-icon {
  height: 65px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center
}

.integrate-inside h3 {
  font-size: 24px
}

.colr-1 svg path {
  fill: #6772e5
}

.colr-1 h3 {
  color: #6772e5
}

.colr-1:after {
  border-color: #6772e5
}

.colr-2 svg path {
  fill: #0085cc
}

.colr-2 h3 {
  color: #0085cc
}

.colr-2:after {
  border-color: #0085cc
}

.colr-3 svg path {
  fill: #072654
}

.colr-3 h3 {
  color: #072654
}

.colr-3:after {
  border-color: #072654
}

.colr-4 svg path {
  fill: #280
}

.colr-4 h3 {
  color: #280
}

.colr-4:after {
  border-color: #280
}

.colr-5 svg path {
  fill: #0052b7
}

.colr-5 h3 {
  color: #0052b7
}

.colr-5:after {
  border-color: #0052b7
}

.colr-6 svg path {
  fill: #0052b7
}

.colr-6 h3 {
  color: #0052b7
}

.colr-6:after {
  border-color: #0052b7
}

.colr-7 svg path {
  fill: #000
}

.colr-7 h3 {
  color: #000
}

.colr-7:after {
  border-color: #000
}

.colr-8 svg path {
  fill: #28b63e
}

.colr-8 h3 {
  color: #28b63e
}

.colr-8:after {
  border-color: #28b63e
}

.colr-9 svg path {
  fill: #009ad4
}

.colr-9 h3 {
  color: #009ad4
}

.colr-9:after {
  border-color: #009ad4
}

.colr-10 svg path {
  fill: #17bc9b
}

.colr-10 h3 {
  color: #17bc9b
}

.colr-10:after {
  border-color: #17bc9b
}

.colr-11 svg path {
  fill: #f43145
}

.colr-11 h3 {
  color: #f43145
}

.colr-11:after {
  border-color: #f43145
}

.colr-12 svg path {
  fill: #00a68b
}

.colr-12 h3 {
  color: #00a68b
}

.colr-12:after {
  border-color: #00a68b
}

.colr-13 svg path {
  fill: #2ca01c
}

.colr-13 h3 {
  color: #2ca01c
}

.colr-13:after {
  border-color: #2ca01c
}

.colr-14 svg path {
  fill: #0c3b7c
}

.colr-14 h3 {
  color: #0c3b7c
}

.colr-14:after {
  border-color: #0c3b7c
}

.colr-15 svg path {
  fill: #000
}

.colr-15 h3 {
  color: #000
}

.colr-15:after {
  border-color: #000
}

.colr-16 svg path {
  fill: #21759b
}

.colr-16 h3 {
  color: #21759b
}

.colr-16:after {
  border-color: #21759b
}

.colr-17 svg path {
  fill: #fd5100
}

.colr-17 h3 {
  color: #fd5100
}

.colr-17:after {
  border-color: #fd5100
}

.colr-18 svg path {
  fill: #7f54b3
}

.colr-18 h3 {
  color: #7f54b3
}

.colr-18:after {
  border-color: #7f54b3
}

.colr-19 svg path {
  fill: #95bf47
}

.colr-19 h3 {
  color: #95bf47
}

.colr-19:after {
  border-color: #95bf47
}

.colr-20 svg path {
  fill: #e37300
}

.colr-20 h3 {
  color: #e37300
}

.colr-20:after {
  border-color: #e37300
}

.colr-21 svg path {
  fill: #3c5a99
}

.colr-21 h3 {
  color: #3c5a99
}

.colr-21:after {
  border-color: #3c5a99
}

.colr-22 svg path {
  fill: #222
}

.colr-22 h3 {
  color: #222
}

.colr-22:after {
  border-color: #222
}

.colr-23 svg path {
  fill: #3bffc1
}

.colr-23 h3 {
  color: #3bffc1
}

.colr-23:after {
  border-color: #3bffc1
}

.colr-24 svg path {
  fill: #003725
}

.colr-24 h3 {
  color: #003725
}

.colr-24:after {
  border-color: #003725
}

.colr-25 svg path {
  fill: #050505
}

.colr-25 h3 {
  color: #050505
}

.colr-25:after {
  border-color: #050505
}

.colr-26 svg path {
  fill: #000
}

.colr-26 h3 {
  color: #000
}

.colr-26:after {
  border-color: #000
}

.colr-27 svg path {
  fill: #32b154
}

.colr-27 h3 {
  color: #32b154
}

.colr-27:after {
  border-color: #32b154
}

.colr-28 svg path {
  fill: #1c2b64
}

.colr-28 h3 {
  color: #1c2b64
}

.colr-28:after {
  border-color: #1c2b64
}

.colr-29 svg path {
  fill: #316ae8
}

.colr-29 h3 {
  color: #316ae8
}

.colr-29:after {
  border-color: #316ae8
}

.colr-30 svg path {
  fill: #000
}

.colr-30 h3 {
  color: #000
}

.colr-30:after {
  border-color: #000
}

.colr-31 svg path {
  fill: #188038
}

.colr-31 h3 {
  color: #188038
}

.colr-31:after {
  border-color: #188038
}

.colr-32 svg path {
  fill: #7d65fc
}

.colr-32 h3 {
  color: #7d65fc
}

.colr-32:after {
  border-color: #7d65fc
}

.summary-column {
  border-radius: 20px;
  box-shadow: 0 8px 24px #10121e14;
  position: sticky;
  top: 90px;
  transition: top 0.2s ease-in-out;
  background: #15023a
}

.text-16 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: normal
}

.text-17 {
  font-size: 17px;
}

.t-title-40 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.8px
}

.t-text-10 {
  font-size: 10px;
  letter-spacing: normal;
  font-weight: 700
}

.pricingSummary_btn {
  padding: 0 40px 40px
}

.pricingSummary_btn button {
  margin-top: 0
}

.full {
  width: 100%
}

.price_slab {
  color: #15023a
}

.price_slab .fa.fa-inr {
  margin-top: 0
}

.additional-priceBox {
  position: relative;
  padding: 40px;
  border: 1px solid #eaeaeb;
  border-radius: 20px;
  margin-top: 30px
}

.additional-priceBox_mainInfo {
  position: relative;
  display: flex;
  justify-content: space-between
}

.additional-priceBox_title {
  display: flex;
  align-items: center
}

.additional-counter {
  display: flex;
  align-items: center;
  margin-right: 20px
}

.counter_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  user-select: none;
  background-color: #15023a;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  border-radius: 8px;
  transition: background-color 0.1s ease-in;
  font-size: 33px
}

.counter_count {
  font-size: 17.6px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: -.2px;
  min-width: 32px;
  max-width: 32px;
  margin: 0 8px;
  text-align: center;
  border: 0;
  -moz-appearance: textfield
}

.additional-counter .add:before {
  vertical-align: text-top;
  content: "+"
}

.additional-counter .substract:before {
  vertical-align: text-top;
  content: "-"
}

.priceBox_price {
  flex-shrink: 0;
  margin-left: 12px
}

.priceBox_price p {
  margin: 0
}

.priceBox_price .t-text {
  font-weight: 700;
  text-align: right
}

.size10 {
  font-size: 10px;
  letter-spacing: normal
}

.size16 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal
}

.size14 {
  font-size: 14px;
  letter-spacing: -.4px
}

.section-pricing .acc-out {
  padding-left: 0
}

.section-pricing .accordion_head {
  font-size: 1.525rem
}

.tabsVertical_section {
  padding: 60px 40px;
  border: 1px solid #eaeaeb;
  border-radius: 20px;
  transition: scroll-margin-top 0.2s ease-in;
  scroll-margin-top: 24px
}

.mt-40 {
  margin-top: 40px
}

.section-pricing {
  padding-bottom: 60px
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: start !important
}

.flex-wrap {
  flex-wrap: wrap
}

.acc_head {
  font-size: 20px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  position: relative
}

.gradient-rounded-in {
  background: #fff;
  width: 100%;
  padding: 15px 26px;
  border-radius: 80px;
  margin: 0;
  position: relative
}

.acc_head img {
  flex: 0 0 30px;
  margin-right: 10px
}

.acc_body {
  padding-top: 15px;
  padding-bottom: 15px;
  display: none
}

.desktop-h1 {
  font-size: 56px;
  line-height: 60px;
  margin: 0;
  padding: 0
}

.numbering {
  border-radius: 36px;
  padding: 3rem .75rem;
  background: #ebebfd;
  margin-top: 20px;
  margin-bottom: 30px
}

.rounded-box-white {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 35px;
  background: #fff;
  height: 100%;
  display: block
}

.white-box-rounded {
  border-radius: 18px;
  padding: 35px;
  background: #fff;
  height: 100%;
  display: block
}

.rounded-box-large {
  border-radius: 30px;
  padding: 30px;
  height: calc(100% - 30px);
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.rounded-box-large .title_2 {
  font-size: 23px
}

.rounded-box-large .title_2 span {
  display: block
}

.bg-color1,
.bg-color2,
.bg-color3,
.bg-color4 {
  background: #fff
}

.bg-image {
  background: url(https://salonist.me/front-images/your-success-is-our-priority.jpg) no-repeat left center;
  background-size: cover;
  margin-top: 45px;
  border-radius: 30px;
  padding: 60px
}

.justify-content-end {
  justify-content: end
}

li.acc_head {
  cursor: default;
  margin-top: 30px;
  font-family: "Meditative", serif
}

li.acc_head img {
  width: 40px
}

.additional-priceBox.small-additional-box {
  padding: 0;
  margin-top: 0;
  border: 0;
  display: flex;
  justify-content: space-between
}

.small-additional-box .additional-counter {
  margin-right: 0
}

.small-additional-box .counter_btn {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border: 1px solid;
  border-radius: 50px;
  color: #15023a;
  background: #fff
}

.small-additional-box .priceBox_price {
  margin-left: 0;
  margin-bottom: 5px;
  flex: 1
}

.switch-button-outline {
  border: 1px solid;
  background-color: #fff0;
  height: 16px;
  padding: 1px 0;
  max-width: 36px;
  width: 100%;
  box-shadow: none;
  margin: 2px 10px
}

.switch-button-outline .switch input[type="checkbox"]+label {
  width: 100%;
  display: block;
  margin: 0;
  height: 16px;
  padding-left: 0
}

.switch-button-outline .switch {
  width: 100%;
  height: 16px;
  margin-bottom: 0;
  overflow: hidden
}

.switch-button-outline .switch [type="checkbox"]:checked+label+span.mn+span.yr,
.switch-button-outline .switch span.mn,
.switch-button-outline .switch span.yr {
  color: #15023a
}

.switch-button-outline .switch input[type="checkbox"]+label::before {
  height: 16px;
  width: 34px;
  background: #fff0
}

.switch-button-outline .switch input[type="checkbox"]+label::after {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  width: 12px;
  height: 12px;
  background: #15023a;
  left: 2px;
  top: 0
}

.switch-button-outline .switch [type="checkbox"]:checked+label::after {
  top: 0;
  left: 56%;
  background: #15023a
}

.mb-2 {
  margin-bottom: 15px
}

.grayboxrounded {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  height: 100%
}

.features-center11 .row.align-items-start {
  align-items: inherit !important
}

.products_updates {
  height: calc(100vh - 187px);
  overflow-x: auto;
  flex-wrap: nowrap;
  display: flex
}

.single-updates .updates-content .text strong {
  display: block;
  color: #222
}

.single-updates .updates-content .text br {
  display: none
}

.single-updates .updates-content .text .badge-mobile+strong,
.single-updates .updates-content .text .badge-web+strong {
  display: inline-block
}

.newprice-section .inner-box .title {
  font-size: var(--size-20);
  background: #fff0;
  height: auto;
  display: block;
  color: #15023a;
  margin-bottom: 0
}

.newprice-section .inner-box .price_col span {
  font-size: 1.8rem;
  color: #15023a;
  font-weight: 600;
  font-family: var(--font-aloevera-display)
}

.newprice-section .price_col p {
  margin-top: 0
}

.newprice-section .price-block .inner-box {
  text-align: left;
  padding: 30px;
  border-radius: 18px;
  color: #15023a
}

.newprice-section .inner-box .content-box {
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap
}

.newprice-section .btn-style-five {
  text-transform: inherit;
  width: auto;
  line-height: 1;
  padding: 7px 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-width: 1px
}

.newprice-section .btn-style-five .icon {
  height: 22px
}

.newprice-section .inner-box .pricelabel {
  margin-bottom: 0;
  padding-bottom: 0
}

.newprice-section .titleone {
  font-size: 2.625rem;
  margin-top: 15px
}

.pricing_plans .plan-comparison.table td.features-col {
  padding: 1.625rem 1rem .5rem;
  height: 2.625rem
}

.features-col .features__title {
  font-size: 25px;
  font-weight: 600
}

.newprice-section .plan-comparison.table tr td:nth-child(2),
.newprice-section .plan-comparison.table tr td:nth-child(4) {
  background: #d2e0f7b5
}

.newprice-section .price-block .inner-box .btn-style-five .txt {
  letter-spacing: 0;
  font-weight: 400
}

.newprice-section .plan-comparison.table td:first-child {
  color: #15023a;
  font-weight: 600
}

.newprice-section .plan-comparison.table tr td {
  padding: .7rem .85rem
}

.newprice-section .plan-comparison.table tr:not(.features-col-row):hover td:not(:nth-child(2)):not(:nth-child(4)) {
  background: #dfe9f96b
}

.newprice-section .plan-comparison.table tr td img {
  width: 20px
}

.title32 {
  font-size: 32px
}

.fun-content .acc_head::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  right: 28px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg)
}

.industry-banner+.spacertop70 {
  padding-top: 50px;
  background: #f1f6ef;
  padding-bottom: 50px
}

.work-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0 0;
  gap: 15px
}

.work-list li {
  text-align: center;
  flex: 1;
  margin-top: 30px;
  margin-bottom: 15px
}

.work-list li>.gradient-rounded-in {
  padding: 15px;
  height: 100%
}

.work-list li p,
.work-list li .title__3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.4;
  color: #15023a
}

.work-list li .title__3 {
  font-size: 18px;
  font-weight: 600;
}

.work-list li .work-box {
  width: 75px;
  height: 75px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -60px
}

.work-list li .work-box img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.counter-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 15px
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  font-weight: 500;
  color: var(--primary-color)
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2
}

.counter,
.text-lg {
  font-size: 32px;
  font-weight: 700;
  color: #15023a;
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

.bottomchecklist {
  background-color: #fff;
  border-radius: 9px;
  padding: 8px 30px;
  margin-top: 25px;
  gap: 15px
}

.left-column {
  background: linear-gradient(90deg, #a2e3e0ff 0%, #fff917ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2e3e0", endColorstr="#fff917", GradientType=1);
  padding-top: 25px;
  padding-right: 25px;
  margin-bottom: 20px
}

.content-app {
  padding: 30px 40px 0 45px
}

.right-column {
  background: linear-gradient(90deg, #fff917ff 0%, #a2e3e0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff917", endColorstr="#a2e3e0", GradientType=1);
  padding-top: 25px;
  padding-left: 25px;
  margin-bottom: 20px
}

.badge-content {
  background-color: #f9f723;
  padding: 12px 30px;
  width: 214px;
  color: #000;
  font-size: 16px
}

.left-column .badge-content {
  border-radius: 0 40px 40px 0
}

.right-column .badge-content {
  border-radius: 40px 0 0 40px;
  margin-left: auto
}

.flex-app {
  display: flex
}

.apps-icon {
  padding: 0;
  display: flex;
  gap: 10px
}

#footer ul {
  padding: 0
}

.checklisting li.seprator {
  font-weight: 400;
  color: #d9d9d9
}

.p-3 {
  padding: 15px
}

.icon {
  height: 42px;
  display: inline-flex;
  align-items: end;
  justify-content: center
}

.reverse-column-row .row:before,
.reverse-column-row .row:after {
  display: none
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important
}

.link-text-box {
  border-radius: 14px;
  transition: 0.5s all
}

.link-text-box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px #00000026;
  -moz-box-shadow: 0 10px 10px #00000026;
  box-shadow: 0 10px 10px #00000026
}

.sitemap-list {
  padding: 20px 0 30px
}

.sitemap-list li a {
  text-decoration: underline;
  color: #6c6c6c
}

.sitemap-list li a:hover {
  text-decoration: none;
  color: #15023a
}

.whitebtn2,
.greenbtn {
  display: inline-flex;
  align-items: center;
  gap: 5px
}

.whitebtn2 .icon,
.greenbtn .icon {
  height: auto
}

.flex {
  display: flex;
  gap: 15px
}

.site-header .sub-menu-1 li>span {
  cursor: pointer
}

.column--box {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: #25313814 0 12px 16px -4px, #25313808 0 4px 6px -2px;
  overflow-y: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  background: #fff
}

.column-display {
  display: flex;
  flex: 1 1 0%;
  gap: 5px;
  flex-direction: column;
  padding: 2rem 1.5rem;
  z-index: 1
}

.title--4 {
  letter-spacing: 0;
  min-height: max-content
}

.sub-title--4 {
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden
}

.image {
  width: 100%;
  min-width: 0;
  z-index: 1;
  height: 260px;
  position: relative;
  overflow: hidden;
  background: #edebde
}

.image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top
}

.section-blue {
  display: flex;
  position: relative;
  contain: content;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%
}

.r-box {
  display: flex;
  flex: 1 1 0%;
  gap: 16px;
  background-color: #fff;
  flex-direction: column;
  padding: 2rem 1.5rem;
  z-index: 1;
  border-radius: 24px;
  box-shadow: #25313814 0 12px 16px -4px, #25313808 0 4px 6px -2px;
  height: 100%
}

.gap-10 {
  gap: 10px
}

.image-single {
  padding-top: 60px
}

.video-info {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  position: sticky;
  top: 90px;
  background: #fff
}

.video-list {
  padding: 0;
  padding-top: 20px
}

.video-list li {
  margin-bottom: 8px
}

.video-list li a {
  display: flex;
  gap: 12px;
  padding: 15px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ececec
}

.video-list li a:hover,
.popup-video.active {
  background: #ececec;
  text-decoration: none
}

.video-list li a .small-title {
  margin: 0;
  flex: 1
}

.video-list li a .fa-play-circle {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.video-list li a .fa-play-circle::before {
  font-size: 9px;
  line-height: 1
}

#videoModal .small-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.video-info-image {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden
}

.video-info-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.video-info-image .fa-play-circle {
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #15023a;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  z-index: 10
}

.video-info-image .fa-play-circle::before {
  line-height: 1;
  font-size: 15px;
  margin-left: 4px
}

#videoModal .modal-dialog {
  margin-top: 0;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 30px auto;
  width: 100%
}

#videoModal .modal-body {
  padding-bottom: 30px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.dark {
  color: #15023a !important
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: auto
}

.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000001a
}

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px
}

.testimonial p {
  font-size: 16px;
  color: #333
}

.author {
  margin-top: 10px;
  font-weight: 700;
  color: #555
}

.h4-heading_z {
  letter-spacing: -.04em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: var(--size-30);
  font-weight: 600;
  line-height: 2.375rem;
  display: inline-block
}

.stats-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin: auto;
  text-align: center;
  max-width: 1000px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px
}

.stats-grid {
  padding: 20px
}

.stats-grid-industry {
  background: #fff0
}

.stats-grid-industry .stats-grid {
  background: #fff;
  border-radius: 8px
}

.badges img {
  padding: 15px
}

.card {
  border-radius: 12px;
  overflow: hidden
}

.plan_Advance:before {
  background-color: #28bd09;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  content: "Most Popular"
}

.gradient-vertical {
  background: linear-gradient(0deg, #c2d8fdff 0%, #d9e7ffff 50%, #ffd86fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2d8fd", endColorstr="#ffd86f", GradientType=1)
}

.w-full {
  width: 100%
}

.gap-1 {
  gap: .25rem
}

.flex-column {
  flex-direction: column
}

.rounded-gray-box {
  background: #f90000;
  border: 1px solid #d00000;
  border-radius: 16px;
  padding: 2rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.55
}

.text-gray-900 {
  color: #100000
}

.font-bold,
.font-extrabold {
  font-weight: 800
}

.industry-banner p.blue-color,
.blue-color {
  color: #15023a
}

.comparison {
  background: #f4f8ff;
  border-radius: 10px
}

.comparison-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1
}

.comparison-row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  text-align: center
}

.comparison-row .comparison-cell:first-child {
  text-align: left;
  flex: 0 0 50%
}

.brand-header span {
  background-color: #15023a;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 30px;
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  font-weight: 400
}

.brand-header {
  color: #fff;
  text-align: center;
  flex: 1;
  border-bottom: 1px solid #ddd
}

.comparison-cell {
  flex: 0 0 25%;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #15023a
}

.comparison-header {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ddd
}

.comparison-cell span {
  font-weight: 400;
  display: block
}

.comparison-row.row-middle:hover .comparison-cell {
  background: #fff
}

.comparison-row.row-middle:hover .comparison-cell:nth-child(2) {
  background: #fff3
}

.comparison-row .comparison-cell:nth-child(2) {
  border-left: 1px solid #0003;
  border-right: 1px solid #0003
}

.comparison-table-gradient {
  background: linear-gradient(180deg, #8db2f13d 0%, #f1b60f3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8db2f1", endColorstr="#f1b60f", GradientType=1);
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  position: absolute;
  height: 100%;
  width: 25%;
  left: 49.95%;
  z-index: -1
}

.image-equal {
  position: relative;
  text-align: center;
  padding-bottom: 65%;
  overflow: hidden
}

.image-equal img {
  position: absolute;
  top: 0;
  left: 0
}

.column-img-wraper {
  text-align: center
}

#loginForm .button--green {
  color: #fff
}

.large-space {
  padding-top: 280px
}

.program-content {
  background-color: #fddf84;
  text-align: center;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  padding: 90px 100px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: -190px
}

.container-smll {
  width: 100%;
  max-width: 1120px !important
}

.dark-box-rounded {
  width: 100%;
  background: #9ac0ff2b;
  color: #fff;
  padding: 55px 35px;
  box-sizing: border-box;
  border-radius: 12px;
  height: 100%
}

.square-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px
}

.bgn-wrk-cont {
  max-width: 1160px;
  width: 100%;
  text-align: center;
  margin: 35px auto 0
}

.bgn-line {
  max-width: 820px;
  width: 100%;
  border-top: 1px dashed #5ebd94;
  position: relative;
  margin: 50px auto 70px
}

.bgn-rnd-bx1 {
  left: 0;
  transform: translateY(-50%);
  position: absolute
}

.bgn-rnd-bx2 {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute
}

.bgn-rnd-bx3 {
  position: absolute;
  right: 0;
  transform: translateY(-50%)
}

.bgn-round {
  width: 52px;
  height: 52px;
  display: flex;
  background: #fddf84;
  border-radius: 35px;
  font: 16px/1 var(--zf-primary-bold);
  color: #076034;
  align-items: center;
  justify-content: center
}

.bgn-rnd-bx.act .bgn-round::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  width: 80px;
  height: 80px;
  background: #c2e5d8;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: .5
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0
  }
}

.bgn-wrk-comb {
  display: flex;
  justify-content: space-between
}

.bgn-wrk-info {
  width: 29.5%
}

.collab-set,
.dn {
  display: none
}

.faq-yellow-section {
  background-color: #9ac0ff2b;
  border-radius: 60px;
  padding: 110px 70px
}

.faq-yellow-section .accordion_head {
  border: 0;
  padding: 0
}

.faq-yellow-section .gradient-rounded-in {
  background: #fff0;
  color: #ffffffa3
}

.faq-yellow-section .accordion_head.active .gradient-rounded-in {
  color: #fff
}

.faq-yellow-section .accordion_head .down-arrow:before,
.faq-yellow-section .accordion_head .down-arrow:after {
  background-color: #ffffffa3
}

.faq-yellow-section .accordion_head.active .close-arrow:before,
.faq-yellow-section .accordion_head.active .close-arrow:after {
  background-color: #fff
}

.privacy-section {
  margin-top: 0;
  margin-bottom: 0;
  background: #fff0
}

#videoModal.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0
}

#videoModal.modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none
}

#videoModal .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
  border-radius: 10px;
  border: 1px solid #aaa;
  min-height: 250px
}

#videoModal .embed-responsive .embed-responsive-item,
#videoModal .embed-responsive embed,
#videoModal .embed-responsive iframe,
#videoModal .embed-responsive object,
#videoModal .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

#videoModal .modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 16px;
  outline: 0
}

#videoModal .modal-header {
  border-bottom: 1px solid #0003;
  padding: 15px 20px
}

.ab-card-box {
  padding: 30px;
  background: #fff
}

.feature-box-rounded {
  height: 100%;
  position: relative
}

.small-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 63px;
  background: #fff;
  border-radius: 12px;
  width: 225px;
  padding: 12px;
  box-shadow: 0 2px 8px 0 rgb(20 20 20 / .0784313725), 0 4px 20px 0 rgb(20 20 20 / .1215686275);
  -webkit-box-shadow: 0 20px 20px #0000001a
}

.small-menu li a {
  display: block;
  padding: 10px 12px;
  inline-size: 100%;
  block-size: 100%;
  font-size: 18px;
  border-radius: 6px
}

.small-menu li a:hover,
.small-menu li a:focus {
  background-color: #eaeaea;
  text-decoration: none
}

.dropdown.open .small-menu {
  display: block
}

.top-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 50px
}

.card-wrap {
  border-radius: 20px;
  padding: 40px 50px 0 40px;
  box-sizing: border-box;
  color: #111;
  padding-bottom: 0
}

.purple-bg {
  background: linear-gradient(135deg, #cabaff, #9cd3ff)
}

.small-text {
  margin-bottom: 10px;
  font-weight: 700
}

.card-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px
}

.card-desc {
  font-size: 16px;
  line-height: 1.5
}

.bottom-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  align-items: end;
  justify-content: space-between;
  margin-top: 25px
}

.profile-img {
  margin-bottom: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  object-position: top;
  top: 0
}

.qr-box {
  text-align: center;
  margin-top: 20px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 10px;
  max-inline-size: 150px;
  max-block-size: 150px;
  margin-block-end: 40px;
  margin-inline-start: 12px
}

.card_image {
  position: relative;
  padding-bottom: 130%;
  overflow: hidden
}

.small-image-wrapper img {
  display: block;
  inline-size: 130px;
  block-size: 40px
}

.break {
  display: block
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: border-box
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  thead {
    display: table-header-group
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

@media (min-width:992px) {
  .navbar-toggle-btn {
    display: none
  }

  .title46:not(h1) {
    font-size: var(--size-40)
  }
}

@media (min-width:981px) {
  .grid-3-column-md li {
    flex: 1 1 25% !important
  }

  .desktop-hide {
    display: none !important
  }
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .banner-content .form {
    margin-top: 30px
  }
}

@media (min-width:768px) {
  .app-icon li img {
    max-width: 140px
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px #00000080;
    box-shadow: 0 5px 15px #00000080
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

@media (min-width:768px) {
  .site-header-space.fixed {
    height: 112px
  }
}

@media (max-width:767px) {
  .mobile-hide {
    display: none !important
  }

  .sub-menu-1 {
    background: #fff;
    clear: both;
    float: none;
    padding: 40px 0 0;
    margin-bottom: 0
  }

  .sub-menu-1 li {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #ccc
  }

  #top-menu>li {
    display: block;
    text-align: left
  }

  .default.dropdown-1 {
    float: none;
    min-width: auto !important;
    padding: 4px 0 0;
    display: block;
    text-align: left
  }

  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
    top: auto;
    width: 100%;
    z-index: 1000
  }

  .dropdown-menu>li>a {
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 5px;
    white-space: nowrap
  }
}

@media (min-width:992px) {
  .mainbanner {
    min-height: 400px;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .mainbanner .banner-content {
    padding-top: 0
  }

  .banner-content .pt-5 {
    padding-top: 0
  }

  .pt-lg-5 {
    padding-top: 5rem
  }
}

@media (max-width:991px) {
  .mainbanner {
    padding-top: 100px
  }
}

@media (max-width:768px) {

  .copyright,
  .footer {
    float: left !important
  }

  .navbar-toggle .item {
    margin: 72px 0
  }

  .conatctus .text-center {
    font-size: 18px;
    text-align: left
  }

  .about .heading,
  .banner-inner,
  .cbp_tmtimeline>li,
  .demo-form .col-md-12,
  .demosection .heading,
  .demosection h2,
  .demosection p,
  .features .heading,
  .simply p {
    text-align: center
  }

  .navbar-default .navbar-collapse {
    border: 0;
    box-shadow: none
  }

  .navbar-default .navbar-toggle-btn:focus,
  .navbar-default .navbar-toggle-btn:hover {
    background-color: #fff0
  }

  .fa.fa-check {
    padding: 0 4px 0 0;
    font-size: 14px;
    color: #fff
  }

  .subhero__content h3 {
    font-size: 1em !important
  }

  .subhero__content a {
    font-size: 16px;
    line-height: 24px;
    min-width: 140px !important;
    padding: 6px 12px 4px !important
  }

  .spacertop img {
    margin: 22px 0
  }

  .features li {
    font-size: 14px !important
  }

  .heading {
    font-size: 14px
  }

  .copyright {
    width: 100%
  }

  .copyright p {
    font-size: 14px
  }

  .relations-1 li {
    padding: 21px 0 0 22px
  }

  .sub-menu-1 a {
    font-size: 14px
  }

  .sub-menu-1 li {
    padding: 16px 68px 1px
  }

  .default.dropdown-1 {
    float: right;
    min-width: 235px !important
  }

  .spacer {
    padding: 20px 0
  }

  .larger-text {
    font-size: 33px !important
  }
}

@media (max-width:640px) {
  .col-sm-4.main-box3 {
    display: block;
    width: 100%
  }
}

@media (max-width:580px) {
  .heading {
    font-size: 27px
  }

  .logosection img {
    width: 90%
  }

  .category {
    text-align: center;
    padding-left: 0 !important
  }

  .category h3,
  .category p {
    margin-left: 0
  }

  .category span {
    width: 100%;
    padding-bottom: 15px
  }
}

@media (max-width:480px) {
  .slider .banner-content .banner-inner h1 {
    font-size: 24px;
    line-height: normal
  }

  .heading {
    font-size: 22px;
    padding-bottom: 10px !important;
    line-height: normal
  }

  .demo-form input[type="email"],
  .demo-form input[type="tel"],
  .demo-form input[type="text"],
  .demo-form textarea {
    padding: 7px 10px
  }

  .demosection h2 {
    font-size: 16px;
    line-height: normal;
    margin-top: 0
  }

  .price h2 {
    font-size: 1.8em !important
  }

  .editions .cost h3 {
    font-size: 3em !important
  }

  .contact-list li {
    width: 100% !important
  }

  .btn-buynow {
    position: static
  }

  .buy_botton {
    margin: 0 auto;
    text-align: center
  }
}

@media (min-width:767px) {
  .max520 {
    margin-bottom: 20px;
    padding: 50px 0
  }
}

@media (min-width:1100px) {
  .heading2 {
    white-space: nowrap
  }
}

@media (min-width:992px) {

  .icon-list.customlist-left:before,
  .icon-list.customlist-right:after {
    border-left: 1px solid #ccc;
    content: "";
    height: 90%;
    position: absolute;
    top: 12px
  }

  .bannerimg img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
  }

  .customlist-right li {
    padding-right: 84px;
    padding-left: 0;
    text-align: right
  }

  .customlist-right li .icon {
    right: 0;
    left: auto
  }

  .icon-list.customlist-left:before {
    margin-left: -20px
  }

  .icon-list.customlist-right:after {
    right: 0
  }

  .customlist-left li .icon:after,
  .customlist-right li .icon:after {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 10px
  }

  .customlist-right li .icon:after {
    margin-right: -15px;
    right: 0
  }

  .customlist-left li .icon:after {
    margin-left: -19px;
    left: 0
  }
}

@media (min-width:768px) {
  .largeimage-right.banner-seprate-img {
    left: 60%;
    margin-right: -50%;
    margin-top: 6%;
    bottom: 0
  }

  .table_view .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: middle
  }
}

@media (max-width:1023px) {
  .mobile-image {
    width: 100%
  }
}

@media (max-width:900px) {
  .inner-banner {
    max-height: 500px
  }
}

@media (max-width:767px) {
  .spacer-text {
    text-align: center;
    padding-bottom: 35px
  }
}

@media (max-width:578px) {
  .larger-text {
    font-size: 32px
  }
}

@media (max-width:480px) {
  .heading2 {
    font-size: 25px
  }

  .heading3 {
    font-size: 20px
  }

  .section-title {
    font-size: 30px
  }
}

@media (min-width:768px) {
  .element-right {
    text-align: right
  }

  .element-right h1 {
    font-size: 37px
  }

  .mobile-app-section .col-sm-5,
  .mobile-app-section .col-sm-7 {
    display: table-cell;
    float: none
  }

  .mobile-app-section .col-sm-5 {
    vertical-align: bottom
  }

  .space80 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (max-width:470px) {
  .mobile-app-section a img {
    max-width: 140px
  }

  .mobile-app-section a.margin_left {
    margin-left: 3px
  }
}

@media (max-width:767px) {
  .mobile-app-section {
    text-align: center
  }
}

@media (max-width:640px) {

  .section-title,
  .title36 {
    font-size: 24px
  }

  .title36 {
    line-height: 1.4
  }
}

@media (max-width:480px) {
  .title36 {
    font-size: 24px;
    line-height: 1.4
  }
}

@media (max-width:480px) {
  .spacerbottom100 {
    padding-bottom: 20px
  }

  .spacertop100 {
    padding-top: 20px
  }

  .banner2 h1,
  .section-title {
    font-size: 16px
  }

  .log_in-btn {
    max-width: 100% !important;
    margin: 10px 0 !important
  }

  .app_store_icon li {
    margin-right: 5px
  }

  .out-main p {
    font-size: 14px
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .iconsection {
    width: 50%
  }

  .iconset {
    width: 100%
  }

  .text-center p {
    padding: 0 10px;
    text-align: center
  }

  .spacer .col-sm-3 {
    width: 50%
  }

  .bannerimg img {
    width: 100%;
    padding-left: 0
  }

  .sub-menu-1 li {
    padding: 16px 8px 1px
  }
}

@media (min-width:767px) {
  .loginform {
    width: 100%
  }
}

@media (max-width:767px) {

  .client-photo,
  .modal {
    left: 0
  }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
  }

  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
  }

  .modal-content {
    position: relative;
    background-color: #ddd;
    border: 1px solid #999;
    border-radius: 6px;
    box-shadow: 0 3px 9px #00000080
  }

  .modal-body {
    position: relative;
    padding: 15px
  }

  .salon-modalpopup-all {
    padding: 0
  }

  .salon-modalpopup-all .form__fieldgroup {
    display: inline-block;
    width: 100% !important
  }

  .salon-modalpopup-all .signup .signup-form {
    max-width: 100%
  }

  .signup-form input {
    width: 100%;
    height: 48px;
    border-radius: 50px;
    padding: 0 12px
  }

  .salon-modalpopup-all .modal-header .close {
    font-size: 26px;
    background: 0 0;
    border-color: #fff0;
    width: 100%
  }

  .salonist .salon-modalpopup-all .form__fieldgroup {
    width: 100%;
    margin-left: 0
  }

  .client-list {
    font-size: 30px !important
  }

  .covered-banner.our-clients {
    height: auto !important
  }
}

@media screen and (max-width:480px) {
  .table-responsive table td {
    white-space: nowrap
  }
}

@media (min-width:768px) {
  .pos_banner {
    min-height: inherit;
    padding-top: 80px
  }

  .pos_banner .content_banner {
    padding-bottom: 50px
  }

  #footer ul:not(.flex) {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    padding: 0;
    margin: 0 0 20px !important
  }
}

@media (max-width:1199px) {
  .main-indutries11 .container {
    max-width: 960px
  }

  .inner-features {
    max-width: 470px
  }

  .industry-banner h1 {
    font-size: 36px
  }
}

@media (max-width:1023px) {
  #section5 .col-sm-7 img {
    margin-top: 0;
    max-width: 100%
  }
}

@media (max-width:991px) {

  .comman11,
  .main-indutries11 h2 {
    font-size: 24px
  }

  .salonist-new-page-main #section2 img {
    max-width: 100%
  }

  .section-after.powerfull11 .column-title {
    margin-top: 20px
  }

  .icon-list li p {
    font-size: 14px
  }

  .icon-list li {
    margin-bottom: 30px
  }

  .section-title {
    font-size: 24px
  }

  .container {
    padding-left: 25px;
    padding-right: 25px
  }

  .main-indutries11 .container {
    max-width: 730px
  }

  .video-overview {
    max-width: 720px;
    top: -105px
  }

  .video-overview h2 {
    font-size: 21px;
    margin-top: 0
  }

  .video-overview .col-sm-6 a {
    width: auto;
    margin-top: 5px;
    font-size: 14px;
    padding: 8px 12px
  }

  .client-description p {
    font-size: 15px;
    line-height: 26px;
    padding-right: 10px
  }

  .clients-section.customer-clients11 {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0
  }

  .features-top11 .col-sm-5 {
    padding: 0 20px
  }

  .features-top11 .col-sm-2 {
    margin-top: 50px
  }

  .inner-features {
    max-width: 370px;
    padding-right: 30px
  }

  .inner-features h3 {
    font-size: 30px
  }

  .inner-features p {
    margin: 0
  }

  .features-center11.features-bottom11 .right-features.col-sm-push-6 {
    left: 48%
  }

  .features-center11.features-bottom11 .left-features.col-sm-pull-6 {
    padding-right: 50px
  }

  .industry-banner h1 {
    font-size: 24px;
    margin-top: 0
  }

  .indusrty-section2 .col-sm-4 {
    padding: 0 15px
  }

  .new-table-feature {
    max-width: 740px
  }

  .new-table-feature .col-sm-4 img {
    max-width: 150px
  }
}

@media (max-width:767px) {
  .customerh2 {
    font-size: 18px
  }

  .form__footnote.booking-title {
    font-size: 15px
  }

  .carousel-caption h1 {
    font-size: 24px
  }

  .salonist-new-page-main .salon-management .col-sm-7,
  .section-after::after,
  .site-header .fa-angle-down {
    display: none
  }

  .dropdowm-menu1,
  .navbar,
  .navbar .container {
    position: relative
  }

  .site-header .sub-menu-1 li.has-dropdown {
    padding: 8px 15px 4px
  }

  .salonist-new-page-main .salon-management {
    padding-top: 0;
    padding-bottom: 50px
  }

  .powerfull11 .spacertop100 {
    padding-bottom: 0
  }

  .salonist-new-page-main #section2 {
    padding: 30px 0 50px
  }

  .section-title {
    font-size: 20px
  }

  .salonist-new-page-main .section3 .clearfix {
    margin-top: 30px
  }

  .salonist-new-page-main #section2 .col-sm-6:last-child {
    text-align: center;
    padding: 50px 0 0
  }

  .salonist-new-page-main .section3.spacertop50 {
    padding: 25px 0 0 !important
  }

  .site-header .top-bar .fa-angle-down {
    display: inline-block
  }

  .site-header .drop-menu .fa-angle-down {
    display: block
  }

  .site-header .drop-menu {
    float: right;
    width: 100%;
    height: 32px;
    text-align: center;
    cursor: pointer;
    margin-top: -4px
  }

  .site-header .drop-menu .fa {
    float: left;
    font-size: 24px;
    margin: 2px 0 0 10px !important
  }

  .dropdowm-menu1 {
    background: #f5f5f5;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: left;
    border: none;
    z-index: 9;
    top: 0;
    padding: 0;
    margin: 0 0 -5px
  }

  .dropdowm-menu1::before {
    display: none
  }

  .site-header .sub-menu-1 li {
    width: 100%;
    float: left;
    padding: 8px 15px
  }

  .footer-social ul {
    float: none;
    margin: 0 auto 10px
  }

  .footer-bottom p {
    padding-bottom: 2px
  }

  .top-bar .container {
    padding: 0 10px
  }

  .main-indutries11 .container {
    max-width: 96%
  }

  .main-indutries11 ul {
    text-align: center;
    padding: 0
  }

  .main-indutries11 {
    margin: 0;
    padding: 30px 0
  }

  .pricing-page-main .industry-banner {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .case-studies-main {
    margin: 0 auto 40px
  }

  .video-overview {
    max-width: 96%;
    top: 0;
    margin-top: 50px;
    margin-bottom: 25px
  }

  .video-overview .col-sm-6:last-child {
    float: left;
    padding: 10px
  }

  .video-overview .col-sm-6 img {
    width: 100%
  }

  .pricing-page-main.videos-main .industry-banner {
    padding-bottom: 70px
  }

  .cutomers-page-main .col-sm-6 {
    width: 100%;
    float: left;
    display: block;
    padding: 40px 10px
  }

  .cutomers-page-main .col-sm-6:first-child {
    background: #f2f2f2
  }

  .cutomers-page-main .col-sm-6:last-child {
    background: url(../images/bg-customer.jpg) no-repeat;
    background-size: cover
  }

  .cutomers-page-main::after,
  .cutomers-page-main::before {
    display: none
  }

  .cutomers-page-main .container {
    padding: 0
  }

  .client-description {
    padding: 0 10px
  }

  .client-description p {
    font-size: 14px;
    padding: 0 15px
  }

  .features-top11 .col-12 {
    margin: 0 0 20px;
    text-align: center
  }

  .features-top11 .col-sm-2 {
    margin-top: 30px;
    margin-bottom: 40px
  }

  .features-top11 {
    padding: 30px 0
  }

  .features-center11 .col-sm-6 {
    width: 100%;
    float: left;
    display: block
  }

  .inner-features,
  .inner-features.pull-left {
    max-width: 100%;
    padding: 30px 15px !important;
    text-align: center !important
  }

  .features-center11.features-bottom11 .right-features.col-sm-push-6 {
    left: 0
  }

  .features-center11.features-bottom11 .left-features.col-sm-pull-6 {
    padding-right: 0
  }

  .features-bottom11 {
    padding: 50px 0 30px;
    margin-bottom: 0
  }

  .feature-box {
    width: 250px;
    height: 210px;
    margin: 0 0 0 -15px
  }

  .feature-box .fa {
    font-size: 120px;
    line-height: 200px
  }

  .feature-box span {
    top: -15px;
    border: 4px solid #15023a;
    right: -15px
  }

  .inner-features h3 {
    font-size: 27px
  }

  .features-bottom11 .inner-features,
  .features-bottom11 .inner-features.pull-left {
    padding: 10px 15px !important
  }

  .features-bottom11 .row:first-child {
    margin-bottom: 40px
  }

  .industry-banner {
    padding-top: 34px;
    padding-bottom: 20px;
    text-align: center
  }

  .industry-banner img {
    width: auto;
    bottom: 0;
    float: none;
    max-width: 90%
  }

  .industry-banner::after {
    display: none
  }

  .industry-banner .col-sm-5 {
    width: 100%;
    float: left;
    text-align: center
  }

  .industry-banner h1 {
    width: 100%;
    font-size: 20px
  }

  .industry-banner p {
    max-width: 100%
  }

  .indusrty-section2 .col-sm-4 {
    margin: 0 0 50px;
    padding: 0 10px
  }

  .img-parent {
    margin: 0 0 20px
  }

  .indusrty-section2 .col-sm-4 h2 {
    font-size: 18px
  }

  .indusrty-section2 .col-sm-4 p {
    font-size: 14px;
    margin: 12px auto 0;
    max-width: 460px;
    display: table
  }

  .title-new span {
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 0 0 10px
  }

  .indusrty-section2 {
    padding: 34px 0 0
  }

  .title-new {
    margin: 0 0 40px
  }

  .new-table-feature {
    max-width: 92%
  }

  .new-table-feature .col-sm-5,
  .new-table-feature .col-sm-7 {
    width: 100%;
    float: left
  }

  .feature-heading,
  .feature-title h1 {
    font-size: 20px
  }

  .feature-title p,
  .new-table-feature p {
    font-size: 14px
  }

  .new-table-feature h2 {
    font-size: 18px
  }

  .new-table-feature .col-sm-7 {
    padding: 20px 15px
  }

  .salon-modalpopup-all .signup .signup-form {
    padding: 3em 20px 2em
  }

  .features-bottom11 .image-new1 .right-features img {
    max-width: 130px
  }

  #footer .container {
    padding: 0
  }

  .industry-btn11 {
    margin-bottom: 10px
  }

  .navbar,
  .site-header.fixed {
    position: relative !important
  }

  .site-header .sub-menu-1 li.has-dropdown,
  .sub-menu-1 a {
    color: #212121
  }

  .item.active {
    padding-top: 0 !important
  }

  .footer-bottom .greenbtn {
    margin-top: 0
  }
}

@media (max-width:640px) {

  html,
  body {
    overflow-x: hidden
  }

  .comman11 {
    font-size: 18px;
    margin: 0 0 30px
  }

  .inner-case-box11 img {
    max-width: 250px
  }

  .inner-case-box11 p {
    font-size: 15px;
    padding: 0 15px
  }

  .pricing-page-main .industry-banner {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .pricing-page-main .industry-banner h3 {
    font-size: 22px;
    margin-top: 10px
  }

  .pricing-page-main .industry-banner p {
    font-size: 17px
  }
}

@media (max-width:568px) {
  .salonist-new-page-main #section2 img {
    max-width: 95%
  }

  .top-bar .top-bar-menu11 li {
    margin: 10px 0 0 10px;
    font-size: 14px
  }

  .top-bar .submenu11 {
    left: -60px
  }

  .video-image-parent .play-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    bottom: -25px;
    padding: 13px 0 0 4px
  }

  .video-overview .col-sm-6:first-child::after {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .sitemap-main11 {
    margin-top: 0
  }

  .sitemap-main11 ul {
    margin-top: 34px
  }
}

@media (max-width:479px) {
  .sitemap-main11 ul li {
    width: 100%
  }

  .banner-content .headings h1 {
    font-size: 26px;
    line-height: 1.2
  }

  .scrollup.block-view {
    height: 0
  }
}

@media (min-width:767px) {
  .space-top {
    padding-top: 45px
  }

  .table-display {
    display: table;
    width: 100%
  }

  .table-display .column-cell {
    display: table-cell;
    float: none;
    vertical-align: middle
  }
}

@media (min-width:767px) {
  .content-row:nth-child(2n) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  body {
    overflow-x: hidden
  }

  .content-row:nth-child(2n) .col-sm-6:first-child {
    padding-left: 60px;
    padding-right: 0
  }

  .content-row:nth-child(2n) .col-sm-6:last-child {
    padding-right: 60px;
    padding-left: 0
  }

  .content-row .col-sm-6:first-child {
    padding-right: 60px
  }

  .content-row .col-sm-6:last-child {
    padding-left: 60px
  }

  .large-image {
    position: absolute
  }

  .position-static {
    position: static
  }

  .left-img {
    right: 52%;
    max-width: 42%
  }

  .right-img {
    left: 52%;
    max-width: 50%
  }

  .single-content-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .row.single-content-row img {
    width: auto;
    height: auto;
    max-height: 100px
  }

  .single-content-row .col-sm-3 {
    text-align: center;
    align-items: center
  }

  .footer-bottom p {
    text-align: right
  }
}

@media (min-width:992px) {
  .text-right-desktop {
    text-align: right
  }

  .features-center11 .row .left-features {
    padding-right: 50px;
    padding-left: 50px
  }
}

@media (max-width:767px) {
  .clients-section .our-clients {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: .65rem;
    -moz-column-gap: .65rem;
    column-gap: .65rem;
    padding: 0
  }

  .pb-90 {
    padding-bottom: 50px
  }

  .salonist-new-page-main .salon-management {
    padding-bottom: 0
  }

  .banner-content #infodiv.form {
    margin-top: 0;
    background: #f2f2f2;
    padding: 18px 8px;
    border-radius: 0;
    -webkit-border-radius: 0
  }

  .banner-content .headings h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000
  }

  .banner-content .headings p {
    color: #000
  }

  .banner-content #infodiv.form .button--green {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #15023a;
    border: #15023a
  }

  .banner-content #infodiv.form input {
    height: 52px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    border: 1px solid #ccc
  }

  .row.single-content-row {
    text-align: center
  }

  .single-content-row .col-sm-3 {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px !important
  }

  .btn-center {
    display: inline-block;
    width: 100%;
    text-align: center
  }

  .signup-form-bottom .button--green {
    float: none
  }

  .salonist-new-page-main #section2 {
    padding: 30px 0
  }
}

@media screen and (max-width:1370px) {
  .comarison-outer {
    margin: 70px 0
  }

  .vs-dotted span {
    padding: 0 12px
  }

  .vs-dotted span i {
    font-size: 40px;
    font-style: normal;
    font-weight: 300
  }
}

@media (min-width:768px) {
  .comparison-pages .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px
  }

  .comparison-pages .text24-bold.pb-50 {
    font-size: 24px;
    line-height: 1.2
  }

  .features-center11 .row:nth-child(even) .left-features .inner-features {
    padding-left: 0;
    padding-right: 50px
  }
}

@media (min-width:768px) {
  .site-header.fixed {
    min-height: inherit
  }
}

@media (max-width:980px) {
  .newprice-section .price-block .inner-box .price-list {
    display: block
  }
}

@media (min-width:992px) {
  .site-header .container {
    position: relative
  }

  .site-header .sub-menu-1 li {
    position: static;
    cursor: default
  }
}

@media (max-width:767px) {
  .industry-inner-page.salonist-industry .industry-banner {
    background-position: bottom;
    background-size: contain
  }

  .app-icon {
    text-align: center;
    margin: 30px 0
  }
}

@media (max-width:767px) {
  .frame-video .xs-video-popup {
    width: 80px;
    height: 80px;
    line-height: 85px
  }

  .fa-play-circle::before {
    line-height: 80px;
    font-size: 25px
  }

  .banner-form p {
    margin-bottom: 10px
  }

  .banner-content h1 {
    line-height: 1;
    margin-bottom: 20px
  }

  .featured_title {
    margin-bottom: 10px
  }
}

@media (min-width:768px) {
  .marketing-sec.features-page-inner11 {
    margin-top: 83px
  }

  .leftColumn .brandInfo:after {
    content: "";
    border-right: 1px solid #098d4b;
    height: 80%;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media (max-width:680px) {
  .flex-list {
    padding-left: 20px
  }

  .flex-list li {
    width: 100%
  }
}

@media only screen and (min-width:992px) {
  .drop-menu {
    display: none
  }

  .dropdowm-menu1 {
    display: flex !important
  }

  .headings_small {
    font-size: 58px
  }
}

@media only screen and (max-width:991px) {
  .pt-3 {
    padding-top: 1.5rem
  }

  .headings2,
  .industry-banner h1 {
    font-size: 32px;
    line-height: 1.3
  }

  .main-logo {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media (max-width:767px) {
  .text-center-mobile {
    text-align: center
  }
}

@media (min-width:768px) {
  .plan-row {
    flex-wrap: nowrap
  }
}

@media (min-width:768px) {
  .left-text * {
    text-align: left !important
  }

  .ebook .industry-banner {
    padding-top: 90px;
    padding-bottom: 50px
  }

  .details-banner .industry-banner {
    padding-top: 90px
  }
}

@media (max-width:767px) {
  .ebook {
    padding-bottom: 45px
  }
}

@media (max-width:767px) {

  .industry-banner,
  .banner-content {
    padding-top: 50px !important
  }

  .industry-banner h1 {
    font-size: 32px
  }
}

@media (max-width:680px) {
  .mobile-pt-0 {
    padding-top: 0 !important
  }

  .mobile-pb-0 {
    padding-bottom: 0 !important
  }

  .integrations {
    padding: 0
  }

  .flex-items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .left-mobile {
    text-align: center;
    width: 100%;
    display: block
  }

  .footer-btns {
    text-align: center
  }

  .section-gap {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .bottom-links {
    padding-left: 0
  }

  .space-small {
    margin-bottom: 30px
  }

  .brands-wrap ul li {
    width: 50%
  }
}

@media only screen and (max-width:1440px) {
  .banner-wrap .brand-logos-bg {
    top: 250px
  }

  .banner-wrap .brand-logos-bg ul li {
    flex: 0 0 14.3%
  }

  .brand-logos-bg .bottom-animated ul li span.active {
    transform: scale(.85)
  }
}

@media only screen and (max-width:1366px) {
  .banner-wrap {
    height: 680px
  }

  .banner-wrap .brand-logos-bg {
    top: 220px
  }

  .banner-wrap .brand-logos-bg ul li span.enableIt {
    transform: scale(.85)
  }

  .brand-logos-bg .bottom-animated ul li span.active {
    transform: scale(.85)
  }
}

@media only screen and (max-width:1170px) {
  .banner-wrap .brand-logos-bg ul li {
    flex: 0 0 14.285%
  }
}

@media only screen and (max-width:991px) {
  .banner-wrap .brand-logos-bg {
    top: 280px
  }

  .banner-wrap .brand-logos-bg ul li {
    flex: 0 0 16.66%
  }

  .banner-wrap .brand-logos-bg ul li:nth-child(3) {
    display: none
  }

  .banner-wrap .brand-logos-bg ul li span.enableIt {
    transform: scale(.85)
  }

  .brand-logos-bg .bottom-animated ul li span.active {
    transform: scale(.85)
  }
}

@media only screen and (max-width:767px) {
  .banner-wrap {
    height: auto
  }

  .banner-wrap .brand-logos-bg {
    position: static;
    top: 250px
  }

  .ttile-custom-h1 {
    font-size: 32px
  }

  .banner-wrap .brand-logos-bg ul li {
    flex: 0 0 25%
  }

  .banner-wrap .brand-logos-bg ul li:nth-child(3),
  .banner-wrap .brand-logos-bg ul li:nth-child(4),
  .banner-wrap .brand-logos-bg ul li:nth-child(7),
  .banner-wrap .brand-logos-bg ul li:nth-child(8),
  .banner-wrap .brand-logos-bg ul li:nth-child(9) {
    display: none
  }
}

@media only screen and (max-width:660px) {
  .banner-wrap .brand-logos-bg {
    top: 200px
  }
}

@media only screen and (max-width:480px) {
  .banner-wrap .brand-logos-bg {
    top: 170px
  }

  .banner-wrap .brand-logos-bg ul li {
    flex: 0 0 33.33%
  }

  .banner-wrap .brand-logos-bg ul li:nth-child(6) {
    display: none
  }
}

@media only screen and (max-width:380px) {
  .banner-wrap .brand-logos-bg {
    top: 140px
  }
}

@media (min-width:600px) {
  .grid-wrapper {
    column-count: 2
  }
}

@media (min-width:900px) {
  .grid-wrapper {
    column-count: 3
  }
}

@media (min-width:1200px) {
  .grid-wrapper {
    column-count: 4
  }
}

@media (min-width:768px) {
  .salonist-mew-page-main .desktop-view .banner-content {
    padding-top: 130px
  }

  .single-content {
    padding-right: 50px
  }
}

@media (min-width:1070px) and (max-width:1280px) {

  html,
  body {
    overflow-x: hidden
  }

  .plan-row {
    flex-direction: row
  }

  .plan-row .price-block:last-child {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    margin-left: -8px
  }

  .price-block .inner-box {
    display: block
  }

  .price-block .inner-box .price-list {
    display: table;
    min-height: calc(100vh - 210px)
  }
}

@media (max-width:680px) {
  .title {
    font-size: 26px
  }

  .featured_title {
    font-size: 22px
  }

  .order-list,
  .unorder-list {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0
  }

  .green-shape {
    display: none
  }

  .pricing_plans .plan-comparison.table th {
    padding: 11px 5px;
    font-size: 14px
  }

  .pricing_plans .plan-comparison.table td {
    padding: .75rem .25rem;
    font-size: 14px;
    white-space: normal
  }

  .faq-section .toggle-head {
    font-size: 16px
  }

  .section_gap {
    padding: 50px 0
  }
}

@media (max-width:767px) {
  .space-mobile {
    padding-left: 15px
  }

  .iti-mobile div.iti--container {
    top: 10px;
    bottom: 30px;
    left: 10px;
    right: 10px;
    position: fixed;
    height: 100%;
    width: auto
  }
}

@media (min-width:768px) {
  .pl-5 {
    padding-left: 55px
  }

  .pr-5 {
    padding-right: 45px
  }
}

@media (max-width:991px) {
  .head-content {
    padding-top: 30px
  }

  .brands-wrap ul li span img {
    max-width: 100% !important
  }
}

@media (max-width:768px) {

  .head-content h2,
  .title46 {
    font-size: 34px
  }

  .poster-wrap {
    max-height: 300px
  }
}

@media (max-width:680px) {
  body {
    font-size: 15px
  }

  .integrations {
    justify-content: space-around
  }

  .checklisting {
    list-style-type: none;
    margin: auto;
    padding-left: 0;
    justify-content: center !important;
    flex-direction: column;
    max-width: 280px
  }

  .home-banner {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important
  }

  .head-content h2,
  .title46 {
    font-size: 26px;
    line-height: 1.3
  }

  .lang-supporting {
    display: grid !important;
    grid-template-columns: 1fr 1fr
  }

  .lang-supporting span {
    width: auto;
    padding: 10px 15px;
    margin: 5px;
    font-size: 15px;
    text-align: left
  }

  .lang-supporting span img {
    margin-right: 6px
  }

  .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .rounded-large-box {
    padding-bottom: 25px
  }
}

@media (max-width:680px) {
  .work-list li {
    width: 46%;
    flex: 0 0 46%
  }

  .work-list li br {
    display: block
  }

  .join-partner {
    top: inherit;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .pricing_plans .plan-comparison.table td i.fa {
    font-size: 18px
  }
}

@media (max-width:680px) {
  .web-wrap {
    display: block
  }

  .webnar-heading {
    font-size: 0
  }

  .wrap-right {
    width: 100%
  }

  .speaker-deta {
    flex-wrap: wrap
  }

  .register-cta {
    text-align: left
  }
}

@media (max-width:992px) {
  .features__list li {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media (max-width:680px) {

  .title-new span,
  .title_2 {
    font-size: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 5px;
    padding-left: 4px
  }

  #footer .row>.col-md-12 {
    padding-left: 0;
    padding-right: 0
  }

  .footer-bottom {
    text-align: center
  }

  .footer-bottom p {
    text-align: center
  }

  #infodiv,
  #step-first {
    height: auto
  }
}

@media only screen and (min-width:768px) {
  .bottom_info_column {
    justify-content: space-between
  }

  .content_integration {
    flex-wrap: nowrap;
    align-items: center
  }

  .integrations_main_content {
    order: 2;
    width: 38%
  }

  .content_integration .left_content {
    width: 30%;
    order: 1
  }

  .content_integration .right_content {
    width: 30%;
    order: 3
  }
}

@media only screen and (max-width:767px) {
  .gray-large-text {
    font-size: 18px
  }

  .desktop-view1 .col-md-6 {
    width: 100%
  }

  .desktop-view1 .banner-content .row .col-md-6:last-child {
    padding-top: 30px;
    padding-bottom: 40px
  }
}

@media only screen and (max-width:680px) {
  .left_content {
    text-align: center;
    display: flex;
    justify-content: center
  }

  .single-content-row.bottom_info_column {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap
  }

  .single-content-row.bottom_info_column img {
    max-height: 40px;
    object-fit: contain
  }
}

@media (max-width:767px) {
  br {
    display: none
  }

  .banner {
    text-align: center
  }

  .banner-content h1 {
    font-size: 32px;
    line-height: 1.3
  }

  .inner-features h3,
  .title-features,
  h2 {
    font-size: 25px
  }

  .common-banner .industry-banner,
  .common-banner .banner-content {
    padding-top: 0 !important
  }
}

@media (max-width:680px) {
  .additional-priceBox_title {
    flex-wrap: wrap;
    flex-direction: column-reverse
  }

  .priceBox_price .t-text {
    text-align: center
  }

  .priceBox_price {
    margin-left: 0;
    width: 100%
  }

  .counter_count {
    max-width: 100%
  }

  .additional-counter {
    margin-right: 0;
    margin-bottom: 30px
  }

  .faq-section .banner-title {
    font-size: 30px
  }

  .summary-column {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px
  }

  .pricingSummary_btn {
    padding: 0 20px 40px
  }

  .additional-priceBox_mainInfo {
    flex-wrap: wrap
  }

  .t-title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  section {
    width: 100%;
    min-height: 30px
  }

  .smallBanner,
  .banner-content {
    min-height: 200px
  }

  .loginform {
    box-shadow: none;
    -webkit-box-shadow: none
  }

  .sub-menu-1 a.login_btn {
    width: 100%
  }

  .bottom-call-to-action h5,
  .largest-title {
    font-size: 2.55rem
  }

  .banner-text p {
    font-size: 16px;
    min-height: 60px;
    width: 100%
  }

  .left_content {
    flex-wrap: wrap
  }
}

@media (max-width:680px) {
  #footer .single-content-row {
    gap: 10px
  }

  .tabsVertical_section {
    padding: 20px
  }

  .t-title-40 {
    font-size: 32px
  }

  .banner-title {
    font-size: 36px
  }

  .loginform {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 2rem 1rem;
    width: 100%;
    max-width: 90%
  }

  .centers-content img {
    width: 100%;
    display: block
  }

  .whitebtn2,
  .greenbtn {
    padding: 15px 20px
  }

  .brands-wrap {
    padding-top: 0
  }

  .brands-wrap ul li {
    padding: 10px
  }

  .brands-wrap ul li span img {
    max-height: 40px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width:480px) {
  .container {
    min-width: 460px
  }
}

@media (max-width:991px) {

  #footer .relations a:active,
  #footer .relations a:focus,
  #footer .relations a:hover {
    color: #15023a
  }

  body,
  html {
    overflow-x: hidden
  }

  .fixed .sub-menu-1 a.greenbtn {
    display: block;
    text-align: center
  }

  .sub-menu-1 a.login_btn {
    display: block;
    padding: 12px 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .mainbanner:not(.home-banner) .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .banner-content,
  .banner-content .text-center-mobile p,
  .banner-text .headings2,
  .banner-text p {
    text-align: center !important
  }

  .salonist-new-page-main #section2 {
    padding: 30px 0
  }

  .section-gap {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .banner-title,
  .head-content h2,
  .title-new span,
  .title46,
  .title_2 {
    font-size: 32px
  }

  .inner-features {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%
  }

  .work-list li {
    flex: auto
  }

  .features-center11 .row:nth-child(2n) .left-features .inner-features {
    padding-right: 0;
    padding-left: 20px
  }

  .footer-social li a {
    width: 32px;
    height: 32px
  }
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width:768px) {

  .site-header .sub-menu-1 li.has-dropdown:hover>span,
  .site-header .sub-menu-1 li.has-dropdown:hover>.fa-angle-down {
    color: #15023a
  }

  .pricing_plans .plan-comparison.table td:first-child {
    width: 26.5%
  }

  .desktop-pt-50 {
    padding-top: 50px
  }

  .newprice-section .plan-row.price-col-4 .col-md-3 {
    width: auto;
    padding: 0;
    padding-right: 8px
  }

  .newprice-section .plan-row.price-col-4 .price-block .inner-box {
    padding: 17px
  }

  .newprice-section .plan-row.price-col-4 .price-block .inner-box .btn-style-five {
    white-space: nowrap
  }

  #priceSection .plan-row {
    padding-right: 15px
  }
}

@media (min-width:980px) and (max-width:1024) {
  .price-block .btn {
    font-size: 14px
  }
}

@media (min-width:768px) and (max-width:980px) {
  .plan-row {
    flex-wrap: wrap
  }

  .newprice-section .plan-row.price-col-4 .price-block {
    width: calc(50% - 8px);
    background-color: #fff;
    border-radius: 18px;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: #2531381a 0 1px 3px, #2531380f 0 1px 2px
  }

  .newprice-section .plan-row.price-col-4 .price-block .gradient-rounded {
    background: none !important
  }

  .newprice-section .plan-row.price-col-4 .col-md-3:first-child {
    width: 100%
  }

  .newprice-section .inner-box .content-box {
    flex-direction: column
  }

  #priceSection.sticky .plan-row-sticky {
    position: static;
    gap: 8px
  }

  #priceSection .plan-row {
    padding-right: 0;
    gap: 8px
  }

  #priceSection.sticky .plan-row-sticky .gradient-rounded,
  #priceSection .gradient-rounded,
  #priceSection .gradient-rounded .inner-box {
    min-height: 100%;
    box-shadow: none
  }
}

@media (max-width:767px) {
  .newprice-section .titleone {
    font-size: 2.025rem
  }

  .equal_btn {
    min-width: 237px
  }

  .pricing-faq .toggle-head {
    padding: 15px 10px 15px 0;
    font-size: 18px;
    gap: 10px
  }

  .newprice-section .price-block .inner-box .price-list {
    flex: 0 0 100%
  }

  .newprice-section .plan-row .inner-box .price-list li {
    font-size: 16px;
    margin-bottom: 10px
  }

  .newprice-section .price-block .inner-box .pricelabel {
    margin-bottom: 6px
  }

  .newprice-section .price-block .gradient-rounded {
    border-radius: 18px
  }
}

@media (min-width:767px) {
  .h100 {
    height: 100%
  }

  .sitemap-list {
    padding-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap
  }

  .sitemap-list li {
    flex: 0 0 32%
  }
}

@media (max-width:767px) {
  .content-app {
    padding: 10px 10px 0 15px
  }

  .flex-app {
    align-items: end
  }

  .checklisting li.seprator {
    display: none
  }

  .mobile-space {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .head-content {
    padding-top: 0
  }

  .mobile-space-15 {
    padding: 15px !important
  }

  .footer-bar {
    text-align: center;
    padding: 10px 0
  }

  .footer-bar p {
    font-size: 13px
  }

  .footer-bar .row {
    display: flex;
    flex-direction: column-reverse
  }

  .footer-bar .text-right-desktop {
    padding-bottom: 10px
  }

  .price-block .inner-box .content-box {
    flex-direction: column;
    display: block
  }

  .newprice-section .price-block .inner-box {
    display: block
  }

  .pricing-page-main .industry-banner {
    padding-top: 90px !important
  }

  .spacerbottom50 {
    padding-bottom: 30px
  }
}

@media (max-width:767px) {
  .banner-content .greenbtn {
    justify-content: center
  }

  .small-image {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-bottom: 40px
  }

  .small-image img {
    max-width: 200px !important
  }

  .centers-content {
    padding: 4px
  }

  .g-recaptcha {
    margin-top: 10px
  }

  .rounded-large-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0
  }

  .banner-content .checklisting {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%
  }
}

@media (max-width:680px) {
  #videoModal {
    top: 0 !important
  }

  #videoModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0
  }

  .video-list {
    padding: 20px 0
  }

  .embed-responsive {
    max-height: 250px !important
  }

  #videoModal .modal-header {
    flex-wrap: nowrap
  }

  #videoModal .modal-title {
    line-height: 1;
    font-size: 22px
  }

  #videoModal .modal-content {
    border-radius: 0
  }

  .flex-row-reverse-mobile {
    flex-direction: column-reverse
  }

  .text-inherit {
    text-align: inherit
  }

  .counter-box {
    padding: 20px 10px;
    margin-top: 10px
  }

  .faq-section .banner-title {
    padding-bottom: 0
  }

  .work-list {
    justify-content: start
  }

  .work-list li {
    width: 46%;
    flex: 0 0 46%
  }

  .link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    text-align: left
  }

  .pricing-page-main .industry-banner,
  .smallBanner .industry-banner,
  .industry-inner-page,
  .main-indutries11 {
    margin-top: 0
  }

  .industry-banner .greenbtn,
  .industry-banner .whitebtn2,
  .salonist-industry .rounded-btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    justify-content: center
  }

  .four {
    width: 100%
  }
}

@media (max-width:767px) {
  .stats-grid-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  .gap-26 {
    gap: 1.5rem
  }

  .max-w-620 {
    max-width: 558px
  }

  .max-w-520 {
    max-width: 520px
  }

  .section-large-gap {
    padding-top: 180px;
    padding-bottom: 180px
  }

  .text-display-lg {
    font-size: 3rem;
    letter-spacing: -.02em;
    line-height: 1.25
  }

  .text-display-xl {
    font-size: 3.75rem
  }

  .py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }
}

@media (min-width:640px) {
  .text-xl {
    font-size: 1.25rem;
    line-height: 1.5
  }
}

@media (max-width:767px) {
  .sub-title {
    font-size: var(--size-25)
  }

  .comparison-cell {
    padding: 15px 10px;
    font-size: 16px;
    flex: 136px;
    width: 136px;
    min-width: 136px
  }

  .comparison-cell .title32 {
    font-size: 20px
  }

  .brand-header span {
    padding: 8px 15px;
    font-size: 18px
  }

  .comparison-cell img {
    width: 26px
  }

  .comparison-row .comparison-cell:first-child {
    flex: auto;
    width: 260px;
    min-width: 260px
  }

  .comparison-table-gradient {
    width: 136px;
    min-width: 136px;
    left: 260px
  }

  .ebookwrap .white-box-rounded {
    padding: 10px
  }

  .ebookwrap .white-box-rounded .text-25 {
    font-size: var(--size-20)
  }

  .ebookwrap .white-box-rounded img {
    min-width: 70px;
    max-width: 70px
  }

  .rated-col {
    width: 200px;
    max-width: 100%;
    margin: auto;
    text-align: start
  }

  .rated-col .flex.gap-10 {
    flex-wrap: nowrap;
    white-space: nowrap
  }

  .rated-col div:first-child {
    width: 38px;
    height: 38px;
    flex: 0 0 38px
  }

  .rated-col div:first-child img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px
  }
}

@media only screen and (max-width:767px) {
  .bgn-line {
    display: none
  }

  .bgn-wrk-comb {
    flex-direction: column
  }

  .dn {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px
  }

  .bgn-wrk-info {
    width: 100%;
    margin-bottom: 45px
  }

  .program-content {
    padding: 50px 20px;
    border-radius: 0
  }

  .program-content .text-25 {
    font-size: var(--size-20);
    text-align: left;
    line-height: 1.5
  }

  .pt-small-mobile {
    padding-top: 25px
  }

  .faq-yellow-section {
    border-radius: 0;
    padding: 20px
  }
}

@media (min-width:768px) {

  .headings2,
  .industry-banner h1,
  h1.text-55 {
    font-size: 55px
  }
}

@media (max-width:767px) {
  .card-wrap {
    padding: 30px 20px 0 20px
  }

  .qr-box {
    display: none
  }

  .bottom-card {
    display: block
  }

  .top-cards,
  .bottom-grid {
    grid-template-columns: 1fr
  }

  .card-title {
    font-size: 26px
  }

  .footer-btns .btn {
    justify-content: center
  }

  .site-header-in {
    padding: 10px 5px
  }
}

.pricing-plans-item {
  width: 100%;
  padding: 16px 24px;
  border-radius: 16px;
  background: #f9f0c0
}

.plan-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.plan-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: center
}

.plan-list li .fa-check {
  color: #15023a !important
}

.border {
  border: 1px solid #999
}

.small-container-white-bg {
  background: rgb(255 255 255 / .8);
  padding: 24px !important;
  border-radius: 16px;
  max-width: 800px !important;
  border: 1px solid #ddd;
  box-shadow: 0 0 15px rgb(0 0 0 / .15)
}

.privacy-section p {
  font-size: var(--body-font-size)
}

.small-container {
  max-width: 1140px !important
}

.vsmall-container {
  max-width: 1000px !important
}

.bg-white {
  background: #fff !important
}

a.r-box {
  border: 3px solid #fff0
}

a.r-box:hover {
  text-decoration: none;
  border: 3px solid #15023a
}

a.r-box svg line {
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 150ms cubic-bezier(.215, .61, .355, 1)
}

a.r-box:hover svg line {
  opacity: 1
}

.integrate-icon img {
  max-height: 65px;
  max-width: 140px
}

.sitemap-list {
  padding-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap
}

.sitemap-list li a {
  text-decoration: none;
  color: #6c6c6c;
  background: #fff;
  display: block;
  border-radius: 6px;
  padding: 6px 10px;
  text-decoration: none
}

.sitemap-list li a:hover {
  text-decoration: none;
  color: #fff;
  background: #15023a
}

.clients-testimonials .slide {
  flex: 0 0 364px
}

.clients-testimonials {
  display: flex;
  animation: marqueeLeft 40s linear infinite;
  margin-bottom: 40px;
  gap: 15px
}

.clients-testimonials:hover,
.slider-brands:hover {
  animation-play-state: paused
}

.slider-brands {
  animation: marqueeLeft 30s linear infinite;
  white-space: nowrap;
  display: inline-block
}

.inline-flex {
  display: inline-flex
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@keyframes marqueeLeft2 {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-130%)
  }
}

@keyframes marqueeLeftArabic {
  0% {
    transform: translateX(-50%)
  }

  100% {
    transform: translateX(0)
  }
}

[dir="rtl"] .clients-testimonials {
    animation: marqueeLeftArabic 40s linear infinite;
}
[dir="rtl"] .slider-brands {
    animation: marqueeLeftArabic 40s linear infinite;
}

@media (max-width:768px) {
  .banner-section-tabs {
    position: absolute !important;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    height: 1px;
    width: 1px;
    min-width: 1px !important
  }
}

.badge-top {
  display: flex;
  background: #F7F0E6;
  color: var(--body-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin: auto;
  max-width: fit-content;
  margin-bottom: 20px;
  border: 1px solid #E8DFD0;
  justify-content: center;
  align-items: center;
}

.dot-text {
  background: var(--body-color);
  font-size: 35px;
  line-height: 0.1;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 4px;
}

.rating-bar {
  max-width: 1100px;
  margin: 0px auto;
  background: #fff;
  border-radius: 40px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.rating-bar .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.rating-bar .stars {
  color: #f5a623;
  font-size: 20px;
  margin: 0;
}

.rating-bar .item span:not(.stars) {
  color: #6B7280;
  font-size: 18px;
}

.rating-bar .item strong {
  color: #374151;
}

.rating-bar .divider {
  width: 1px;
  height: 20px;
  background: #ddd;
}

/* Responsive */
@media (max-width: 600px) {
  .rating-bar {
    flex-direction: column;
    border-radius: 16px;
    text-align: center;
  }

  .rating-bar .divider {
    display: none;
  }

  .flex-wrap-small {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.position-relative {
  position: relative;
}

.curve-arrow {
  display: none
}

@media (min-width:680px) {
  .curve-arrow {
    display: block;
    position: absolute;
    top: 8px;
    left: 105%;
  }

  .ml-4 {
    margin-left: 65px;
  }

  .country-flags h4 {
    border-right: 1px solid #AAC9FC
  }
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.color-light {
  color: #4A5568
}

.marquee-wrapper {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.marquee {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.fa-lock:before {
  content: "\f023";
}

.marquee-wrapper {
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll 45s linear infinite;
}

.marquee-wrapper:hover .slider-track {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-60%);
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6A4CE0;
  background: #EFEBFF;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F0653D;
  display: inline-block;
}

.grid-3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid {
  display: grid;
}

.gap-20 {
  gap: 20px;
}

.grid-5-column {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

