
.custom-opacity-bg {
    background-color: rgba(243, 244, 246, 0.5); /* 50% opacity */
}
.main-cta-btn a:active {padding: 10px 40px;}
.row{--bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2)}

.bg-purple{background-color: #4D1F70;}
.hero-img img{max-width: 100% !important;}
.hero-banner{
    position: relative;
    height: 100%;
    background: #F6EFFB;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    justify-content: center;}

.white-bg{background-color: #fff !important;}
.col {
        flex: 1 0 0%;}

.logo-main{margin-top: -20px;}

.tab-content{background-color: #F6EFFB; margin: 30px 0 20px; border-radius: 10px;}
.hero-bg{background-color: #F6EFFB;  border-radius: 10px;}          

.container-tab{
    width: 100%;
    max-width: 100%;
    padding: 0 16px; /* Optional: add padding for small screens */
    box-sizing: border-box; /* Ensures padding doesn't affect the width */
  
  }        
       
.tablinks.active{
    background: #fff;
    border-top: 4px solid #4D1F70;
    transition-property: transform;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;
    border-bottom: none;
    padding: 20px 40px;

}

.tablinks:hover{
    background: #fff;
    border-top: 4px solid #4D1F70;
    transition-property: transform;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    border-right: 0;
    mix-blend-mode: normal;
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;

}   
.tablinks {
    text-align: center;
    display: inline-block;
    border-top: solid 1px #cecece;
    background: #F5F5F5;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: none;
    font-size: 16px;
    line-height: normal;
}

.tab-cont{
    display: flex !important;
    align-items: center;}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.col-10 p {
    text-align: justify;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    color: #495057;
    font-size: 18px;
    line-height: 1.85;
    font-family: jost, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #212529;
    font-family: jost, sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

h1 {
    font-size: 64px;
    margin-bottom: 25px;
}

h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

h3 {
    font-size: 38px;
    margin-bottom: 15px;
}

h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

h6.small {
    font-size: 18px;
}

h6.vsmall {
    font-size: 14px;
}

p {
}

p:last-child {
    margin-bottom: 0;
}

.entry-content {
    margin-bottom: 30px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


.bg-footer {
  background-color: #371650;
  background-image: url(../img/cta-bg.png);
}


div.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

div.toggle {
  display: flex;
  justify-content: center;
  align-content: space-between;
  background: #6B4E88;
  border-radius: 30px;
  width: 85px;
    padding: 2px;
}

.toggle-text button {
  color: #A0A0A0;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 5px;
  width: 65px;
  border: none;
  border-radius: 30px;
  outline: none;
  background: #6B4E88;
}

.toggle-text button.active {
  background: white;
  outline: none;
    border: none;
}


.toggle-text{display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 20px;
    justify-content: center; }


.toggle-text span{
  padding-right: 10px;
    font-weight: 500;}


.toggle-text2 span{
  padding-left: 10px;
    font-weight: 500;}



.italic{
    font-size: 14px;
    border:1px solid #371650;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;}

.navigation-bar .navbar {
  background-color: #371650;
  padding: 20px 0;
}


table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color:; }

.accordion-body tr{ border-bottom: solid 1px #fff;}

.table-style tr{ border-bottom: solid 1px #fff;}

th {
  background-color: #fff;
  color: #212529;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-content.open {
    max-height: 200px; /* Adjust as needed */
}

#header{
    text-align: center;
    margin-top: 4rem;
   }

#header > h1 {
    font-size: 1.7rem;
    color: hsl(233, 13%, 49%);
}

#header > #toggle-bar{
    margin-top: 2.4rem;
}

#toggle-bar > .tb-labels{
    vertical-align: 50%;
    font-size: .76rem;
    color: #000;
}


#toggle-bar > #annually{
    margin-right: 5px;
}

#toggle-bar > #monthly{
    margin-left: 5px;
}

#toggle-bar > #toggle-container{
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    width: 2.88rem;
    height: 1.65rem;
    padding: .225rem;
    border-radius: 2rem;
    background-image: linear-gradient(to right, hsl(274, 57%, 64%), hsl(237, 63%, 64%));
}

#toggle-bar > #toggle-container:hover{
    background-image: linear-gradient(to right, hsl(274, 57%, 64%), hsl(237, 63%, 64%)) ;
}


#toggle-container > #toggle{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: white;
}

#pricing-div-container{
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    text-align: center;
}

#pricing-div-container > .pricing-divs{
    width: 22rem;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 10px;    
}



.pricing-divs:not(#professional-div) {    
    background-color: white;
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.10);

}


#pricing-div-container > .pricing-divs > h2 {
    font-size: 1.4rem;
}


#pricing-div-container > .pricing-divs > h3 {
    margin-top: .5rem;
    margin-bottom: -8px;
    font-size: 2.8rem;
    color: #4D1F70;
    font-weight: 600;
}



#pricing-div-container > #professional-div {
    
    padding-top: 2.4rem;
    background-color: #F0E2FF;
    
}

#pricing-div-container > .pricing-divs > h3 > span {
    vertical-align: 90%;
    margin-right: .15rem;
    font-size: 1.1rem;
}

.content h3{    
  font-size: 2.8rem;
    font-weight: 600;
    color: #4D1F70;
    margin-bottom: auto;
  }

 .dollar{    
    vertical-align: 90%;
    margin-right: 0.15rem;
    font-size: 1.1rem;
    font-weight: 600;
    position: absolute;
    margin-top: 7px;
    padding-right: 90px;
    color: #4D1F70;
} 


#pricing-div-container .details-div > p{
    margin: 0 2rem;
    padding: 10px;
   line-height: normal;
}


#pricing-div-container  .details-div:nth-child(2) > p{
    border-top: 1.5px solid white;  
}

#pricing-div-container  .details-div:nth-child(2) > p:nth-child(3){
    border-bottom: 1.5px solid white;  
}

#pricing-div-container > .pricing-divs > button {
    width: 14rem;
    height: 2.1rem;
    margin-top: 1.6rem;
    cursor: pointer;
    border-radius: 5px;
    border-style: none;
    font-size: .65rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;

}

#pricing-div-container > .pricing-divs:nth-child(2n+1) > button {
   background-image: linear-gradient(to right, hsl(236, 72%, 79%), hsl(237, 63%, 64%));
   color: white;
}

#pricing-div-container > .pricing-divs:nth-child(2n+1) > button:hover {
    border: 1px solid hsl(233, 13%, 49%);
    background-image: none;
    background-color: white;
    color: hsl(237, 63%, 64%);
 }

#pricing-div-container > .pricing-divs:nth-child(2) > button {
    background-color: white;
    color: hsl(237, 63%, 64%);
 }

 #pricing-div-container > .pricing-divs:nth-child(2) > button:hover {
    border: 1px solid white;
    background-color: transparent;
    color: white;
 }

.top-spacing{margin-top: 15px;}

.pricing-chart{
    margin-top: -360px !important;
    position: relative;}

.pricing-heading{margin-top: 150px;}

.pricing-td{width: 25%;}

.pricing-td2{width: 25%;}

.pricing-td1{width: 20%;}

.pricing-td-left{ padding-left:30px; font-weight:600; }


.col-box{width: 45%}

.bg-light-purple-curve{  background-color: #f6effb;
  border-radius: 10px;
}

.header-padding{ padding-left:30px }


.about-wrap{padding: 60px}
.link-wrap{}
.link-wrap a{padding-right: 6px; color: #332051; font-weight: 500;}
.stats-bg{background-image: url(../img/stats-bg.png);}
.stats-box{color: #fff;
    text-align: center;
    padding: 40px;}

.col-center{flex: 0 0 auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;}

.col-container{
  width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-evenly;}

.lines {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  top: -5px;
}

.lines:after,
.lines:before {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  right: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.lines:after {
  top: -8px;
}

.cta-box{    
  width: 80%;
     display: flex;
    flex-direction: column;
    margin: auto;}


 .cta-box2{    
  width: 70%;
    margin: auto;
    line-height: 1.8 !important}

.lines:before {
  top: 8px;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: luminosity;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.logo img {
    width: 14%;
    padding-right: 20px;
    opacity: 80%;
}

.nav-col{flex-basis: content;}

.no-bold{
    font-weight: 500;
}
.pos-img img{
    max-width: 100% !important;}

.ft-img img{
    max-width: 110%;
    margin-bottom: unset;
}

.feature-box{ 
    width:33.3%; 
    padding-left: 0;
    padding-right: 50px;}

.ft-icon{padding: 20px 0;}

.feature-row{margin: 30px 0;}

.social-links{
    width: 150px;
    padding-left: 50px;}

.links-width{
    width: 347px;
    padding-left: 40px;}

a {
    color: #212529;
}

a:visited {
    color: #212529;
}

a.btn:visited {
    color: #371650;
}

a:hover,
a:focus,
a:active {
    color: #f4b947;
}

a:focus {
    outline: thin dotted;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #f4b947;
    border-radius: 4px;
    background: #f4b947;
    color: #371650;
    line-height: 1;
    padding: 20px 40px;
    font-family: jost, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #371650;
    background: ;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #371650;
    background: #371650;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #495057;
    border: 1px solid #adb5bd;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #495057;
    outline: 0;
}

select {
    border: 1px solid #adb5bd;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
    
    font-family: jost, sans-serif;
    font-weight: 700;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: flex-end;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: ;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    margin-right: 45px;
    display: flex;
    align-items: center;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    color: #000;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #f4b947;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.full-100{width: auto;}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

body #page.site {
    overflow-x: hidden;
}

.fnt-jost {
    font-family: jost, sans-serif;
}

.fnt-opensans {
    font-family: open sans, sans-serif;
}

.fnt-black {
    color: #000;
}

.bg-golden {
    background: #f9db9f;
}

.bg-lightyellow {
    background: #fef8ec;
}

.bg-purple {
    background: #371650;
}

.bg-gray {
    background: #f8f9fa;
}

.txt-dark-purple {
    color: #4d1f70;
}

.txt-mid-purple {
    color: #aa6fd8;
}

.txt-darkgrey {
    color: #212529;
}

.txt-gray {
    color: #495057;
}

.txt-midyellow {
    color: #745006;
}

.txt-yellow {
    color: #f4b947;
}

.txt-purple {
    color: #371650;
}

.txt-white {
    color: #fff;
}

.w-500 {
    width: 500px;
}

.fnt-140 {
    font-size: 140px;
}

.fnt-120 {
    font-size: 120px;
}

.fnt-90 {
    font-size: 90px;
}

.fnt-60 {
    font-size: 60px;
}

.fnt-54 {
    font-size: 54px;
}

.fnt-48 {
    font-size: 48px;
}

.fnt-42 {
    font-size: 42px;
}

.fnt-40 {
    font-size: 40px;
}

.fnt-38 {
    font-size: 38px;
}

.fnt-36 {
    font-size: 36px;
}

.fnt-34 {
    font-size: 34px;
}

.fnt-30 {
    font-size: 30px;
}

.fnt-26 {
    font-size: 26px;
}

.fnt-24 {
    font-size: 24px;
}

.fnt-22 {
    font-size: 22px;
}

.fnt-20 {
    font-size: 20px;
}

.fnt-18 {
    font-size: 18px;
}

.fnt-16 {
    font-size: 16px;
}

.fnt-14 {
    font-size: 14px;
}

.pad-t110 {
    padding-top: 110px;
}

.padlr-30 {
    padding: 0 30px;
}

.pad-140 {
    padding: 140px 0;
}

.pad-60 {
    padding: 60px 0;
}

.pad-80 {
    padding: 80px 0;
}

.fnt-xbold {
    font-weight: 900;
}

.fnt-bold {
    font-weight: 700;
}

.fnt-semib {
    font-weight: 600;
}

.fnt-medium {
    font-weight: 500;
}

.fnt-normal {
    font-weight: 400;
}

.txt-center {
    text-align: center;
    width: 80%;
    margin: auto;
}

.txt-right {
    text-align: right;
}

.txt-darkyellow {
    color: #4d3504;
}

.txt-white {
    color: #fff;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-lower {
    text-transform: lowercase;
}

.txt-capitalize,
a.btn.txt-capitalize {
    text-transform: capitalize;
}

.txt-lower {
    text-transform: lowercase;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-30 {
    margin-left: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-100 {
    margin-top: 100px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-25 {
    margin-bottom: 25px;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mlr-15 {
    margin: 0 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.mb-150 {
    margin-bottom: 150px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-40-mb-60 {
    margin: 40px 0 60px;
}

.mt-80-mb-100 {
    margin: 80px 0 100px;
}

.mt-80-mb-145 {
    margin: 80px 0 145px;
}

.mt-30-ml-20 {
    margin: 30px 0 0 20px;
}

.elm-block {
    display: block;
}

.lh-pt5 {
    line-height: 1.5;
}

.lh-normal {
    line-height: 1.85;
}

.bx-shdow {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.curent-menu-item a {
    color: #f4b947;
}


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


  

a.btn {
    background: #f4b947;
    vertical-align: unset;
    padding: 18px 50px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    font-family: jost, sans-serif;    
    color: #4D1F70;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

a.btn:hover {
    background: #371650;
    color: #fff;
}

a.btn.banner-btn:hover {
    background: #fff;
    color: #371650;
}

a.btn2 {
    background: none;
    border: solid 1px #4D1F70;
    padding: 18px 50px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    font-family: jost, sans-serif;    
    color: #4D1F70;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
}


a.btn3 {
    background: none;
    border: solid 1px #fff;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    font-family: jost, sans-serif;    
    color: #ffffff;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
}
a.btn3:hover {
    background: #ffffff;
    color: #371650;
}

a.btn4 {
    background: #f4b947;
    vertical-align: unset;
    padding: 18px 50px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 700;
    font-family: jost, sans-serif;    
    color: #4D1F70;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

a.btn4:hover {
    background: #371650;
    color: #fff;
}


a.btn2:hover {
    background: #371650;
    color: #fff;
}

.img-resize{
    width: 50%;
    padding-bottom: 14px;}

 .img-resize2{
    width: 30%;
    }
   


#myBtn {background: none;
    border: none;
    font-weight: 500;
    outline: none;
    text-transform: lowercase;
    text-decoration: underline;
    padding: 10px;}


#myBtn2 {background: none;
    border: none;
    font-weight: 500;
    outline: none;
    text-transform: lowercase;
    text-decoration: underline;
    padding: 0}

#usdPrice{
    margin: 0 2rem;
    padding: 10px;
    line-height: normal; font-size: 16px;}

 
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1200px;
  margin-bottom: 100px;
  position: relative;
    display: flex;
    flex-direction: column;   
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.box-content{
    width: 800px;
    margin: auto;}

 .box-content p{
    font-size: 12px;
   line-height: 20px;} 


 .box-content h3{
    font-size: 20px !important;
    font-weight: 700 !important;
   } 


/* The Close Button */
.close {
  color: #371650;
    font-size: 28px;
    font-weight: bold;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;    
    margin-top: -38px;
    margin-left: 1142px;
    border: solid 1px #371650;
}

.close:hover,
.close:focus {
  color: #f4b947;
  background:#371650 ;
  text-decoration: none;
  cursor: pointer;
}


.shopping-cart {
    margin-top: 20px;
  }

.product-description{}   

.product {
  
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: left;
    width: 1100px;
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;}
  
.product-image {
    width: 10%;
    padding: 8px;
    background: #EFEFEF;
}

.pricing-box{display: flex;}

.product-line-price{ color: }

 .dollar-modal{
    margin-top: 16px; 
    padding-left: 20px;}   

.product-quantity{
    padding-right: 20px;
    width: max-content;}

.product-title{
    font-size: 16px;
    font-weight: 700;}   


.btn-input-style{    
    display: flex;
    flex-direction: row;}

 .button-input-style {
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 5px;
  margin: 10px 0;

}


.button-input-style:hover {
  background-color: #fff !important;


}

.button-input-style:active {
  background-color: #fff!important ;
  border: none !important;

}

.button-input-style:visited {
  background-color: #fff!important;
  border: none !important;

}

.button-input-style:focus {
  background-color: #f4b947!important;
  border: solid 1px #f4b947;
  text-decoration: none !important;

}


.cust-input {
  width: 40px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #fff !important;
  padding: 0 !important;
}   



.product-price{
    padding: 16px 20px 0 2px;
    font-weight: 700;}

.product-line-price{
    padding: 5px 20px; display: none !important;}   


.product-removal{
    padding: 5px 0;}

.product-details{
    width: 700px; 
    padding-left: 40px;}

.product-details p{
    font-size: 12px;
    line-height: 20px;
    }
  
  .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #371650;
    color: #fff;
    font-family: $font-bold;
    font-size: 12px;
    border-radius: 3px;
  }
  
  .remove-product:hover {
    background-color: #a44;
  }



/* Totals section */
.totals{}
  
.totals-item-total {
    text-align: right;
    margin-right: 50px; 
    padding-bottom: 20px;     
    align-items: center;
    display: flex;
    flex-direction: row;
    float: right;}

 .totals-item-total label {
    display: inline-block;
    padding-right: 20px;
}   

#myImage{margin: auto; 
    width: 35%;
    padding-bottom: 15px;
}

.img-popular{
    margin: auto;}

.totals-value{
    font-size: 26px; 
    font-weight: 600}    

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.checkout:hover {
  background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid $color-border;
  }
  
  .column-labels {
    display: none;
  }
  
  .product-image {
    float: right;
    width: auto;}
    
  
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  
  .product-price {
    clear: both;
    width: 70px;
  }
  
  .product-quantity {
    
  }
  
  .product-quantity:before {
   
  }
  
  .product-removal {
    width: auto;
  }
  
  .product-line-price {
    float: right;
    width: 70px;
  }
  
}

.gz-edu{margin-top: -60px !important;}

.gz-edu-hero{height: 500px}

.gz-about-hero{height: 500px}

.about-row{flex-direction: column !important;}

.mission-wrap{
    margin: 50px; 
    display: flex;
    flex-direction: row;}

.mission-box{
    width: 45%;
    margin: auto;
    background-color: #F6EFFB;
    padding: 15px;
    border-radius: 6px;}

.cont-80{ width:80% }

.contact-wrap{
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px; 
    box-shadow: -24.2662296295166px 41.83832931518555px 100.41197204589844px 0px rgba(0, 0, 0, 0.10)}

.contact-box h6{
    font-size: 20px;
    color: #5C5C5C; 
    padding: 10px}

.contact-box h3{
    font-size: 24px;
    margin-bottom: 50px; 
    color: #4D1F70;}


.cta-head{ 
    padding-top:40px; 
    margin-bottom: -15px !important; }

 .cta-head-img{padding-top: 0 !important}   

.contact-box{
    width: 33.33%;
    background-color: #F6EFFB;
    border-radius: 6px; 
    padding: 30px;
    margin: 30px 10px; text-align: center;}

.cta-form { 
    max-width: 100%;
    padding: 0 !important; }

 .gz-edu-form {
    margin: auto;
    margin-top: 10px !important;
    margin-bottom: 60px !important; }

 .cta-form-wrap{border-radius: 10px; border: none !important;}     

.cta-form img{ max-width:100% }

.cta-headline-text {text-align: center; margin-bottom: 30px;}

.cta-headline-text h3 {color: #fff !important}

.cta-headline-text h6 {color: #fff !important; font-weight: 500;}

.edu-headline{font-weight: 700;}

.btn-edu{background: #f4b947;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    font-family: jost, sans-serif;
    color: #4D1F70;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    width: 100%;
    text-decoration: none;
    text-align: center;}

.pos-img{
    text-align: center; 
    margin-top: 50px;}

.comparision-wrap{
    background: #F6EFFB;
    padding: 60px 0;}

.btn-pricing{margin: 10px 0;}

.details-div{}

.details-div a{font-size: 16px;}

#basic-div p img{width: 35%; margin: auto;}

#professional-div p img{width: 45%; margin: 10px}

#professional-div p {margin-top: 10px}

#master-div p img{width: 58% ; margin: auto; padding-top: 10px; }



.list{ 
    text-align:left; 
    margin:40px 0; 
    width: 100%; }

.list ul { 
    list-style-image: url('../img/icon-tick.png'); 
    }

.list ul li{padding:5px 15px 5px 5px;}

.toggle-btn{
    margin:20px 0 10px; 
    font-weight: 600; 
    }

 .tab-title{ 
    background-color:#6B4E88; 
    padding:20px;
    border-radius: 10px 10px 0 0;
    color: #fff; }   

.SmartCheckout{}
.max-w-full{max-width: 100% !important;}

.duo{ width: 43%;
    margin: auto;
    padding: 20px 0;}

 .mth{margin-top: -10px; font-size: 16px;}   

.toggle-container{}

.contact-container{
    margin: auto;
    display: flex;
    flex-direction: row;    
    padding-top: 50px;
    border-bottom: solid 1px #999; 
     
    }

.pricing-footer{
    background-color: #371650;
    border-top: 10px solid #f9db9f;}

.footer-cta-left{
    width: 500px; 
    padding: 30px 30px 0;}

.contact-pricing{
    
    width: 500px !important;
    padding: 0 !important;
    margin-top: 80px;}

.top-tag{
    background: #DFC7F8;
    color: #4D2773;
    width: 160px;
    border-radius: 2px;
    margin: -15px 0 0 102px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;}
    


 .tagline{
    text-align: center;
    margin: 100px auto;
   
    }  


.tagline span{padding-left: 20px;}

header.site-header {
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 1;
    background: #F6EFFB;
}

header.site-header .col,
.banner-sec .col {
    display: flex;
    align-items: center;
}

.banner-sec {
    position: relative;
    height: 100%;
    background: #F6EFFB;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    justify-content: center;
}

.banner-sec::after {
    
}

.banner-sec .col:first-child {
    z-index:;
}

.banner-txt-wrap {
    /* padding-left: 15%; */
}

.banner-btn {
    padding: 23px 70px;
}


.banner-svg {
    position: absolute;
    bottom: -5px;
    height: 10vw;
    width: 100%;
}

.uzeli-sec {
    position: relative;
    padding: 90px 0 120px;
    
}

.uzeli-sec .title p {
    padding: 0 15px;
    text-align: center;
}



ul.uzeli-infographics {
    margin: 40px 0 0;
    text-align: center;
    position: relative;
}

ul.uzeli-infographics img {
    max-width: 60px;
}

ul.uzeli-infographics li:nth-child(3) img {
    max-width: 110px;
}

ul.uzeli-infographics li:last-child img {
    max-width: 55px;
}

ul.uzeli-infographics li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

ul.uzeli-infographics h6.small {
    position: relative;
    top: 70px;
}

ul.uzeli-infographics::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTA4OSAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48bGluZSB4MT0nMTEnIHkxPSc4JyB4Mj0nMTA4MScgeTI9JzgnIHN0cm9rZT0ndXJsKCNwYWludDBfbGluZWFyKScgc3Ryb2tlLXdpZHRoPSc0Jz48L2xpbmU+PGNpcmNsZSBjeD0nNy41JyBjeT0nNy41JyByPSc3LjUnIGZpbGw9JyMyMjhCRTYnPjwvY2lyY2xlPjxjaXJjbGUgY3g9JzEwODEuNScgY3k9JzguNScgcj0nNy41JyBmaWxsPScjRTkxRTFEJz48L2NpcmNsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9J3BhaW50MF9saW5lYXInIHgxPSc0NjcuNScgeTE9JzEwLjk5NjUnIHgyPSc4MzkuNScgeTI9JzEwLjk5NjUnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJz48c3RvcCBvZmZzZXQ9JzAuMTUxMDQyJyBzdG9wLWNvbG9yPScjMjI4QkU2Jz48L3N0b3A+PHN0b3Agb2Zmc2V0PScwLjMxMjUnIHN0b3AtY29sb3I9JyMwQ0E2NzgnPjwvc3RvcD48c3RvcCBvZmZzZXQ9JzAuODQzODIxJyBzdG9wLWNvbG9yPScjMENBNjc4Jz48L3N0b3A+PHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjRTkxRTFEJz48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 640px;
    height: 16px;
    position: absolute;
    bottom: 5px;
}

ul.uzeli-infographics li::before {
    content: "X";
    height: 25px;
    width: 25px;
    font-size: 14px;
    font-family: jost, sans-serif;
    background: #fff;
    border: 4px solid #228be6;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    color: #228be6;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
}

ul.uzeli-infographics li:nth-child(3)::before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 32px;
    border: 8px solid #0ca678;
    color: #0ca678;
    font-size: 20px;
    bottom: -8px;
}

ul.uzeli-infographics li:nth-child(3) h6 {
    font-size: 26px;
}

ul.uzeli-infographics li:nth-child(3) h6.small {
    font-size: 18px;
}

ul.uzeli-infographics li:last-child::before {
    border-color: #e91e1d;
    color: #e91e1d;
}

.uzeli-features {
    position: relative;
}

.uzeli-features::before {
   
}

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

.feature-item {
    margin-bottom: 150px;
}

.feature-item2 {
    padding-bottom: 100px
    }

.feature-item img {
    
    z-index: 1;
    max-width: 100%;
}

.feature-item2 img {
    
    z-index: 1;
    max-width: 100%;
}




.feature-title {
    position: relative;
    
}

.feature-title h3 {
    margin-bottom: 10px;
}


.feature-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.feature-list ul li{
    margin: 15px 0;
    background: url(../img/check-icon.png) no-repeat left top;
    padding: 0 30px;
    background-size: 25px;  
}

.feature-container{
    width: 45%;}

.feature-img{
    width: 50%;
    margin: 0 20px;}

.feature-padding{ padding-top: 100px; }

    
.marketing-item {
    width: 245px;
    border-radius: 8px;
    background: #fef8ec;
    padding: 25px 30px;
    font-family: jost, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    line-height: 1.5;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.09);
}

ul.marketing-list {
    margin: 0 0 0 120px;
    padding: 0;
}

ul.marketing-list li {
    display: inline-block;
    margin: 0 25px 30px 0;
    float: left;
}

ul.marketing-list li:nth-child(even) {
    margin-right: 0;
}

ul.marketing-list,
ul.delightful-list {
    margin-top: 50px;
}

ul.marketing-list i {
    display: block;
    margin-bottom: 10px;
    color: #f4b947;
}

ul.marketing-list li:nth-child(2) i {
    color: #69db7c;
}

ul.marketing-list li:nth-child(3) i {
    color: #ff8787;
}

ul.marketing-list li:last-child i {
    color: #4dabf7;
}

ul.marketing-list li:nth-child(2) div {
    background: #ebfbee;
}

ul.marketing-list li:nth-child(3) div {
    background: #fff5f5;
}

ul.marketing-list li:last-child div {
    background: #e7f5ff;
}

.why-uzeli {
    background: #F6EFFB;
    position: relative;    
    margin-top: 100px;
}


ul.testimonial-list {
    counter-reset: my-awesome-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.testimonial-list li {
    counter-increment: my-awesome-counter;
    margin-bottom: 130px;
    position: relative;
    text-align: center;
}

ul.testimonial-list li:last-child {
    margin-bottom: 0;
}

ul.testimonial-list h3 {
    padding: 10px 0 0 20px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

ul.testimonial-list li::before {
    content: counter(my-awesome-counter);
    font-weight: 700;
    font-size: 36px;
    color: #371650;
    background: #f4b947;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 75px;
}

.uzeli-img-hold {
    position: relative;
    width: 70%;
    padding-right: 0;
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 30px;
}

.bframe-row {
    padding: 3px 10px;
    background: #d6d6d6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bframe-column {
    float: left;
}

.bframe-left {
    width: 50%;
    text-align: left;
}

.bframe-right {
    width: 50%;
}

.bframe-row:after {
    content: "";
    display: table;
    clear: both;
}

.bframe-dot {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.bframe-bar {
    width: 17px;
    height: 3px;
    background-color: #aaa;
    margin: 3px 0;
    display: none;
}

.uzeli-img-hold img {
    z-index: 1;
    position: relative;
    max-width: 100%
}

.uzeli-testimonial {
    padding: 30px;
    text-align: left;
    width: 30%;
    z-index: 1;
}

.uzeli-testimonial p {
    line-height: 1.65;
    position: relative;
    margin-bottom: 25px;
    padding-top: 45px;
}

.uzeli-testi-wrap {
    display: flex;
    padding: 70px 0 60px;
}

.uzeli-testimonial p::before {
    content: "";
    height: 50px;
    width: 50px;
    background: url(../img/quote-left.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -50px;
}

ul.testimonial-list li:first-child .uzeli-testi-wrap::before {
    content: "";
    width: 207px;
    height: 207px;
    background: url(../img/circle-bg.png) no-repeat;
    position: absolute;
    right: -95px;
    top: 70px;
}

ul.testimonial-list li:first-child .uzeli-testi-wrap::after {
    content: "";
    width: 430px;
    height: 362px;
    background: url(../img/polygon-bg.png) no-repeat;
    background-size: auto;
    position: absolute;
    bottom: -55px;
    left: -145px;
}

ul.testimonial-list li:nth-child(2) .uzeli-testi-wrap::before {
    content: "";
    height: 479px;
    width: 479px;
    background: url(../img/big-circle-bg.png) no-repeat;
    background-size: auto;
    position: absolute;
    bottom: -130px;
    left: -220px;
}

ul.testimonial-list li:last-child .uzeli-testi-wrap::before {
    content: "";
    width: 430px;
    height: 632px;
    background: url(../img/polygon-bg.png) no-repeat;
    background-size: auto;
    position: absolute;
    right: -215px;
    top: -20px;
}

ul.testimonial-list li:last-child .uzeli-testi-wrap::after {
    content: "";
    width: 207px;
    height: 207px;
    background: url(../img/circle-bg.png) no-repeat;
    background-size: auto;
    position: absolute;
    bottom: -60px;
    left: -130px;
}

.uzeli-best,
.more-features-sec {
    position: relative;
}

.uzeli-best::after,
.more-features-sec::after {
    content: "";
    width: 280px;
    height: 780px;
    background: url(../img/arrow-down.png) no-repeat;
    background-size: auto;
    position: absolute;
    right: 105px;
    bottom: 20px;
    z-index: 1;
}

.more-features-sec::after {
    right: 25px;
}

.subscribe {
    position: relative;
    top: -40px;
    z-index: 2;
}

.subscribe .col {
    background: #f8f5f2;
    padding: 70px 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,IDxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyBjbGFzcz0nZm9vdGVyLXN2ZycgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZScgdmlld0JveD0nMCAwIDEwMCAxMDAnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDAsOTAgMCwxMDAsIDEwMCwwJyBzdHlsZT0nZmlsbDogI2ZmZmZmZjsnLz48cG9seWdvbiBwb2ludHM9JzAsOTAgMCwxMDAgMTAwLDEwIDEwMCwwJyBzdHlsZT0nZmlsbDogI0Y5REI5RicvPjwvc3ZnPg==);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 10vw;
}

footer:after {
    
    height: 702px;
    width: 1901px;
    background: url(../img/footer-bg.png) no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .col {
    padding: 0;
}

.footer {
    padding: 100px 0 0;
}

body.landing-page .footer {
    padding: 370px 0 60px;
}

.testimonial{   
    padding: 100px;}

.testimonial-box{
    background: #fff;
    border-radius: 8px;
    width: 32%;
    margin: auto;
    padding: 30px}

.profile{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;}

.profile-name{line-height: 1.5;}
.profile-name h7{font-size: 14px; font-weight: 600}

.prof-pic{ 
    width: 75px;}

.cta-sec{
    background-image: url(../img/cta-bg.png);
    height: auto;
    background-size: cover;
    align-content: center;}

.cta-container{
    margin: auto; 
    text-align: center; 
    padding-top: 80px;}

.cta-headline h2 {
    color: #fff !important;}

.btn-white{background-color: #fff !important;}        

.cta-headline{}

.cta-btn{}

.line-height{line-height: 22px;}


.footer,
.copyright {
    position: ;
    z-index: 1;
}

.widget,
.copyright {
    color: #5C5C5C;
}

.footer-widget-nav {
    padding-left: 90px;
}

.footer-widget-uselinks ul,
.footer-widget-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.5;
}

.footer-widget-uselinks ul a,
.footer-widget-nav ul a {
    color: #5C5C5C;
    text-decoration: none;
}

.footer-widget-uselinks ul a:hover,
.footer-widget-nav ul a:hover {
    color: #f4b947;
}

.copyright .row {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright .col:last-child {
    text-align: left;
}

a.copyright-txt-links,
a.copyright-txt-links:visited {
    color: #5C5C5C;
    text-decoration: none;
    padding-right: 20px;
}

a.copyright-txt-links:hover {
    color: #f4b947;
}

.copyright-links,
.copyright-social-links {
    margin: 0;
    padding: 0;
    
}

.copyright-links {
    margin-left: 10px;
}

.copyright-links li,
.copyright-social-links li {
    
}

.copyright-links li {
    border-left: 1px solid #5C5C5C;
    padding: 0 10px;
    line-height: 100%;
    font-family: jost, sans-serif;
}

.copyright-links li:last-child {
    padding-right: 0;
}

.copyright-links li a,
.copyright-social-links li a {
    color: #5C5C5C;
}

.copyright-links li a:hover,
.copyright-social-links li a:hover {
    color: #f4b947;
}

.star-review i {
    font-size: 34px;
    color: #f4b947;
}

#pills-tabContent.tab-content {
    width: 90%;
    margin-top: 70px;
    min-height: 410px;
}

#pills-tabContent.tab-content .tab-pane {
    display: none;
}

#pills-tabContent.tab-content .tab-pane ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    font-size: 14px;
}

#pills-tabContent.tab-content .tab-pane ul li {
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
}

#pills-tabContent.tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}



#pills-tabContent.tab-content .tab-pane.active {
    display: flex;
    align-items: center;
}

#pills-tabContent.tab-content .tab-pane div {
    width: 100%;
}

#pills-tabContent.tab-content .tab-pane div:last-child {
    text-align: left;
    
}

.tab-img{padding: 20px;
    width: 80%;}

.tab-img img{ max-width:100%; }



ul#pills-tab {
    padding: 0;
    margin-left: 0;
    border-radius: 5px;
    }

#pills-tab.nav-pills .nav-item {
    text-align: center;
    display: inline-block;
    border-top: solid 1px #cecece;
    background: #F5F5F5;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
}

#pills-tab.nav-pills .nav-item h6 {
    margin: 15px 0 0;
}

#pills-tab .nav-link {
    padding: 29px 35px ;
}

#pills-tab.nav-pills .nav-link {
    border-radius: 0;
    width: 260px;
    position: relative;
    mix-blend-mode: luminosity;
}



#pills-tab.nav-pills .nav-link.active,
#pills-tab.nav-pills .nav-link:hover {
    background: #fff;
    border-top: 6px solid #4D1F70;
    transition-property: transform;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    border-right: 0;
    mix-blend-mode: normal;
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;
}

#pills-tab.nav-pills .nav-link.active h6 {
    font-size: 20px;
}

#pills-tab.nav-pills .nav-link.active:after,
#pills-tab.nav-pills li:last-child .nav-link::after {
    display: none;
}

.ft-img{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -24.2662296295166px 41.83832931518555px 100.41197204589844px 0px rgba(0, 0, 0, 0.10);}

.ft-pic img{ max-width: 100%;  
}

.ft-wrap{
    width: 90%;
    margin-top: 85px;}

.tab-ft{width: 320px !important;}

.ft-h6{}

.f-100{width: 100%;}

.ft-list{ background: #F5F5F5;}

.ft-box{width: 30%;
    padding: 20px;
    background-color: #fff;
    margin: auto;
    border-radius: 6px;
    height: 280px;}

.top-padding{padding-top: 100px}

.breadcumb-sec {
    position: relative;
    height: 650px;
    background: #F6EFFB;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.casestudy-banner {
    position: relative;
    height: 700px;
    background: #371650;
    display: flex;
    align-items: flex-end;
}



.pricing-head {
    
    height: 484px;
    position: absolute;
    top: 0;
    left: 0;
}


.breadcumb-sec .container {
    position: relative;
    z-index: ;
}


/* .breadcumb-sec .col-9 {
    margin-top: -100px;
} */

.breadcumb-sec::before {
   
}

.price-features-title {
    background: #745006;
    padding: 10px 15px;
}

.pricing-sec {
    margin-top: -220px;
    position: relative;
}

.pricing-tbl-wrap {
    display: flex;
    border-radius: 10px 10px 0 0;
}

.pricing-tbl {
    color: #745006;
    font-size: 18px;
    flex: 1;
    border-right: 1px solid rgba(194, 133, 10, 0.3);
}


/* .pricing-tbl-wrap .pricing-tbl:last-child .price-tag {
    margin-top: 45px;
} */

.pricing-tbl-wrap .pricing-tbl:last-child .price-tag span {
    word-spacing: 100000px;
    line-height: 1.2;
}

.pricing-tbl:first-child {
    border-radius: 10px 0 0 0;
}

.pricing-tbl:last-child {
    border-radius: 0 10px 0 0;
    border-right: 0;
}

.price-tbl-title {
    padding: 25px 0;
}

.price-tbl-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-tbl-features ul li {
    padding: 20px 15px;
    text-transform: capitalize;
}

.price-tbl-features ul li:nth-child(odd) {
    background: #fbe9c5;
}

a.btn.pricing-btn {
    font-size: 16px;
    background: #745006;
    color: #fff;
    padding: 8px 30px;
    margin-top: 40px;
}

.price-tbl-header {
    padding: 50px 0;
    min-height: 480px;
}

.price {
    position: relative;
    left: 10px;
    line-height: 1;
}

.price::before {
    content: "$";
    font-family: jost, sans-serif;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: -25px;
    top: 25px;
}

.pricing-tbl-brief {
    padding: 0 35px;
}

.pricing-tbl-brief div {
    padding: 25px 0 20px;
    border-top: 1px solid rgba(194, 133, 10, 0.3);
    border-bottom: 1px solid rgba(194, 133, 10, 0.3);
}

.education-title-sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 570px;
    background-size: contain !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.education-title-sec div {
    margin-right: 45px;
}

.edu-para {
    position: relative;
    padding-left: 100px;
}

.edu-para::before {
    content: "";
    height: 50px;
    width: 50px;
    background: url(../img/quote-left.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.landing-sec,
.contact-sec,
.thankyou-sec {
    position: relative;
    top: -415px;
    margin-bottom: -630px;
    z-index: 2;
}

.thankyou-sec .row,
.landing-sec .row {
    justify-content: center;
}

.landing-sec .col,
.contact-sec .col,
.thankyou-sec .col {
    position: relative;
    border-radius: 10px;
    padding: 50px 80px 100px;
}

.thankyou-sec .col {
    padding: 50px 200px 100px;
}

.landing-sec .col::before {
    content: "";
    height: 300px;
    width: 335px;
    background: url(../img/guaranteed-badge.png) no-repeat;
    position: absolute;
    right: -195px;
    top: -149px;
    background-size: 85%;
}

.landing-form-div,
.thankyou-form-div {
    
    border-radius: 4px;
}

.landing-form-div {
    width: 535px;
    padding: 35px 40px;
}

.thankyou-form-div {
    width: 690px;
    padding: 90px 40px 70px;
    margin: 240px auto 0;
    position: relative;
}

.thankyou-form-div::before {
    content: "";
    width: 231px;
    height: 231px;
    background: url(../img/thankyou.png) no-repeat;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}

.thankyou-form-div::after {
    content: "";
    width: 139px;
    height: 422px;
    background: url(../img/thankyou-arrow.png) no-repeat;
    position: absolute;
    top: -220px;
    right: -190px;
}

.thankyou-form-div h4 {
    padding: 0 50px;
}

.thankyou-request-demo-form-div form {
    display: flex;
    justify-content: center;
}

.thankyou-request-demo-form-div form input[type="text"] {
    border: 0;
    margin: 0;
    height: 60px;
    width: 400px;
}

.thankyou-request-demo-form-div form button[type="submit"] {
    margin-left: 10px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-sec-img,
.landing-sec-text {
    display: inline-block;
}

.landing-sec-text {
    float: right;
    width: 55%;
}

.landing-sec-text::after {
    content: "";
    height: 375px;
    width: 123px;
    background: url(../img/landingpage-arrow.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 200px;
    right: 20px;
}

.landing-sec-img {
    width: 45%;
    margin-left: -50px;
}

.landing-request-demo-form-div input[type="text"] {
    height: 60px;
    border: 0;
    width: 100%;
}

.landing-request-demo-form-div textarea {
    height: 140px;
    border: 0;
}

.landing-button {
    background: #371650;
    height: 60px;
    border-color: #371650;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 45px;
    width: 100%;
}

a.phone-num {
    display: block;
    font-weight: 700;
    color: #371650;
    font-size: 40px;
    margin-top: 5px;
    text-decoration: none;
}

a.phone-num:hover {
    color: #371650;
}

.landing-button:hover {
    background: #f4b947;
    border-color: #f4b947;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 35px;
    left: 35px;
    background: #f4b947;
    color: #fff;
    z-index: 999;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 15px;
}

#scroll-top::after {
    content: "\f062";
    font-family: "font awesome 5 free";
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

button#scroll-top:active,
button#scroll-top:focus,
button#scroll-top:hover {
    border-color: #f4b947;
}

a.btn.education-btn {
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 4px;
}

a.btn.education-btn:hover {
    background: #fff;
    color: #212529;
}

.contact-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-flex a {
    margin: 0;
    padding-left: 15px;
    font-size: 36px;
}

.demo-listing {
    color: #212529;
    margin: 20px 0 40px 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.demo-listing li {
    width: 60%;
}

.demo-listing li:nth-child(even) {
    width: 35%;
}

.features-services {
    min-height: 100vh;
}

.features-vtab {
    position: relative;
}

.features-vtab-d-flex .nav-link {
    width: 490px;
    background: #fff;
    border: 0;
    margin-bottom: 20px;
    text-align: left;
    padding: 25px 30px;
}

.features-vtab-d-flex .nav-link p {
    color: #495057;
    line-height: 1.8;
    text-transform: none;
}

.features-vtab-d-flex .nav-link.active {
    background: #d9bfed;
}

.features-vtab-d-flex .nav-link.active h6,
.features-vtab-d-flex .nav-link.active p {
    color: #3c1053;
}

.features-vtab-d-flex .nav-pills {
    margin-right: 50px;
}

#v-pills-tabContent .tab-pane {
    width: 700px;
    display: table;
    position: absolute;
    padding: 0 0 0 50px;
    height: 100%;
}


/* #v-pills-tabContent #v-pills-settings.tab-pane {
    padding: 0;
} */

#v-pills-messages img:nth-child(2) {
    margin: 30px 0;
}

#v-pills-tabContent .tab-pane div {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

#v-pills-tabContent .tab-pane div img {
    max-width: 75%;
    width: 75%
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#v-pills-tabContent .tab-pane.active div {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.features-before-svg {
    position: absolute;
    height: 10vw;
    width: 100%;
    top: -9.99vw;
}

.features-vtab::before {
    content: "";
    width: 748px;
    height: 140px;
    background: url(../img/marketing-before-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -140px;
}

.features-vtab::after {
    content: "";
    width: 749px;
    height: 151px;
    background: url(../img/marketing-after-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -151px;
}

.features-after-svg {
    position: absolute;
    height: 10vw;
    width: 100%;
    bottom: -10vw;
    z-index: 1;
}

.about-img {
    border: 15px solid #fff;
}

.about-letter-sec {
    margin-top: -490px;
    position: relative;
}

.about-letter-sec ol {
    margin: 30px 25px;
}

.about-letter-sec .col-10 {
    border-radius: 10px;
    padding: 120px 150px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.about-letter-sec ul {
    margin: 30px 0;
}

.about-letter-sec ul li {
    margin-bottom: 15px;
}

a.features-btn:hover {
    background: #fff;
    color: #371650;
}

.fservices-item {
    width: 500px;
}

.run-manage-sec {
    position: relative;
    margin-top: -210px;
}

.run-manage-sec .row {
    background: #fff;
    padding: 120px 50px 0;
    margin: 0 15px;
    border-radius: 10px 10px 0 0;
}

.feature-item-img {
    display: flex;
    justify-content: center;
}

.feature-item-img img,
.appointment-sec-item img {
    max-width: 60%;
    width: 60%;
}

.feature-item-img img {
    /* margin-right: 40px */
}

.ml-auto {
    margin-left: auto;
}

.features-vtab {
    background: #3c1053;
    position: relative;
}

.features-vtab .row::before {
    content: "";
    width: 823px;
    height: 782px;
    background: url(../img/marketing-device-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 260px;
    top: 120px;
    opacity: 0.35;
}

.features-vtab .container:before {
    content: "";
    height: 289px;
    width: 269px;
    background: url(../img/marketing-arrowupbg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 150px;
    top: -30px;
}

.features-vtab .container:after {
    content: "";
    height: 288px;
    width: 274px;
    background: url(../img/marketing-arrowdownbg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
}

.features-vtab-d-flex {
    position: relative;
    z-index: 3;
}

.fservices-accordion {
    width: 450px;
}

.fservices-accordion button {
    border: 0;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 0;
}

.fservices-accordion button:hover,
.fservices-accordion button:focus,
.fservices-accordion button:active,
.fservices-accordion .accordion-button:not(.collapsed) {
    background: 0 0;
    border: 0;
    box-shadow: none;
}

.fservices-accordion .accordion-button:not(.collapsed) {
    color: #8435c0;
}

.fservices-accordion .accordion-button:not(.collapsed)::after,
.fservices-accordion .accordion-button::after {
    display: none;
}

.fservices-accordion .accordion-button::before {
    content: "";
    height: 30px;
    width: 30px;
    background: url(../img/accordion-plus.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.fservices-accordion .accordion-button:not(.collapsed)::before {
    background: url(../img/accordion-minus.png) no-repeat;
}

.fservices-accordion .accordion-item:last-of-type .accordion-collapse {
    border: 0;
}

.fservices-accordion .accordion-body {
    padding: 0 45px;
}

.mfeature-item {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    margin: 0 2.5px 30px;
    border-radius: 4px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    top: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    transition-property: top;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}


/* .more-features-sec .col-4:nth-child(3) .mfeature-item {
    align-items: center;
} */

.mfeature-item:hover {
    top: -5px;
}

.comingsoon-tag div::before {
    content: "coming soon";
    width: 95px;
    height: 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: jost, sans-serif;
    font-size: 10px;
    font-weight: 700;
    background: #aa6fd8;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.appointment-sec .fservices-item {
    margin-top: 60px;
}

.appointment-sec .col-6 img {
    margin-right: 100px;
}

.appointment-sec.pad-140 {
    padding: 140px 0 70px;
}

body.features-page .breadcumb-sec {
    height: 795px;
}

.point-of-sale-sec .col-6:first-child {
    padding-left: 120px;
}

.point-of-sale-sec.pad-140 {
    padding-bottom: 300px;
}

.point-of-sale-sec img {
    margin-top: 200px;
}

body.login-page {
    background: #371650;
}

.login-page-form-wrap {
    height: 555px;
    width: 560px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-page-form-div input,
.login-page-form-div button {
    width: 100%;
    margin-bottom: 30px;
}

.login-page-form-div input {
    border: 1px solid #f9db9f;
    font-family: jost, sans-serif;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.login-page-form-div button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
}

.login-page-form-div input::-webkit-input-placeholder {
    opacity: 0.5;
}

.login-page-form-div input::-moz-placeholder {
    opacity: 0.5;
}

.login-page-form-div input:-ms-input-placeholder {
    opacity: 0.5;
}

.login-page-form-div input:-moz-placeholder {
    opacity: 0.5;
}

.login-page-nav-tabs {
    margin: 0;
    border-bottom: 0;
    /* display: inline-block; */
}

.login-page-nav-tabs li:last-child {
    margin-left: -1px;
}

.login-page-nav-tabs .nav-item {
    /* float: left; */
    flex: 0 0 50%;
    max-width: 50%;
}

.login-page-nav-tabs .nav-item .nav-link {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    height: 60px;
    /* border-bottom: 2px solid #f9db9f; */
    border-radius: 0;
    color: #868e96;
    width: 100%;
    border: none !important;
    outline: none !important;
    background: #f7f7f7;
}

.login-page-nav-tabs .nav-item .nav-link:hover,
.login-page-nav-tabs .nav-item .nav-link:focus,
.login-page-nav-tabs .nav-item .nav-link:active {
    /* border-color: #fff #fff #f9db9f; */
    background: none;
}

.login-page-nav-tabs .nav-item .nav-link.active {
    /* border-color: #f9db9f #f9db9f #fff;
    border-width: 2px;
    margin-left: -2px; */
    background: none;
    color: #212529;
}

.tab-body {
    padding: 50px 40px 80px;
}

.login-sec-one {
    height: 75vh;
    background: #fff;
}

.login-sec-two {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: skewY(-12deg);
    background: #371650;
}

.login-before-svg {
    position: absolute;
    height: 540px;
    width: 100%;
    top: -540px;
}

.login-sec-two::before,
.login-sec-two::after {
    content: "";
    width: 557px;
    height: 85px;
    background: url(../img/loginpage-bg.png);
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    top: -21px;
    left: 0;
}

.login-sec-two::after {
    right: -113px;
    left: auto;
    top: -68px;
}

.disabled-tab {
    padding: 0 4px;
}

.landing-request-demo-form-div form input.formerrorhighlight,
.landing-request-demo-form-div form textarea.formerrorhighlight {
    border: 1px solid #eb5757;
    color: #eb5757;
}

.no-bg-listing {
    list-style: none;
}

.title .title-link {
    text-decoration: none;
    color: inherit;
    cursor: text;
}

.casestudy-testimonial {
    background: #ecdff6;
    padding: 80px 120px 40px;
    border-radius: 10px;
    margin: 140px 0;
    position: relative;
}

.casestudy-testimonial::before {
    content: "";
    height: 68px;
    width: 82px;
    background: url(../img/quote-darkpurple.png) no-repeat;
    left: 50px;
    top: -30px;
    position: absolute;
}

.casestudy-link {
    color: #f4b947;
    font-weight: 500;
}

.casestudy-listing {
    font-size: 20px;
    color: #ffffff;
    margin: 40px 0 60px 0;
    padding: 0;
    list-style: none;
}

.casestudy-listing li:first-child span {
    color: #f4b947;
}

.casestudy-listing li {
    position: relative;
    line-height: 2.5;
    display: flex;
    align-items: center;
}

.casestudy-listing span {
    font-family: Jost, "sans-serif";
    font-size: 26px;
    position: absolute;
    left: 190px;
    line-height: 1;
}

.casestudy-banner .col-6 {
    display: flex;
    align-items: flex-end;
}

.casestudy-banner .col-6 img {
    margin-bottom: 20px;
}


/* Kiozzk Details Page */


/* Kiozzk Banner  */

.kiozzk-banner {
    background: url("../img/kiozzk-banner.jpg") no-repeat;
    background-position: center;
    background-size: cover !important;
    min-height: 800px;
    position: relative;
}

.kiozzk-banner img {
    width: 800px;
}

.kiozzk-banner .kiozzk-banner-btn {
    padding-left: 80px;
    padding-right: 80px;
}

.kiozzk-banner .kiozzk-banner-btn:hover {
    background: #fff;
    color: #371650;
}

.kiozzk-banner img {
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translateX(-50%);
}


/* kiozzk-features-sec */

.kiozzk-features-sec {
    margin-top: 350px;
    margin-bottom: -470px;
}

.kiozzk-features-sec .row:nth-child(2) .col {
    display: flex;
    flex-wrap: wrap;
}

.kiosk-features-item {
    padding: 30px;
    display: flex;
    align-items: center;
    width: 48%;
    height: 195px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.05);
}

.kiosk-features-item h4 {
    position: relative;
    padding-left: 40px;
}

.kiosk-features-item h4::before {
    content: "\f058";
    font-family: "font awesome 5 free";
    color: #f4b947;
    font-size: 26px;
    position: absolute;
    font-weight: 700;
    left: 0;
    top: 0;
}

.kiosk-features-item:nth-child(odd) {
    margin-right: 30px;
}

.kiosk-features-item:first-child {
    background: #fef8ec;
}

.kiosk-features-item:nth-child(2) {
    background: #ebfbee;
}

.kiosk-features-item:nth-child(2) h4::before {
    color: #69db7c;
}

.kiosk-features-item:nth-child(3) {
    background: #fff5f5;
}

.kiosk-features-item:nth-child(3) h4::before {
    color: #ff8787;
}

.kiosk-features-item:last-child {
    background: #e7f5ff;
}

.kiosk-features-item:last-child h4::before {
    color: #4dabf7;
}

.kiozzk-video {
    background: #fff;
    box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.05);
    width: 1070px;
    margin: 170px auto 0;
}


/* kiozzk-modes-sec */

.kiozzk-modes-sec {
    background: #f8f5f2;
    margin-top: 170px;
    padding: 500px 0 150px;
}

a.btn.orientation-btn {
    background: #371650;
    color: #fff;
}

a.btn.orientation-btn:hover:hover {
    background: #f4b947;
}

.orientation-list {
    margin: 100px 0 0 0;
}

.orientation-list div {
    width: 500px;
    position: relative;
}

.orientation-list li {
    counter-increment: my-awesome-counter;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 180px;
    position: relative;
}

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

.orientation-list li:nth-child(2) {
    flex-direction: row-reverse;
    justify-content: center;
}

.orientation-list li:nth-child(2) img {
    margin-right: 150px;
}

.orientation-list li div::before {
    content: counter(my-awesome-counter);
    font-weight: 700;
    font-size: 250px;
    color: rgba(244, 185, 71, 0.08);
    top: -65px;
    line-height: 1;
    left: -70px;
    position: absolute;
}


/* kiozzk-tab-sec */

.kiozzk-tab-sec {
    background: #371650;
    padding: 150px 0;
}

.kiozzk-tabs {
    justify-content: space-between;
    margin-left: 0;
}

.kiozzk-tabs li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kiozzk-tabs.nav-tabs {
    border-bottom: 2px solid #fff;
    margin-bottom: 60px;
}

.kiozzk-tabs.nav-tabs+.tab-content {
    color: #fff;
    text-align: center;
}

.kiozzk-tabs.nav-tabs+.tab-content img {
    width: 800px;
    display: block;
    margin: 60px auto;
}

.kiozzk-tabs.nav-tabs li button {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
    flex: 1;
    padding-bottom: 30px;
    border-radius: 0;
    top: 2px;
    position: relative;
    border-bottom: 4px solid #fff;
}

.kiozzk-tabs.nav-tabs .nav-link.active {
    color: #f4b947;
    background: none;
    border: 0;
    outline: 0;
    border-bottom: 4px solid #f4b947;
}

a.btn.trans-btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

a.btn.trans-btn:hover {
    background: #f4b947;
    border-color: #f4b947;
}


/* kiozzk-spec-tbl */

.kiozzk-spec-tbl {
    width: 1035px;
    margin: 120px auto 0;
    color: #fff;
    font-size: 24px;
    font-family: Jost, sans-serif;
}

.kiozzk-spec-tbl tr td {
    padding: 30px 60px 30px 0;
}

.kiozzk-spec-tbl tr td:last-child {
    padding-left: 60px;
}

.kiozzk-spec-tbl tr td:first-child {
    text-align: right;
    border-right: 1px solid #fff;
    width: 320px;
}

.kiozzk-spec-tbl tr {
    border-bottom: 1px solid #fff;
}

.kiozzk-spec-tbl tr:last-child {
    border: 0;
}

.footer-logo-sec {
    padding: 50px 0 40px;
    color: #212529;
}

.footer-logo-sec a:hover {
    color: #212529;
}


/* kiozzk-request-quote */

.kiozzk-request-quote {
    padding: 150px 0;
}

.request-quote-form {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

.request-quote-form input[type="text"]::-webkit-input-placeholder,
.request-quote-form input[type="number"]::-webkit-input-placeholder,
.request-quote-form input[type="email"]::-webkit-input-placeholder,
.request-quote-form textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.request-quote-form input[type="text"]::-moz-placeholder,
.request-quote-form input[type="number"]::-moz-placeholder,
.request-quote-form input[type="email"]::-moz-placeholder,
.request-quote-form textarea::-moz-placeholder {
    opacity: 0.5;
}

.request-quote-form input[type="text"]:-ms-input-placeholder,
.request-quote-form input[type="number"]:-ms-input-placeholder,
.request-quote-form input[type="email"]:-ms-input-placeholder,
.request-quote-form textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.request-quote-form input[type="text"]:-moz-placeholder,
.request-quote-form input[type="number"]:-moz-placeholder,
.request-quote-form input[type="email"]:-moz-placeholder,
.request-quote-form textarea:-moz-placeholder {
    opacity: 0.5;
}

.request-quote-form input[type="text"],
.request-quote-form input[type="number"],
.request-quote-form input[type="email"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    color: #212529;
}

.request-quote-form textarea {
    height: 220px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #212529;
}

.request-quote-form button[type="submit"] {
    width: 320px;
    background: #f4b947;
    border-color: #f4b947;
    margin-top: 30px;
    border-radius: 8px;
    transition-property: color, background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.request-quote-form button[type="submit"]:hover {
    background: #371650;
    border-color: #371650;
    color: #fff;
}


/* barbershop software landing page */

.barbershop-software-banner {
    background: #371650;
    padding: 80px 0 150px;
    position: relative;
    z-index: 0;
}

.testimonial-card {
    max-width: 776px;
    position: relative;
    background: #fff;
    text-align: left;
    padding: 40px 25px 30px;
    margin: 0 auto;
    border-radius: 4px;
}

.testimonial-card::before {
    content: "";
    height: 68px;
    width: 82px;
    background: url(../img/testimonial-quote-yellow.png) no-repeat;
    left: 25px;
    top: -30px;
    position: absolute;
}

.testimonial-content {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-evenly;
}

.testimonial-content p {
    width: 39vw;
    max-width: 468px;
    margin-left: 6px;
    font-size: 110%;
}

.testimonial-image-container {
    width: 22vw;
}

.testimonial-image-container img {
    max-width: 100%;
    width: 100%;
}

.testimonial-image-container h4 {
    font-size: 1.2vw;
}


/* barbershop accordion */

.barbershop-accordion .accordion-flush .accordion-button {
     background-color: #fff !important;
    color: #332051 !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 18px;
    border: 0;
    border-radius: 4px;

}


.barbershop-accordion .accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.barbershop-accordion .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.barbershop-accordion .accordion-button:not(.collapsed) {
    border-radius: 4px 4px 0 0;
}

.barbershop-accordion .accordion-item {
    margin-bottom: 20px;
}

.barbershop-accordion .accordion-flush .accordion-button:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.barbershop-accordion .accordion-flush .accordion-body {
    border:;
    border-radius: 0 0 4px 4px;
    padding: 30px;
}

.barbershop-accordion .accordion-button::after {
    background: url(../img/Expand_down.svg) no-repeat;
    width: 29px;
    height: 29px;
    opacity: 72%;
}

.barbershop-accordion .accordion-button:not(.collapsed)::after {
    background: url(../img/Expand_down.svg) no-repeat;
    height: 30px;
    width: 30px;
    opacity: 72%;
}

a.btn.barbershop-btn:hover {
    background: #371650;
    color: #fff;
}


/* Barbershop Point of Sale Landing Page */

.barbershop-software-banner .container+.row .col div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.barbershop-software-banner .container+.row .col div img {
    margin-right: 100px;
    max-width: 600px;
}

.barbershop-software-banner .container+.row {
    max-width: 2000px;
    display: block;
    margin: 0 auto;
}

.barbershop-software-banner .container+.row .col {
    padding: 0;
}

.barbershop-pos-list li {
    height: 110px;
    font-weight: 600;
    font-size: 48px;
    background: #f4b947;
    padding: 0 50px;
    list-style: none;
    color: #ffffff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
    font-family: Jost, "sans-serif";
}

.barbershop-pos-list li:last-child {
    background: #ffffff;
    color: #212529;
    margin: 0;
}

.barbershop-pos-banner {
    position: relative;
    z-index: 0;
}

.barbershop-pos-banner .row {
    max-width: 1900px;
    margin: 0 auto;
}

.barbershop-pos-banner .container .row {
    max-width: none;
}

.barbershop-pos-banner .container {
    background: url("../img/landing-page-pattern-bg.png") no-repeat;
    background-position: left top;
    background-size: contain;
    padding: 150px 0 250px;
}

.barbershop-pos-banner .col-6:first-child {
    padding-left: 5%;
}

.barbershop-pos-banner .col-6:last-child {
    background: url("../img/barbershop-bimg.png") no-repeat;
    background-position: right top;
    min-height: 820px;
    background-size: contain;
}

.barbershop-pos-banner .col-6 {
    display: flex;
    align-items: center;
}

a.btn.landpage-btn:hover {
    background: #371650;
    color: #fff;
}

.barbershop-pos-banner .col p {
    column-count: 2;
    column-gap: 40px;
}

.software-features {
    background: #f8f9fa;
    position: relative;
}

.software-features .container {
    padding: 100px 0 130px;
}

.software-features .container {
    position: relative;
}

.software-features .container::before {
    content: "";
    width: 228px;
    height: 214px;
    background: url("../img/dots-patternbg.png") no-repeat;
    position: absolute;
    right: -122px;
    top: -160px;
}

.software-features .container::after {
    content: "";
    width: 280px;
    height: 780px;
    background: url(../img/arrow-down.png) no-repeat;
    position: absolute;
    left: -200px;
    top: -250px;
    z-index: 1;
    background-size: 200px;
}


/* software-features */

.software-features::before,
.software-features::after {
    content: "";
    width: 1920px;
    height: 102px;
    background: url("../img/features-bg-before.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.software-features::after {
    background: url("../img/features-bg-after.png") no-repeat;
    bottom: -100px;
    top: auto;
}

.software-features .row:nth-child(2) .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pos-feature-item {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    padding: 20px 40px;
    position: relative;
    margin: 0 0 40px 0;
    flex-basis: 48.5%;
}

.pos-feature-item:nth-child(2) {
    margin-right: 0;
}

.pos-feature-item::before {
    content: "";
    width: 4px;
    background: #f4b947;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.pos-feature-item:nth-child(2)::before {
    background: #69db7c;
}

.pos-feature-item:nth-child(3)::before {
    background: #4dabf7;
}

.pos-feature-item:nth-child(4)::before {
    background: #ff8787;
}

.pos-feature-item:nth-child(5)::before {
    background: #aa6fd8;
}

.pos-feature-item:nth-child(6)::before {
    background: rgba(0, 0, 0, 0.5);
}

.pos-feature-item:nth-child(7)::before {
    background: rgba(179, 184, 119, 0.6);
}

.pos-feature-item:last-child::before {
    background: #fd67c3;
}

.pos-feature-item p {
    position: relative;
}

.pos-feature-item p::before {
    content: "";
    height: 8px;
    width: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -15px;
}

.hardware-software-sec {
    padding: 240px 0 150px;
    background: url("../img/hardare-software-bg.png") no-repeat;
    background-position: center center;
    background-size: contain;
}

.hardware-software-sec .row {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.hardware-software-sec .col {
    display: flex;
    align-items: center;
}

.hardware-software-sec .row:nth-child(odd) .col:last-child {
    padding-left: 90px;
}

body #page .hardware-software-sec .container .row {
    max-width: none;
}

.hardware-software-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.hardware-software-sec .row:nth-child(even) .col:last-child {
    padding-right: 90px;
}

.hardware-software-sec .row:nth-child(odd) .col:first-child {
    justify-content: flex-end;
}

.dynamic-numbering {
    counter-reset: my-awesome-counter;
}

.dynamic-numbering .row {
    counter-increment: my-awesome-counter;
}

.dynamic-numbering .row .col:last-child div {
    position: relative;
}

.dynamic-numbering .row .col:last-child div:before {
    position: absolute;
    content: counter(my-awesome-counter);
    font-size: 200px;
    font-weight: 700;
    left: -40px;
    top: -150px;
    color: rgba(244, 185, 71, 0.08);
}

.dynamic-numbering .row:nth-child(2) .col:last-child div:before {
    color: rgba(255, 135, 135, 0.08);
}

.dynamic-numbering .row:nth-child(3) .col:last-child div:before {
    color: rgba(105, 219, 124, 0.08);
}

.dynamic-numbering .row:nth-child(4) .col:last-child div:before {
    color: rgba(77, 171, 247, 0.08);
}

.dynamic-numbering .row:nth-child(5) .col:last-child div:before {
    color: rgba(253, 103, 195, 0.08);
}

.barbershop-software-sec img.mt-100 {
    width: 750px;
    margin: 100px auto 0;
}


/* salon point of sale */

.salon-point-of-sale-banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #371650 url("../img/salon-ponit-of-sale-wave.png") no-repeat bottom center;
    background-size: 100%;
}

.salon-point-of-sale-banner::before {
    content: "";
    width: 595px;
    height: 615px;
    background: url(../img/salon-pont-of-sale-circle-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.salon-point-of-sale-shapes-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 30px;
    background: url("../img/salon-point-of-sale-shapes.png") no-repeat top center;
    opacity: 0.5;
}

a.btn.salon-point-banner-btn {
    margin-top: 30px;
}

.salon-point-of-sale-banner h1 {
    font-size: 54px;
}

.salon-point-of-sale-banner .row {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.salon-point-of-sale-banner .col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salon-point-of-sale-banner .col-12 div:first-child {
    width: 65%;
}

.salon-point-of-sale-banner .col-12 div:last-child {
    width: 35%;
}

.salon-point-of-sale-banner p:nth-child(3) {
    margin: 25px 0;
}

.salon-point-of-sale-banner .col-12 div:first-child p {
    padding-right: 150px;
}


/* salon point of sale brief */

.salon-point-of-sale-brief {
    background: #f8f5f2;
}

.salon-point-of-sale-brief .container {
    padding: 90px 0;
    position: relative;
}

.salon-point-of-sale-brief .container::before {
    content: "";
    width: 175px;
    height: 305px;
    background: url(../img/circle-bg-left.png) no-repeat;
    position: absolute;
    left: -175px;
    top: 50%;
    transform: translateY(-50%);
}

.salon-point-of-sale-brief .container::after {
    content: "";
    width: 175px;
    height: 305px;
    background: url(../img/circle-bg-right.png) no-repeat;
    position: absolute;
    right: -175px;
    top: 50%;
    transform: translateY(-50%);
}


/* salon point features */

.salon-point-features {
    padding: 90px 0;
}

.salon-point-title {
    width: 750px;
    padding: 30px 0;
    margin: 0 auto 60px;
    background: url("../img/salon-point-title-bg.png") no-repeat top center;
}

ul.salon-point-features {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.salon-point-features li {
    width: 48%;
    list-style: none;
    padding: 30px;
    background: #fef8ec;
    margin: 0 30px 30px 0;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
}

ul.salon-point-features li:last-child {
    text-align: center;
}

ul.salon-point-features li:nth-child(2n) {
    margin-right: 0;
}

ul.salon-point-features li:nth-child(2),
ul.salon-point-features li:nth-child(10) {
    background: #ebfbee;
}

ul.salon-point-features li:nth-child(3),
ul.salon-point-features li:nth-child(11) {
    background: #fff5f5;
}

ul.salon-point-features li:nth-child(4),
ul.salon-point-features li:nth-child(12) {
    background: #e7f5ff;
}

ul.salon-point-features li:nth-child(5),
ul.salon-point-features li:nth-child(13) {
    background: #fef4ff;
}

ul.salon-point-features li:nth-child(6),
ul.salon-point-features li:nth-child(14) {
    background: #fffef3;
}

ul.salon-point-features li:nth-child(7),
ul.salon-point-features li:nth-child(15) {
    background: #f5fffe;
}

ul.salon-point-features li:nth-child(8),
ul.salon-point-features li:nth-child(16) {
    background: #f0f4ff;
}


/* pos benefit */

.pos-benefit {
    position: relative;
    margin: 300px 0;
    background: #f1f5f9;
    background-position-y: 5px;
}

.pos-benefit-third {
    margin-top: 300px;
}

.pos-benefit-third ul.benefit-listing li:first-child .benefit-content {
    flex-direction: row-reverse;
}

.pos-benefit .container {
    position: relative;
    z-index: 2;
}

.pos-benefit-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -70px;
    background: url("../img/benefit-bg.png") no-repeat top center;
}

.pos-benefit .title {
    width: 850px;
}

.pos-benefit::before {
    content: "";
    height: 295px;
    width: 100%;
    position: absolute;
    top: -290px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/benefit-shapes-1.png") no-repeat center;
}

.pos-benefit::after {
    content: "";
    height: 295px;
    width: 100%;
    position: absolute;
    bottom: -290px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/benefit-shapes-2.png") no-repeat center;
}

.pos-benefit .title a.btn.salon-point-btn,
.pos-benefit-third a.btn.salon-point-btn,
.install-pos a.btn.salon-point-btn {
    height: 60px;
    font-size: 20px;
    line-height: 1;
    padding: 18px 25px;
    margin-top: 25px;
    border-radius: 4px;
}

.benefit-title {
    position: relative;
}

.benefit-title h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

ul.benefit-listing {
    margin: 150px 0 0 0;
    padding: 0;
    counter-reset: my-awesome-counter;
}

ul.benefit-listing li {
    counter-increment: my-awesome-counter;
    list-style: none;
    margin-bottom: 150px;
}

ul.benefit-listing li .benefit-title::before {
    position: absolute;
    font-family: jost, sans-serif;
    content: counter(my-awesome-counter);
    font-size: 200px;
    font-weight: 700;
    left: -40px;
    top: -150px;
    color: rgba(244, 185, 71, 0.08);
}

ul.benefit-listing li:nth-child(3) .benefit-content {
    flex-direction: row-reverse;
    align-items: center;
}

ul.benefit-listing li:nth-child(3) .benefit-content div:first-child {
    margin-top: -45px;
}

ul.benefit-listing li:nth-child(3) .benefit-content div:last-child {
    text-align: center;
}

.benefit-content {
    display: flex;
    flex-wrap: wrap;
}

.benefit-content div:first-child {
    width: 60%;
}

.benefit-content div:last-child {
    width: 40%;
}

.benefit-listing .benefit-content div:first-child {
    padding-right: 100px;
}

.benefit-listing-third .benefit-content div:first-child,
.benefit-listing li:nth-child(3) .benefit-content div:first-child {
    padding-right: 0;
}

.benefit-listing-third li:nth-child(3) .benefit-content div:first-child,
.benefit-listing-third li:first-child .benefit-content div:first-child {
    padding-left: 50px;
}

.benefit-listing-third li:nth-child(2) .benefit-content div:first-child {
    padding-right: 80px;
}


/* install pos */

.install-pos .title.salon-point-title {
    width: 1000px;
}

.install-pos .title h2 {
    margin-bottom: 40px;
}

.install-pos p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.install-pos .title img {
    display: block;
    margin: 80px auto;
    width: 450px;
}

.benefit-listing-second li:nth-child(3) .benefit-content div:first-child {
    padding-left: 30px;
}

.install-pos a.btn.salon-point-btn:hover {
    background: #371650;
    color: #fff;
}

ul.benefit-listing.benefit-listing-second {
    counter-reset: my-awesome-counter 4;
}

ul.benefit-listing.benefit-listing-third {
    counter-reset: my-awesome-counter 8;
}

ul.benefit-listing.benefit-listing-third {
    margin: 120px 0 0 0;
}


/* Giftcard */

.thankyou-sec.giftcard-sec .row {
    padding: 0 15px;
}

.giftcard-sec .col {
    padding: 50px 200px 70px;
}

.giftcard-sec .bg-lightyellow {
    border-radius: 10px;
}

.giftcard-address-wrap {
    margin-bottom: 60px;
}

.giftcard-form-wrap form {
    display: flex;
    justify-content: center;
}

.giftcard-form-wrap {
    background: #4d1f70;
    width: 508px;
    height: 322px;
    border-radius: 6px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    margin: 60px auto 0;
}

.giftcard-form-wrap::before {
    content: "";
    width: 90px;
    height: 232px;
    background: url(../img/giftcard-arrow-left.png) no-repeat;
    position: absolute;
    bottom: 100px;
    left: -200px;
}

.giftcard-form-wrap::after {
    content: "";
    width: 139px;
    height: 422px;
    background: url(../img/thankyou-arrow.png) no-repeat;
    position: absolute;
    bottom: 60px;
    right: -280px;
}

.giftcard-form-wrap form button[type="submit"],
.giftcard-form-wrap form input[type="text"] {
    height: 40px;
}

.giftcard-form-wrap form input[type="text"] {
    border: 0;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.giftcard-form-wrap form button[type="submit"] {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4b947;
    border-color: #f4b947;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.giftcard-form-wrap form button[type="submit"]:hover {
    opacity: 0.9;
}

.balance {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    padding: 0 30px;
}

.remaining-balance {
    float: left;
    text-align: left;
}

.giftcard-balance {
    float: right;
    text-align: right;
}

.balance-price {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1;
}

.badge-success {
    background: #37b24d;
    height: 35px;
    width: 110px;
    border-radius: 20px;
    margin: 20px auto;
    color: white;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-success::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.giftcard-address-listing {
    margin-top: 60px;
    display: flex;
    justify-self: space-between;
    margin-left: 0;
    padding: 0;
}

.giftcard-address-listing li {
    margin: 0 40px;
}


/* sales-barbershop */

.sales-barbershop {
    height: 75vh;
    position: relative;
    background: #371650 url("../img/sales-barbershop-banner-bg.png") no-repeat bottom center;
    display: flex;
    align-items: center;
    background-size: 100%;
}

.sales-barbershop h1 {
    width: 650px;
}

.sales-barbershop p {
    padding-right: 150px;
}

.sales-barbershop .container {
    max-width: 1550px;
}

.sales-barbershop .col-12 {
    display: flex;
    margin-top: -50px;
}

.sales-barbershop .col-12 div:first-child {
    width: 60%;
    align-self: center;
}

a.btn.sales-btn {
    border-radius: 4px;
    margin-top: 30px;
    background: #2868e3;
    color: #fff;
    font-size: 30px;
}

a.btn.sales-btn:hover {
    background: #fff;
    color: #2868e3;
}

.partners-sec {
    margin-bottom: 130px;
    margin-top: -120px;
    z-index: 100;
    position: relative;
}

.partners-wrap {
    display: flex;
    gap: 0 50px;
    align-items: center;
}

.partners-wrap a {
    flex: 1;
}

.why-choose-sec .title,
.uzeli-benefits .title,
.schedule-demo .title,
.barbershop-testimonial-sec .title,
.sales-spa-faq .title {
    max-width: 950px;
    margin: 0 auto 90px;
}

.choose-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.choose-item {
    width: 31.5%;
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.choose-wrap .choose-item:nth-child(3) img {
    position: relative;
    left: 5px;
}

.choose-item div {
    height: 90px;
    width: 90px;
    background: #f4b947;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    margin: 0 auto;
}

.choose-item h4 {
    margin: 30px 0 20px;
}

.infographics-wrap {
    position: relative;
    width: 1775px;
    height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.infographics-wrap img {
    width: 500px;
}

.info-item {
    width: 380px;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
    color: #212529;
    font-family: "Jost", sans-serif;
    font-size: 20px;
}

.info-right,
.info-left {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.info-right {
    position: absolute;
    top: 40px;
    right: 80px;
}

.info-left {
    position: absolute;
    top: 50px;
    left: 80px;
}

.info-blue {
    background: #c2e3fb;
}

.info-yellow {
    background: #faebce;
    left: 70px;
}

.info-green {
    background: #d4fedc;
    left: 60px;
    top: 10px;
}

.info-pink {
    background: #fbd7ff;
    top: -50px;
    left: 20px;
}

.info-robin-green {
    background: #c9fdf8;
}

.info-red {
    background: #ffdfdf;
    left: -70px;
}

.info-violet {
    background: #d2ddfd;
    top: 80px;
    left: -10px;
}

.schedule-demo {
    background: #371650;
    padding: 150px 0;
}

.zoom-call-list {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.zoom-call-list li {
    margin-bottom: 10px;
    margin-left: 20px;
}

.zoom-call-list li:last-child {
    margin-bottom: 0;
}

.schedule-animation {
    display: flex;
}

.schedule-animation-left,
.schedule-animation-right {
    flex: 1;
}

.schedule-animation-right {
    display: flex;
    justify-content: center;
}

.schedule-animation div.schedule-zoom-call-form-wrap:last-child {
    padding-left: 0;
}

.schedule-zoom-call-form-wrap * {
    width: 100%;
}

.schedule-zoom-call-form-wrap input[type="submit"] {
    background: #2868e3;
    color: #fff;
    border-color: #2868e3;
}

.schedule-zoom-call-form-wrap input[type="submit"]:hover {
    background: #fff;
    color: #2868e3;
    border-color: #fff;
}

.schedule-zoom-call-form-wrap input[type="email"],
.schedule-zoom-call-form-wrap input[type="text"],
.schedule-zoom-call-form-wrap input[type="tel"] {
    height: 45px;
    font-size: 16px;
}

.schedule-zoom-call-form-wrap input[type="submit"] {
    height: 55px;
    padding: 0;
    font-size: 20px;
}

.animation-frame {
    background: #f1f5f9;
    padding: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.animation-frame span {
    height: 8px;
    width: 8px;
    background: #fdd800;
    display: block;
    border-radius: 4px;
    position: relative;
    margin-left: 10px;
}

.animation-frame span::before,
.animation-frame span::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 4px;
}

.animation-frame span::before {
    background: #ed594a;
    left: -10px;
}

.animation-frame span::after {
    background: #5ac05a;
    left: 10px;
}

.barbershop-testimonial-sec {
    padding: 140px 0;
}

.barbershop-testimonial-wrap {
    display: flex;
    background: #f1f5f9;
    padding: 80px 50px;
    border-radius: 8px;
    align-items: center;
}

.barbershop-testimonial-wrap div:first-child {
    width: 30%;
    position: relative;
}

.barbershop-testimonial-wrap div:last-child {
    width: 70%;
    padding: 0 50px;
}

.barbershop-testimonial-wrap h5 {
    margin-top: 15px;
}

.barbershop-testimonial-wrap h4 {
    margin: 50px 0 20px;
}

.barbershop-testimonial-wrap span {
    font-size: 12px;
}

.barbershop-testimonial-wrap div:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    height: 230px;
    width: 0.5px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-info-table {
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-family: "Jost", sans-serif;
    width: 240px;
    margin: 30px auto 0;
}

.testimonial-info-table tr {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.testimonial-info-table tr th:first-child {
    border-right: 0.5px solid rgba(0, 0, 0, 0.2);
}

.testimonial-info-table tr th:last-child {
    padding: 5px 15px;
}

.testimonial-info-table tr th {
    width: 50%;
    padding: 5px;
}

.sales-barbershop-cta {
    padding-bottom: 90px;
    background: #371650;
    position: relative;
}

.sales-barbershop-cta::before {
    position: absolute;
    content: "";
    width: 1920px;
    height: 330px;
    background: url("../img/sales-cta.png") no-repeat top center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sales-barbershop-cta .container {
    position: relative;
    z-index: 50;
}

.sales-barbershop-cta .col-12 {
    display: flex;
    align-items: flex-end;
}

.sales-barbershop-cta .col-12 div:first-child {
    width: 30%;
}

.sales-barbershop-cta .col-12 div:last-child {
    width: 60%;
    margin: 0 0 60px 60px;
}

a.btn.btn-sales {
    border-radius: 4px;
    margin-top: 20px;
}

a.btn.btn-sales:hover {
    background: #fff;
    color: #371650;
}

.sales-footer {
    padding: 30px 0;
    font-size: 16px;
}

.sales-footer .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sales-footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.sales-footer-logos a {
    margin: 0 10px;
}

.sales-footer-links {
    margin: 0;
    padding: 0;
}

.sales-footer-links li {
    display: inline-block;
    line-height: 80%;
    padding: 0 15px;
    border-right: 1px solid #000;
}

.sales-footer-links li:last-child {
    border: 0;
}

.sales-spa-faq {
    padding: 140px 0;
}

.barbershop-accordion.sales-spa-accordion .accordion-flush .accordion-button {
    background: #fff;
    color: #212529;
    padding: 15px 30px;
}

.barbershop-accordion.sales-spa-accordion .accordion-flush .accordion-body {
    border: 0;
    padding: 0 30px 25px;
}

.barbershop-accordion .accordion-item {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.barbershop-accordion.sales-spa-accordion .accordion-button:not(.collapsed)::after {
    background: url(../img/collapse-icon-black.svg) no-repeat;
}

.barbershop-accordion.sales-spa-accordion .accordion-button::after {
    background: url(../img/collapsed-icon-black.svg) no-repeat;
}

.sales-spa-cta-sec {
    background: #371650;
    padding: 70px 50px;
}

.sales-spa-cta-sec .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sales-spa-cta-sec .col-12 div:first-child {
    width: 65%;
}

a.btn.sales-spa-cta-btn:hover {
    background: #fff;
    color: #371650;
}


/* latest  responsive changes */

@media screen and (min-width:768px) {
    

    .pricing-title,
    .feature-title-box,
    .education-title {
        margin-top: -145px;
    }

.pad-140 {
    padding: 140px 0;
}
    
}

@media screen and (min-width:1024px) {
    .pricing-title,
    .feature-title-box,
    .education-title {
        margin-top: -185px;
    }
    .pricing-sec,
    .run-manage-sec {
        margin-top: -270px;
    }
    .thankyou-sec,
    .contact-sec {
        top: -500px;
    }

}

@media screen and (min-width:1200px) {

    .ml-auto {
        margin-right: -30px;
    }
}

@media screen and (min-width:1500px) {
    .pricing-sec {
        margin-top: -310px;
    }
}

.text-center {
    text-align: center!important;}


.check ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
width: 10em;
}

.check ul li
{
background-image: url(img/1.png);
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
margin: 1em 0;
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accordion-content.show {
    max-height: 100vh; /* Adjust as needed for content height */
}
