* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'Lexend'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


body {
    margin: 0;
}
@media screen and (max-width: 980px) {
  body > .body {
    padding: 0;
  }
}

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

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #FFB081;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Lexend';
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


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

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


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


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #c6e7ff;
    text-shadow: none;
}
::selection {
    background: #c6e7ff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Theme Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lexend';
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 500;
    font-family: 'Lexend';
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 15px;
    padding: 0;
}
h1{
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2px;
}
h3 {
    font-size: 40px;
    line-height: 50px;
}
h4 {
    font-size: 35px;
    line-height: 45px;
}
h5 {
    font-size: 30px;
    line-height:40px;
}
h6 {
    font-size: 25px;
    line-height: 35px;
}
/* Common Styles */


code, dl, dt, dd, form,
fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
a, a:link {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #008DF2;
}
a:hover, a:active, a:visited {
     color: #008DF2;
    text-decoration: underline;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: 'Lexend';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: 'Lexend';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: 'Lexend';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 3px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 20px;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-family: 'Lexend';
    line-height: 24px;
    font-weight: 400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}

.widget-snippet a {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: underline;
    font-family: 'Inter';
}
.widget-snippet a:hover {
    color: #FF7F00;
    text-decoration: none;
}
.widget-snippet ul, ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}
ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 11px;
    left: 0;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #FF7F00;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

.form-row {
    position: relative;
}
#customer-profile-tabs form {
    max-width: 700px;
}
#customer-profile-tabs form.edit-password-form .form-row, #customer-profile-tabs form.store-credit-request-form .form-row, #customer-profile-tabs form.wish-list-edit-form .form-row {
    max-width: 600px;
}
#customer-profile-tabs form.wish-list-edit-form {
    max-width: 100%;
}
.account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row {
    width: 100%;
}
#customer-profile-tabs form .errorlist.after {
    right: 10px;
}
#customer-profile-tabs form.edit-password-form .errorlist.after, #customer-profile-tabs form.store-credit-request-form .errorlist.after, #customer-profile-tabs form.wish-list-edit-form .errorlist.after {
    right: 0px;
}
.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* webocommander Form css */
.simpleCaptcha-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 15px);
    display: block;
    float: left;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: #fff;
    border: 2px solid #bbb;
    height: 43px;
    padding: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    float: right;
    margin-top: 0;
    vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 12px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 12px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    padding: 0;

}
.errorlist.after .message-block {
    color: #e64343;
}
/* Placeholder Start */

::-webkit-input-placeholder { /* Edge */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.72);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.72);
}
::placeholder {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.72);
}

/* Placeholder End */

/* web form CSS */
.widget-form .single-input-row .form-row {
    margin-top: 10px;
}
.form-row {
    margin: 10px 0;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
  border: 1px solid rgb(100, 100, 100);
    font-family: 'Lexend';
    height: 59px;
    padding: 8px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 8px;
}
.widget-form textarea{
    height:180px;
}
.widget.widget-form .single-input-row .form-row p{
    font-family: 'Lexend' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
.widget-form .double-input-row, .widget-form .triple-input-row {
  margin-bottom:24px;
}
form.form-template {
  max-width: 700px;
  padding: 42px 62px 57px;
  background: #fff;
  border: 2px solid rgb(238, 238, 238);
  border-radius: 19px;
}
.widget-form .form-row.btn-row {
  margin-top: 20px;
}

/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
    border:2px solid #008DF2 !important;
}

input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color:  rgba(0, 141, 242, 1);
    border: 1px solid  rgba(0, 141, 242, 1);
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
button, .button, a.button {
    display: block;
    background: rgb(0 119 204);
    border-radius: 70px;
    text-transform: capitalize;
    padding: 11px 10px;
    text-align: center;
    max-width: 217px;
    width: 100%;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    margin: 20px 0;
    border: 1px solid rgb(0 119 204);
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
}
.form-row label {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 0;
}
.widget.widget-form .form-row.btn-row button:after{
    content:url(https://www.webcommander.com/template/5731a701/images/Button-arrow.svg);
    margin-left: 10px;
}
.widget.widget-form .form-row .errorlist.after {
  position: relative;
}
.page-home button, .page-home .button, .page-home a.button {
    font-size: 21px;
    max-width: 250px;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #000;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}
.page-heading,
.widget-pageHeading {
    padding: 70px 0 50px;
    text-align: left;
    background: #fff;
    margin: 0;
}
.page-heading h1,
.widget.widget-pageHeading h1 {
    max-width: 1400px;
    text-align: left;
    position: relative;
    font-size: 55px;
    color: #000;
    font-family: 'Lexend';
    line-height: 73px;
    font-weight: 600;
    padding: 0;
    margin: 0 auto;
    letter-spacing: -2.5px;
}
.widget.widget-pageHeading h2{
    max-width: 1400px;
    text-align: left;
    position: relative;
    font-size: 55px;
    color: #000;
    font-family: 'Lexend';
    line-height: 73px;
    font-weight: 600;
    padding: 0;
    margin: 0 auto;
    letter-spacing: -2.5px;
}
.page-thank-you .widget.widget-pageHeading h1,
.page-page-not-found .widget.widget-pageHeading h1{
    text-align: center;
}
/*========= main menu ========= */
body > .header {
    background: #fff;
    border-bottom: 1px solid #F1F1F1;
}
.page-about-us .header,
.page-contact-us .header,
.page-blog .header,
.page-pricing .header,
.page-find-a-partner .header{
    background: #FFFAF3;
}
.footer > .widget-container {
    max-width: 1460px;
    width: 100%;
}
.page-contact-us .body,
.page-find-a-partner .body{
    background: #FFFAF3;
}
.page-contact-us #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 120px;
}
.page-find-a-partner #spltr-ED93B597-CEB7-45DE-8872-FC295E1C1572{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 140px;
}
.page-partner-program #spltr-9B38DC8B-95EC-4625-8529-7BAD296284C5{
    padding: 100px 0 120px;
  background: #FFFAF3;
}
body > .body {
    padding: 80px 0 0 !important;
}
/*========= main menu ========= */
.widget-navigation {
    text-align: left;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #187DC1;
    content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color:#008DF2;
}
.widget-navigation.main-menu .navigation-item {
    padding: 3px 10px; 
    border-radius: 5px;
    height: 32px;
    margin: 0 5px;
}
.widget-navigation.main-menu .navigation-item:hover { 
    background: #eee; 
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    padding: 0;
    font-family: 'Lexend';
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
 
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    color: #008DF2;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: 400;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after,
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after{
    color: #008DF2;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item a:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 15px;
    background: #2098D1;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #008DF2;
    display: none;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    text-align: left;
    transform: translateX(-50%);
    position: absolute;
    top:38px;
    left: 50%;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    width: 220px;
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.horizontal .navigation-item:hover > .navigation-item-child-container {
    border-radius: 10px;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #eaeaea;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    z-index: 1;
    display: none;

}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-family: 'Lexend';
    padding: 12px 15px;
    text-transform: capitalize;
    background: #fff;
    line-height: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color:  #008DF2;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu.horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu.horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
    border-bottom: 1px solid #f0f0f0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type{
    border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 0;
    color: #000;
}
 
.horizontal .navigation-item:hover .has-mega-menu-toggle.expanded::after {
    color: #000;
}
/*end:menu*/


/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width:1920px;
    height: 590px;
    padding: 0 !important;
    text-align: center;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.jssor-slider-container::before {
    content: url("/template/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
/*end: jssor slider css */

/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    background: #000;
}

.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer .widget-navigation .navigation-item a:hover {
    color: #008DF2;
}
.footer .widget-navigation .navigation-item a:active {
    color: #fff;
}
.footer .widget-title {
    font-size: 20px;
    padding: 0;
    margin: 0 0 12px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    font-family: 'Inter';
}
/* Footer Navigation End */

/* Footer Newsletter Start */

.widget.widget-newsletter.newsletter-area .form-row label {
    font-size: 16px;
    color: #fff;
    padding: 0 0 5px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-family: 'Lexend';
    border: 0;
    display: block;
    max-width: 280px;
    text-transform: unset;
}
.widget.widget-newsletter.newsletter-area .form-row input {
    max-width: 336px;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #2C2C2C;
    padding: 12px 15px 14px 26px;
    border-radius: 50px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.widget.widget-newsletter.newsletter-area .form-row.button-container {
    position: absolute;
    content: "";
    right: 0;
    bottom: 61px;
    margin: 0;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container > label {
    display: none;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button {
    background-color:#FF5F00;
    border: 0;
    color: #FF5F00;
    font-size: 0;
    position: relative;
    height: 50px !important;
    padding: 0 25px;
    margin: 0;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:before{
    content: "";
    background: url(https://www.webcommander.com/template/5731a701/images/newsletter-right-arrow.svg) no-repeat;
    width: 25px;
    height: 15px;
    position: absolute;
    margin-left: 0;
    top:18px;
    right: 9px;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:hover {
    opacity:0.5;
}
.widget.widget-newsletter.newsletter-area .form-row.mandatory > label::after {
    display: none;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:-3px;
}
.widget.widget-newsletter.newsletter-area .form-row{
    margin:0;
}
/* Footer Newsletter End */
.widget.widget-article.footer-copyright p,
.widget.widget-article.footer-copyright p a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0;
    margin:0;
}
.widget.widget-article.footer-copyright p a{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration:none;
}
.widget.widget-article.footer-copyright p a:hover{
    color:#008DF2;
}
.widget.widget-article.footer-copyright p b{
    font-weight: 400;
    margin: 0 10px;
}
.widget.widget-article.footer-copyright p a:first-of-type{
    margin: 0 0 0 5px;
}
/*End Footer*/

/** Video Popup Start **/

.video-part {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    height: 612px;
}
body.widget-snippet .video-part{
    height: auto;
}
.video-part .vedit video {
    width: 100%;
    max-width: 100%;
    background: transparent;
    float: right;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.widget.widget-snippet  .video-part img#video-cover {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: 0;
}

.video-part .vedit {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

p.vedit video{
    width: 100%;
    height: 100%;
}

.video-part:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://www.webcommander.com/template/5731a701/images/play-video.svg) no-repeat;
    width: 65px;
    height: 65px;
    background-size: 65px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-part:hover:after {
    background-position: 0 -79px;
}
body.widget-snippet .transact-area  .video-part:after{
    display: none;
}
body.widget-snippet .transact-area  p.vedit:after{
    top: 25%;
}
body.widget-snippet p.vedit:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://www.webcommander.com/template/5731a701/images/a-button-play.png) no-repeat center;
    width: 65px;
    height: 65px;
    background-size: contain;
}
body.widget-snippet .timeline-video-area .content {
    border: 1px solid #ccc;
}
body.widget-snippet .video-container {
    border: 1px solid #a1a1a1;
    overflow: visible;
}
.video-container {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
}
.widget.widget-snippet .video-container .video-part {
    height: 350px;
}
#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

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

#video-wrap .video-container {
    width: 80%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

#video-wrap .close-video {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
    background: url(https://www.webcommander.com/template/5731a701/images/close.svg) no-repeat center center;
}

#video-wrap .close-video:before,
#video-wrap .close-video:after {
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
    transform: rotate(42deg);
}

#video-wrap .close-video:after {
    transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
    outline: none;
}

#video-wrap .close-video:hover {
    background-color: #000;
}

#video-wrap .close-video:hover:before,
#video-wrap .close-video:hover:after {
    background-color: #fff;
}

#video-wrap video,
#video-wrap iframe {
    position: relative;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100vh;
    max-height: 85vh;
    background-color: #000;
}

#video-wrap video {
    object-fit: cover;
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px;
    height: 100vh;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

#video-wrap.active .video-container {
    transform: scale(1);
}
body.widget-snippet .video-part .vedit {
    max-height: 300px;
    background: #000;
    max-width: 750px;
    position: relative;
    padding: 0;
}
/** Video Popup End **/

/** Logo Slider Start **/

.widget.widget-gallery.logo-slider  {
    max-width: 1400px;
    margin: 0 auto;
    padding:50px 0 50px 300px;
    height: auto;
    position: relative;

    display: block
}
.widget.widget-gallery.logo-slider .article-title {
    display: none
}
.widget.widget-gallery.logo-slider figure {
    margin:0 20px;
}

.widget.widget-html.slider-title {
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e3e3e3;
}
.widget.widget-html.slider-title h5{
    position: absolute;
    left: 50%;
    top: 39px;
    width: 100%;
    border-right: 1px solid #e3e3e3;
    padding: 30px 0;
    font-size: 28px;
    max-width: 1400px;
    transform: translateX(-50%);
}
.widget.widget-gallery.logo-slider .owl-carousel.owl-loaded:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.widget.widget-gallery.logo-slider .owl-carousel.owl-loaded {
    height: 90px;
    position:relative;
}
.widget.widget-gallery.logo-slider .owl-theme .owl-controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.widget.widget-gallery.logo-slider  .owl-stage-outer{
    /*! height: 90px; */
}
.widget.widget-gallery.logo-slider .owl-controls .owl-nav .owl-prev{
    float: left;
    height: 80px;
    margin:55px 0;
    padding: 0 150px;
    font-size: 0;
    background: transparent;
    margin:0;
}
.widget.widget-gallery.logo-slider .owl-controls .owl-nav .owl-next {
    float: right;
    height: 80px;
    margin:55px 0;
    padding: 0 150px;
    font-size: 0;
    background: transparent;
    margin:0;
}
.widget.widget-gallery.logo-slider .owl-theme .owl-controls:hover  .owl-nav .owl-next,
.widget.widget-gallery.logo-slider .owl-theme .owl-controls:hover  .owl-nav .owl-prev{

}

.widget.widget-gallery.logo-slider .owl-stage-outer .owl-item {
    float: unset;
    display: inline-block;
    vertical-align: middle;
}
/** Logo Slider End **/
.footer .contact-info {
    display: flex;
    flex-direction: column;
}
.footer .contact-info  a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.footer .contact-info  a:hover{
    color: #008DF2;
}
.widget-gallery.reputation-slider {
    background: #EEF2FE;
    padding: 135px 0 65px;
}
.widget-gallery.reputation-slider .article-title {
    display: none;
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer {
    margin-left: 175px;
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .img-sec figure {
    margin: 0;
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item{
    padding-right: 0;
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec {
    background: #fff;
    box-shadow: 0px 0px 44px 0px #0000000A;
    padding: 30px 50px 50px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 230px;
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 8px;
    font-family: 'Lexend';
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec p {
    padding: 0;
    margin: 0;
    color: #000;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}
.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .img-sec  img {
    height: 320px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-gallery.reputation-slider .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 175px;
    right: 0;
    text-align: right;
    margin: 0;
}
.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav {
    margin: 0 auto;
    max-width: 1400px;
}
.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-prev{
    display: none !important;
}
.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next {
    border-radius:100px;
    height: 72px;
    padding: 0;
    width: 72px;
    font-size: 0;
    background: #fff;
    background-image: url(https://www.webcommander.com/template/5731a701/images/reputation-slider-left-arrow.svg);
    background-repeat: no-repeat;
    background-position: 24px 28px;
    margin: 0;
    box-shadow: 0px 0px 7px 0px #0000001A;
    top: 40px;
    position: absolute;
    right: 260px;
    content: '';
}
.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next:hover{
    background-position: 24px -103px;
    background-color: #008DF2;
}

.widget-gallery.reputation-slider .widget-title {
    font-size: 52px;
    padding: 0;
    max-width: 925px;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: 600;
    line-height: 70px;
    font-family: 'Lexend';
    letter-spacing: -2px;
}

.widget-html.reputation-slider-bottom-text {
    background: #eef2fe;
    padding: 0 0 170px;
}
.widget-html.reputation-slider-bottom-text .bottom-inner-text {
    max-width: 800px;
    margin: 0 auto;

}
.widget-html.reputation-slider-bottom-text .bottom-inner-text p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Lexend';
    text-align: center;
}
.widget-snippet.pricing-lasculpre-streamline .lasculpte-streamline {
    background: #fff;
    margin: 0;
}

/* Start Tab Accordion */
.widget-tabAccordion.pricing-accordion {
    background: #F5F8FF;
    margin:0;
}
.widget-tabAccordion .widget-title, .widget-tabAccordion.pricing-accordion .widget-title {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 70px;
    color: #000;
    padding: 120px 0 40px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.accordion-panel {
    padding: 0 0 135px;
    max-width:900px;
    margin: 0 auto
}


.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.accordion-panel > .label-bar {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 36px 40px 39px 0;
    white-space: normal;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #E1E3EB;
}

.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom:1px solid transparent;
    height: auto;
    margin-top: 0;
    color: #000;
    background: transparent;
    padding: 36px 0 39px;
}
.accordion-panel>.accordion-item.expanded {
    padding: 0 0 30px;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;
    color: #000;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e5e5;
}
.accordion-item.expanded p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}
.accordion-item.expanded p:last-of-type{
    margin: 0;
}
.accordion-panel > .label-bar .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("https://www.webcommander.com/template/5731a701/images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 45px;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("https://www.webcommander.com/template/5731a701/images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 45px;
    background-position: 0 -78px;
    transform: unset;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0 -78px;
}

.accordion-panel > .label-bar.collapsed:hover {
    color: #008DF2;
    background: transparent;
}
.accordion-panel>.label-bar:hover  .toggle-icon {
    background-position: 1px -30px;
    transform: rotate(180deg);
    top: 45px;
    right: 0;
      -webkit-transition: unset;
  transition: unset;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}

.accordion-panel>.accordion-item.collapsed {
    padding: 0 0 30px;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

.accordion-panel>.accordion-item.collapsed p {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}
.accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}

/* End Tab Accordion */

/* Blog */

.widget-blogPost {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.widget-blogPost .blog-post-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: start;
    padding: 130px 0 140px;
}
.blog-post-item {
    min-height: 365px;
    width: calc(100%/3 - 40px);
    margin: 0 20px 60px;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #FFF;
    height: 275px;
}
.post.post-list-view-width, .category.post-list-view-width {
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 10px;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    max-width: 100%;
    object-position: top;
    border-radius:10px;
    height: 270px;
}

.blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 0;
    display:flex;
    flex-direction: column;
    background: #fff;
}
.blog-post-item .post-description .title {
    padding: 0;
    margin: 15px 0 8px;
    font-family: Lexend;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #000;
}
.blog-post-item .post-description .title a {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #000;
    line-height: 24px;
    text-decoration: none;
}
.blog-post-item .post-description .blog-post-info span.date {
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    padding: 0;
    margin: 0 0 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blog-post-item .post-description > a {
    position: absolute;
    font-size: 18px;
    color: #008DF2;
    bottom: 40px;
    left: 40px;
    display: none;
}

.blog-post-item .post-description > a:hover {
    color: #000;
}
.blog-post-item .post-description .content{
    order:3;
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    color: #062a45;
    line-height: 21px;
    opacity: 0.8;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color:#008DF2;
}
.blog-post-item:hover .post-description .content{
    color: #062a45;
    opacity:0.8;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.pagination span {
    background: #fff;
    border: 0;
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.57px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    box-shadow: unset;
    padding: 0;
    margin: 0 20px 0 0;
}
.pagination span.current {
    background: transparent;
    border: 0;
    color: rgb(0 0 0 / 54%); 
}
.pagination span.disabled {
    color: rgb(0 0 0 / 54%); 
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span:hover,
.pagination span.next:hover {
    color: #008df2;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.widget-blogPost .blog-post-content .footer .pagination, .blog-posts .footer .pagination{
    float:unset;
    display:block;
    margin:0 auto;
}
.widget-blogPost.related-blog .widget-title{
    max-width: 1400px;
    margin: 0 auto 40px;
    color: #000;
    font-family: Lexend;
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 0;
}
.widget-blogPost.related-blog {
    max-width: 100%;
    padding: 105px 0 140px;
    border-top: 1px solid rgba(251, 246, 239, 1);
    background: rgba(255, 250, 243, 1);
}
.widget-blogPost.related-blog .blog-post-content {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
}
.widget-blogPost.related-blog  .blog-post-item .post-description,
.widget-blogPost.related-blog  .blog-post-item{
    background: transparent;
}
.widget-blogPost.related-blog .blog-post-item {
    margin: 0 20px 0;
}
.blog-post-details {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 150px;
}
.blog-post-details .title {
    display: block;
    font-family: Lexend;
    font-size: 39px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: -0.04em;
    text-align: left;
    max-width: 770px;
    padding: 0;
    margin: 0 auto 15px;
}
.blog-post-details .blog-post-info {
    max-width: 770px;
    margin: 0 auto 50px;
}
.blog-post-details .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.blog-post-details .image {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    transition: unset;
      text-align: center;
  margin-bottom: 50px;
}
.blog-post-details .image img {
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.blog-post-details .content {
    padding-bottom: 0;
    max-width: 770px;
    margin: 0 auto;
}
.blog-post-details .content p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.blog-post-details .content ul li,
.blog-post-details .content ol li {
    font-width: 400;
    color: #000;
    line-height: 30px;
    font-size: 16px;
}
.blog-post-details .content ol {
    padding: 0 0 0 18px;
    margin: 0 0 20px;
}
.blog-post-details .content ul {
    margin: 0 0 20px;
}
.blog-post-details .content ul li::before {
    top: 12px;
}
.blog-post-details .content h1,
.blog-post-details .content h2,
.blog-post-details .content h3,
.blog-post-details .content h4,
.blog-post-details .content h5,
.blog-post-details .content h6 {
    color:#000;
    font-family: 'Inter';
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 40px 0 10px;
}
.blog-post-details .content h1{
    font-size: 36px;
    line-height: 52px;
}
.blog-post-details .content h2 {
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h3{
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h4{
    font-size: 26px;
    line-height: 40px;
}
.blog-post-details .content h5{
    font-size: 28px;
    line-height: 43px;
}
.blog-post-details .content h6{
    font-size: 26px;
    line-height: 41px;
}
.blog-post-details .social-media-share-bar .social-media-share {
    margin: 0 12px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 1px;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper, .blog-post-details .social-media-share  a.facebook-share-icon, .blog-post-details .social-media-share a.twitter-share-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    padding: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #000000 !important;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper {
    position: relative;
}
.blog-post-details .social-media-share a.facebook-share-icon {
    background-color: rgba(24, 119, 242, 1) !important;
    border-color: rgba(24, 119, 242, 1) !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.blog-post-details .social-media-share a.facebook-share-icon::after{
    color:#fff;
}
.blog-post-details .social-media-share a.twitter-share-icon {
    background-color: #000000 !important;
    border-color: #000000 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.twitter-share-icon::after{
    color: #fff;
    content: url('https://www.webcommander.com/template/5731a701/images/twitter-icon.svg');
    display: inline-flex;
}
.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span{
    width: 34px !important;
    height: 34px !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    fill: #fff !important;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover, .blog-post-details .social-media-share a.twitter-share-icon:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
    color:#fff !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color:#008DF2 !important;
    border-color:#008DF2 !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color: #008DF2 !important;
    border-color:#008DF2 !important;
    fill: #fff !important;
}
.blog-post-details .social-media-share>a:hover span.at-icon-wrapper svg.at-icon {
    fill: #fff !important;
}

.blog-post-details .social-media-share-bar {
    max-width: 770px;
    margin: 60px auto 0;
    text-align: left;
    width: 100%;
    padding: 0 0 0 75px;
    position: relative;
    display: block; 
}
.blog-post-details .social-media-share-bar:before {
    content: "Share:";
    position: absolute;
    left: 0;
    top: 2px;
    color: #000000;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}
.blog-post-details .social-media-share a.facebook-share-icon:after {
    font-size: 15px;
}
.blog-post-details  figure {
    margin: 30px 0;
}
.blog-post-details table {
    margin: 30px 0 0;
}
.widget-html.blog-page a {
    position:relative;
    padding-left: 25px;
    text-decoration:none;
    cursor:pointer;
      color: #000;
}
.widget-html.blog-page a:after {
    position:absolute;
    content:"";
    left:0;
    top: 3px;
    background:url("https://www.webcommander.com/template/5731a701/images/blog-arrow.svg");
    background-position-x: 39px;
    width: 18px;
    height: 15px;
}
.widget-html.blog-page a:hover {
    color:#008DF2;
}
.widget-html.blog-page a:hover:after {
    background-position-x: 21px;
}
.widget-html.blog-page {
    max-width: 770px;
    margin: 65px auto 35px;
}
/* Blog End */


/*css start*/

.popup-mask {
    background-color: rgba(0,0,0,0.7);
}
.wc-site-popup.popup .content {
    padding: 20px;
    margin: 0;
}
.wc-site-popup.popup .close-icon{
    right:-45px;
    top:0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 0px rgba(0,0,0,.8)!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wc-site-popup.popup .close-icon:hover {
    background:#2298a5;
}
.wc-site-popup.popup .close-icon::after {
    color: #fff;
    content:"\f00d";
    font-size:22px !important;
    line-height:38px;
    font: normal normal normal 14px / 1 FontAwesome;
    line-height: 25px;
}

span.close-button-for-zoom-preview {
    background:#008DF2;
    right:-45px;
    top:0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 0px rgba(0,0,0,.8)!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.close-button-for-zoom-preview:hover {
    background:#007BD2;
}
span.close-button-for-zoom-preview::after {
    color: #fff;
    content:"\f00d";
    font-size:18px !important;
    line-height:38px;
    font: normal normal normal 14px / 1 FontAwesome;
}

/*css end*/
.website-slider{
    background: rgba(255, 250, 243, 1);
    padding:0;
}
.website-slider .slick-slider {
    max-width: 1400px;
    margin: 0 auto;
}
.website-slider .article-title{
    display: none;
}
.website-slider .gallery-slider .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.website-slider .gallery-slider .content  .image-content {
    width: 55%;
    padding: 0 80px 0 0;
}
.website-slider .gallery-slider .content .image-content img {
    width: 100%;
}
.website-slider .gallery-slider .content  .text-content {
    width: 45%;
    padding: 0;
}
.website-slider .gallery-slider .content .text-content h2 {
    margin: 0 0 25px;
    padding: 0;
    font-family: Lexend;
    font-size: 37px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -2px;
    text-align: left;
    color: rgb(14 12 9 / 45%);
}
.website-slider .gallery-slider .content .text-content p {
    font-family: Lexend;
    font-size: 37px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.04em;
    text-align: left;
    padding: 0;
    margin: 0 0 40px;
    color: #000;
}
.website-slider .gallery-slider .content .text-content a {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color:#000;
    border-bottom: 1px solid #000;
    padding: 0 0 5px;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.website-slider .gallery-slider .content .text-content a:hover {
    color:#008DF2;
    border-color: #008DF2;
}
.website-slider .gallery-slider .content figure {
    margin: 0;
}

.widget-html.scale-your-business {
    padding: 185px 0 80px;
}
.widget-html.scale-your-business .scale-content {
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.widget-html.scale-your-business .scale-content .left-part {
    width: 58%;
    padding: 0 120px 0 0;
}
.widget-html.scale-your-business .scale-content .right-part {
    width: 42%;
}
.widget-html.scale-your-business .scale-content .left-part h2 {
    margin: 0;
    padding: 0;
    font-family: Lexend;
    font-size: 52px;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.widget-html.scale-your-business .scale-content .right-part p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    color: #000;
}
.widget-html.scale-your-business .scale-content .right-part p:last-child{
    margin:0;
}
.widget-tabAccordion.scale-business-tab {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.widget-tabAccordion.scale-business-tab.design-limit{
    padding: 210px 0 230px;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header {
    margin: 0 0 17px;
    border: 0;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header {
    margin: 0 0 17px;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header .title {
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    background: rgba(11, 145, 240, 0.04);
    font-family: Lexend;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.5px;
    letter-spacing: -0.04em;
    text-align: left; 
    border-radius: 10px;
    padding: 0;
    padding: 17px 100px 20px 78px;
    position: relative;
}
.widget-tabAccordion.scale-business-tab.design-limit .widget-title{
    font-style: normal;
    color: #000;
    padding: 0;
    max-width: 550px;
    margin: 0;
    font-family: Lexend;
    font-size: 52px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -0.04em;
    text-align: left;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title, .widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #008DF2;
    background: #F1F9FF;
    position: relative;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border: 0;
    background: transparent;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header > .bmui-tab-header-container {
    width: 45%;
    border-bottom: 0;
}
.widget-tabAccordion.scale-business-tab.design-limit .bmui-tab.left-side-header > .bmui-tab-header-container {
    padding: 230px 0 0;
}
.widget-tabAccordion.scale-business-tab.design-limit .bmui-tab.left-side-header .bmui-tab-body-container {
    margin-top: -185px;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container {
    border: 0;
    min-height: 630px;
    padding: 0 0 0 100px;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header .title::before,
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 16px;
    left: 32px;
    top: 23px;
    background: url('https://www.webcommander.com/template/5731a701/images/scale-tick-icon.svg') no-repeat;
    background-position: 0 0;
}
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::before,
.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header:hover .title::before {
    background: url('https://www.webcommander.com/template/5731a701/images/scale-tick-icon.svg') no-repeat;
    background-position: 0 -56px;
}

.widget-html.experienced-cms-title {
    background: rgba(242, 242, 242, 1);
    padding: 130px 0 45px;
}
.widget-html.experienced-cms-title .cms-inner-title {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}
.widget-html.experienced-cms-title .cms-inner-title h2 {
    color: #000;
    margin: 0 0 17px;
    padding: 0;
    font-family: Lexend;
    font-size: 52px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -2px;
}
.widget-html.experienced-cms-title .cms-inner-title p{

    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}
.widget-html.experienced-cms-title .cms-inner-title p:last-child{
    margin: 0;
}
.cms-gallery-slider.slick-dots {
    display: none !important;
}
.cms-gallery-slider {
    background: #f2f2f2;
    padding: 0 0 100px;
}
.cms-gallery-slider .article-title {
    display: none;
}
.cms-gallery-slider .slick-slider{
    max-width: 1400px;
    margin: 0 auto;
}
.cms-gallery-slider .cms-slider .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.cms-gallery-slider .cms-slider figure {
    margin: 0;
}

.cms-gallery-slider .cms-slider .content .image-content {
    width: 60%;
    text-align: center;
}
.cms-gallery-slider .cms-slider .content .text-content {
    width: 40%;
    padding: 0 0 0 60px;
}
.cms-gallery-slider .cms-slider .content .text-content{
    position: relative;
}
.cms-gallery-slider .cms-slider .content .text-content::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 60px;
    background: url('https://www.webcommander.com/template/5731a701/images/cms-slider-line-bg.png') no-repeat;
    width: 100%;
    height: 4px;
}
.cms-gallery-slider .cms-slider .content .text-content h2 {
    color: rgba(0, 0, 0, 0.12);
    font-family: Lexend;
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
    text-align: left;
    padding: 0;
    margin: 0 0 35px;
}
.cms-gallery-slider .cms-slider .content .text-content p {
    min-height: 170px;
    color: #000;
    font-family: Lexend;
    font-size: 37px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.04em;
    text-align: left;
    margin: 0;
    padding: 0 0 70px;
}
/*************/
.widget.widget-snippet.basic-auto .processing-automation {
  background: rgb(238, 242, 254);
}
.widget-snippet.inner-wc .join-business {
  padding: 130px 0 130px;
  margin-top: 0;
}
/***************/
   /***********/
  .widget.widget-html.smarter-marketing-title{
  margin: 0 auto -90px;
  z-index: 1;
  background: #eef2fe;
  padding-top: 120px
}
.widget.widget-html.smarter-marketing-title .html-widget-element-content{
    max-width: 1050px;
    margin: 0 auto;
}
.widget.widget-html.smarter-marketing-title h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height:70px;
  padding: 0;
  margin: 0 0 24px;
  text-align: center;
  font-family: 'Lexend';
}
 .widget.widget-html.smarter-marketing-title p{
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
}
.widget-gallery.reputation-slider.marketing {
  padding-bottom: 164px;
}
.widget-snippet.about-vitalcurve .lasculpte-streamline {
    padding: 365px 0 160px;
    margin-top: -205px;
}


 .slick-slider .slick-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     background: transparent;
     color: white;
     font-size: 2rem;
     height: auto;
     outline: none;
 }


.slick-prev:before, .slick-next:before {
    color: black;
}
/*.page-home .popup-mask {
    background-color: transparent;
}
.page-home .image-popup-container-for-zoom-preview{
    display: none;
}*/
.widget-navigation.main-menu .navigation-item.login,
.widget-navigation.main-menu .navigation-item.get-started{
    display:none;
}

.wrapper-scroll-slider .cards {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}
.wrapper-scroll-slider .card, .wrapper-scroll-slider .header, .spacer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper-scroll-slider .card {
    position: absolute;
    width: 100%;
    height: calc(100vh - 80px);;
    background: rgba(255, 250, 243, 1);

}
.wrapper-scroll-slider .cards .card:nth-child(2) {
    background: #EEF2FE;
}
.wrapper-scroll-slider .cards .card:nth-child(3) {
    background: rgba(242, 242, 242, 1);
}
.wrapper-scroll-slider .cards .card:nth-child(2) .text-content h2 {
    color: #7e89ab;
}
.wrapper-scroll-slider .cards .card:nth-child(3) .text-content h2 {
    color: rgb(138 137 137);
}
.widget-snippet .pricing-powerful-feature,
.widget-snippet .pricing-container{
    margin: 0;
}

.widget.widget-form .single-input-row .form-row.widget-html.find-partner-form-title {
    margin-bottom: 15px;
    max-width: 98%
}
.widget.widget-form .single-input-row .form-row.widget-html.find-partner-form-title  h2{

    margin: 0 0 10px;
    padding: 0;
    color: #000;
    font-family: Lexend;
    font-size: 38px;
    font-weight: 600;
    line-height: 47.5px;
    letter-spacing: -0.03em;
    text-align: left;
}
.widget.widget-form .single-input-row .form-row.widget-html.find-partner-form-title  p{
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #333;
    padding: 0;
    margin: 0;
}
.widget-html.find-partner-form-bottom-text{
    margin: 25px 0 0;
}
.widget-html.find-partner-form-bottom-text p {
    font-family: Inter;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.01em;
    text-align: left;
    padding: 0;
    color: rgba(0,0,0,0.9);
    margin: 0;
}
.page-shopify-vs-webcommander .widget-tabAccordion, .page-bigcommerce-vs-webcommander .widget-tabAccordion, .page-neto-vs-webcommander .widget-tabAccordion, .page-b2b-ecommerce .widget-tabAccordion {
  background: rgb(248, 248, 248);
}
.widget-snippet.headless .lasculpte-streamline{
   background: rgba(238, 242, 254, 1);
}
.widget-snippet .portfolio-site-thumbnail .content-area .single-item .image-section {
    max-width: 100%;
    height: 489px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.widget-snippet .portfolio-site-thumbnail .content-area { 
    grid-gap: 62px 26px;
}
.wc-site-popup img.portfolio-img {
  width: auto !important;
  object-fit: contain;
  max-width: 1200px !important;
}
.widget-snippet .ecommerce-automation .full-container .left-section .inner-content p{
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.page-bigcommerce-vs-webcommander .streamlined-advanced-area {
    background-image: url(https://www.webcommander.com/template/5731a701/images/sec-bg.svg);
}
.widget-snippet .streamlined-advanced-area .full-container .right-section {
    padding-right: 50px;
}
body.widget-snippet .pricing-table .pricing-table-option .swiper-wrapper {
  z-index:unset
}
.widget-snippet .processing-automation .processing-container .button-section a.demo-button {
    display: inline-block;
    max-width: max-content;
    padding: 10px 20px;
    border-bottom: none;
}
.widget-snippet .processing-automation .processing-container .button-section a.demo-button:hover {
color:#fff;
    border-color:#000;
}
body > .body {
    padding: 74px 0 0 !important;
}

.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container .middile-area .left-part {
  padding: 40px 50px 0 0;
}
.widget-snippet.headless-wdp .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
    margin-top: 75px;
}
.widget-snippet.headless-section .processing-automation {
    background: rgba(255, 255, 255, 1);
}
.widget-snippet .portfolio-site-thumbnail .content-area .single-item .image-section img {
  object-position: top;
  object-fit: contain;
}
.portfolio-site-thumbnail .content-area .single-item>a { 
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}
.widget-snippet p {
  line-height: 26px;
}
.widget-snippet .processing-automation .processing-container .middile-area .right-part h3, .widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part h3{
  margin: 0;
}
.widget-snippet .processing-automation .processing-container .middile-area .right-part ul li, .widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part ul li {
  padding: 0 0 10px;
}
.widget-snippet .real-review .full-area .right-area .inner-content p {
  line-height: 38px;
}
.widget-snippet .processing-automation .processing-container .middile-area .left-part img,
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part img {
  max-width: 600px;
}
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part {
  padding: 0 50px 0 0;
}
.widget-snippet .processing-automation .processing-container .middile-area .right-part {
  padding: 0 0 0 50px;
}
/* End */
.widget-article.terms-content {
    max-width: 1400px;
    margin: 0 auto 100px;
}
.widget-article.terms-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 40px 0 20px;
}
.widget-article.terms-content h4 {
    font-size: 27px;
    line-height: 37px;
    margin: 30px 0 15px;
}
.widget-article.terms-content ul{
    margin: 0 0 20px;
}

.widget-article.terms-content h3:first-child {
    margin: 0 0 20px;
}
/*Feature css start*/
.product-management-section{
  max-width:1400px;
  padding:120px 30px 0px 30px;
}
.product-management-section .feature-image-box {
    margin-top: 50px;
}
.product-management-section .feature-image-box img {
    border-radius:6px;
}
.product-management-section .fee-sub-title-wrap {
   border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-item-container .item-image .icon-box {
    margin-bottom: 8px;
  display:none;
}
.product-management-section .fee-sub-title-wrap .fee-sub-title{
font-family: Lexend;
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    text-align: left;
    letter-spacing: -1px;
}
.product-management-section .feature-item-container .feeture-title{
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin: 0 0 12px 0;
  padding: 0;
  color:#000;
}
.product-management-section .feature-item-container p{
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color:#000;
}
.product-management-section .feature-item-container .font-stye{
  font-style: italic;
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.feature-item-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 68px;
}
.product-management-section .get-btn{
  max-width: 148px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #008DF2;
  width: 100%;
  border-radius: 50px;
}
.product-management-section .get-btn:hover{
  background: #000;
  text-decoration: none;
  color:#fff;
}
.del-feature-image-box{
  margin-top:30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 60px;
}
.order-feature-image-box{
  margin-top:30px;
  display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 60px;
}
.order-feature-image-box img{
  border-radius:6px;
}

.product-management-section .get-started {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  padding: 0;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
   padding: 0 0 5px;
   border-bottom: 1px solid #000;
}
.product-management-section .get-started:hover{
  color: #008DF2;
  text-decoration: none;
  border-bottom: 1px solid #008DF2;
}

/*Feature css end*/

/*page not found start*/

/*page not found*/
.page-page-not-found .body {
    min-height: auto;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 15px 120px 15px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color: #000;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #008DF2;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #008DF2;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #000;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.widget-article .page_404 a{
    background: #008DF2;
    border-color: #008DF2;
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding:9px 10px;
    width: 100%;
    max-width: 170px;
    text-decoration: none;
    border-radius: 40px;
    text-transform: capitalize;
}
.widget-article .page_404 a:hover{
    background-color: #000;
}

/*page not found end*/

.widget-navigation.main-menu{
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    text-align: center !important;
}
.mega-menu-submenu-container.show {
    width: 100%;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.25);
    top: 55px;
    padding: 0;
}
.horizontal .navigation-item .has-mega-menu-toggle::after {
    font-size: 16px;
    margin: 0 0 0 5px;
}

.widget-image.header-logo {
    z-index: 111;
}
.page-b2b-wholesale .ecommerce-automation .full-container .left-section {
  width: 53%;
  padding: 20px 150px 0 0;
}
.page-b2b-wholesale .ecommerce-automation .full-container .right-section {
  width: 47%;
}
.widget-snippet .unlock-empower .full-container .left-inner-section, .widget-snippet .unlock-empower .full-container.two .right-inner-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.widget-snippet .unlock-empower .full-container .left-section, .widget-snippet .unlock-empower .full-container .right-section {
  position: relative;
}
div.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area ul li img {
    margin-top: -2px;
  width: auto;
  height: auto;
  object-fit: unset;
  
}
.widget-snippet .ecommerce-automation .full-container .right-section img.omni-page {
  margin-top: -70px;
}
.widget-snippet.b2bwc .ecommerce-automation .full-container .left-section {
  width: 50%;
  padding: 0 150px 0 0;
}
.widget-snippet.b2bwc .ecommerce-automation .full-container .right-section {
  width: 50%;
}
.widget-snippet .ecommerce-automation .full-container .left-section .inner-content p{
  margin: 0 0 18px;
}
.widget-snippet .ecommerce-automation .full-container .left-section .inner-content p:only-child, .widget-snippet .ecommerce-automation .full-container .left-section .inner-content p:last-child{
  margin: 0;
}
.explore-market.streamlined-advanced-area .full-container .right-section .content-section {
    padding-top: 160px;
    max-width: 650px;
}
.explore-market.streamlined-advanced-area .full-container .left-section .content-image {
    padding-right: 50px;
}
.widget-snippet  .play-layouts .full-container .inner-imgage .play-with-layouts{
    margin-bottom:-54px
}
.widget-snippet .play-layouts.perfectly-results .full-container {
    padding: 20px 50px;
}
  body.widget-snippet .compare-or-webcommander {
    z-index: unset;
}
.widget-snippet .compare-wc-inner .compare-inner-img, .widget-snippet .compare-wc-inner .compare-inner-img img {
    text-align: right;
    object-position: right bottom;
}
.widget-zendesk .double-input-row, .widget-zendesk .triple-input-row {
  display: block;
}
@media screen and (max-width: 4000px) {
    /* For sticky menu */
    body>.header{
        position: fixed;
        width: 100%;
        z-index:5555;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: #fff;
    }
    body > .header.sticky {
        background: #fff;
    }
  body.page-cth-thank-you > .header.sticky {
    background: #fff;
}
    body>.header.sticky .widget-container{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header > .widget-container {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget-navigation .nav-wrapper.horizontal {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header .widget-navigation .nav-wrapper.horizontal{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header .widget-snippet.header-top-btn{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget-snippet.header-top-btn{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}


@media screen and (min-width: 1024px) {
.widget-snippet .pricing-table .pricing-table-option .pricing-table-option-item.recommend .pricing-table-item .pricing-table-item__wrap .pricing-table-row.last {
    height: 65px;
 }
.widget-snippet .pricing-table .pricing-title .pricing-title-wrap .pricing-table-left .pricing-table-row.last {
    height: 70px;
  }
.widget-snippet .pricing-table .pricing-title .pricing-title-wrap .pricing-table-row.last {
    padding: 22px 0;
}
}
@media screen and (max-width: 1500px) {

.page-headless-commerce .ecommerce-automation .full-container, .page-b2b-wholesale .ecommerce-automation .full-container {
  max-width: 1230px;
}
 div.wc-site-popup img.portfolio-img {
  width: 100% !important;
}
 .explore-market.streamlined-advanced-area .full-container .left-section .content-image {
    padding-right: 0;
}
}
@media screen and (max-width: 1366px) {

.widget-snippet .processing-automation .processing-container .top-area {
        margin: 0 auto 65px;
    }
.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container {
    padding: 130px 0 130px;
}
}
@media screen and (max-width: 1280px) {

 .widget-snippet .processing-automation .processing-container .middile-area .right-part {
    padding: 0 0 0 90px;
}
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part {
    padding: 0 90px 0 0;
}
.explore-market.streamlined-advanced-area .full-container .right-section .content-section {
    padding-top: 70px;
    max-width: 650px;
}
}
@media screen and (max-width: 1024px) {
.widget-snippet .embark-journey .full-container .left-section {
  width: 52%;
  }
.widget-snippet .embark-journey .full-container .right-section {
  width: 48%;
}
.widget-snippet .unlock-empower .full-container h2, .widget-snippet .embark-journey .full-container .right-section h2, .widget-tabAccordion .widget-title, .widget-tabAccordion.pricing-accordion .widget-title {
  font-size: 40px;
}
  .widget-tabAccordion .widget-title, .widget-tabAccordion.pricing-accordion .widget-title {
  max-width: 450px;
}

.widget-snippet .sfwc-inner-body .sfwc-inner-content {
    max-width: 470px;
}
.widget-snippet .sfwc-inner-body {
        max-width: 610px;
    }
.widget-snippet .shopify-or-webCommander {
        background-size: 500px;
    }
.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area .left-content {
        padding-left: 0;
    }
.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area .right-part .left-content {
    padding-left: 40px;
}
.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area ul li .list-text h4 {
    line-height: 34px;
    margin: 0 0 20px;
}
.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area ul li img {
    margin-top: 0;
}
.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner h3 {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 43px;
}
    .widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container {
        padding: 70px 30px;
    }
.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container .middile-area .left-part {
    padding: 0 70px 0 0;
}
.widget-snippet.b2b-delivery .processing-automation .processing-container .middile-area .right-part {
    padding-left: 70px;
}
.widget-snippet .unlock-empower .full-container .left-inner-section{
    padding-right:45px;
}
  .widget-snippet .unlock-empower .full-container.two .right-inner-section{
  padding-left:20px;
}
.widget-snippet .sfwc-inner-body img {
    max-width: 160px;
    margin-bottom: 10px;
}
    div.widget-snippet .unlock-empower .full-container .left-inner-section, div.widget-snippet .unlock-empower .full-container.two .right-inner-section {
        position: relative;
        top: unset;
        transform: unset;
    }
div.accordion-panel > .label-bar.expanded{
  padding-right:40px;
}
 div.widget-snippet .unlock-empower .full-container .left-section {
    padding: 0 35px 0 0;
}
div.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area ul li img,
div.widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area.two .right-part .left-content img{
    margin-top: -20px;
}
.widget-snippet .processing-automation .processing-container .middile-area .left-part img, .widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
    .widget.widget-html.smarter-marketing-title {
        padding-bottom: 30px;
    }
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part {
        padding: 0 70px 0 0;
    }
    .widget-snippet .processing-automation .processing-container .middile-area .right-part {
        padding: 0 0 0 70px;
    }
.widget-snippet .ecommerce-automation .full-container .right-section img.omni-page {
  margin-top: -20px;
}
.widget-snippet .better-faster-smarter.compare-or-webcommander .compare-inner-body > img {
    display: none;
}
}
@media screen and (max-width: 991px) {
.widget-snippet .embark-journey .full-container .right-section h2, .widget-snippet .effortlessly-manage .effortlessly-manage-inner .top-area h2 {
    font-size: 36px;
}
    .widget-snippet .shopify-or-webCommander {
        background-size: 370px;
    }
    .widget-snippet .sfwc-inner-body .sfwc-inner-content {
        max-width: 380px;
    }

.widget-snippet .unlock-empower .full-container .left-section {
        width: 50%;
    }
    .widget-snippet .unlock-empower .full-container h2, .widget-snippet .embark-journey .full-container .right-section h2, .widget-tabAccordion .widget-title, .widget-tabAccordion.pricing-accordion .widget-title {
        font-size: 36px;
      line-height: 48px;
    }
div.accordion-panel > .label-bar{
  padding-right:30px;
}
.widget-snippet .unlock-empower .full-container.two {
    margin-top: 75px;
}
.page-b2b-wholesale .ecommerce-automation .full-container .left-section {
    width: 58%;
    padding: 0 20px 0 0;
}
  .page-b2b-wholesale .ecommerce-automation .full-container .right-section {
    width: 42%;
}
.widget-snippet.b2b-delivery .processing-automation .processing-container .middile-area .right-part {
    padding-left: 0;
}
.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container .middile-area .left-part {
    padding: 30px 0 0;
}
.widget-snippet .unlock-empower .full-container .left-inner-section{
    padding-right: 50px;
}
   .widget-snippet .unlock-empower .full-container.two .right-inner-section {
     padding-left: 30px;
   }
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area ul li img {
    width: 26px;
    height: 26px;
    margin-top: 5px;
}
    div.widget-snippet .unlock-empower .full-container .left-section {
        padding: 0;
    }
.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part {
  padding: 0;
}
.widget-snippet .processing-automation .processing-container .middile-area .right-part {
  padding: 0;
}
.widget-snippet.b2bwc .ecommerce-automation .full-container .left-section {
    padding: 0 30px 0 0;
}

      div.explore-market.streamlined-advanced-area .full-container .right-section .content-section {
        padding-top: 30px;
        max-width:100%;
    }
    div.streamlined-advanced-area div.full-container .right-section .content-section {
       padding-top: 30px;
    }
  div.widget-snippet .streamlined-advanced-area .full-container .right-section {
    padding-right: 0;
}
}
@media screen and (max-width: 767px) {
 .widget-snippet .unlock-empower .full-container h2, .widget-snippet .embark-journey .full-container .right-section h2, .widget-snippet .effortlessly-manage .effortlessly-manage-inner .top-area h2, .widget-snippet .compare-pt-head h2, .widget-snippet .sfwc-inner-body h1 {
        font-size: 30px;
        line-height: 40px;
	margin: 5px 0 15px;

  }
  .responsive .lasculpte-top-banner-area .full-container .left-section .info-wrap .info-box h4 { 
    overflow-wrap: break-word;
}
 .widget-snippet .sfwc-inner-body .sfwc-inner-content p {
  margin-bottom: 10px;
}
.widget-snippet .embark-journey .full-container .left-section, .widget-snippet .embark-journey .full-container .right-section {
    width: 100%;
  }
  .widget-snippet .embark-journey .full-container .right-section h2 {
    margin: 30px 0 -10px;
  }
 .widget-snippet .unlock-empower .full-container.two {
  margin-top: 70px;
  flex-direction: column-reverse;
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area.two .left-content {
    padding-left: 0;
  }

div.widget.widget-snippet .button-section a.demo-button, body.widget-snippet .button-section a.demo-button {
    padding: 10px 15px;
}
.widget.widget-snippet .button-section a.demo-button-two {
        margin: 0 0 0 15px;
    }
.widget-snippet .embark-journey, .widget-snippet .unlock-empower {
        padding: 60px 0 70px  !important;
          background-size: cover;
    }
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .list-text h3 {
        font-size: 21px;
    }

.widget-snippet .streamlined-advanced-area .full-container .left-section p, .widget-snippet .streamlined-advanced-area .full-container .button-section,
  .page-b2b-wholesale .ecommerce-automation .full-container .left-section, .page-b2b-wholesale .ecommerce-automation .full-container .right-section{
  margin:0;
  padding:0;
  max-width: 100%;
    width: 100%;
}
.widget-snippet .unlock-empower {
    padding: 70px 0px !important;
}
.widget-snippet .unlock-empower .full-container .left-section {
        width: 100%;
    }
    .widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner h3 {
        margin: 10px 0 20px;
        font-size: 26px;
        line-height: 36px;
    }
    .widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area ul li .list-text h4 {
        line-height: 30px;
        margin: 0 0 15px;
        font-size: 18px;
    }
     .widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area .right-part .left-content,
  .widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner .middile-area .left-content {
        padding: 0;
    }
.widget-snippet .ecommerce-automation .full-container .left-section a.demo-button {
    margin: 0 0 20px;
}
  .widget-snippet.b2b-delivery .processing-automation .processing-container .middile-area .right-part a.demo-button {
    margin: 0;
}
.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container {
        padding: 70px 20px;
    }
.widget-snippet.b2b-optimise .inventory-synchronisation .synchronisation-container .middile-area .left-part {
    padding: 0;
}
.widget-snippet.headless-wdp .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
    margin-top: 0;
}
    .widget-snippet .processing-automation .processing-container .top-area {
        margin: 0 auto 30px;
    }
 div.widget-snippet .processing-automation .processing-container .top-area h2,
 div.widget-snippet .effortlessly-manage .effortlessly-manage-inner .top-area h2{
       margin: 0 0 15px;
 }
  div.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area {
        flex-direction: column;
    }
div.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
        flex-direction: column-reverse;
          margin-top: 50px;
    }
div.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area.two > .left-part img, div.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area .right-part img {
        margin: 0;
}
div.widget-snippet .unlock-empower .full-container .left-inner-section, div.widget-snippet .unlock-empower .full-container.two .right-inner-section {
    position: relative;
    top: unset;
    transform: unset;
    padding: 0;
}
    .widget-snippet .streamlined-advanced-area .full-container .left-section {
        max-width: 100%;
    }
 .widget-snippet .unlock-empower .full-container .right-section .inner-content {
   padding-bottom: 20px;
 }
.widget-snippet .portfolio-site-thumbnail .content-area .single-item .image-section {
  height: 187px;
}
.widget-snippet .portfolio-site-thumbnail .content-area .single-item .text-section a.site-url {
    margin: 10px 0 8px;
    line-height: 21px;
}
.widget-snippet .portfolio-site-thumbnail .content-area {
  grid-gap: 30px 20px;
}
    .widget.widget-html.smarter-marketing-title {
        padding-bottom: 50px;
    }
.widget-snippet .processing-automation .processing-container .middile-area .right-part ul li, .widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .left-part ul li {
  padding: 0 0 7px;
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner, .widget-snippet .unlock-empower .full-container, .widget-snippet .e-commerce-freedom-manage .e-commerce-freedom-manage-inner, .widget-snippet .shopify-or-webCommander, .widget-snippet .compare-pricing-table, .widget.widget-tabAccordion .tab-accordion-accordion.accordion-panel, div.widget-snippet .streamlined-advanced-area .full-container, .widget-snippet .ecommerce-automation .full-container, .widget-snippet .processing-automation .processing-container, .widget-snippet .inventory-synchronisation .synchronisation-container, .responsive .widget-snippet .automated-customer,
 div.widget.widget-html.smarter-marketing-title .html-widget-element-content, .widget-snippet .real-review .full-area, .widget.widget-tabAccordion .widget-title, .widget.widget-tabAccordion.pricing-accordion .widget-title {
        padding-right:15px;
   		padding-left: 15px;
    }
.responsive.page-ecommerce-automation .ecommerce-automation .full-container .right-section, .page-b2b-wholesale .ecommerce-automation .full-container .right-section, .page-headless-commerce .ecommerce-automation .full-container .right-section{
    margin-top:20px
}
     .responsive .processing-automation .processing-container .button-section a:last-of-type {
        margin: 0;
    }
      div.processing-automation .processing-container .middile-area .left-part {
        margin-bottom: 0;
    }
.processing-automation .processing-container .middile-area .right-part ul li p, .widget.widget-snippet .ecommerce-automation .full-container .left-section .inner-content p {
    margin-bottom: 15px;
}
.widget-snippet.b2bwc .ecommerce-automation .full-container .left-section, .widget-snippet.b2bwc .ecommerce-automation .full-container .right-section {
  width: 100%;
  padding: 0;
}
.widget-snippet.b2bwc .ecommerce-automation .full-container .right-section img.omni-page{
  margin-top: 0;
}
    div.explore-market.streamlined-advanced-area .full-container .right-section .content-section {
        padding:  0 0 20px;
    }

     div.streamlined-advanced-area div.full-container .right-section .content-section {
       padding-top: 0;
      padding-right: 0;
    }
      div.streamlined-advanced-area div.full-container .right-section .content-section h1 {
        font-size: 28px;
        line-height: 42px;
    }
      .widget-snippet .compare-inner-body {
        padding: 45px 15px 10px;
    }
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .list-text h3 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 35px;
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area ul li .list-text {
    padding-left: 35px;
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area .list-text p {
    padding: 0 0 28px;
    line-height: 26px;
}
.widget-snippet .ecommerce-automation .full-container .left-section h6:empty{
  display:none;
}
.widget-snippet .effortlessly-manage .effortlessly-manage-inner ul li {
opacity: 1;
}

body.widget-snippet .effortlessly-manage .effortlessly-manage-inner .middile-area .left-content {
    position: relative;
    top: unset;
   transform: unset;
}


.wc-site-popup.popup.anim-fade-zoom { 
    transform-origin: top center !important; 
}
 
div.ecommerce-automation .full-container { 
    padding: 0 20px; 
}
div.solution-mega-menu .inner-menu .left-part .top-part h2 { 
    letter-spacing: 0px;
}
.feature-container .del-feature-image-box, 
.feature-container .order-feature-image-box 
{
    display: none; 
}
.home-all-in-busyness section.all-in-one-business {
    background: #F2F2F2;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
}

.home-all-in-busyness section.all-in-one-business .one-business-head {
    display: none;
}

body.widget-snippet .one-business-single  {
    position: relative;
}
@media screen and (min-width: 1366px) {
.greater-usability .unlock-empower .full-container .left-section {
    width: 58%;
    padding: 0 20px 0 0;
}
.greater-usability .unlock-empower .full-container .right-section {
    width: 42%;
}
}



body.page-neto-vs-webcommander .header:not(.sticky),
body.page-shopify-vs-webcommander .header:not(.sticky),
body.page-bigcommerce-vs-webcommander .header:not(.sticky),
body.page-website-design-and-performance .header:not(.sticky),
body.page-compare .header:not(.sticky)
{
    background: rgba(255, 250, 243, 1)
}
div.embark-journey { 
    background-size: cover;
}
body.page-page-not-found .popup-mask, body.page-page-not-found 
 .popup {
    display: none !important;
}
body.widget-snippet .the-results-area {
    background: #E0E7F8 !important; 
}
body.widget-snippet .the-results-area:before {
    display:none;
}
 body.widget-snippet .the-results-area .full-container{
   z-index: unset;
 }
 body.widget-snippet .unlock-empower .full-container.two .right-inner-section {
  position: relative;
  top: unset;
  transform: unset;
}
.mix-blend .inner-content img{
  mix-blend-mode: multiply;
}
div.lasculpte-top-banner-area div.full-container div.left-section .info-wrap .info-box h6 { 
    line-height: 23px; 
    margin: 0 0 5px;
}
.tla-top-banner .lasculpte-top-banner-area .full-container .left-section .info-wrap .info-box:last-child {
    display: none;
}
.blog-post-details .content img, .blog-post-details .content video {
    object-fit: contain;
    height: auto;
}

.widget-zendesk input[type="text"].validation-error, .widget-zendesk input[type="password"].validation-error {
    background-color: transparent; 
}
.widget.widget-form .form-row .errorlist.after {
    position: relative;
    margin-top: 5px;
}
 
.widget-navigation .menu-button em {
    background-color: #000000; 
    width: 20px;
   margin: 5px 0 5px 3px;
}
.business-faq-section{
   background-color:#F8F8F8;
}

.widget-snippet.seo-core-friendly .responsive-user-design {
  padding: 175px 0 205px;
  width: 100%;
  background: rgba(238, 242, 254, 1);
}
.widget-snippet.seo-core-friendly .responsive-user-design .full-content .left-part {
  width: 55%;
  padding: 0 140px 0 0;
}
.widget-snippet.seo-core-friendly .responsive-user-design .full-content .right-part {
  width: 45%;
  text-align: right;
}
.widget-snippet.advanced-functionalities .ease-content-management {
  padding: 145px 0 215px;
  background: rgba(255, 250, 243, 1);
}
.widget-snippet.best-class-support .responsive-user-design {
  background: #fff;
  padding: 165px 0 130px;
}
.widget-snippet.best-class-support .responsive-user-design .full-content .left-part {
  width: 50%;
  padding: 0 150px 0 0;
}
.widget-snippet.best-class-support .responsive-user-design .full-content .right-part {
  width: 50%;
}


.widget-html.business-website-bottom-title{
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding:50px 0 80px;
}
.widget-html.business-website-bottom-title h2 {
  font-family: Lexend;
  font-size: 52px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}

.home-all-in-busyness.website section.all-in-one-business {
  background: #fff;
  padding-top: 0;
}

/*Business thumble Slider start*/
.page-event-management .image-popup-container-for-zoom-preview,
.page-dropshipping-website .image-popup-container-for-zoom-preview,
.page-delivery .image-popup-container-for-zoom-preview,
.page-business-website .image-popup-container-for-zoom-preview {
    display: none;
}
.page-event-management .popup-mask,
.page-dropshipping-website .popup-mask,
.page-delivery .popup-mask,
.page-business-website .popup-mask {
    background-color: transparent;
}
.business-slider-section {
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
    padding:100px 30px 28px 30px;
}

.ecommerce-thumslider .thum-title{
    color: #000000;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    margin: 0;
    padding: 0;
}
.business-slider-section h2{
    font-size: 52px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.04em;
}
.business-slider-section p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.ecomerce-thum-slider-section .article-title{
  display:none;
}
.ecommerce-thumslider .bottom-thum-box {
    display: flex;
    align-items: end;
    gap: 0 28px;
    justify-content: space-between;
}
.ecomerce-thum-slider-section .article-content{
    background-color:#fff6f3;
    padding: 40px 0px 0px 40px;
    min-height: 318px;
}

.ecomerce-thum-slider-section figure {
    margin: 0;
}
.ecomerce-thum-slider-section{
    margin-bottom:140px;
}
.ecomerce-thum-slider-section .title-box{
    padding-right:40px;
    min-height:85px;
}
.ecomerce-thum-slider-section .thum-logo-box-content {
    margin-top: 26px;
    margin-bottom: 45px;
    max-width:100px;
    width: 100%;
}
.ecomerce-thum-slider-section .visit-site-btn{
    margin-top:32px;
}
.ecomerce-thum-slider-section .visit-site-btn a{
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration:none;
    position:relative;
    padding-bottom: 2px;
}
.ecomerce-thum-slider-section .visit-site-btn a:hover{
    color: #008df2;
    border-bottom: 1px solid #008df2;
}
.ecommerce-thumslider .thum-image-box {
    max-width: 314px;
    width: 100%;
}
.ecomerce-thum-slider-section .visit-site-btn a:after{
    content:'';
    background: url('/template/5731a701/images/view-arrow.svg') no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    vertical-align: middle;
 
}
.ecomerce-thum-slider-section .visit-site-btn a:hover:after{
     background: url('/template/5731a701/images/view-hover.svg') no-repeat;
}

.ecomerce-thum-slider-section .owl-carousel .owl-item:nth-child(odd) .article-content{
    background-color: #fff6f3;
}


.ecomerce-thum-slider-section .owl-carousel .owl-item:nth-child(even) .article-content{
    background-color: #f8fbf3;
}


.ecomerce-thum-slider-section .owl-theme .owl-dots .owl-dot.active span, 
.ecomerce-thum-slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.ecomerce-thum-slider-section .owl-theme .owl-controls {
    margin-top:45px;
}
.ecomerce-thum-slider-section .ecomerce-thum-name {
    margin-top: 6px;
}
.ecomerce-thum-slider-section .ecomerce-thum-name{
  font-size:14px;
}
.ecomerce-thum-slider-section .ecomerce-thum-name strong{
  font-size:15px;
}
.ecomerce-thum-slider-section .owl-theme .owl-dots .owl-dot span {
    background: #f2f2f2;
}
/*Business thumble Slider end*/



.industry-right-content .ecommerce-automation.industry-left-content .full-container {
    flex-direction: row-reverse;
}
.industry-right-content .ecommerce-automation.industry-left-content .full-container .left-section{
  padding-right: 0px;
    padding-left: 150px;
}

.ecommerce-automation.industry-left-content { 
    background-size: cover;
}

.widget-snippet.del-section-title .ecommerce-automation .full-container h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.04em;
    margin-top:0px !important;
}

.custom-designer-cta .deliveries-section .delvery-container {
    max-width: 990px;
}

.custom-design-dropshipping .responsive-user-design{
   background:#f8f8f8;
}
.powerful-features-section .ease-content-management{
  background:#EEF2FE;
}
.easy-product-management .responsive-user-design{
 background:#FFFAF3;
}
.widget-snippet.dropshipping-do-it-bg .ease-content-management {
    background: linear-gradient(210.57deg,#fff8ee 34.71%,#e6ecff 93.94%);
  
}
.top-dropshipping-banner .showcase-business .full-content .left-part h1{
  font-size:58px;
}


#webcommander-page.wc-popup-open {
  overflow-x: hidden;
  overflow-y: visible;
}

 
body.widget-snippet .item.yearly-table, .fee .item.yearly-table{
    display: flex !important;
}



/** Old Pricing Page **/

.business-faq-section.pricing-tab-accordion .accordion-panel {
    max-width: 100%;
    padding: 0 0 70px;
}
.business-faq-section.pricing-tab-accordion {
    background: #fff;
}
.business-faq-section.pricing-tab-accordion .accordion-item.expanded {
    padding: 0;
    border: 0;
}
.business-faq-section.pricing-tab-accordion .accordion-panel>.label-bar {
    background: #fbfbfb;
    font-weight: 500;
    padding: 20px 40px;
    border: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 12px;
    border-bottom: 1px solid #eee;
}
.business-faq-section.pricing-tab-accordion  .accordion-panel>.label-bar .toggle-icon {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit; 
    margin-top: 12px;
}
 .business-faq-section.pricing-tab-accordion table, .business-faq-section.pricing-tab-accordion th, .business-faq-section.pricing-tab-accordion td {
    border: 0; 
    padding: 28px 15px; 
   margin: 0;
}

.business-faq-section.pricing-tab-accordion table tr td:first-child {
    padding-left: 40px;
    text-align: left;
}
.business-faq-section.pricing-tab-accordion table tr td:last-child {
    background: #f9f9f9;
}
.business-faq-section.pricing-tab-accordion table tr td {
    width: calc(100% / 3);
    text-align: center;
}
.business-faq-section.pricing-tab-accordion .accordion-panel > div:nth-last-child(2) {
    border: 0 !important;
}

.ecommerce-automation .full-container .left-section .inner-content > ul {
    margin-top: 0;
}

.web-section-image > img {
    width: 100%;
}

/*** Language Selector Start ***/

.site-popup.popup.multi-language span.header-label .title {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    max-width: 100%;
    line-height: 32px;
}

.site-popup.popup.multi-language span.header-label .label {
    font-size: 16px;
    padding: 0 0 5px;
}
.country-select.inside input, .country-select.inside input[type=text] {
    font-size: 14px;
}

.popup.multi-language .chosen-container a, .popup.multi-language .language-select-continue {
    max-width: 80px;
    font-size: 15px;
    padding: 10px 5px 12px;
    line-height: 16px;
    font-weight: 500;
    height: 45px;
    border-radius: 50px;
}

.popup.multi-language .language-select-cancel {
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    max-width: 100%;
    border: 0;
    text-transform: unset;
}
.popup.multi-language .select-wrapper .form-item {
    margin-right: 15px;
}
.popup.multi-language .country-select {
    width: 100%;
}
.popup.multi-language div.country-select .country-list {
    width: 100% !important;
}
.popup.multi-language .language-select-cancel:hover {
    text-decoration: underline;
    color: #008DF2;
}
.popup.multi-language .language-select-continue:hover,
.popup.multi-language .language-select-continue:focus{
    background-color: #000;
    border: 1px solid #000;
}
.popup.multi-language .country-select .selected-flag .arrow {
    filter: unset;
    margin: 0 8px 0 5px;
}
.popup.multi-language .country-select.inside .selected-flag {
    padding: 0 0 0 20px;
}
.widget.widget-languageSelector div.country-select.inside input {
    border: 0;
    height: 38px;
    width: 92%;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    background: transparent;
}
.popup.multi-language {
    padding: 40px;
    border-radius: 20px;
    max-width: 480px;
    box-shadow: 0px 0px 24px 14px rgba(67, 67, 67, 0.1);
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
}
.popup.multi-language .select-wrapper {
    max-width: 390px;
    margin: 0 auto;
    padding: 0 0 10px;
}
.popup.multi-language div.country-select.inside input {
    height: 45px;
    border-radius: 50px;
}
.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}
.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 38px;
    font-weight: 500;
    font-size: 17px;
}
.country-select .selected-flag .arrow {
    margin-top: -13px !important;
    right: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #757575;
    height: 26px;
    border-width: 0;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 20px;
    background: url(https://cdn2.iconfinder.com/data/icons/arrow-collection-3/512/Down-3-512.png) no-repeat right;
    background-position-x: right;
    background-size: auto;
    background-position-x: right;
    background-size: auto;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 15px);
    background-size: 12px;
    margin: 0;
    margin-top: 0px;
    margin-top: 0px;
    filter: invert(100%);
}
.footer .widget.widget-languageSelector .form-row {
    margin: 0;
    background: #171717;
    border-radius: 50px;
}
.country-select .selected-flag .arrow.up {
    border-bottom: 0 solid #555;
    transform: rotate(180deg);
}
.country-select.inside .selected-flag {
    width: 230px;
    padding: 0 0 0 15px;
}
div.country-select .country-list {
    width: 230px !important;
    overflow: auto;
    right: 0;
    border: 0;
    border-radius: 12px;
    top: 48px;
    max-height: 400px;
}
.country-select .country-list .divider {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
div.country-select .country-list li:before{
    display: none;
}
div.country-select .country-list .country {
  padding: 6px 15px;
  line-height: 28px;
  font-size: 14px;
  margin: 0;
  align-items: center;
  display: flex;
}
.popup.multi-language .select-wrapper .country-select.inside .selected-flag {
    width: auto;
    cursor: pointer;
}
.popup.multi-language .country-select.inside input, .country-select.inside input[type=text] {
    font-size: 15px;
    padding-left: 48px;
}
.country-select.inside input[type="text"] {
    padding-left: 45px;
}
.country-select input#country_selector:focus {
    border-color: transparent !important;
    background: transparent !important;
}
/*** Language Selector End ***/




.lasculpte-streamline .full-container .left-section .inner-content:before, 
 .lasculpte-streamline .full-container .left-section .inner-content img,
.lasculpte-streamline .full-container .left-section .inner-content h6{
  display:none;
}
 .lasculpte-streamline .full-container .left-section .inner-content {
    padding: 40px 0 0; 
}
 .lasculpte-streamline .full-container .left-section { 
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.responsive .lasculpte-streamline .full-container .left-section {
    padding: 0; 
}
}
  .responsive .home-banner .image-section img.mobile-ban {
    display: none;
}
body.page-cth-thank-you {
  background: linear-gradient(235.34deg, #FFF8EE 25.63%, #E6ECFF 78.28%);
}
body.page-cth-thank-you > .header {
    background: transparent;
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}
div.pricing-powerful-feature .full-container .title-container h2 { 
    letter-spacing: -1px;
}
div.pricing-powerful-feature .full-container .item-container .left-part .all-item .item .single-item {
    margin: 0 0 24px;
}
div.pricing-powerful-feature .full-container .item-container .left-part .all-item .item.three .single-item {
    margin: 0 0 30px;
}
div.pricing-powerful-feature .full-container .item-container .left-part .all-item .item {
    gap: 30px; 
}
div.pricing-powerful-feature .full-container .item-container .left-part .all-item .item .single-item ul li { 
    margin: 0 0 8px 0;
    padding: 0 0 0 21px; 
}
div.pricing-powerful-feature .full-container .item-container .left-part { 
    padding: 45px 45px 55px;
}
div.pricing-powerful-feature .full-container .item-container .right-part .premium-plan .left-plan-area .single-icon-text, .pricing-powerful-feature .full-container .item-container .right-part .premium-plan .right-plan-area .single-icon-text {
    margin: 0 0 18px; 
}
div.pricing-powerful-feature .full-container .item-container .right-part h3 {
    margin: 0 0 38px;
}
/*** On Live Pricing Start ***/
.pricing-container .full-area .title p { 
    max-width: 900px;
}
.page-communityradio-closetohome-pricing .pricing-container .full-area .item {
    max-width: 1170px;
    margin: 0 auto;
}
.onair-pricing  .pricing-container .full-area .item .single-item.one
  {
  display:none !important
}
.page-communityradio-closetohome-pricing  .pricing-container .full-area .item .single-item .top-item .enterprise-list {
    margin: 25px 0 88px;
}
.page-communityradio-closetohome-pricing  .pricing-container .full-area .item, .fee .pricing-container .full-area .item{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.page-communityradio-closetohome-pricing  .top-item {
    min-height: 400px;
}
.page-communityradio-closetohome-pricing .pricing-container .full-area .item .single-item.three { 
    height: 710px; 
}
.page-communityradio-closetohome-pricing .pricing-container .full-area .item .single-item { 
    height: 685px; 
}
.page-communityradio-closetohome-pricing .full-area .item .single-item.two {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}
.page-communityradio-closetohome-pricing  .pricing-container .full-area .title h1 { 
    font-size: 54px; 
    line-height: 64px; 
}
.page-communityradio-closetohome-pricing  .toggle-container {
    margin-bottom: 50px;
}
.page-communityradio-closetohome-pricing .pricing-powerful-feature .full-container .item-container .left-part .all-item .item .single-item h4 { 
    line-height: 22px; 
}
.onair-pricing .pricing-container .full-area .item .single-item .top-item h6 {
    display: flex;
    flex-direction: column;
      gap: 0px;
  
      margin: 27px 0 25px;
}
.onair-pricing .pricing-container .full-area .item .single-item .top-item h6 > b:first-child {
    color: rgba(167, 167, 167, 1);
    font-size: 16px;
}
.on-air-feature-sec .processing-automation {
    background: rgba(238, 242, 254, 1);
}
.on-air-feature-sec .processing-automation .processing-container .middile-area .left-part img{
  position: sticky;
  top: 100px;
}
.on-air-feature-sec2 .effortlessly-manage-inner .middile-area:not(.middile-area.two) {
    display: none
}
.on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area .left-content {
    position: relative;
    top: inherit;
    transform: none;
}
.on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
    margin-top: 110px;
}
.on-air-feature-sec2  .effortlessly-manage .effortlessly-manage-inner .top-area {
    margin: 10px auto 90px; 
}
.on-air-feature-sec2  .effortlessly-manage .effortlessly-manage-inner .middile-area .left-part img{
  position: sticky;
    top: 140px;
}
.onair-pricing .pricing-container .full-area .item .single-item .top-item h5 {
    display: none
}
.onair-pricing .pricing-container .full-area .item .single-item.three .top-item {
    
    padding-bottom: 55px;
}
.on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area  ul li { 
    padding: 0 0 15px; 
}
.faq-adjust .accordion-panel > .label-bar{
  padding: 30px 40px 30px 0;
}
.faq-adjust .accordion-panel>.accordion-item.expanded {
    padding: 0 0 30px; 
}
.faq-adjust .accordion-panel > .label-bar .toggle-icon, .faq-adjust .accordion-panel>.label-bar:hover .toggle-icon { 
    top: 38px; 
}
.onair-pricing span.discount-tooltip {
    display: none !important;
}
@media screen and (max-width: 991px) {
body.page-communityradio-closetohome-pricing  .pricing-container .full-area .item, .fee .pricing-container .full-area .item {
   
    grid-template-columns: repeat(3,minmax(0,1fr));
}
  body.page-communityradio-closetohome-pricing  .pricing-container .full-area .item .single-item.three .top-item {
    
    padding-bottom: 39px;
            padding-top: 40px;
}
  body.page-communityradio-closetohome-pricing.responsive .pricing-container .full-area .item .single-item .bottom-item {
    padding: 20px 25px;
}
  body.page-communityradio-closetohome-pricing.responsive .top-item {
    padding: 40px 20px 25px;
     min-height: 392px;
}
  .page-communityradio-closetohome-pricing  .pricing-container .full-area .item .single-item .top-item .enterprise-list {
    margin: 25px 0 62px;
}
  .on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
    margin-top: 40px;
}
  .on-air-feature-sec2  .effortlessly-manage .effortlessly-manage-inner .top-area {
    margin: 10px auto 50px;
}
}
@media screen and (max-width: 767px) {
body.page-communityradio-closetohome-pricing  .pricing-container .full-area .item, .fee .pricing-container .full-area .item {
   
    grid-template-columns: repeat(1,minmax(0,1fr));
}

  body.page-communityradio-closetohome-pricing.responsive .top-item { 
    min-height: auto;
}
  
  .on-air-feature-sec2  .effortlessly-manage .effortlessly-manage-inner .top-area {
    margin: 10px auto 30px;
}
  div.on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area.two {
   
    margin-top: 30px;
}
  .on-air-feature-sec2 .effortlessly-manage .effortlessly-manage-inner .middile-area.two .right-part .left-content img {
    
    margin: 5px 0 0 0; 
    overflow: inherit;
}
}
/*** On Live Pricing End ***/



body.page-cth-thank-you > .body {
  background: linear-gradient(235.34deg, #FFF8EE 25.63%, #E6ECFF 78.28%);
  padding-bottom: 80px !important;
}
.widget-html.cth-thank-you-title{
    max-width: 500px;
    margin: 0 auto;
}
 
.widget-html.cth-thank-you-title h2 {
    font-family: Lexend;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000;
    padding: 0;
    margin:0;
}

div.custom-tab .full-area  .left-content ul li.active p {
    color: #0073c6;
}

.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .item-container {
    display: block;
}
.widget-snippet.close-home-powerful-feature div.pricing-powerful-feature .full-container .item-container .left-part {
    width: 100%;
}
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container {
    max-width: 1020px;
    padding: 0;
}
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .item-container .right-part,
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .item-container .left-part h3{
    display: none;
}
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature {
    margin: 0;
    padding: 0 0 150px;
}
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .title-container {
    margin: 0 0 15px;
}
.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .title-container h2 {
    margin: 0;
}



.country-select.inside ~ label {
    position: absolute;
    left: -9999px; 
    color: #fff;
    font-size: 11px; 
}
.footer .widget.widget-languageSelector .form-item label {
    color: #fff;
}
 
div.portfolio-site-thumbnail .content-area .single-item .text-section p { 
    color: #757575;
}

div.contact-webcommander .inner-area .box-content { 
    align-items: inherit; 
}
 

div.pricing-container .full-area .item .single-item.three .top-item a {
    background: #008DF2;
    border-color: #008DF2; 
}
span.discount-tooltip { 
    background-color: #008DF2; 
}
span.discount-tooltip::after { 
    border-color: transparent transparent #008DF2 transparent;
}
.toggle-button.active { 
    color: #008DF2 !important; 
    border: 1px solid #008DF2 !important;
}
div.widget-snippet .button-section a.demo-button,
div.processing-automation .processing-container .button-section a:first-of-type,
div.automated-customer .full-area .left-area .button-section a:first-of-type, 
div.processing-automation .processing-container .button-section a:first-of-type,
div.ecommerce-automation .full-container .left-section a.demo-button, 
div.widget .button-section a.demo-button.only,
div.widget-snippet .ready-switch .button-section a.demo-button,
div.button-wrap a,
div.home-banner .button-section a:first-of-type,
div.lighting-fast-area .inner-container .right-part .item.two a,
div.footer-cta .btn-item .single-btn:first-of-type a,
div.widget.better-faster-smarter-button .button-section a.demo-button{ 
    background: #008DF2; 
}
.widget-snippet .button-section .demo-button:hover {
    background: #000 !important; 
}
div.about-us-cta .content-area .left-area h2 { 
    background: transparent;
}

div.solution-mega-menu .inner-menu .left-part .bottom-part {
    margin: 46px 0 0;
}


div.ecommerce-automation .full-container .left-section { 
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (min-width: 1201px) {
#wi-22F18F95-6AE4-4BE2-821F-B19B24775CD9 { 
    height: 67px !important; 
}
#wi-D95B31C9-9FE7-4607-94BA-D824AD12FEAF { 
    top: 617px !important; 
}
}


.widget-html.contactform form#form {
    max-width: 700px;
    padding: 45px 62px;
    background: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    border-radius: 19px;
}

.widget-html.contactform form#form p {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: rgb(0, 0, 0);
    font-family: Lexend !important;
    margin: 0 0 20px;
    padding: 0px 0px 10px;
}

.widget-html.contactform form#form input[type="text"],
.widget-html.contactform form#form textarea{
    font-family: Lexend;
    height: 59px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(100, 100, 100);
    border-image: initial;
    padding: 8px 17px;
    margin: 0px;
    border-radius: 8px;
}

.widget-html.contactform form#form .double-input-area {
    margin: 0 0 24px;
    display: flex;
    gap: 0 30px;
}

.widget-html.contactform form#form .single-input-area {
    margin: 0 0 24px;
}

.widget-html.contactform form#form textarea {
    height: 180px;
}

.widget-html.contactform form#form .single-input-area.submit-button {
    margin: 30px 0 0;
}
.widget-html.contactform form#form .single-input-area.submit-button button em{
   font-style: normal;
}
.widget-html.contactform form#form .single-input-area.submit-button button::after {
    content: url(https://www.webcommander.com/template/5731a701/images/Button-arrow.svg);
    margin-left: 10px;
}
.section-title-explore-features {
    padding-top: 120px;
}
div#spltr-3CF42CDF-B3F7-48C5-90A6-FCAA57B940EA, div#wi-31CD2257-EC53-4F8A-BA6D-BA77E8F1CC40 { 
    background: #FBFBFA;
}
.section-title-explore-features h2 {
    margin: 0;
}
.header-button a, .home-banner .button-section a,
.lasculpte-streamline .full-container .left-section a,
.processing-automation .processing-container .button-section a,
.pricing-powerful-feature .full-container .item-container .left-part .left-bottom-btn a,
.automated-customer .full-area .left-area .button-section a,
.lasculpte-streamline .full-container .left-section a,
.processing-automation .processing-container .button-section a,
.omnichannel-area .full-content .right-part a, 
.footer-cta .btn-item .single-btn a,
.widget-snippet .button-section .demo-button-two{
    text-transform: inherit !important; 
}

.business-faq-section.pricing-tab-accordion td.getstart a{padding:0 0 5px;border-bottom:1px solid #000;margin:0;text-transform:capitalize;font-size:16px;color:#000;font-family:'Lexend';line-height:20px;font-weight:500;text-decoration:none;white-space:nowrap}.business-faq-section.pricing-tab-accordion td.getstart a:hover{color:#008df2;border-bottom:1px solid #008df2}.business-faq-section.pricing-tab-accordion td.getstart a span:hover{color:#008df2}.widget-snippet.add-ecommerce-section .website-management-section{margin-top:50px}.solution-mega-menu.resource .inner-menu .left-part .top-part .items .single-item a .text-part p{min-height:45px}.solution-mega-menu .inner-menu .right-part .single-item .text-sec{width:68%;padding:0 0 0 25px;text-align:left}.solution-mega-menu .inner-menu .right-part .single-item .image-sec{flex:1;border-radius:6px;overflow:hidden}.widget-article.terms-content h3{font-size:27px;line-height:35px;margin:55px 0 20px;font-family:'Inter'}.widget-article.terms-content h4{font-size:22px;line-height:32px;margin:30px 0 15px;font-family:'Inter'}.page-case-study-brezy .the-results-area{background-image:url('https://www.webcommander.com/template/5731a701/images/brezy-result-bg.png') !important}.page-case-study-brezy .widget-snippet .lasculpte-top-banner-area{background-image:url('https://www.webcommander.com/template/5731a701/images/brezy-top-banner.png')}.widget-gallery.website-slider .owl-theme .owl-controls{margin-top:60px;padding:0}.page-case-study-brezy .lasculpte-top-banner-area .full-container .left-section .info-wrap .info-box:last-child{display:none}.widget-gallery.website-slider{padding:80px 0}.widget-gallery.website-slider .gallery-slider .content .text-content{width:50%}.widget-gallery.website-slider .gallery-slider .content .image-content{width:50%}span.goToTop{cursor:pointer;text-align:center;width:15px;height:20px;display:block;background:url(https://www.webcommander.com/template/5731a701/images/back-to-top.svg) no-repeat;background-position-x:0;background-position-y:0;background-size:auto;background-position:0 -31px;overflow:hidden;background-size:13px}span.goToTop:hover{opacity:.8}.widget.widget-article.back-to-top{padding:0;width:15px !important;height:20px !important}.widget.widget-article.back-to-topp{margin:0}.slick-slide img{max-width:100%}.copyright-sec{padding:0;display:flex;justify-content:space-between}.widget.widget-article.footer-copyright .copyright-sec .right-part p a{-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none}.widget.widget-article.footer-copyright .copyright-sec .right-part p a:hover{color:#008df2}.widget.widget-article.footer-copyright .copyright-sec .right-part p b{font-weight:400;margin:0 10px}.widget.widget-article.footer-copyright .copyright-sec .right-part p a:first-of-type{margin:0 0 0 5px}.widget.widget-article.footer-copyright .copyright-sec .left-part p,.widget.widget-article.footer-copyright .copyright-sec .right-part p a{font-family:'Inter';font-style:normal;font-weight:400;font-size:15px;line-height:20px;color:#fff;padding:0;margin:0}.widget-navigation.main-menu .navigation-item.marketplace-menu{position:relative}.widget-navigation.main-menu .navigation-item.marketplace-menu .mega-menu-submenu-container{text-align:left;margin:0;width:280px;box-shadow:0 4px 12px 0 rgba(0,0,0,0.1);padding:0;border-radius:8px;position:absolute;top:38px;left:50%;transform:translateX(-50%)}.blog-post-details .content img,.blog-post-details .content video{max-width:100%}.widget-snippet .lasculpte-top-banner-area{background-image:url('https://www.webcommander.com/template/5731a701/images/LaSculpte-top-banner.png')}.page-case-study-vital-curve .widget-snippet .lasculpte-top-banner-area{background-image:url('https://www.webcommander.com/template/5731a701/images/vital-curve-top-banner.png')}.gallery-slider{height:100%;display:flex;align-items:center;justify-content:center}.widget-html.scale-your-business{padding:185px 0 55px}.widget-snippet .next-level-automation{padding:140px 0 100px}.widget-snippet .beautiful-design-performance{padding:50px 0 150px}.product-management-section .get-btn{display:none}.page-book-a-demo #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{max-width:1400px;margin:0 auto;padding:100px 0 120px}.page-partner-program .header,.page-book-a-demo .header,.page-book-a-demo .body{background:#fffaf3}.widget-snippet .solution-mega-menu .inner-menu .left-part .top-part .items .single-item:hover a{border-radius:8px}.widget-snippet .omnichannel-area{padding:150px 0 180px;background-size:cover}.widget-snippet .omnichannel-area .full-content .left-part img{transform:unset}.widget-snippet .omnichannel-area .full-content .right-part{width:48%;padding:0 0 0 70px}.widget-snippet .omnichannel-area .full-content .left-part{width:52%}.widget-snippet .beautiful-design-performance .full-area .left-area{width:55%}.widget-snippet .beautiful-design-performance .full-area .right-area{width:45%;padding:0 0 0 100px}.wc-site-popup.popup.anim-fade-zoom{left:0;top:0;transform-origin:0 0;z-index:99999;padding:0}.wc-site-popup.popup{border:0;background:0;box-shadow:none;border-radius:0}.wc-site-popup.popup .header{background:transparent;border:0;position:relative;height:0;padding:0}.wc-site-popup.popup .header .popup-title{display:none}.wc-site-popup.popup .close-icon{position:absolute;top:28px;right:30px;background:rgba(255,255,255,0.12) url(https://www.webcommander.com/template/5731a701/images/close-button.svg) no-repeat center;width:18px;height:18px;filter:unset;padding:12px;border-radius:100px;z-index:1}.wc-site-popup.popup .close-icon:hover{background:rgba(255,255,255,0.22) url(https://www.webcommander.com/template/5731a701/images/close-button.svg) no-repeat center}.wc-site-popup.popup .close-icon:after{color:#fff;font-size:15px;display:none}.wc-site-popup.popup .content{padding:0;background-color:#fff;border-radius:0}.wc-site-popup.popup .content figure{padding:0;margin:0}@media screen and (max-width:767px){.wc-site-popup.popup .close-icon{top:15px;right:40px}}.horizontal .navigation-item .has-mega-menu-toggle::after{user-select:none}#spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{padding-right:60px}.sidebar-menu-top .product-management-section{padding-top:150px}.sidebar-menu-top #spltr-47A836D8-A516-4E16-9353-F1211086FA47{top:54px}#spltr-47A836D8-A516-4E16-9353-F1211086FA47{position:sticky !important;padding-top:100px;top:40px}#spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{padding-bottom:100px}.page-features .header{background:#fffaf3}.page-features .page-content .v-split-container>.v-split{margin:auto;width:100%;max-width:100%}.feature-sidebar-menu .navigation-item a:hover,.feature-sidebar-menu .navigation-item.active a{color:#07c;font-weight:600}.feature-sidebar-menu .navigation-item a:hover:before,.feature-sidebar-menu .navigation-item.active a:before{content:'';content:"";height:30px;width:2px;background-color:#008df2;position:absolute;left:0;top:50%;transform:translateY(-50%)}.widget.widget-html.feature-header{background-color:#fffaf3;padding:80px 30px 290px 30px;text-align:center}.widget.widget-html.feature-header h1{font-family:Lexend;font-size:72px;font-weight:600;line-height:86px;margin:0;padding:0 0 13px 0;letter-spacing:-0.04em;text-align:center}.widget.widget-html.feature-header p{max-width:976px;margin:0 auto;font-family:Inter;font-size:18px;font-weight:400;line-height:32px;text-align:center;padding:0}.feature-sidebar-menu .navigation-item a{border-bottom:0 dashed #ccc;display:block;padding:7px 0;font-family:Inter;font-size:15px;font-weight:400;line-height:22.15px;text-align:left;color:#000;text-decoration:none;position:relative;padding-left:35px;transition:all .5s ease 0}.widget-navigation.feature-sidebar-menu{max-width:250px;margin:0 0 80px 70px;margin-left:70px;border-left:1px solid rgba(0,0,0,0.25)}.accordion-panel>.label-bar:nth-last-of-type(2){border-bottom:0}.widget.widget-snippet.omnichannel .real-review{background:rgba(238,242,254,1)}.widget-html.streamline-button .button-section{padding:0}.widget.widget-html.smarter-marketing-title.fulfilment,.widget.widget-gallery.reputation-slider.marketing.fulfilment{background:rgba(254,249,242,1)}.widget.widget-gallery.reputation-slider.marketing.fulfilment .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{min-height:215px}.widget.widget-snippet.connect-products .processing-automation{background:rgba(238,242,254,1)}.widget.widget-snippet.sell-everywhere .left-section{padding-right:190px}.widget.widget-snippet .button-section a.demo-button,body.widget-snippet .button-section a.demo-button{max-width:unset;display:inline-block;width:auto;padding:10px 25px}.widget .button-section{display:flex;align-items:center;justify-content:left;padding:15px 0 0}.widget .button-section a.demo-button.only{max-width:160px;margin:-350px auto 0;display:block;padding:10px 5px;color:#fff;text-align:center;font-weight:600;line-height:18px;height:40px;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;background:#008df2;width:100%;border-radius:50px}.widget .button-section .demo-button.only:hover{background:#000;text-decoration:none}.widget-gallery.reputation-slider.inventory{padding-bottom:255px}@media screen and (max-width:1700px){.responsive .solution-mega-menu .inner-menu{max-width:100%;padding-left:30px}.responsive .solution-mega-menu .inner-menu .right-part{width:40%;padding:90px 140px 120px 60px}.responsive .solution-mega-menu .inner-menu .left-part{width:60%;padding:65px 50px 60px 0}.responsive .solution-mega-menu .inner-menu{max-width:1540px}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:200px}.responsive .lighting-fast-area .inner-container .right-part{justify-content:end}}@media screen and (max-width:1500px){.responsive .solution-mega-menu .inner-menu .left-part .bottom-part{margin:35px 0 0}.responsive section.features-section{max-width:calc(100% - 60px)}.responsive .solution-mega-menu .inner-menu .left-part{padding:50px 50px 60px 0}.page-heading,.widget-pageHeading{padding:70px 30px 50px}.page-heading h1,.widget.widget-pageHeading h1{max-width:100%;font-size:50px;line-height:60px}.widget-article.terms-content{max-width:100%;padding:0 30px}.page-find-a-partner #spltr-ED93B597-CEB7-45DE-8872-FC295E1C1572{max-width:100%;padding:100px 30px 120px}.page-partner-program #spltr-9B38DC8B-95EC-4625-8529-7BAD296284C5{padding:100px 30px 120px}.responsive .contact-webcommander{padding:100px 0 120px}.page-contact-us #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A,.page-book-a-demo #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{max-width:100%;margin:0 auto;padding:100px 30px 120px}.responsive .lighting-fast-area .inner-container .left-part{width:40%;padding:0 40px 0 0}.responsive .lighting-fast-area .inner-container .right-part{width:60%}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{min-height:490px}.responsive .home-banner .title-section h1{font-size:65px;line-height:82px}.website-slider .gallery-slider .content{max-width:100%;padding:0 30px}.website-slider .gallery-slider .content .text-content p{font-size:35px;line-height:50px}.responsive .next-level-automation .full-area .left-area h2,.responsive .beautiful-design-performance .full-area .right-area h2,.responsive .omnichannel-area .full-content .right-part h2,.responsive .contact-our-sales-team .top-content h1{font-size:45px;line-height:55px}.widget-gallery.reputation-slider .widget-title{font-size:45px;max-width:800px;line-height:60px}.widget-gallery.reputation-slider{padding:120px 0 65px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{padding:25px 40px 40px 30px;min-height:300px}.widget-snippet .next-level-automation{padding:130px 0 80px}.widget-snippet .beautiful-design-performance{padding:50px 0 130px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer{margin-left:90px}.responsive .helping-australian-section .helping-image-container .img-right-content{padding-right:100px}.responsive .about-header .inner-content .left-content h1{font-size:50px;line-height:60px}.responsive .partner-benefits-section{padding:110px 0}.responsive .platform-flexibility{padding:120px 0}.responsive .home-banner .inner-content{max-width:100%;padding:0 30px}.responsive .widget-html.business-website-bottom-title h2,.responsive .business-slider-section h2,.responsive .partner-program-section .left-part-content h1,.responsive .about-us-cta .content-area .left-area h2,.responsive .company-philosophy .inner-content .left-content h2,.responsive .helping-australian-section .wc-helping-title,.responsive .partner-benefits-section .section-head h2,.responsive .zero-cost-section .right-inner-content h3{font-size:48px;line-height:68px}.responsive .effortless-website-section{padding:120px 0 80px}.responsive .training-resources-section{padding:0 0 120px 0}.responsive .partner-benefits-section .content-container,.responsive .platform-flexibility .content-container,.responsive .effortless-website-section .content-container,.responsive .training-resources-section .content-container{width:100%;max-width:100%;padding:0 30px}.responsive .header>.widget-container,.footer>.widget-container{max-width:100%}.responsive .commander-blog-top-sec .inner-content .title h1{font-size:60px;line-height:78px}.responsive .pricing-container .full-area .title h1{font-size:55px;line-height:70px}.responsive .pricing-powerful-feature{padding:0 0 130px}.responsive .design-without-limit{padding:140px 0 150px}.widget-html.scale-your-business{padding:130px 0 50px}.responsive .lasculpte-streamline{padding:140px 0}.widget-html.experienced-cms-title .cms-inner-title h2{font-size:48px;line-height:62px}.widget-html.experienced-cms-title{padding:120px 0 45px}.design-without-limit .full-container .left-part{padding:0 150px 0 0}.cms-gallery-slider .slick-slider{max-width:100%;padding:0 30px}.responsive .lasculpte-streamline .full-container{max-width:100%}.cms-gallery-slider .cms-slider .content .text-content{width:40%;padding:0 0 0 30px}.cms-gallery-slider .cms-slider .content .text-content::after{left:30px}.responsive .featured-customer{padding:130px 0 150px}.cms-gallery-slider .cms-slider .content .image-content{width:60%}.widget-html.scale-your-business .scale-content .left-part h2,.responsive .lighting-fast-area .inner-container .left-part h2,.responsive .design-without-limit .full-container h2,.responsive .featured-customer .full-container .title-area h2{font-size:48px;line-height:62px}.responsive .widget-navigation.feature-sidebar-menu{margin-left:30px}.responsive .lighting-fast-area{padding:140px 0}.responsive .feature-sidebar-menu .navigation-item a{padding-left:40px}.responsive .solution-mega-menu.resource .inner-menu .right-part{padding:90px 30px 120px 60px}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:300px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer{margin-right:0;max-width:1300px;margin-left:auto}.responsive .about-us-cta{max-width:1365px}.widget-html.reputation-slider-bottom-text{padding:0 0 115px}.widget-snippet .omnichannel-area{padding:130px 0 160px}.widget-snippet .omnichannel-area .full-content .right-part{padding:0 0 0 30px}.responsive .top-dropshipping-banner .showcase-business .full-content .left-part h1{font-size:50px;line-height:64px}.responsive .all-in-one-ui-kit .inner-content{max-width:100%}}@media screen and (max-width:1400px){.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{min-height:580px}.responsive .lighting-fast-area .inner-container .left-part{width:37%}.responsive .lighting-fast-area .inner-container .right-part{width:63%}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:350px}.responsive .design-without-limit .full-container .left-part{padding:0 100px 0 0}.responsive .lighting-fast-area .inner-container .left-part h2 b{display:inline}.responsive .lighting-fast-area .inner-container .left-part h2{display:block}.responsive .solution-mega-menu .inner-menu .left-part{padding:60px 30px 60px 0}.responsive .solution-mega-menu .inner-menu .left-part .bottom-part .image-part{grid-gap:0 10px}.responsive .solution-mega-menu .inner-menu .right-part{padding:60px 60px 60px 40px}.responsive section.about-cta-wealive{padding:0 30px}.widget-gallery.reputation-slider.inventory{padding-bottom:225px}.widget .button-section a.demo-button.only{margin:-350px auto 0}.responsive .company-philosophy .inner-content .right-content .top-img img,.responsive .company-philosophy .inner-content .right-content .bottom-img img{height:250px}.responsive .price-header-content{padding:100px 30px 0 30px}.responsive .business-faq-section.pricing-tab-accordion{padding:0 30px}.responsive .website-management-section{margin:100px 0 0 0;padding:0 30px}.widget-html.advanced-function-section,.widget-html.function-section-table{padding:0 30px}}@media screen and (max-width:1366px){.solution-mega-menu .inner-menu .left-part .bottom-part .image-part a.image-item p{font-size:12px}}@media screen and (max-width:1300px){section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child img{max-width:370px}.responsive .contact-our-sales-team .bottom-content .logo-section{grid-gap:40px 50px}.responsive .contact-webcommander .inner-area .box-content .single-item{padding:35px 40px 55px 40px}.responsive .lighting-fast-area .inner-container .left-part{width:37%}.responsive .lighting-fast-area .inner-container .right-part{width:63%}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer{max-width:1170px}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:280px}.responsive .lighting-fast-area .inner-container .right-part .item.one{width:365px;min-height:492px}.responsive .lighting-fast-area .inner-container .right-part .item.two{width:340px}.responsive .solution-mega-menu .inner-menu .left-part .bottom-part .image-part{grid-gap:15px;grid-template-columns:repeat(5,minmax(0,1fr))}.responsive .solution-mega-menu .inner-menu .left-part{padding:65px 60px 60px 0}.widget.widget-snippet.sell-everywhere .left-section{padding-right:140px}.widget-navigation.main-menu .navigation-item a{line-height:31px}.responsive .company-philosophy .inner-content .right-content{display:block}.responsive .company-philosophy .inner-content .right-content .top-img img,.responsive .company-philosophy .inner-content .right-content .bottom-img img{height:218px}.responsive .widget-snippet.about-vitalcurve .lasculpte-streamline{padding:301px 0 122px;margin-top:-205px}.responsive .widget-navigation.main-menu .navigation-item{padding:0 15px}.widget-gallery.reputation-slider.inventory{padding-bottom:225px}.widget .button-section a.demo-button.only{margin:-310px auto 0}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec p{line-height:28px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{padding:22px 25px;min-height:235px}.widget-snippet .info-section-check-area .full-container .right-section{width:calc(100% - 375px);padding:0 0 0 100px}.widget-snippet .info-section-check-area .full-container .left-section{width:375px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{min-height:615px}.responsive .top-dropshipping-banner .showcase-business .full-content .left-part h1{font-size:48px;line-height:65px}}@media screen and (max-width:1200px){.widget-snippet.close-home-powerful-feature .pricing-powerful-feature{padding:0 0 110px}.responsive .affordable-pricing-top .full-content{max-width:100%;padding:0 20px}.responsive .affordable-pricing-top .full-content .title-area h1{font-size:42px;line-height:52px}.responsive .affordable-pricing-top .full-content .title-area p{max-width:820px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text{padding:50px 40px 55px;max-width:750px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .left-part h2{font-size:35px;line-height:45px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part .top-price .left h3{font-size:55px}.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container{max-width:100%;padding:40px 20px 0}body.page-cth-thank-you>.body{padding-bottom:40px !important}.responsive .sign-up-thanks-sec h1{font-size:40px;line-height:50px}.responsive .sign-up-thanks-sec{max-width:800px;padding:90px 20px 70px}.responsive .sign-up-thanks-sec p{max-width:100%}.popup.multi-language{padding:30px 25px 40px}.site-popup.popup.multi-language span.header-label .title{font-size:24px;padding-bottom:10px}.responsive .copyright-sec{justify-content:start;flex-direction:column}.widget.widget-article.footer-copyright .copyright-sec .right-part p a:first-of-type{margin:0}.widget.widget-article.footer-copyright .copyright-sec .right-part{margin:7px 0 0}.widget.widget-article.footer-copyright .copyright-sec .right-part p b{margin:0 5px}.responsive .ecommerce-automation.industry-left-content .full-container{padding:0 20px}.responsive .widget-snippet.best-class-support .responsive-user-design .full-content .left-part{width:50%;padding:0 80px 0 0}.responsive .ease-content-management .full-content .left-part{width:50%}.responsive .ease-content-management .full-content .right-part{width:50%;padding:0 0 0 80px}.responsive .widget-snippet.seo-core-friendly .responsive-user-design .full-content .left-part{width:50%;padding:0 80px 0 0}.responsive .widget-snippet.seo-core-friendly .responsive-user-design .full-content .right-part{width:50%}.responsive .responsive-user-design .full-content .left-part{width:50%;padding:0 60px 0 0}.responsive .responsive-user-design .full-content .right-part{width:50%}.responsive-user-design{padding:80px 0 100px}.responsive .ease-content-management{padding:80px 0 100px}.responsive .business-slider-section{padding:70px 30px 28px 30px}.responsive .widget-snippet.advanced-functionalities .ease-content-management{padding:100px 0 135px}.responsive .widget-snippet.best-class-support .responsive-user-design{padding:100px 0 135px}.responsive .widget-snippet.seo-core-friendly .responsive-user-design{padding:100px 0 140px}.responsive .widget-snippet.best-class-support .responsive-user-design{padding:135px 0 130px}.widget-html.business-website-bottom-title{padding:50px 0 80px}.partner-program-section .left-part-content p{padding-right:0}.responsive .partner-benefits-section .content-container,.responsive .platform-flexibility .content-container,.responsive .effortless-website-section .content-container,.responsive .training-resources-section .content-container{width:100%;max-width:100%;padding:0 20px}.widget.widget-snippet .container-thankyou .text-content h3{font-size:38px;line-height:48px}.widget.widget-snippet .container-thankyou h6{margin-top:10px;font-size:22px;line-height:32px}.widget.widget-snippet .container-thankyou{padding:30px 20px 100px 20px}.widget-article .page_404{padding:0 20px 90px}.widget-article .page_404 .ops .big_font{font-size:90px;margin-right:-19px}.widget-article .page_404 .big{font-size:90px;margin-left:-17px}.widget-article .page_404 .error{font-size:32px;line-height:22px;margin:15px 0 22px 0}.widget-article .page_404 a{margin:5px 0 0}.widget-article .page_404 .ops{font-size:55px}.widget-article.terms-content{max-width:100%;padding:0 20px;margin:0 auto 80px}.page-heading h1,.widget.widget-pageHeading h1{font-size:40px;line-height:50px}.page-heading,.widget-pageHeading{padding:70px 20px 40px}.widget-article.terms-content{max-width:100%;padding:0 20px}.widget-article.terms-content h3{font-size:25px;line-height:30px;margin:40px 0 15px}.widget-article.terms-content h4{margin:25px 0 12px}.responsive .find-partner{padding:0 40px 0 0}.responsive .find-partner .collaborate-content,.responsive .find-partner .client-comment{margin:35px 0 0}.page-find-a-partner #spltr-ED93B597-CEB7-45DE-8872-FC295E1C1572{padding:90px 20px 100px}.responsive .find-partner .partner-content h1{font-size:40px;line-height:50px}.responsive .find-partner{padding:0 60px 0 0}.page-partner-program #spltr-9B38DC8B-95EC-4625-8529-7BAD296284C5{padding:90px 20px 100px}.responsive .partner-program-section .left-part-content{padding:0 40px 0 0}.responsive .contact-webcommander .inner-area .box-content .single-item{padding:30px 20px 40px}.responsive .contact-webcommander .inner-area .box-content{grid-gap:20px}.responsive .contact-webcommander .inner-area .box-content .single-item p{margin:0 0 20px;font-size:16px;line-height:28px}.responsive .contact-webcommander .inner-area .box-content .single-item h3{margin:25px 0 15px;font-size:20px;line-height:24px}.responsive .contact-webcommander .inner-area{max-width:100%;padding:0 20px}.responsive .contact-webcommander{padding:90px 0 100px}form.form-template{padding:30px 35px 50px}.widget-html.contactform form#form{padding:40px 35px}.responsive .contact-our-sales-team{padding:0 60px 0 0}.responsive .contact-our-sales-team .bottom-content .logo-section{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:45px 40px}.page-contact-us #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A,.page-book-a-demo #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{padding:70px 20px 100px}.widget-gallery.website-slider{display:block}.widget-html.website-slider{display:none}#left-modern-nav-drawer-wc .navigation-item.get-started{padding:0}#left-modern-nav-drawer-wc .navigation-item.get-started a{max-width:170px;margin:5px 0 0;display:block;padding:2px 5px !important;color:#fff;text-align:center;font-weight:600;line-height:37px;height:40px;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;background:#008df2;width:100%;border-radius:50px;font-size:16px !important}#left-modern-nav-drawer-wc .navigation-item.get-started a:hover{color:#fff;background:#000}#left-modern-nav-drawer-wc .navigation-item.get-started:hover a{color:#fff !important}span.wc-modern-nav-logo{display:block;overflow:hidden}span.wc-modern-nav-logo img{width:218px}.responsive .next-level-automation .full-area .left-area h2,.responsive .beautiful-design-performance .full-area .right-area h2,.responsive .omnichannel-area .full-content .right-part h2,.responsive .contact-our-sales-team .top-content h1,.responsive .partner-program-section .left-part-content h1,.responsive .helping-australian-section .wc-helping-title,.responsive .partner-benefits-section .section-head h2,.responsive .zero-cost-section .right-inner-content h3,.responsive .automated-customer .full-area .left-top h2{font-size:40px;line-height:50px}.responsive .partner-benefits-section{padding:80px 0 70px}.responsive .platform-flexibility .left-part{margin-bottom:0}.responsive .platform-flexibility{padding:100px 0}.responsive .automated-customer{padding:90px 20px}.responsive .zero-cost-section{padding:100px 0}.responsive .effortless-website-section .left-part{padding-left:0}.responsive .effortless-website-section{padding:100px 0 70px}.responsive .training-resources-section{padding:0 0 90px 0}.widget-gallery.website-slider .gallery-slider .content{padding:0 20px}.website-slider .gallery-slider .content .image-content{padding:0 40px 0 0}.responsive .home-banner .button-section{padding:0 0 100px}.website-slider .gallery-slider .content .text-content p{font-size:30px;line-height:45px;margin:0 0 28px}.website-slider .gallery-slider .content .text-content h2{margin:0 0 20px;font-size:35px;line-height:40px}.widget-html.reputation-slider-bottom-text{padding:0 0 80px}.responsive .omnichannel-area .full-content .right-part h6{font-size:25px;line-height:40px;margin:0 0 25px}.responsive .omnichannel-area .full-content .right-part p{margin:0 0 25px 0;line-height:30px;font-size:16px}.widget-snippet .omnichannel-area{padding:100px 0 120px}.responsive .omnichannel-area .full-content{max-width:100%;padding:0 20px}.widget-gallery.reputation-slider .widget-title{font-size:40px;max-width:720px;line-height:50px}.widget-gallery.reputation-slider{padding:90px 0 55px}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:308px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer{max-width:100%;margin:0 auto}.widget-gallery.reputation-slider .owl-carousel{padding:0 20px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{min-height:270px}.widget-snippet .next-level-automation{padding:100px 20px 50px}.widget-snippet .beautiful-design-performance{padding:50px 20px 100px}.widget-snippet .beautiful-design-performance .full-area .right-area{padding:0 0 0 60px}.responsive .next-level-automation .full-area .left-area{padding:0 60px 0 0}.responsive .home-banner .title-section h1{font-size:50px;line-height:70px}.responsive .home-banner .inner-content{padding:0 20px}.responsive .home-banner{padding:80px 0 0}.widget-navigation.main-menu .navigation-item{padding:0;border-radius:0;height:auto;margin:0}.responsive .solution-mega-menu .inner-menu .left-part{padding:0;width:100%}.responsive .solution-mega-menu .inner-menu .left-part .top-part h2{display:none}.responsive .toggle-container{margin-bottom:90px}.responsive .pricing-powerful-feature{padding:0 0 100px}.responsive .lasculpte-streamline{padding:100px 0}.responsive .lasculpte-streamline{padding:100px 0}.responsive .pricing-container .full-area .title h1{font-size:50px;line-height:67px}.responsive .pricing-container .full-area{padding:0 20px}.responsive .pricing-powerful-feature .full-container{padding:0 20px}.responsive .blog-post-details .title{font-size:36px;line-height:53px}.responsive .widget-html.blog-page{padding:0 20px;margin:65px auto 30px}.responsive .blog-post-details .blog-post-info{margin:0 auto 30px}.responsive .widget-blogPost.related-blog{padding:80px 0 100px}.responsive .widget-blogPost.related-blog .blog-post-content{padding:0}.responsive .widget-blogPost.related-blog .widget-title{font-size:45px;line-height:58px}.responsive .blog-post-details{padding:0 0 100px}.responsive .commander-blog-top-sec .inner-content{padding:0 20px}.responsive .widget-blogPost{padding:0 20px}.responsive .commander-blog-top-sec .inner-content .title h1{font-size:55px;line-height:60px}.responsive .commander-blog-top-sec{padding:80px 0 100px}.responsive .widget-blogPost .blog-post-content{padding:100px 0 100px}.responsive section.about-cta-wealive{padding:0 20px}.responsive .about-header{padding:50px 0 68px 0}.responsive .helping-australian-section .wc-helping-title{max-width:566px}.responsive .helping-australian-section{padding:80px 0 400px}.footer .widget-navigation.footer-menu.compare .navigation-item a{padding:0}.footer .widget-navigation.footer-menu.compare .navigation-item{display:block;width:100%}.footer .widget-navigation.footer-menu .navigation-item:nth-of-type(2n) a{padding-right:0}.widget.widget-snippet.sell-everywhere .left-section{padding-right:125px}.responsive .company-philosophy .inner-content .left-content h2,.responsive .about-us-cta .content-area .left-area h2,.responsive .helping-australian-section .wc-helping-title,.responsive .about-header .inner-content .left-content h1{font-size:42px;line-height:60px}.responsive .about-us-cta{padding:80px 30px 87px 20px}.responsive .helping-australian-section .helping-image-container{display:flex;gap:0 60px}.responsive .helping-australian-section .helping-image-container .img-right-content{padding-right:50px}.responsive .where-it-all-began-section .full-area .left-area h2{margin:0 0 15px;font-size:38px;line-height:46px}.responsive .about-us-logo-section .inner-content .logo-item{gap:75px;margin:0 0 15px;justify-content:center}.responsive .about-header .inner-content{padding:0 20px}.responsive .about-us-banner-image{padding:0 20px 80px 20px}.responsive .where-it-all-began-section .full-area{padding:0 20px}.responsive .about-us-logo-section .inner-content{padding:0 20px}.responsive .about-us-logo-section{padding:0 0 57px}.responsive .helping-australian-section .helping-image-container .img-right-content p{font-size:16px;line-height:30px}.responsive .where-it-all-began-section{padding:242px 0 75px;width:100%}.responsive .about-us-cta{max-width:1130px}.responsive .company-philosophy{padding:80px 0 120px}.responsive .helping-content-container{padding:70px 20px 0 20px}.responsive .lasculpte-streamline .full-container{padding:0 20px}.responsive .company-philosophy .inner-content{padding:0 20px}.widget-gallery.reputation-slider.inventory{padding-bottom:175px}.responsive .helping-content-container .item-content{margin-bottom:20px;gap:0 20px}.widget .button-section a.demo-button.only{margin:-210px auto 0}.widget-html.scale-your-business .scale-content .left-part h2,.responsive .lighting-fast-area .inner-container .left-part h2,.responsive .design-without-limit .full-container h2,.responsive .featured-customer .full-container .title-area h2{font-size:40px;line-height:55px}.widget-html.scale-your-business .scale-content{max-width:100%;padding:0 20px}.widget-html.scale-your-business{padding:90px 0 50px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{border:0;min-height:630px;padding:0 0 0 40px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header .title::before,.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::before,.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::before,.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header:hover .title::before{width:15px;height:18px;left:20px;top:26px;background-size:15px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::before,.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header:hover .title::before{background-position:0 -38px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header .title{padding:18px 30px 20px 50px}.responsive .lighting-fast-area .inner-container{max-width:100%;padding:0 20px}.responsive .lighting-fast-area .inner-container .left-part{width:35%;padding:0 50px 0 0}.responsive .lighting-fast-area .inner-container .right-part{width:65%}.responsive .lighting-fast-area .inner-container .right-part .item.two{width:260px;padding:215px 25px 35px}.responsive .lighting-fast-area .inner-container .right-part .item.one{width:328px;padding:30px 25px 70px}.responsive .lighting-fast-area{padding:100px 0}.widget-tabAccordion.scale-business-tab{max-width:100%;padding:0 20px}.widget-html.experienced-cms-title .cms-inner-title{max-width:800px}.widget-html.experienced-cms-title .cms-inner-title h2{font-size:40px;line-height:50px}.widget-html.experienced-cms-title{padding:90px 0 40px}.responsive .cms-gallery-slider .cms-slider .content .text-content p{min-height:205px;font-size:30px;line-height:45px;padding:0 0 60px}.responsive .cms-gallery-slider .cms-slider .content .text-content h2{font-size:32px;line-height:40px;margin:0 0 30px}.responsive .design-without-limit .full-container .left-part{padding:0 70px 0 0}.responsive .design-without-limit .full-container .right-part ul .list-item::before{width:40px;height:40px;background-size:40px;top:0}.responsive .design-without-limit .full-container .right-part ul .list-item{padding:0 0 0 55px;margin:0 0 40px}.responsive .design-without-limit .full-container .right-part ul li{line-height:28px;font-size:18px}.responsive .design-without-limit{padding:90px 0 100px}.responsive .design-without-limit .full-container{max-width:100%;padding:0 20px}.responsive .featured-customer .full-container{max-width:100%;padding:0 20px}.responsive .featured-customer{padding:80px 0 100px}.header .widget.widget-navigation.main-menu .menu-title{position:absolute;left:20px;bottom:19px;z-index:1}.header .widget.widget-navigation.main-menu{width:100%}.header .widget-navigation.main-menu .menu-button em{background-color:#000}.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal{text-align:left;overflow:hidden;margin:0;background:#fff;box-shadow:12px 12px 15px 0 rgba(0,0,0,.1);z-index:9999}.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child:hover span::before{color:#008df2}.header .widget.widget-navigation.main-menu .horizontal .navigation-item>.navigation-item-child-container.open{display:block;box-shadow:unset}.header .widget.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container{background:#ceefe6;box-shadow:none;box-sizing:border-box;display:none;height:auto !important;padding:0;position:static;width:100%;transform:translateX(0)}.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span::after{display:none}.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child:hover>a span{color:#008df2}.header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container .navigation-item{margin:0;padding:0;border:0}.header .widget.widget-navigation.main-menu .navigation-item.active a::before{display:none}.header .widget.widget-navigation.main-menu .horizontal .navigation-item:first-child a::after,.widget.widget-navigation.main-menu .horizontal .navigation-item a::after{left:0;height:1px;width:100%;margin-left:0}.header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:hover,.header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:focus{color:rgba(255,255,255,0.6)}.header .widget-navigation.main-menu .horizontal .navigation-item.has-child::before{display:none}.header .responsive-navigation.main-menu .navigation-item.has-child .child-opener.close::before{content:"\f068";font-family:fontawesome}.header .widget.widget-navigation.main-menu .horizontal .navigation-item a{text-align:left;padding:18px 20px}.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item{background-color:transparent;padding:0}.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,.header .widget.widget-navigation.main-menu .navigation-item.has-child a{border-bottom:1px solid rgba(0,0,0,0.04);line-height:20px;padding:15px 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin:0}.header .widget.widget-navigation.main-menu .horizontal .navigation-item>.navigation-item-child-container.open .navigation-item a{padding-left:30px;font-size:15px}.header .widget.widget-navigation.main-menu .horizontal .navigation-item>.navigation-item-child-container .navigation-item>.navigation-item-child-container.open .navigation-item a{padding-left:45px;font-size:15px}.header .widget.widget-navigation.main-menu .horizontal .navigation-item>.navigation-item-child-container .navigation-item>.navigation-item-child-container .navigation-item>.navigation-item-child-container.open .navigation-item a{padding-left:60px;font-size:15px}.header .widget.widget-navigation.main-menu .navigation-item.has-child a:hover .child-opener::before{color:#fff}.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a:hover{color:#fff;background-color:#fff;border:0;border-bottom:1px solid #f5f5f5;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus{color:#fff;background-color:#2d9fab}.header .widget.widget-navigation.main-menu .horizontal .navigation-item a:hover{color:#008df2}.header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus{color:#008df2;background-color:#fff}.header .responsive-navigation.main-menu .navigation-item.has-child .child-opener{position:absolute;right:20px;top:3px;width:50px}.header .widget.widget-navigation.main-menu .navigation-item.has-child .child-opener::before{content:'\f107'}.header .responsive-navigation.main-menu .navigation-item.has-child .child-opener.close::before{content:'\f106'}.header .widget.widget-navigation.main-menu .horizontal>.has-child>a span::after{display:none !important}.header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before{display:none}.header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container{margin:0;border-radius:0}.header .widget.widget-navigation.main-menu .navigation-item-child-container .navigation-item.first a::before{display:none !important}.header .widget.widget-navigation.main-menu .navigation-item.active a::after{display:none}.header .widget.widget-navigation.main-menu .nav-wrapper{background-color:#fff;left:0;top:28px;width:100%;height:auto !important;padding:0 !important;z-index:1;border-top:0}.header .widget.widget-navigation.main-menu div.horizontal>.has-child>.navigation-item-child-container{left:unset;top:unset;width:100%;transform:unset;position:relative;background:#f4f4f4}.horizontal .navigation-item .has-mega-menu-toggle::after{margin:0}.header .widget-navigation.main-menu .navigation-item{padding:0}.header .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item a::before{display:none}.header .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child:hover>a{color:#008df2}.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a{background:#f4f4f4;border-bottom:1px solid #f5f5f5}.responsive-navigation .navigation-item.has-child .child-opener{right:22px}.responsive .solution-mega-menu .inner-menu{padding:20px}.responsive .solution-mega-menu .inner-menu .left-part{padding:0;width:100%}.responsive .solution-mega-menu .inner-menu .left-part .top-part h2{font-size:20px;line-height:22px;display:none}.responsive .marketplace-megamenu .inner-item .single-item a{display:flex !important;border-bottom:0 !important;padding:14px !important}.responsive .marketplace-megamenu .inner-item .single-item:hover a{background:rgba(247,247,247,1) !important;border-radius:8px !important}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items .single-item a{display:flex !important;border-bottom:0;padding:15px 14px !important}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items{grid-gap:10px 20px}.responsive .solution-mega-menu .inner-menu{padding:20px 0 0}.mega-menu-submenu-container.show{width:100%;box-shadow:unset;top:unset;padding:0;border-bottom:0}.responsive .marketplace-megamenu .inner-item .single-item{padding:0}.responsive .marketplace-megamenu .inner-item .single-item:first-child{padding-top:0}.responsive .marketplace-megamenu .inner-item .single-item:last-child{padding-bottom:0}.responsive .marketplace-megamenu .inner-item{display:grid;align-items:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 20px;padding:20px 0 0}.widget-navigation.main-menu .navigation-item.marketplace-menu .mega-menu-submenu-container{width:100%;box-shadow:unset;padding:0;border-radius:0;position:relative;top:unset;left:unset;transform:unset}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part p{min-height:auto}.responsive .solution-mega-menu .inner-menu .right-part,.solution-mega-menu .inner-menu .left-part .bottom-part{display:none}#left-modern-nav-drawer-wc{top:0;width:100%;z-index:9999}#left-modern-nav-drawer-wc .horizontal.responsive-navigation .navigation-item .has-mega-menu-toggle{right:2px;top:0}#left-modern-nav-drawer-wc .horizontal.responsive-navigation.mega-menu-parent .navigation-item:hover a{text-decoration:none;color:#008df2}#left-modern-nav-drawer-wc .horizontal .navigation-item:hover .has-mega-menu-toggle::after,#left-modern-nav-drawer-wc .horizontal .navigation-item:hover .has-mega-menu-toggle.expanded::after{color:#008df2}.left-modern-nav-drawer-container .wc-modern-nav-close-button{top:-29px}#left-modern-nav-drawer-wc .horizontal>.navigation-item.first a{padding-left:0}#left-modern-nav-drawer-wc .horizontal .navigation-item a{padding:0;font-size:18px}#left-modern-nav-drawer-wc .wc-modern-navigation{padding:30px 25px}.left-modern-nav-drawer-container .wc-modern-nav-close-button::before,.left-modern-nav-drawer-container .wc-modern-nav-close-button::after{background-color:#000}.left-modern-nav-drawer-container .wc-mdoern-nav-title{padding:0;margin:0 0 35px;border-bottom:0}.left-modern-nav-drawer-container .wc-modern-nav-close-button{z-index:9;padding:0}.left-modern-nav-drawer-container .navigation-item a,.left-modern-nav-drawer-container .navigation-item.has-maga-menu a,.left-modern-nav-drawer-container .navigation-item.active a{color:#000;border:0;padding:0;word-break:break-word}#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item{padding:0 0 22px;right:0;text-align:left;border-bottom:0}.responsive .solution-mega-menu{box-shadow:unset}.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a{border-bottom-left-radius:0;border-bottom-right-radius:0}.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a{border-top-left-radius:0;border-top-right-radius:0}.responsive .footer-cta h2{margin:0 0 40px;font-size:40px;line-height:52px}.responsive .pricing-container{padding:70px 0 80px}.widget.widget-snippet .info-section-check-area .full-container .right-section{width:calc(100% - 335px);padding:0 0 0 40px}.widget.widget-snippet .info-section-check-area .full-container .left-section{width:335px}.widget-snippet .the-results-area .full-container .the-results-timeline .the-results-box .trb-text{min-width:calc(100% - 550px)}.widget-snippet .the-client-area{padding:100px 0 90px}.widget-snippet .lasculpte-top-banner-area{padding:90px 0 110px}.responsive .deliveries-section{padding:100px 20px 100px 20px}.responsive .ecomerce-thum-slider-section{margin-bottom:120px}.responsive .widget-html.business-website-bottom-title h2{font-size:40px;line-height:58px}.responsive .ease-content-management .full-content,.responsive .responsive-user-design .full-content,.responsive .showcase-business .full-content{padding:0 20px}.responsive .ecomerce-thum-slider-section .article-content{min-height:290px}.responsive .price-header-content{padding:80px 20px 0 20px}.responsive .business-faq-section.pricing-tab-accordion{padding:0 20px}.responsive .website-management-section{margin:80px 0 0 0;padding:0 20px}.widget-html.advanced-function-section,.widget-html.function-section-table{padding:0 30px}..responsive .price-header-content .inner-content .left-content h1{font-size:42px;line-height:60px}.responsive .all-in-one-ui-kit{padding:100px 0 120px}.responsive .all-in-one-ui-kit .inner-content{padding:0 20px}}@media screen and (max-width:1024px){.responsive .section-title-explore-features{padding-top:100px}.responsive section.custom-grid-1.features-section.sec-item-2 article.feature-card{flex:1;max-width:max-content}.responsive section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child img{max-width:100%}.responsive section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child{flex-direction:column}.responsive section.col-alt.custom-grid-1.features-section.sec-item-2 .feature-card:last-child{align-items:start;gap:30px}.responsive section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child .feature-content{max-width:fit-content;flex-basis:auto}.responsive section.features-section{max-width:calc(100% - 40px);gap:20px}.responsive section.features-section .feature-text{font-size:15px;line-height:23px}.responsive section.features-section .feature-card{padding:30px 20px;justify-content:start;gap:15px}.responsive section.features-section .feature-title{font-size:22px;line-height:32px;margin:0 0 12px 0}.responsive .widget.widget-html.feature-header h1{font-size:45px;line-height:68px}.responsive .top-dropshipping-banner .showcase-business .full-content .left-part h1{font-size:38px;line-height:50px}.responsive .showcase-business .full-content .left-part h1{font-size:40px;line-height:50px}.responsive .widget-snippet.advanced-functionalities .ease-content-management{padding:80px 0 90px}.responsive .widget-snippet.best-class-support .responsive-user-design{padding:80px 0 90px}.responsive .widget-snippet.seo-core-friendly .responsive-user-design{padding:80px 0 80px}.responsive .responsive-user-design{padding:80px 0 90px}.industry-right-content .ecommerce-automation.industry-left-content .full-container .left-section{padding-right:0;padding-left:80px}.responsive .business-slider-section h2{font-size:40px;line-height:50px}.responsive .widget-blogPost.related-blog{padding:80px 0 60px}.responsive .blog-post-details .title{font-size:34px;line-height:49px}.responsive .widget-blogPost.related-blog .blog-post-item{margin:0 20px 50px}.responsive .commander-blog-top-sec .inner-content .content .left-content{width:58%;padding:0 40px 0 0}.responsive .commander-blog-top-sec .inner-content .title{margin:0 0 60px}.responsive .commander-blog-top-sec .inner-content .content .right-content a.single-item .text-sec h3{font-size:17px;line-height:22px}.responsive .widget-snippet.about-vitalcurve .lasculpte-streamline{padding:301px 0 90px}.responsive .company-philosophy .inner-content .right-content .top-img img,.responsive .company-philosophy .inner-content .right-content .bottom-img img{height:180px}.widget-snippet.inner-wc .join-business{padding:90px 0 90px}.widget-snippet .join-business .inner-content .logo-item{gap:63px}.widget.widget-html.smarter-marketing-title h2{font-size:46px}.widget.widget-html.smarter-marketing-title .html-widget-element-content{max-width:820px}.widget.widget-html.smarter-marketing-title{padding-top:80px}.widget-gallery.reputation-slider.marketing{padding-bottom:100px}.responsive .about-us-logo-section .inner-content .logo-item{gap:30px;margin:0 0 15px}.page-blog-post .page-content{padding:0 20px}.page-blog-post .page-content .content figure img{width:100%}.responsive .top-item{padding:40px 20px 50px}.responsive .pricing-container .full-area .item .single-item .bottom-item{padding:30px 36px}.responsive .pricing-container .full-area .item .single-item .bottom-item ul li{line-height:22px;font-size:12px}.responsive .pricing-container .full-area .item .single-item .top-item .price-sec .price-inner .left h3{font-size:44px;line-height:68px}.responsive .pricing-powerful-feature .full-container .item-container .left-part{padding:50px 25px 60px}.responsive .pricing-powerful-feature .full-container .item-container .right-part{padding:40px 20px 40px 20px}.responsive .pricing-powerful-feature .full-container .item-container .left-part{width:100%}.responsive .pricing-powerful-feature .full-container .item-container .right-part{width:100%}.widget-snippet .lasculpte-top-banner-area .full-container .left-section{max-width:65%}.responsive .business-slider-section{padding:40px 20px 28px 20px}.responsive .ecomerce-thum-slider-section{margin-bottom:80px}.responsive .deliveries-section{padding:80px 20px 80px 20px}.responsive .price-header-content .inner-content .left-content{padding:0 50px 0 0}.responsive .website-management-container .middleprice-container .button-link-price a{font-size:18px}.responsive .website-management-container .middleprice-container .single-price-item .price-content{font-size:44px;margin:24px 0 24px 0;padding:0}}@media screen and (max-width:991px){.responsive .widget.widget-html.feature-header{background-color:#fffaf3;padding:80px 30px 175px 30px}.responsive .online-store-editor{margin-top:-140px}.responsive .affordable-pricing-top .full-content .title-area h1{font-size:36px;line-height:46px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .left-part h2{font-size:30px;line-height:40px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part .top-price .left h3{font-size:50px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .left-part{padding:0 50px 0 0}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part{padding:0 0 0 50px}.responsive .affordable-pricing-top .full-content .pricing-area{padding:40px 30px;background-size:110% 122%}.responsive .affordable-pricing-top .full-content .title-area p{max-width:100%}.responsive .sign-up-thanks-sec h1{font-size:35px;line-height:45px}.responsive .sign-up-thanks-sec h4{font-size:20px;line-height:30px}.responsive .all-in-one-ui-kit .inner-content .title h2{font-size:35px;line-height:55px;margin:0 0 30px}.responsive .all-in-one-ui-kit{padding:85px 0 100px}.responsive .showcase-business .full-content .left-part h1{font-size:38px;line-height:42px}.responsive .widget-html.business-website-bottom-title h2,.responsive .ease-content-management .full-content .right-part h2,.responsive .responsive-user-design .full-content .left-part h2,.responsive .responsive-user-design .ease-content-management .full-content .right-part h2,.responsive .responsive-user-design .full-content .left-part h2,.responsive .showcase-business .full-content .left-part h1{font-size:33px;line-height:42px}.responsive .top-dropshipping-banner .showcase-business .full-content .left-part h1{font-size:33px;line-height:42px}.responsive .responsive-user-design{padding:80px 0 80px}.responsive .responsive-user-design .full-content{flex-wrap:wrap}.responsive .ease-content-management .full-content{flex-direction:column-reverse}.responsive .widget-snippet.best-class-support .responsive-user-design .full-content .right-part{width:100%;text-align:center;margin-top:60px}.responsive .showcase-business .full-content .right-part{width:50%}.responsive .showcase-business .full-content .left-part{width:50%;padding:0 30px 0 0}.responsive .widget-snippet.best-class-support .responsive-user-design .full-content .left-part{width:100%;padding:0}.responsive .widget-snippet.advanced-functionalities .ease-content-management{padding:80px 0 80px}.responsive .widget-snippet.best-class-support .responsive-user-design{padding:80px 0 80px}.responsive .widget-html.business-website-bottom-title{padding:50px 0 40px}.responsive .ease-content-management .full-content .left-part{width:100%;margin-top:30px;text-align:center}.responsive .ease-content-management .full-content .right-part{width:100%;padding:0}.responsive .widget-snippet.seo-core-friendly .responsive-user-design .full-content .left-part{width:100%;padding:0}.responsive .widget-snippet.seo-core-friendly .responsive-user-design .full-content .right-part{width:100%;text-align:center}.responsive .responsive-user-design .full-content .left-part{width:100%;padding:0}.responsive .responsive-user-design .full-content .right-part{width:100%;margin-top:30px}.responsive .widget-snippet.del-section-title .ecommerce-automation .full-container h2{font-size:30px;line-height:40px}form.form-template,.widget-html.contactform form#form{max-width:100%}.responsive .effortless-website-section{padding:90px 0 60px}.responsive .zero-cost-section{padding:80px 0}.page-heading h1,.widget.widget-pageHeading h1{font-size:38px;line-height:48px}.responsive .find-partner{padding:0 0 50px}.page-find-a-partner #spltr-ED93B597-CEB7-45DE-8872-FC295E1C1572{padding:80px 20px 90px}.responsive .find-partner .partner-content h1{font-size:38px;line-height:48px}.page-partner-program #spltr-9B38DC8B-95EC-4625-8529-7BAD296284C5{padding:80px 20px 90px}.responsive .partner-program-section .left-part-content{padding:0 0 35px;max-width:100%}.responsive .partner-program-section{padding:0}.responsive .contact-webcommander{padding:80px 0 90px}.responsive .contact-webcommander .inner-area .box-content{grid-gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.responsive .contact-webcommander .inner-area .title-content h2{font-size:38px;line-height:45px}.page-contact-us #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A,.page-book-a-demo #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{padding:80px 20px 90px}.responsive .contact-our-sales-team{padding:0 0 50px}.responsive .contact-our-sales-team .top-content p{margin:0 0 15px;font-size:16px;line-height:30px}.responsive .contact-our-sales-team .bottom-content{margin:30px 0 0}.responsive .contact-our-sales-team .bottom-content .logo-section{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:40px 35px}.form-template{max-width:100%}.responsive .design-without-limit .full-container{flex-direction:column}.responsive .design-without-limit .full-container .left-part{padding:0 0 30px;width:100%}.design-without-limit .full-container .right-part{width:100%}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{right:0;left:50%;transform:translateX(-50%)}.responsive .design-without-limit .full-container h2 b{display:inline}.responsive .design-without-limit .full-container .left-part{padding:0 0 20px;width:100%}.responsive .design-without-limit .full-container .right-part{width:100%}.responsive .design-without-limit .full-container .right-part ul .list-item::before{top:-5px}.responsive .next-level-automation .full-area{max-width:100%;flex-direction:column}.responsive .next-level-automation .full-area .left-area{padding:0 0 40px;width:100%}.responsive .next-level-automation .full-area .right-area img,.widget-snippet .beautiful-design-performance .full-area .left-area img{width:100%}.responsive .next-level-automation .full-area .right-area,.widget-snippet .beautiful-design-performance .full-area .left-area{width:100%}.responsive .home-banner .image-section{margin-bottom:-50px}.responsive .home-banner .title-section h1{font-size:45px;line-height:60px}.responsive .home-banner .title-section{margin:0 0 40px}.responsive .home-banner .button-section{padding:0 0 85px}.widget-snippet .beautiful-design-performance{padding:30px 20px 80px}.widget-gallery.reputation-slider{padding:80px 0 50px}.responsive .omnichannel-area .full-content{flex-direction:column-reverse}.widget-snippet .omnichannel-area .full-content .left-part{width:100%}.widget-snippet .omnichannel-area .full-content .right-part{padding:0 0 40px;width:100%}.widget-snippet .omnichannel-area{padding:80px 0 100px}.responsive .omnichannel-area .full-content .right-part p{margin:0 0 20px 0}.responsive .lasculpte-streamline .full-container{flex-direction:column}.responsive .lasculpte-streamline .full-container .left-section{padding:0 0 60px;width:100%}.responsive .lasculpte-streamline .full-container .right-section{width:100%}.responsive .lasculpte-streamline .full-container .right-section img{width:100%}.responsive .lasculpte-streamline{padding:80px 0 90px}.widget-html.scale-your-business .scale-content{padding:0 20px;flex-direction:column}.widget-html.scale-your-business .scale-content .left-part{width:100%;padding:0 0 15px}.widget-html.scale-your-business .scale-content .right-part{width:100%}.responsive .omnichannel-area .full-content .right-part h2 b{display:inline}.widget-gallery.website-slider .gallery-slider .content .text-content p{font-size:22px;line-height:34px;margin:0 0 25px}.website-slider .gallery-slider .content .text-content h2{font-size:30px;line-height:35px}.responsive .next-level-automation .full-area .left-area h2,.responsive .beautiful-design-performance .full-area .right-area h2,.responsive .omnichannel-area .full-content .right-part h2,.widget-gallery.reputation-slider .widget-title,.widget-html.scale-your-business .scale-content .left-part h2,.responsive .lighting-fast-area .inner-container .left-part h2,.responsive .design-without-limit .full-container h2,.responsive .featured-customer .full-container .title-area h2,.widget-html.experienced-cms-title .cms-inner-title h2,.responsive .contact-our-sales-team .top-content h1,.responsive .partner-program-section .left-part-content h1,.responsive .partner-benefits-section .section-head h2,.responsive .platform-flexibility .right-part h3,.responsive .automated-customer .full-area .left-top h2,.responsive .effortless-website-section .left-part h3,.responsive .training-resources-section .right-part h3{font-size:38px;line-height:45px}.responsive .partner-benefits-section{padding:70px 0 60px}.responsive .platform-flexibility{padding:80px 0 70px}.responsive .effortless-website-section .content-container{flex-direction:column}.responsive .effortless-website-section .left-part{padding:0 0 40px;width:100%;max-width:100%;margin:0}.responsive .effortless-website-section .right-part{padding:0;margin:0;width:100%}.responsive .effortless-website-section .right-part img{width:100%}.responsive .training-resources-section .content-container{flex-direction:column-reverse}.responsive .automated-customer{padding:80px 20px 90px}.responsive .zero-cost-container,.responsive .platform-flexibility .content-container{flex-direction:column-reverse}.responsive .platform-flexibility .right-part{padding:0 0 40px;margin:0;width:100%;max-width:100%}.responsive .training-resources-section .right-part{padding:20px 0 40px;width:100%;max-width:100%;margin:0}.responsive .training-resources-section .left-part{margin:0;width:100%}.responsive .training-resources-section .left-part img{width:100%}.responsive .zero-cost-section .right-content{padding:0 20px 40px;width:100%}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header>.bmui-tab-header-container{width:100%}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{min-height:auto;padding:50px 0 0;width:100%}.widget-html.experienced-cms-title .cms-inner-title{max-width:730px}.responsive .cms-gallery-slider .cms-slider .content .text-content p{font-size:28px;line-height:38px}.responsive .lighting-fast-area .inner-container{max-width:100%;padding:0 20px;flex-direction:column}.responsive .lighting-fast-area .inner-container .left-part{width:100%;padding:0 0 30px}.responsive .lighting-fast-area .inner-container .right-part{width:100%;justify-content:center}.responsive .lighting-fast-area .inner-container .right-part .item.one{width:350px}.responsive .lighting-fast-area .inner-container .right-part .item.two{width:300px}.responsive .lighting-fast-area{padding:90px 0 100px}.widget-html.reputation-slider-bottom-text .bottom-inner-text p{margin:0 auto;line-height:30px;font-size:22px;max-width:700px}.widget-gallery.reputation-slider .widget-title{max-width:680px}.responsive .beautiful-design-performance .full-area{max-width:100%;flex-direction:column-reverse}.widget-snippet .beautiful-design-performance .full-area .right-area{padding:0 0 40px;width:100%}.responsive .next-level-automation .full-area .left-area h2 b,.responsive .beautiful-design-performance .full-area .right-area h2 b{display:inline}.widget-snippet .next-level-automation{padding:80px 20px 50px}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items,.responsive .marketplace-megamenu .inner-item{grid-template-columns:repeat(2,minmax(0,1fr))}.responsive .pricing-container .full-area .item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.responsive .pricing-container .full-area .item .single-item.two{border-top-right-radius:17px}.responsive .pricing-container .full-area .item .single-item.four{border-top-right-radius:0;border-bottom-right-radius:17px}.pricing-powerful-feature .full-container .item-container{flex-wrap:wrap}.responsive .pricing-container .full-area .item .single-item .top-item .price-sec .price-inner .left h3{font-size:43px;line-height:68px}.responsive .blog-post-item{width:calc(100%/2 - 40px)}.widget.widget-article.footer-copyright p b{margin:0 5px}.footer .widget-navigation.footer-menu .navigation-item{display:block;width:100%}.footer .widget-navigation.footer-menu .navigation-item a{padding:0}.responsive .footer-cta h2{margin:0 0 40px;font-size:35px;line-height:45px}.widget.widget-snippet.sell-everywhere .left-section{padding-right:60px}.responsive .company-philosophy .inner-content .left-content{width:100%;padding:0}.responsive .company-philosophy .inner-content .right-content{width:100%;margin-top:30px}.responsive .about-header .inner-content .left-content{width:100%}.responsive .about-header .inner-content .right-content{width:100%}.responsive .where-it-all-began-section{padding:235px 0 54px}.responsive .where-it-all-began-section .full-area .left-area{padding:0 20px 0 0}.responsive .about-header{padding:46px 0 38px 0}.widget-tabAccordion .widget-title,.widget-tabAccordion.pricing-accordion .widget-title{font-size:42px;line-height:60px;padding:80px 0 40px;max-width:400px}.tab-accordion-accordion.accordion-panel{padding:0 30px 100px;margin:0 auto}.accordion-panel>.label-bar{background:transparent;border-radius:0;height:auto;padding:30px 0 33px;font-size:20px;line-height:30px}.accordion-panel>.label-bar.expanded{padding:30px 0 11px}.accordion-panel>.label-bar .toggle-icon,.accordion-panel>.label-bar:hover .toggle-icon,.accordion-panel>.label-bar.expanded:hover .toggle-icon{top:40px}.widget-snippet .join-business .inner-content .logo-item{gap:54px;flex-wrap:wrap;justify-content:center}.widget.widget-html.smarter-marketing-title .html-widget-element-content{max-width:100%;padding:0 30px}.widget.widget-html.smarter-marketing-title{padding-top:60px}.widget.widget-html.smarter-marketing-title h2{font-size:36px;line-height:54px}.widget.widget-html.smarter-marketing-title p{font-size:17px}.widget-gallery.reputation-slider.marketing{padding-bottom:80px}.widget-gallery.reputation-slider.inventory{padding-bottom:155px}.widget .button-section a.demo-button.only{margin:-180px auto 0}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{top:50px;right:60px}.widget-snippet .the-client-area .full-container .right-section h2,.widget-snippet .info-section-check-area .full-container .left-section h2{font-size:38px;line-height:36px;margin:0 0 20px}.widget-snippet .the-results-area .full-container .the-results-head{text-align:center;margin:0 auto 40px;max-width:80%}.widget.widget-snippet .info-section-check-area .full-container .right-section,.widget.widget-snippet .info-section-check-area .full-container .left-section{width:100%;padding:0}.widget-snippet .the-results-area .full-container .the-results-timeline .the-results-box::after{width:100%}.responsive .deliveries-section .delivery-title{font-size:40px;line-height:60px}.responsive .business-slider-section h2{font-size:40px;line-height:60px}.responsive .ecomerce-thum-slider-section .article-content{min-height:283px}.responsive .website-management-container .middleprice-container .single-price-item .pricr-title-name{font-size:22px;line-height:30px}.responsive .price-header-content .inner-content .left-content h1{font-size:40px;line-height:48px}.responsive .advanced-function-section h2,.responsive .website-management-container .price-content-tilte h2{font-size:40px;line-height:48px}.responsive .website-management-container .middleprice-container .single-price-item .price-content{font-size:36px;padding:0}.responsive .widget-article.terms-content a{word-break:break-all}}@media screen and (max-width:767px){.responsive .section-title-explore-features h2{margin:0;font-size:30px;text-align:left;padding:0 15px}.responsive .section-title-explore-features{padding-top:60px}.responsive section.features-section{max-width:calc(100% - 30px)}.responsive section.features-section.sec-item-2{grid-template-columns:repeat(1,minmax(0,1fr))}.responsive section.custom-grid-1.features-section.sec-item-2{flex-direction:column}.responsive section.col-alt.custom-grid-1.features-section.sec-item-2{flex-direction:column}.responsive section.features-section{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}.responsive section.features-section .feature-card{padding:30px}.responsive section.features-section .feature-title{font-size:24px;line-height:35px}.responsive .online-store-editor .right-section{max-width:100%}.responsive .widget.widget-html.feature-header h1{font-size:35px;line-height:47px}.responsive .widget.widget-html.feature-header{background-color:#fffaf3;padding:50px 15px 100px 15px}.responsive .online-store-editor{margin-top:-70px}.widget.widget-html.feature-header p{font-size:16px;line-height:29px}.responsive .lasculpte-streamline .full-container .left-section{padding:0}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items .single-item a{padding:14px 0 !important}.responsive .marketplace-megamenu .inner-item .single-item a{padding:14px 0 !important}.widget.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container .title-container h2{font-size:28px;line-height:38px}.widget-snippet.close-home-powerful-feature .pricing-powerful-feature{padding:0 0 70px}.widget-snippet.close-home-powerful-feature .pricing-powerful-feature .full-container{padding:30px 15px 0}.responsive .affordable-pricing-top .full-content .title-area h1{font-size:30px;line-height:40px}.responsive .affordable-pricing-top{padding:50px 0 0}.responsive .affordable-pricing-top .full-content .title-area p{font-size:16px;line-height:28px}.responsive .affordable-pricing-top .full-content{padding:0 15px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text{padding:30px 20px 40px;max-width:100%;flex-direction:column}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .left-part{padding:0 0 30px;width:100%}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part{padding:30px 0 0;border-left:0;border-top:1px solid #ddd;width:100%}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .left-part h2{font-size:25px;line-height:35px;margin:0 0 10px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part .top-price .left h3{font-size:45px}.responsive .affordable-pricing-top .full-content .pricing-area .inner-text .right-part a{max-width:100%}.footer .widget.widget-languageSelector{width:230px !important}.responsive .affordable-pricing-top .full-content .pricing-area{padding:30px 20px}.country-select .flag-dropdown .country-list{top:25px;left:0;width:200px !important}.country-select .flag-dropdown .country-list .country-name{display:inline-block}.country-select.inside .selected-flag{width:230px}.site-popup.popup.multi-language{padding:25px 15px 30px;max-width:330px;min-width:330px}.popup.multi-language .chosen-container a,.popup.multi-language .language-select-continue{font-size:14px;padding:4px;max-width:100%;margin:0}.site-popup.popup.multi-language .country-select.inside .selected-flag{width:70px}.widget.widget-languageSelector div.country-select.inside input{width:100%;color:#fff !important}.country-select #country_selector{display:block !important}.popup.multi-language .select-wrapper{flex-direction:column;max-width:260px;margin:0 auto;padding:0}.popup.multi-language .select-wrapper .form-item{margin-right:0;padding-right:0;margin-bottom:12px}.popup.multi-language .select-wrapper .country-select.inside .selected-flag{width:100%;max-width:100%}.popup.multi-language .language-select-cancel{font-size:14px;margin:20px auto 0}.site-popup.popup.multi-language span.header-label .label{font-size:15px;padding:0 0 15px}.site-popup.popup.multi-language span.header-label .title{font-size:20px;line-height:28px;padding-bottom:20px}.site-popup.popup.multi-language .country-select .flag-dropdown{width:100%}.site-popup.popup.multi-language .country-select .flag-dropdown .country-list .country-name{font-size:13px;display:unset}.site-popup.popup.multi-language .country-select .flag-dropdown .country-list{width:100% !important;left:0;top:48px}.country-select .flag-dropdown .country-list{top:25px;left:0;width:230px !important}.country-select .flag-dropdown .country-list .country-name{display:inline-block}.site-popup.popup.multi-language div.country-select.inside .flag-dropdown{top:2px}.popup.multi-language div.country-select .country-list{width:100% !important}a{word-break:break-all}.responsive .top-dropshipping-banner .showcase-business .full-content .left-part h1{font-size:30px;line-height:40px}.responsive .widget-snippet.del-section-title .ecommerce-automation .full-container h1{font-size:30px;line-height:40px}.responsive .showcase-business .full-content .left-part p{margin:0 0 25px}.blog-post-details .social-media-share-bar{margin:40px auto 0}.footer-cta h2 b br{display:none}span.close-button-for-zoom-preview{right:6px;top:-15px}.processing-automation .processing-container .button-section{gap:20px}.responsive .unlock-empower .full-container.two .right-inner-section{max-width:100%;margin-left:inherit}.page-b2b-ecommerce .ecommerce-automation .full-container .right-section{padding:30px 0 0}.widget.widget-snippet .ecommerce-automation .full-container .right-section img{max-width:100%;transform:unset}.widget.widget-snippet .ecommerce-automation .full-container .left-section a.demo-button{margin:0}.widget.widget-snippet .ecommerce-automation .button-section{padding:15px 0 30px}.widget.widget-snippet .processing-automation .processing-container .button-section a.demo-button{margin:0 20px 0 0}.widget.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part img{max-width:100%}::-webkit-input-placeholder{font-size:15px}:-ms-input-placeholder{font-size:15px}::placeholder{font-size:15px}.responsive .partner-benefits-section .content-container,.responsive .platform-flexibility .content-container,.responsive .effortless-website-section .content-container,.responsive .training-resources-section .content-container{width:100%;max-width:100%;padding:0 15px}.widget.widget-snippet .container-thankyou .img-content img{width:70px}.widget.widget-snippet .container-thankyou .text-content h3{font-size:32px;line-height:42px}.widget.widget-snippet .container-thankyou h6{margin-top:10px;font-size:20px;line-height:30px}.widget.widget-snippet .container-thankyou h6{margin:10px 0;font-size:20px;line-height:30px}.widget-article .page_404{padding:0 15px 60px;max-width:100%}.widget.widget-snippet .container-thankyou{padding:20px 15px 60px}.widget-article .page_404 .ops{font-size:42px}.widget-article .page_404 .error{font-size:25px;line-height:20px;margin:15px 0 18px 0}.widget-article .page_404 p{margin:0 0 15px}.widget-article .page_404 .ops .big_font{font-size:65px;margin-right:-14px}.widget-article .page_404 .big{font-size:65px;margin-left:-13px}.widget-article.terms-content h3{font-size:22px;line-height:32px;margin:25px 0 12px}.widget-article.terms-content h4{font-size:20px;line-height:28px;margin:20px 0 12px}.widget-article.terms-content{max-width:100%;padding:0 15px;margin:0 auto 60px}.page-heading,.widget-pageHeading{padding:50px 15px 25px}.page-heading h1,.widget.widget-pageHeading h1{font-size:30px;line-height:40px}.responsive .find-partner{padding:0 0 40px}.responsive .find-partner .client-comment h4{font-size:17px;line-height:27px;margin:0 0 25px}.responsive .find-partner .partner-content h1{font-size:30px;line-height:40px;margin:0 0 10px}.responsive .find-partner .collaborate-content .items .single-item{padding:0 0 22px 45px}.page-find-a-partner #spltr-ED93B597-CEB7-45DE-8872-FC295E1C1572{padding:50px 15px 60px}.responsive .find-partner .collaborate-content,.responsive .find-partner .client-comment{margin:30px 0 0}.responsive .find-partner .collaborate-content h2{font-size:25px;line-height:35px}.responsive .partner-program-section .left-part-content p{font-size:16px;line-height:28px;padding-right:0}.page-partner-program #spltr-9B38DC8B-95EC-4625-8529-7BAD296284C5{padding:50px 15px 60px}.responsive .contact-webcommander .inner-area .title-content{margin:0 0 25px}.responsive .contact-webcommander{padding:50px 0 60px}.responsive .contact-webcommander .inner-area .box-content{display:block}.responsive .contact-webcommander .inner-area .box-content .single-item{margin:0 0 20px}.responsive .contact-webcommander .inner-area .box-content .single-item:last-child{margin:0}.responsive .contact-webcommander .inner-area .title-content h2{font-size:27px;line-height:37px;margin:0 0 5px}.responsive .contact-webcommander .inner-area{padding:0 15px}form.form-template,.widget-html.contactform form#form{padding:25px 20px 20px;border:1px solid #eee}.widget-form .double-input-row .form-row{width:100%}.widget-form .single-input-row .form-row,.widget-form .double-input-row .form-row,.widget-form .triple-input-row,.widget-form .single-input-row .form-row.textArea{margin:0;padding:0}.widget-form .double-input-row,.widget-form .triple-input-row{margin-bottom:0}.widget-form .form-row{margin:0 0 20px !important}.widget-form .double-input-row .form-row{padding:0 15px}.widget.widget-form .form-row.btn-row button{font-weight:500;font-size:16px;padding:8px 5px;max-width:150px;height:40px;line-height:22px}.widget.widget-form .form-row.btn-row button:after{vertical-align:middle}.widget-form input[type="text"],.widget-form textarea,.widget-form select,.widget-html.contactform form#form input[type="text"],.widget-html.contactform form#form textarea{height:50px}.widget-form textarea,.widget-html.contactform form#form textarea{height:120px}.widget.widget-form .single-input-row .form-row p{font-size:16px;line-height:24px;padding:0}.widget-html.contactform form#form .double-input-area{margin:0 0 20px;gap:20px 0;flex-direction:column}.widget-html.contactform form#form .single-input-area.submit-button button{font-weight:500;font-size:16px;padding:8px 5px;max-width:150px;height:40px;line-height:22px}.widget-html.contactform form#form p{font-size:16px;line-height:24px;margin:0 0 10px}.responsive .contact-our-sales-team .bottom-content .logo-section{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px 40px}.responsive .contact-our-sales-team .bottom-content{margin:20px 0 0;display:none}.responsive .contact-our-sales-team{padding:0 0 20px}.responsive .contact-our-sales-team .bottom-content h3{margin:0 0 25px;line-height:25px}.page-contact-us #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A,.page-book-a-demo #spltr-C7B108EB-D172-472E-978B-1E48E10D5C1A{padding:50px 15px 60px}.widget-gallery.website-slider .gallery-slider .content{padding:0 15px;flex-direction:column-reverse}.widget-gallery.website-slider{padding:70px 0}.widget-gallery.website-slider .gallery-slider .content .image-content{width:85%;padding:30px 0 0}.widget-gallery.website-slider .owl-theme .owl-controls{margin-top:30px}.widget-gallery.website-slider .gallery-slider .content .text-content{width:100%}.header .widget-navigation.main-menu .menu-button{width:25px}.header .widget-navigation.main-menu .menu-button em{width:20px}.responsive .header-button a:first-of-type{display:none}.responsive .header-button a:last-of-type{max-width:115px;font-weight:400;line-height:14px;height:32px;font-size:14px;padding:8px 5px}#left-modern-nav-drawer-wc .nav-wrapper.horizontal.responsive-navigation.wc-modern-navigation{padding:25px 20px}.responsive .featured-customer .full-container .image-area .img-item img{height:100%}.responsive .featured-customer .full-container .image-area{gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}.responsive .featured-customer .full-container .image-area .img-item.five{flex-direction:row}.responsive .home-banner .title-section h1{font-size:32px;line-height:44px}.responsive .home-banner .inner-content{padding:0 15px}.responsive .home-banner{padding:50px 0 0}.responsive .home-banner .title-section h1 b{display:inline}.responsive .home-banner .title-section{margin:0 0 30px}.responsive .featured-customer .full-container .title-area{align-items:start;margin:0 0 40px;flex-direction:column}.responsive .featured-customer .full-container{padding:0 15px}.responsive .featured-customer{padding:70px 0 70px}.responsive .featured-customer .full-container .title-area a{margin:10px 0 0}.responsive .home-banner .button-section{padding:0 0 40px}.responsive .home-banner .image-section{margin-bottom:-25px}.responsive .home-banner .image-section img.desktop-ban{display:none}.responsive .home-banner .image-section img.mobile-ban{display:block}.website-slider .gallery-slider .content{padding:0 15px;flex-direction:column}.website-slider .gallery-slider .content .image-content{padding:0 0 25px;width:100%}.website-slider .gallery-slider .content .text-content{width:100%}.website-slider .gallery-slider .content .text-content h2{font-size:28px;line-height:32px;margin:0 0 15px}.website-slider .gallery-slider .content .text-content p{font-size:22px;line-height:35px;margin:0 0 20px}.responsive .next-level-automation .full-area .left-area h2,.responsive .beautiful-design-performance .full-area .right-area h2,.responsive .omnichannel-area .full-content .right-part h2,.widget-gallery.reputation-slider .widget-title,.widget-html.scale-your-business .scale-content .left-part h2,.responsive .lighting-fast-area .inner-container .left-part h2,.responsive .design-without-limit .full-container h2,.responsive .featured-customer .full-container .title-area h2,.widget-html.experienced-cms-title .cms-inner-title h2,.responsive .contact-our-sales-team .top-content h1,.responsive .partner-program-section .left-part-content h1,.responsive .partner-benefits-section .section-head h2,.responsive .platform-flexibility .right-part h3,.responsive .automated-customer .full-area .left-top h2,.responsive .zero-cost-section .right-inner-content h3,.responsive .effortless-website-section .left-part h3,.responsive .training-resources-section .right-part h3{font-size:30px;line-height:40px}.responsive .effortless-website-section{padding:50px 0 40px}.responsive .training-resources-section{padding:0 0 60px 0}.responsive .zero-cost-section .right-content{padding:0 15px 40px;width:100%;max-width:100%;min-width:100%}.responsive .zero-cost-section{padding:50px 0 60px}.responsive .automated-customer{padding:50px 15px 60px}.responsive .platform-flexibility{padding:50px 0 60px}.responsive .partner-benefits-section .content-container .section-head{text-align:left}.responsive .partner-benefits-section{padding:50px 0 60px}.responsive .partner-benefits-section .content-row .content-right{margin:0}.responsive .partner-benefits-section .section-head p,.responsive .automated-customer .full-area .left-top p{font-size:16px;line-height:28px}.widget-snippet .next-level-automation{padding:70px 16px 70px}.widget-snippet .beautiful-design-performance{padding:25px 15px 70px}.widget-gallery.reputation-slider{padding:70px 15px 30px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{padding:20px;min-height:auto}.copyright-sec{padding:0;justify-content:start;flex-direction:column}.copyright-sec .right-part{margin:15px 0 0}.widget.widget-article.footer-copyright .copyright-sec .left-part p,.widget.widget-article.footer-copyright .copyright-sec .right-part p a{line-height:23px}.widget.widget-article.footer-copyright .copyright-sec .right-part p a:first-of-type{margin:0}.header .widget.widget-navigation.main-menu .nav-wrapper{top:26px}.horizontal.responsive-navigation .navigation-item .has-mega-menu-toggle{top:4px;right:0}.horizontal .navigation-item .has-mega-menu-toggle::after{margin:0}.responsive .solution-mega-menu .inner-menu .left-part .top-part .items,.responsive .marketplace-megamenu .inner-item{display:block}.responsive .solution-mega-menu .inner-menu,.responsive .marketplace-megamenu .inner-item{padding:15px 0 0}.widget-navigation .menu-button.close{width:26px}.blog-post-details .content h1,.blog-post-details .content h2,.blog-post-details .content h3,.blog-post-details .content h4,.blog-post-details .content h5,.blog-post-details .content h6{margin:35px 0 10px}table,th,td{padding:14px;font-size:16px;line-height:24px}.blog-post-details .content h1{font-size:30px;line-height:40px}.blog-post-details .content h2{font-size:28px;line-height:38px}.blog-post-details .content h3{font-size:26px;line-height:37px}.blog-post-details .content h4{font-size:25px;line-height:36px}.blog-post-details .content h5{font-size:23px;line-height:32px}.blog-post-details .content h6{font-size:22px;line-height:28px}.responsive .pricing-container .full-area .title h1{font-size:32px;line-height:43px}.responsive .pricing-container .full-area .item{grid-template-columns:repeat(1,minmax(0,1fr))}.responsive .toggle-container{margin-bottom:60px}.responsive .pricing-container{padding:60px 0 60px}.responsive .pricing-powerful-feature .full-container .title-container h2{font-size:32px;line-height:44px}.responsive .pricing-powerful-feature .full-container .item-container .left-part .all-item .item{gap:15px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.responsive .pricing-powerful-feature .full-container .item-container .left-part .all-item .item.three .single-item ul li{width:100%}.responsive .pricing-powerful-feature .full-container .item-container .left-part .all-item .item .single-item{margin:0 0 10px}.responsive .pricing-powerful-feature .full-container .item-container .item.two{margin-top:20px}.responsive .pricing-powerful-feature .full-container .item-container .right-part .premium-plan{gap:0;display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.responsive .pricing-powerful-feature .full-container .item-container .left-part h3,.responsive .pricing-powerful-feature .full-container .item-container .right-part h3{margin:0 0 22px;font-size:28px;line-height:40px}.responsive .pricing-container .full-area .item .single-item{height:auto}.responsive .pricing-container .full-area .title h1 b{display:unset}.responsive .pricing-container .full-area{padding:0 15px}.responsive .pricing-powerful-feature .full-container{padding:0 15px}.responsive .pricing-powerful-feature .full-container .item-container .left-part{padding:30px 20px 50px}.responsive .pricing-container .full-area .item .single-item.one{border-radius:17px;margin:20px 0}.responsive .pricing-container .full-area .item .single-item.two{border-radius:17px}.responsive .pricing-container .full-area .item .single-item .top-item .price-sec .price-inner .left h3{font-size:40px;line-height:50px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-body-container{padding:30px 0 0}.responsive .design-without-limit .full-container p{line-height:28px}.responsive .design-without-limit .full-container .right-part ul li{line-height:25px;font-size:17px}.responsive .design-without-limit .full-container .right-part ul .list-item::before{top:0;width:30px;height:30px;background-size:30px}.responsive .design-without-limit .full-container .right-part ul .list-item{padding:0 0 0 42px;margin:0 0 22px}.responsive .design-without-limit .full-container .right-part ul{margin:0 0 35px}.responsive .lighting-fast-area{padding:70px 0 70px}.responsive .design-without-limit .full-container h2{margin:0 0 15px}.responsive .design-without-limit .full-container{padding:0 15px}.responsive .design-without-limit{padding:70px 0 70px}.widget-html.experienced-cms-title{padding:70px 15px 30px}.responsive .cms-gallery-slider{padding:0 0 70px}.widget-html.experienced-cms-title .cms-inner-title p{font-size:16px;line-height:28px}.responsive .cms-gallery-slider .cms-slider .content .text-content h2{font-size:30px;line-height:35px;margin:0 0 15px}.responsive .cms-gallery-slider .cms-slider .content .text-content p{font-size:25px;line-height:35px;min-height:auto;padding:0 0 30px}.responsive .cms-gallery-slider .cms-slider .content .text-content::after{left:0;background-size:cover;height:2px}.responsive .cms-gallery-slider .slick-slider{padding:0 15px}.responsive .cms-gallery-slider .cms-slider .content{flex-direction:column}.responsive .cms-gallery-slider .cms-slider .content .image-content{width:100%;margin:0 0 25px}.responsive .cms-gallery-slider .cms-slider .content .text-content{width:100%;padding:0}.responsive .lighting-fast-area .inner-container{padding:0 15px}.responsive .pricing-container .full-area .item .single-item .top-item .price-sec{min-height:auto;margin:20px 0}.responsive .pricing-container .full-area .item .single-item.three{height:auto}.responsive .pricing-container .full-area .item .single-item.four{border-radius:17px}.responsive .lighting-fast-area .inner-container .right-part{gap:40px}.responsive .lighting-fast-area .inner-container .right-part .item.one{width:auto;height:auto}.responsive .lighting-fast-area .inner-container .right-part .item.two{width:auto;height:auto}.responsive .lighting-fast-area .inner-container .right-part .item p{margin:0 0 25px 0;line-height:30px;font-size:22px}.widget-tabAccordion.scale-business-tab .bmui-tab.left-side-header .bmui-tab-header .title{line-height:28px;font-size:16px}.responsive .pricing-powerful-feature{padding:0 0 70px}.responsive .lasculpte-streamline{padding:70px 0}.responsive .widget-html.blog-page{margin:60px auto 20px}.page-blog-post .page-content{padding:0 15px}.responsive .blog-post-details{padding:0 0 70px}.responsive .widget-blogPost.related-blog{padding:60px 0 10px}.responsive .blog-post-details .title{font-size:28px;line-height:40px}.responsive .widget-blogPost.related-blog .blog-post-item{margin:0 15px 40px}.responsive .widget-blogPost.related-blog .widget-title{font-size:34px;line-height:30px;margin:0 auto 30px}.responsive .commander-blog-top-sec .inner-content .title h1{font-size:35px;line-height:50px}.responsive .lasculpte-streamline .full-container .left-section .inner-content img{max-width:123px}.responsive .commander-blog-top-sec{padding:40px 0 60px}.responsive .commander-blog-top-sec .inner-content .title{margin:0 0 35px}.responsive .commander-blog-top-sec .inner-content .content .left-content{width:100%;padding:0}.responsive .commander-blog-top-sec .inner-content .content .right-content{width:100%;margin-top:35px}.responsive .commander-blog-top-sec .inner-content .content .left-content a .text-sec h3{font-size:23px;line-height:33px}.responsive .commander-blog-top-sec .inner-content .content .right-content a.single-item .text-sec h3{font-size:16px;line-height:22px}.responsive .widget-blogPost{padding:0}.responsive .widget-blogPost .blog-post-content{padding:60px 15px;margin:0}.responsive .blog-post-item{margin:0 0 40px;overflow:inherit;height:auto;width:100%}.responsive .commander-blog-top-sec .inner-content .content .right-content a.single-item .text-sec{padding:0 0 0 18px}.responsive .commander-blog-top-sec{padding:40px 0 60px}.responsive .commander-blog-top-sec .inner-content{padding:0 15px}.widget.widget-snippet.sell-everywhere .left-section{padding-right:0;margin-bottom:40px}.widget.widget-snippet.sell-everywhere .left-section .button-section{padding:0}.widget-tabAccordion .widget-title,.widget-tabAccordion.pricing-accordion .widget-title{font-size:28px;line-height:40px;padding:60px 20px 20px;max-width:100%;text-align:left}.tab-accordion-accordion.accordion-panel{padding:0 20px 60px;margin:0 auto}.accordion-panel>.label-bar{background:transparent;border-radius:0;height:auto;padding:20px 30px 23px 0;font-size:18px;line-height:28px;white-space:unset;font-weight:500}.accordion-panel>.label-bar.expanded{padding:20px 30px 5px 0}.accordion-panel>.label-bar .toggle-icon,.accordion-panel>.label-bar:hover .toggle-icon,.accordion-panel>.label-bar.expanded:hover .toggle-icon{top:40px}.widget-snippet .join-business .inner-content h2{font-size:28px;line-height:40px;text-align:left}.widget-snippet .join-business .inner-content .logo-item{gap:50px;justify-content:space-around}.widget-snippet .join-business .inner-content .logo-item .single-logo{max-width:120px}.widget-snippet.inner-wc .join-business{padding:70px 0 80px}.widget.widget-html.smarter-marketing-title .html-widget-element-content{padding:0 20px}.widget.widget-html.smarter-marketing-title{padding-top:56px}.widget.widget-html.smarter-marketing-title h2{font-size:28px;line-height:40px;text-align:left}.widget.widget-html.smarter-marketing-title p{text-align:left}.widget-gallery.reputation-slider.marketing{padding-bottom:60px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer{margin:0 auto}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next{height:45px;width:45px;top:120px;right:45px;left:auto;transform:unset;background-size:20px;background-position:13px 17px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.widget-tabAccordion.scale-business-tab{padding:0 15px}.widget-html.scale-your-business .scale-content{padding:0 15px}.widget-html.scale-your-business{padding:70px 0 20px}.widget-html.scale-your-business .scale-content .right-part p{font-size:16px;line-height:28px}.widget-gallery.reputation-slider .owl-carousel{padding:0}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec h3{font-size:20px;line-height:28px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{padding:30px 20px;min-height:auto}.responsive .omnichannel-area .full-content{padding:0 15px}.widget-snippet .omnichannel-area{padding:70px 0 80px}.responsive .omnichannel-area .full-content .right-part h6{font-size:20px;line-height:35px}.responsive .lasculpte-streamline .full-container .right-section{margin:0;display:none}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next:hover{background-position:13px -83px !important}.widget-html.reputation-slider-bottom-text .bottom-inner-text p{margin:0 auto;line-height:30px;font-size:20px;max-width:100%;padding:0 15px}.widget-html.reputation-slider-bottom-text{padding:0 0 70px}.widget-gallery.reputation-slider .widget-title{margin:0 auto 30px}.widget-gallery.reputation-slider .owl-theme .owl-controls .owl-nav .owl-next:hover{background-position:14px -113px}.widget-gallery.reputation-slider .owl-carousel .owl-stage-outer .item .protect-reputation .content-sec{padding:30px;min-height:240px}.widget-snippet .join-business .inner-content{padding:0 20px;text-align:left}.responsive .where-it-all-began-section .full-area .left-area{width:100%}.responsive .where-it-all-began-section .full-area .right-area{width:100%}.responsive .helping-australian-section .helping-image-container .helping-left-image-box{width:100%}.responsive .helping-australian-section .helping-image-container{display:flex;gap:0 30px;flex-wrap:wrap}.responsive .helping-australian-section .helping-image-container .img-right-content{padding:25px 15px 0 15px;width:100%}.responsive .where-it-all-began-section{padding:130px 0 54px}.responsive .company-philosophy .inner-content .left-content h2,.responsive .about-us-cta .content-area .left-area h2,.responsive .helping-australian-section .wc-helping-title,.responsive .about-header .inner-content .left-content h1{font-size:30px;line-height:40px}.responsive .helping-australian-section{padding:60px 0 350px;background-color:#eef2fe}.responsive .helping-content-container .item-content{display:flex;gap:0 15px;margin-bottom:50px;flex-wrap:wrap}.responsive .helping-content-container .item-content .left-title{width:100%}.responsive .helping-content-container .item-content .item-right-content{width:100%;padding-left:0}.responsive .helping-content-container .item-content{margin-bottom:8px}.responsive .helping-content-container{padding:20px 15px 40px 15px}.responsive .about-us-cta .content-area .left-area{width:100%;padding:0}.responsive .about-us-cta .content-area .right-area{width:100%;padding-top:20px}.responsive .about-us-cta .content-area .right-area p{padding:0 0 35px}.responsive .widget-snippet.about-vitalcurve .lasculpte-streamline{padding:270px 0 70px;margin-top:-205px}.responsive .company-philosophy{padding:60px 0 80px}.responsive .company-philosophy .inner-content .right-content .top-img img,.responsive .company-philosophy .inner-content .right-content .bottom-img img{height:136px}.responsive .company-philosophy .inner-content .right-content .bottom-img{padding:0}.responsive .where-it-all-began-section .full-area .left-area h2{margin:0 0 15px;font-size:30px;line-height:40px}.responsive .about-header .inner-content{padding:0 15px}.responsive .about-header .inner-content .right-content{width:100%;padding-top:10px}.about-header .inner-content .right-content p:last-child{margin:0;line-height:27px;font-size:16px}.responsive .about-header{padding:46px 0 22px 0}.responsive .where-it-all-began-section .full-area{padding:0 15px}.responsive .helping-content-container .item-content .con-sub-title{font-size:21px;line-height:35px;letter-spacing:-0.03em;margin:0;padding:0}.responsive .about-us-logo-section .inner-content .logo-item{margin:0 0 15px;flex-wrap:wrap}.responsive .about-us-logo-section .inner-content .logo-item .single-logo{width:40%;padding:0 18px}.responsive .about-us-cta{padding:60px 15px 70px 15px}.widget-navigation.main-menu .navigation-item.login,.widget-navigation.main-menu .navigation-item.get-started{display:block}.header .widget-storeLogo img{width:175px}.header .widget.widget-navigation.main-menu .menu-title{left:15px;bottom:18px}.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,.header .widget.widget-navigation.main-menu .navigation-item.has-child a{padding:13px 15px}.responsive-navigation .navigation-item.has-child .child-opener{right:18px;top:10px}.responsive .lasculpte-streamline .full-container{padding:0 15px}.widget.widget-snippet.inventory-top .left-section{margin-bottom:40px}.responsive .about-us-cta .content-area .right-area img{height:auto;max-width:48%}.helping-australian-section .helping-image-container .helping-left-image-box{padding-right:20px}body>.footer{padding:0 15px}.responsive .footer-cta h2{margin:0 0 30px;font-size:30px;line-height:40px;text-align:left}.responsive .footer-cta .btn-item{align-items:center;justify-content:start}.responsive .footer-cta .btn-item .single-btn:first-of-type a{max-width:165px;line-height:22px;height:42px;font-size:16px}.responsive .footer-cta .btn-item .single-btn:last-of-type a{margin:0 0 0 20px}.widget.widget-article.footer-copyright p,.widget.widget-article.footer-copyright p a{line-height:26px}.responsive .company-philosophy .inner-content{padding:0 15px}.responsive .helping-australian-section .helping-container{padding:0 15px}.responsive .lasculpte-streamline .full-container .left-section .inner-content h6{margin:15px 0 20px}.responsive .company-philosophy .inner-content .right-content .top-img{gap:15px;padding:0 0 15px 25px}.responsive .company-philosophy .inner-content .right-content .bottom-img{gap:15px;padding:0 15px 0 0}.responsive section.about-cta-wealive{padding:0 15px}.widget-snippet .the-client-area,.widget-snippet .info-section-check-area,.widget-snippet .the-results-area{padding:70px 0 80px}.widget-snippet .the-client-area .full-container{flex-direction:column-reverse}.widget-snippet .the-client-area .full-container .right-section{padding:0 0 35px}.widget-snippet .info-section-check-area .full-container .right-section .info-check-wrap .info-check-box .icon-check{left:6px;top:7px}.widget-snippet .the-results-area .full-container .the-results-head{text-align:left;margin:0 0 20px;padding:0 5px}.widget-snippet .info-section-check-area .full-container .right-section .info-check-wrap .info-check-box h4{font-size:20px;line-height:30px;margin:0 0 10px}.widget-snippet .info-section-check-area .full-container .right-section .info-check-wrap .info-check-box{margin-bottom:10px}.widget-snippet .info-section-check-area .full-container .right-section .info-check-wrap .info-check-box:last-of-type{margin-bottom:0}.widget-snippet .the-results-area .full-container .the-results-timeline .the-results-box .trb-title{width:80%;font-size:20px;line-height:27px}.widget-snippet .the-results-area .full-container .the-results-timeline .the-results-box .trb-number{font-size:32px;line-height:36px;width:10%}.widget-snippet .the-results-area .full-container .the-results-timeline .the-results-box .trb-text{min-width:100%;width:100%;font-size:16px;line-height:30px}.widget-snippet .lasculpte-top-banner-area .full-container .left-section{max-width:100%}.widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 620px;background-position:right bottom;background-size:85%;margin-bottom:80px;min-height:850px}.widget-snippet .the-client-area .full-container .right-section p{margin:0 0 25px}div.widget-storeLogo a{width:45px;display:block;overflow:hidden}.responsive .lasculpte-top-banner-area .full-container .left-section .info-wrap .info-box h4{font-size:16px}div.lasculpte-top-banner-area .full-container .left-section .info-wrap{margin:0 0 30px}.product-management-section .feature-image-box{margin-top:10px}.product-management-section{margin-top:60px}.industry-right-content .ecommerce-automation.industry-left-content .full-container .left-section{padding-right:0;padding-left:0}.responsive .deliveries-section{padding:60px 15px 60px 15px}.responsive .deliveries-section .delivery-title{margin:0;padding:0 0 22px 0;font-size:30px;line-height:40px}.responsive .deliveries-section .btn-item{margin-top:35px}.responsive .deliveries-section p{font-size:16px;line-height:30px}.responsive .business-slider-section h2{font-size:30px;line-height:40px}.responsive .business-slider-section{padding:40px 15px 8px 15px}.responsive .ecomerce-thum-slider-section{margin-bottom:60px}.responsive .showcase-business .full-content .right-part{width:100%}.responsive .showcase-business .full-content .left-part{width:100%;padding:0;text-align:center}.responsive .widget-html.business-website-bottom-title h2,.responsive .ease-content-management .full-content .right-part h2,.responsive .responsive-user-design .full-content .left-part h2,.responsive .responsive-user-design .ease-content-management .full-content .right-part h2,.responsive .responsive-user-design .full-content .left-part h2,.responsive .showcase-business .full-content .left-part h1{font-size:30px;line-height:38px}.responsive .showcase-business .full-content .right-part{width:100%;margin-top:35px}.responsive .ease-content-management .full-content,.responsive .responsive-user-design .full-content,.responsive .showcase-business .full-content{padding:0 15px}.responsive .responsive-user-design{padding:60px 0 60px;width:100%}.responsive .ease-content-management{padding:60px 0 60px}.responsive .widget-snippet.seo-core-friendly .responsive-user-design{padding:60px 0 60px}.responsive .widget-snippet.advanced-functionalities .ease-content-management{padding:60px 0 60px}.responsive .widget-snippet.best-class-support .responsive-user-design{padding:60px 0 60px}.responsive .widget-html.business-website-bottom-title{padding:10px 15px 20px}.responsive .ease-content-management .full-content .right-part .inner-text .single-item .text-part h3,.responsive .responsive-user-design .full-content .left-part .inner-text .single-item .text-part h3{font-size:21px;line-height:35px}.responsive .showcase-business{padding:60px 0 60px}.responsive .ease-content-management .full-content .right-part .inner-text .single-item,.responsive .responsive-user-design .full-content .left-part .inner-text .single-item{margin:0 0 20px}.responsive .our-core-features-section .processing-container .top-area h2{margin:0 0 15px}.responsive .widget-snippet .ecommerce-automation .full-container .left-section h1{margin-top:0}.responsive .ecommerce-automation.industry-left-content .full-container{padding:0 15px}.responsive .price-header-content{padding:60px 15px 0 15px}.responsive .business-faq-section.pricing-tab-accordion{padding:0;margin-top:20px}.responsive .website-management-section{margin:60px 0 0 0;padding:0 15px}.responsive .price-header-content .inner-content .left-content{width:100%;padding:0 0 14px 0}.responsive .price-header-content .inner-content .right-content{width:100%}.responsive .price-header-content .inner-content .left-content h1{font-size:30px;line-height:40px}.responsive .website-management-container .price-content-tilte h2{font-size:30px;line-height:40px}.responsive .website-management-container .middleprice-container .single-price-item{width:calc(100% / 1);padding:50px 20px 60px 20px}.responsive .website-management-container .middleprice-container{display:flex;flex-wrap:wrap;padding-left:30px}.responsive .website-management-container .middleprice-container .single-price-item.price-item-blank{padding:0 !important}.responsive .website-management-container .middleprice-container .single-price-item .price-content{font-size:36px;font-weight:500;margin:35px 0 23px 0;padding:0}.responsive .website-management-container .middleprice-container .single-price-item .pricr-title-name{font-size:24px;line-height:33px;padding:0 0 10px 0}.responsive .website-management-container{padding-top:20px}.widget-html.advanced-function-section,.widget-html.function-section-table{padding:0 15px}.business-faq-section.pricing-tab-accordion table tr td:first-child{padding-left:15px}.business-faq-section.pricing-tab-accordion table tr td{width:auto}.responsive .advanced-function-section h2{font-size:30px;line-height:40px}.widget-html.advanced-function-section,.widget-html.function-section-table .html-widget-element-content{overflow:auto}.widget-html.function-section-table table,.widget-html.function-section-table th,.widget-html.advanced-function-section,.widget-html.function-section-table td{padding:10px;font-size:12px;line-height:20px}.responsive .business-faq-section.pricing-tab-accordion .accordion-panel{max-width:100%;padding:0 0 20px}.responsive .website-management-container .middleprice-container .button-link-price a{font-size:16px}.responsive .website-management-container .middleprice-container .single-price-item.price-item-two{margin-top:15px}.responsive .business-faq-section.pricing-tab-accordion td.getstart a{font-size:13px}.responsive .business-faq-section.pricing-tab-accordion table tr td{font-size:14px;line-height:22px}.responsive .business-faq-section.pricing-tab-accordion .accordion-panel>.label-bar{padding:20px 15px 20px 15px;font-size:17px;line-height:26px}.responsive .website-management-container .price-content-tilte p{font-size:16px;line-height:28px;margin:0 0 18px 0}.business-faq-section.pricing-tab-accordion .accordion-panel>.label-bar .toggle-icon{top:0;margin-top:12px}.responsive .price-header-content .inner-content .right-content p{font-size:16px;line-height:30px}.responsive .business-faq-section.pricing-tab-accordion table tr td img{width:15px;height:auto}.responsive .ecomerce-thum-slider-section .article-content{padding:30px 0 0 20px}.responsive .deliveries-section .btn-item .single-btn:first-of-type a{padding:7px 5px;max-width:165px;height:42px;font-size:16px}.responsive .all-in-one-ui-kit .inner-content .title h2{font-size:28px;line-height:38px}.responsive .all-in-one-ui-kit{padding:50px 0 60px}.responsive .all-in-one-ui-kit .inner-content{padding:0 15px}.responsive .sign-up-thanks-sec{max-width:100%;padding:60px 0 50px}.responsive .sign-up-thanks-sec h1{font-size:28px;line-height:38px}.responsive .sign-up-thanks-sec h4{font-size:18px;line-height:28px;margin:0 0 20px}.widget-html.cth-thank-you-title h2{font-size:28px;line-height:35px}body.page-cth-thank-you .page-content{padding:0 15px}.widget-html.cth-thank-you-title{max-width:100%;padding:0 0 25px}body.page-cth-thank-you>.body{padding-bottom:70px !important}}@media screen and (max-width:575px){.widget-snippet .the-results-area .full-container .the-results-head .title{font-size:30px;line-height:32px}.responsive .ecomerce-thum-slider-section .article-content{min-height:auto}.widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 460px}}@media screen and (max-width:425px){.widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 320px}.page-case-study-cater-me .widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 370px}}@media screen and (max-width:375px){.widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 340px;min-height:auto}}@media screen and (max-width:360px){.header .widget-storeLogo img{width:165px}.responsive .deliveries-section .btn-item .single-btn:last-of-type a{margin:0 0 0 20px}.responsive .affordable-pricing-top .full-content .pricing-area{padding:30px 10px}}@media screen and (max-width:350px){.site-popup.popup.multi-language{max-width:300px;min-width:300px}}@media screen and (max-width:320px){.widget.widget-snippet .lasculpte-top-banner-area{padding:60px 0 290px;min-height:auto}.site-popup.popup.multi-language{max-width:285px;min-width:285px}.popup.multi-language .select-wrapper{max-width:230px}.widget-image.header-logo{width:225px !important;top:17px !important}.responsive .header-button a:last-of-type{max-width:105px;line-height:12px;height:30px;font-size:13px;padding:8px 5px}.widget-snippet.header-top-btn{width:105px !important;right:15px !important}.header .widget-storeLogo img{width:140px}.responsive .all-in-one-ui-kit .inner-content .button-box a:last-of-type{margin:0 0 0 15px}.responsive .all-in-one-ui-kit .inner-content .button-box a:first-of-type{max-width:170px}}
@media screen and (max-width:1024px){.widget.widget-html.feature-header{padding:60px 30px 90px 30px}.widget.widget-html.feature-header h1{font-size:44px}.feature-item-container{grid-gap:40px}#spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{padding-right:0}.product-management-section{padding:100px 30px 0 30px}#spltr-47A836D8-A516-4E16-9353-F1211086FA47{top:10px}}@media screen and (max-width:991px){.responsive .feature-sidebar-menu .navigation-item a{padding-left:15px}.product-management-section .fee-sub-title-wrap .fee-sub-title{font-size:30px}.feature-item-container{grid-template-columns:repeat(2,minmax(0,1fr))}.product-management-section .feature-item-container .feeture-title{font-size:18px;line-height:26px;margin:0 0 7px 0}.product-management-section .fee-sub-title-wrap{padding:0 0 15px 0;margin:0 0 30px 0}}@media screen and (max-width:767px){#spltr-47A836D8-A516-4E16-9353-F1211086FA47{padding-top:0;top:-40px;background:transparent;z-index:1;position:absolute !important;display:inline-block;width:auto !important;left:15px;display:none}.feature-item-container{grid-gap:12px}.widget.widget-html.feature-header h1{font-size:32px;line-height:44px}.widget.widget-html.feature-header{padding:30px 15px 60px;margin-bottom:20px}.responsive .widget-navigation.feature-sidebar-menu{margin:0}.widget-navigation.feature-sidebar-menu{margin:0 0 18px 30px;border-left:0}.product-management-section{padding:0 15px 0;margin-top:30px}.features-top .product-management-section{padding-top:30px;margin-top:0}.product-management-section .fee-sub-title-wrap .fee-sub-title{font-size:26px;line-height:35px}.feature-item-container{grid-template-columns:repeat(1,minmax(0,1fr))}}
.body>.body-section>.widget-container{width:auto}.body>.widget-container{width:auto}#spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{width:74.56006120887528%}#spltr-47A836D8-A516-4E16-9353-F1211086FA47{width:25.43993879112471%}.header>.widget-container{height:80px;width:auto}@media(max-width:767px){.responsive #spltr-47A836D8-A516-4E16-9353-F1211086FA47{width:100%}.responsive #spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{width:100%}.responsive .header>.widget-container{height:73px}.responsive .footer>.widget-container{height:1540px}.responsive .body>.widget-container{width:auto}.responsive .body>.body-section>.widget-container{width:auto}}@media(min-width:992px) and (max-width:1200px){.responsive .footer>.widget-container{height:820px}}@media(min-width:768px) and (max-width:991px){.responsive #spltr-47A836D8-A516-4E16-9353-F1211086FA47{width:30.01698880976602%}.responsive #spltr-31FC9D81-01BF-4C55-B76F-3AD615D9EC5E{width:69.98301119023398%}.responsive .footer>.widget-container{height:1050px}}.footer>.widget-container{height:960px;width:auto}
#wi-32638440-9B40-46FD-AD48-8B0E2011A16A{width:730px;height:36px;top:26px;left:645px;right:auto;bottom:auto}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:352px;right:auto;top:26px;bottom:auto;width:730px;height:36px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:332px;right:auto;top:26px;bottom:auto;width:720px;height:36px}}@media(min-width:992px) and (max-width:1200px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:0;right:0;top:53px;bottom:auto;width:auto;height:25px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:0;right:0;top:53px;bottom:auto;width:auto;height:25px}}@media(max-width:767px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:0;right:0;top:48px;bottom:auto;width:auto;height:25px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:410px;right:auto;top:26px;bottom:auto;width:730px;height:36px}}@media(min-width:1601px) and (max-width:1700px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:520px;right:auto;top:26px;bottom:auto;width:730px;height:36px}}@media(min-width:1501px) and (max-width:1600px){.responsive #wi-32638440-9B40-46FD-AD48-8B0E2011A16A{left:470px;right:auto;top:26px;bottom:auto;width:730px;height:36px}}body.widget-snippet .solution-mega-menu .inner-menu .left-part .top-part .items .single-item{padding:10px}.solution-mega-menu{width:100%;background:#fff;box-shadow:0 24px 24px 0 rgba(0,0,0,0.25)}.solution-mega-menu .inner-menu{max-width:1650px;margin-left:auto;margin-right:0;display:flex;flex-wrap:wrap}.solution-mega-menu .inner-menu .left-part{width:55%;padding:65px 67px 60px 0}.solution-mega-menu .inner-menu .right-part{width:45%;background:rgba(247,247,247,1);padding:90px 260px 120px 60px}.solution-mega-menu .inner-menu .left-part .top-part h2{padding:0;margin:0 0 15px;color:#000;font-family:Lexend;font-size:24px;font-weight:600;line-height:30px;text-align:left}.solution-mega-menu .inner-menu .left-part .top-part .items{display:grid;align-items:center;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:25px 26px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item{background:#fff;border-radius:8px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item:hover a{background:rgba(247,247,247,1)}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a{display:flex;flex-wrap:wrap;align-items:start;text-decoration:none;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;padding:14px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .img-part{width:12%}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part{width:88%;padding:0 0 0 10px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part h4{margin:0 0 7px;padding:0;color:#000;font-family:Lexend;font-size:16px;font-weight:500;line-height:20px;text-align:left}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part p{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.01em;text-align:left;color:rgba(0,0,0,0.8);padding:0;margin:0;text-transform:none}.solution-mega-menu .inner-menu .left-part .bottom-part{margin:85px 0 0}.solution-mega-menu .inner-menu .left-part .bottom-part .title-part{display:flex;justify-content:space-between;align-items:center;margin:0 0 15px}.solution-mega-menu .inner-menu .left-part .bottom-part .title-part h3{margin:0;padding:0;font-family:Lexend;font-size:17px;font-weight:600;line-height:21.25px;text-align:left;color:rgba(38,38,38,1)}.solution-mega-menu .inner-menu .left-part .bottom-part .title-part a{font-family:Inter;font-size:14px;font-weight:400;line-height:17px;text-align:left;color:rgb(0,0,0,0.8);-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;padding:0;margin:0}.solution-mega-menu .inner-menu .left-part .bottom-part .title-part a:hover{color:#008df2}.solution-mega-menu .inner-menu .left-part .bottom-part .image-part{display:grid;align-items:center;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:0 12px}.solution-mega-menu .inner-menu .left-part .bottom-part .image-part a.image-item{text-decoration:none;-webkit-transition:all .5s ease 0;transition:all .5s ease 0}.solution-mega-menu .inner-menu .left-part .bottom-part .image-part a.image-item:hover p{color:#008df2}.solution-mega-menu .inner-menu .left-part .bottom-part .image-part a.image-item:hover img{opacity:.85}.solution-mega-menu .inner-menu .left-part .bottom-part .image-part a.image-item p{padding:0;margin:0;color:rgb(0,0,0,0.8);font-family:Lexend;font-size:13px;font-weight:500;line-height:23px;text-align:left}.solution-mega-menu .inner-menu .right-part .inner-item .nav-item{margin:0 0 55px}.right-part .inner-item .nav-item:last-child{margin:0}.solution-mega-menu .inner-menu .right-part .inner-item .nav-item h3{font-family:Lexend;font-size:16px;font-weight:600;line-height:20px;text-align:left;margin:0 0 15px;padding:0;color:rgba(38,38,38,1)}.solution-mega-menu .inner-menu .right-part .inner-item .nav-item p{padding:0;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;width:max-content;display:block;font-family:Inter;font-size:14px;font-weight:400;line-height:17px;letter-spacing:-0.01em;text-align:left;color:rgba(0,0,0,0.8);margin:0 0 14px}.solution-mega-menu .inner-menu .right-part .inner-item .nav-item a:hover{color:#008df2}.marketplace-megamenu .inner-item .single-item{background:#fff;padding:0 15px;border-radius:8px}.marketplace-megamenu .inner-item .single-item:first-child{padding-top:15px}.marketplace-megamenu .inner-item .single-item:last-child{padding-bottom:15px}.marketplace-megamenu .inner-item .single-item a{display:flex;flex-wrap:wrap;align-items:start;text-decoration:none;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;padding:14px}.marketplace-megamenu .inner-item .single-item a .img-part{width:12%}.marketplace-megamenu .inner-item .single-item a .text-part{width:88%;padding:0 0 0 10px}.marketplace-megamenu .inner-item .single-item a .text-part h4{margin:0 0 7px;padding:0;color:#000;font-family:Lexend;font-size:16px;font-weight:500;line-height:20px;text-align:left}.marketplace-megamenu .inner-item .single-item a .text-part p{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.01em;text-align:left;color:rgb(0,0,0,0.8);padding:0;margin:0;text-transform:none}.marketplace-megamenu .inner-item .single-item:hover a{background:rgba(247,247,247,1);border-radius:8px}body.widget-snippet .solution-mega-menu .inner-menu .left-part .top-part .items .single-item{padding:10px}.solution-mega-menu{width:100%;background:#fff;box-shadow:0 24px 24px 0 rgba(0,0,0,0.25)}.solution-mega-menu .inner-menu{max-width:1650px;margin-left:auto;margin-right:0;display:flex;flex-wrap:wrap}.solution-mega-menu .inner-menu .left-part{width:55%;padding:65px 67px 60px 0}.solution-mega-menu .inner-menu .right-part{width:45%;background:rgba(247,247,247,1);padding:90px 260px 120px 60px}.solution-mega-menu .inner-menu .left-part .top-part h2{padding:0;margin:0 0 15px;color:#000;font-family:Lexend;font-size:24px;font-weight:600;line-height:30px;text-align:left}.solution-mega-menu .inner-menu .left-part .top-part .items{display:grid;align-items:center;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:25px 26px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item{background:#fff;border-radius:8px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item:hover a{background:rgba(247,247,247,1)}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a{display:flex;flex-wrap:wrap;align-items:start;text-decoration:none;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;padding:14px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .img-part{width:12%}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part{width:88%;padding:0 0 0 10px}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part h4{margin:0 0 7px;padding:0;color:#000;font-family:Lexend;font-size:16px;font-weight:500;line-height:20px;text-align:left}.solution-mega-menu .inner-menu .left-part .top-part .items .single-item a .text-part p{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.01em;text-align:left;color:rgb(0,0,0,0.8);padding:0;margin:0;text-transform:none}.solution-mega-menu .inner-menu .right-part h3{font-family:Lexend;font-size:20px;font-weight:600;line-height:30px;text-align:left;margin:0 0 20px;padding:0;color:#26262601}.solution-mega-menu .inner-menu .right-part .single-item{display:flex;flex-wrap:wrap;margin:0 0 25px;padding:0;text-decoration:none}.solution-mega-menu .inner-menu .right-part .single-item .image-sec{flex:1;border-radius:6px;overflow:hidden}.solution-mega-menu .inner-menu .right-part .single-item .image-sec img{width:100%;height:100%;object-fit:cover}.solution-mega-menu .inner-menu .right-part .single-item .text-sec{width:68%;padding:0 0 0 25px;text-align:left}.solution-mega-menu .inner-menu .right-part .single-item .text-sec h4{margin:0;padding:0 0 8px;font-family:Inter;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-0.01em;text-align:left;color:#000}.solution-mega-menu .inner-menu .right-part .single-item .text-sec p{margin:0;text-align:left;text-transform:capitalize;font-size:15px;color:#000;padding:0;font-family:'Lexend';line-height:20px;font-weight:400;text-decoration:underline;-webkit-transition:all .5s ease 0;transition:all .5s ease 0}.solution-mega-menu .inner-menu .right-part .single-item:hover .text-sec p{color:#008df2}.solution-mega-menu .inner-menu .right-part .single-item:hover .image-sec img{opacity:.8}#wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{width:215px;height:50px;top:20px;left:auto;right:260px;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:23px;top:20px;bottom:auto;width:215px;height:50px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:30px;top:20px;bottom:auto;width:215px;height:50px}}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:30px;top:20px;bottom:auto;width:215px;height:50px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:30px;top:20px;bottom:auto;width:215px;height:50px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:20px;top:20px;bottom:auto;width:215px;height:50px}}@media(max-width:767px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:20px;top:19px;bottom:auto;width:115px;height:38px}}@media(min-width:1601px) and (max-width:1700px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:140px;top:20px;bottom:auto;width:215px;height:50px}}@media(min-width:1501px) and (max-width:1600px){.responsive #wi-CF400AC7-7143-4C1E-BF1E-32609A56DC0A{left:auto;right:75px;top:20px;bottom:auto;width:215px;height:50px}}body.widget-snippet .header-button{padding:20px 0}.header-button{display:flex;align-items:center}.header-button a{text-transform:capitalize;font-size:16px;color:#000;padding:0;font-family:'Lexend';line-height:20px;font-weight:500;text-decoration:none;margin:0;-webkit-transition:all .5s ease 0;transition:all .5s ease 0}.header-button a:hover{color:#008df2;text-decoration:none}.header-button a:first-of-type{padding:0 0 5px;border-bottom:1px solid #000;margin:0 24px 0 0}.header-button a:first-of-type:hover{color:#008df2;border-bottom:1px solid #008df2}.header-button a:last-of-type{max-width:146px;margin:0;display:block;padding:10px 5px;color:#fff;text-align:center;font-weight:600;line-height:18px;height:40px;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;background:#008df2;width:100%;border-radius:50px}.header-button a:last-of-type:hover{background:#000;text-decoration:none}#wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{width:280px;height:50px;top:17px;left:260px;right:auto;bottom:auto}@media(max-width:767px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:50px;right:auto;top:22px;bottom:auto;width:175px;height:33px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:75px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:992px) and (max-width:1200px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:75px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:30px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:30px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:30px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:1501px) and (max-width:1600px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:75px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}@media(min-width:1601px) and (max-width:1700px){.responsive #wi-37BD1D0C-6829-4FE1-9E75-A9C4EBBB0D32{left:140px;right:auto;top:17px;bottom:auto;width:280px;height:50px}}#wi-07BFE76D-D6C7-40BC-9486-FBD425F40D83{width:auto;height:260px;top:107px;left:0;right:0;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-07BFE76D-D6C7-40BC-9486-FBD425F40D83{left:0;right:0;top:80px;bottom:auto;width:auto;height:260px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-07BFE76D-D6C7-40BC-9486-FBD425F40D83{left:0;right:0;top:80px;bottom:auto;width:auto;height:260px}}@media(max-width:767px){.responsive #wi-07BFE76D-D6C7-40BC-9486-FBD425F40D83{left:0;right:0;top:60px;bottom:auto;width:auto;height:260px}}body.widget-snippet .footer-cta{padding:50px 0}body.widget-snippet .footer-cta .btn-item .single-btn,.fee .widget-snippet .footer-cta .btn-item .single-btn{padding:10px}.footer-cta{max-width:850px;margin:0 auto;background:#000;text-align:center}.footer-cta h2{display:inline-block;margin:0 0 50px;padding:0;font-size:47px;color:#fff;font-family:'Lexend';line-height:62px;font-weight:600;text-align:center}.footer-cta h2 b{display:block;font-weight:600}.footer-cta .btn-item{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.footer-cta .btn-item .single-btn a{text-transform:capitalize;font-size:16px;color:#fff;padding:0;font-family:'Lexend';line-height:20px;font-weight:500;text-decoration:none;margin:0;-webkit-transition:all .5s ease 0;transition:all .5s ease 0}.footer-cta .btn-itemn .single-btn a:hover{color:#008df2;text-decoration:none}.footer-cta .btn-item .single-btn:last-of-type a{padding:0 0 5px;border-bottom:1px solid #fff;margin:0 0 0 36px}.footer-cta .btn-item .single-btn:last-of-type a:hover{color:#008df2;border-bottom:1px solid #008df2}.footer-cta .btn-item .single-btn:first-of-type{max-width:175px;width:100%}.footer-cta .btn-item .single-btn:first-of-type a{max-width:175px;margin:0;display:block;padding:10px 5px;color:#fff;text-align:center;font-weight:500;line-height:28px;height:48px;-webkit-transition:all .5s ease 0;transition:all .5s ease 0;text-decoration:none;background:#07c;width:100%;border-radius:50px;font-size:17px;border-bottom:0}.footer-cta .btn-item .single-btn:first-of-type a:hover{background:#fff;color:#000;text-decoration:none;border-bottom:0}#wi-F23224A9-B678-4546-9C82-30246F2346E7{width:228px;height:40px;top:476px;left:30px;right:auto;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-F23224A9-B678-4546-9C82-30246F2346E7{left:20px;right:auto;top:360px;bottom:auto;width:228px;height:40px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-F23224A9-B678-4546-9C82-30246F2346E7{left:20px;right:auto;top:330px;bottom:auto;width:228px;height:40px}}@media(max-width:767px){.responsive #wi-F23224A9-B678-4546-9C82-30246F2346E7{left:0;right:0;top:305px;bottom:auto;width:auto;height:40px}}#wi-A6E0E70E-15D1-452A-9188-0F90C3BECEB5{width:245px;height:67px;top:540px;left:30px;right:auto;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-A6E0E70E-15D1-452A-9188-0F90C3BECEB5{left:20px;right:auto;top:420px;bottom:auto;width:245px;height:71px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-A6E0E70E-15D1-452A-9188-0F90C3BECEB5{left:20px;right:auto;top:385px;bottom:auto;width:245px;height:71px}}@media(max-width:767px){.responsive #wi-A6E0E70E-15D1-452A-9188-0F90C3BECEB5{left:0;right:0;top:360px;bottom:auto;width:auto;height:71px}}#wi-1234B06F-B6AD-4A7A-9120-158136952180{width:279px;height:53px;top:617px;left:30px;right:auto;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-1234B06F-B6AD-4A7A-9120-158136952180{left:20px;right:auto;top:500px;bottom:auto;width:279px;height:53px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-1234B06F-B6AD-4A7A-9120-158136952180{left:20px;right:auto;top:470px;bottom:auto;width:279px;height:53px}}@media(max-width:767px){.responsive #wi-1234B06F-B6AD-4A7A-9120-158136952180{left:0;right:0;top:1235px;bottom:auto;width:auto;height:53px}}body.widget-snippet .social-link{max-width:700px;margin:0 auto;padding:20px;background:#002733}body.widget-snippet .social-link ul li{padding:10px}body.widget-snippet .social-link ul li a{padding:10px}body.widget-snippet .social-link ul li i{padding:10px}.social-link ul li:before{display:none}.social-link ul{padding:0;margin:0;display:flex;flex-direction:row;align-items:center}.social-link ul li{padding:0 32px 0 0;margin:0}.social-link ul li:last-of-type{padding:0}.social-link ul li a i{color:#fff;font-size:22px}.social-link ul li a:hover i{color:#008df2}#wi-049046F8-2622-4A65-8996-E1414F7610C2{width:1145px;height:71px;top:830px;left:30px;right:auto;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:20px;right:auto;top:690px;bottom:auto;width:400px;height:60px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:20px;right:auto;top:925px;bottom:auto;width:400px;height:65px}}@media(max-width:767px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:0;right:0;top:1385px;bottom:auto;width:auto;height:86px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:30px;right:auto;top:829px;bottom:auto;width:1120px;height:88px}}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:30px;right:auto;top:830px;bottom:auto;width:1050px;height:71px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-049046F8-2622-4A65-8996-E1414F7610C2{left:30px;right:auto;top:830px;bottom:auto;width:960px;height:64px}}#wi-CF6F0D2B-94FE-47A3-B084-89174092B398{width:293px;height:388px;top:477px;left:489px;right:auto;bottom:auto}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-CF6F0D2B-94FE-47A3-B084-89174092B398{left:485px;right:auto;top:481px;bottom:auto;width:260px;height:289px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-CF6F0D2B-94FE-47A3-B084-89174092B398{left:430px;right:auto;top:481px;bottom:auto;width:262px;height:388px}}@media(min-width:992px) and (max-width:1200px){.responsive #wi-CF6F0D2B-94FE-47A3-B084-89174092B398{left:330px;right:auto;top:360px;bottom:auto;width:275px;height:250px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-CF6F0D2B-94FE-47A3-B084-89174092B398{left:315px;top:345px;right:auto;bottom:auto;width:227px;height:275px}}@media(max-width:767px){.responsive #wi-CF6F0D2B-94FE-47A3-B084-89174092B398{left:0;right:0;top:460px;bottom:auto;width:auto;height:388px}}#wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{width:255px;height:321px;top:477px;left:885px;right:auto;bottom:auto}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:900px;right:auto;top:481px;bottom:auto;width:195px;height:309px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:835px;right:auto;top:481px;bottom:auto;width:195px;height:284px}}@media(min-width:992px) and (max-width:1200px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:650px;right:auto;top:360px;bottom:auto;width:199px;height:245px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:auto;right:20px;top:345px;bottom:auto;width:160px;height:254px}}@media(max-width:767px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:0;right:0;top:730px;bottom:auto;width:auto;height:278px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-AF7C81D1-FFB8-4FE5-9DBA-9A1F5A5FB568{left:900px;right:auto;top:477px;bottom:auto;width:255px;height:321px}}#wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{width:190px;height:327px;top:477px;left:1236px;right:auto;bottom:auto}@media(min-width:1301px) and (max-width:1400px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:auto;right:30px;top:481px;bottom:auto;width:112px;height:284px}}@media(min-width:1201px) and (max-width:1300px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:auto;right:30px;top:481px;bottom:auto;width:104px;height:242px}}@media(min-width:992px) and (max-width:1200px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:auto;right:20px;top:360px;bottom:auto;width:104px;height:238px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:315px;right:auto;top:645px;bottom:auto;width:130px;height:220px}}@media(max-width:767px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:0;right:0;top:995px;bottom:auto;width:auto;height:245px}}@media(min-width:1401px) and (max-width:1500px){.responsive #wi-CD1DD5D7-8970-4D17-B925-B10097BF49B3{left:auto;top:477px;right:30px;bottom:auto;width:155px;height:327px}}#wi-7390E37C-A164-4716-BC8E-0CAD6FB50749{width:230px;height:38px;top:822px;left:auto;right:30px;bottom:auto}@media(min-width:992px) and (max-width:1200px){.responsive #wi-7390E37C-A164-4716-BC8E-0CAD6FB50749{left:auto;right:20px;top:690px;bottom:auto;width:230px;height:38px}}@media(min-width:768px) and (max-width:991px){.responsive #wi-7390E37C-A164-4716-BC8E-0CAD6FB50749{left:auto;right:20px;top:927px;bottom:auto;width:230px;height:38px}}@media(max-width:767px){.responsive #wi-7390E37C-A164-4716-BC8E-0CAD6FB50749{left:0;right:0;top:1305px;bottom:auto;width:auto;height:38px}}.online-store-editor{padding:80px 80px 45px 80px;box-sizing:border-box;font-family:'Inter',sans-serif;color:#333;line-height:1.6;max-width:1400px;margin:0 auto;background:linear-gradient(225.6deg,#fff1eb 7.39%,#ace0f9 101.17%);border-radius:15px;margin-top:-235px}body.widget-snippet .online-store-editor{margin-top:0}.online-store-editor .container-sec{display:flex;align-items:center;justify-content:center}.online-store-editor .main-content{display:flex;gap:80px;align-items:center;max-width:1060px;width:100%}.online-store-editor .left-section{display:flex;flex-direction:column;gap:40px;position:relative;flex:1}.online-store-editor .interface-image{width:100%}.online-store-editor .interface-image img{width:auto;height:auto}.online-store-editor .right-section{padding-left:0;max-width:278px}.online-store-editor .main-headline{color:#000;font-weight:600;font-style:SemiBold;font-size:38px;line-height:48px;letter-spacing:-4%;margin:0 0 10px 0}.online-store-editor .description{font-weight:400;font-style:Regular;font-size:16px;line-height:28px;letter-spacing:0}.online-store-editor .skip-link{position:absolute;top:-40px;left:6px;background:#2c3e50;color:white;padding:8px;text-decoration:none;border-radius:3px;z-index:1000;font-weight:bold}.online-store-editor .skip-link:focus{top:6px}.online-store-editor *:focus{outline:3px solid #4a90e2;outline-offset:2px}.online-store-editor .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1500px){.online-store-editor{width:calc(100% - 60px)}}@media(max-width:1024px){.online-store-editor{width:calc(100% - 40px)}.online-store-editor .main-content{gap:45px}.online-store-editor .main-headline{font-size:32px;line-height:43px}.online-store-editor{padding:45px}}@media(max-width:767px){.online-store-editor .main-content{gap:15px;flex-direction:column-reverse}.online-store-editor{padding:30px;width:calc(100% - 30px)}.online-store-editor .main-headline{font-size:30px;line-height:40px}}section.features-section{max-width:1400px;margin:25px auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}section.features-section .feature-card{border-radius:15px;padding:50px;text-align:left;display:flex;flex-direction:column;gap:40px}section.features-section.sec-item-2{grid-template-columns:repeat(2,minmax(0,1fr))}section.features-section.sec-item-2 .feature-content .feature-title{max-width:354px}section.features-section .feature-card:nth-child(1){background:rgba(192,238,208,0.4)}section.features-section .feature-card:nth-child(2){background:rgba(224,232,255,1)}section.features-section .feature-card:nth-child(3){background:rgba(255,243,227,1)}section.features-section.sec-item-2 .feature-card:first-child{background:rgba(255,240,234,1)}section.features-section.sec-item-2 .feature-card:last-child{background:rgba(225,241,255,1)}section.custom-grid-1.features-section.sec-item-2 .feature-card:first-child{background:rgba(225,241,255,1)}section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child{background:linear-gradient(102.18deg,rgba(255,196,239,0.4) -19.71%,rgba(139,182,255,0.4) 133.6%)}section.col-alt.custom-grid-1.features-section.sec-item-2 .feature-card:last-child{background:linear-gradient(246.65deg,#fff3e3 3.23%,#ace0f9 135.76%)}section.col-alt.custom-grid-1.features-section.sec-item-2 .feature-card:first-child{background:linear-gradient(1.87deg,rgba(60,193,137,0.23) 14.8%,rgba(178,178,142,0.23) 68.5%)}section.col-alt.custom-grid-1.features-section.sec-item-2{flex-direction:row-reverse}section.features-section .feature-card img{max-width:fit-content;width:auto;text-align:center;display:inline-block}section.features-section .feature-title{font-weight:600;font-size:32px;line-height:44px;letter-spacing:-0.04em;margin:0 0 15px 0}section.features-section .feature-text{margin:0;font-weight:400;font-size:16px;line-height:28px;letter-spacing:0}section.custom-grid-1.features-section.sec-item-2 .feature-card:first-child{max-width:450px}section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child{flex:1;display:flex;flex-direction:row;align-items:center}section.custom-grid-1.features-section.sec-item-2{display:flex}section.custom-grid-1.features-section.sec-item-2 .feature-card{gap:20px}section.custom-grid-1.features-section.sec-item-2 .feature-card:first-child .feature-title{max-width:306px}section.custom-grid-1.features-section.sec-item-2 .feature-card:last-child .feature-content{max-width:316px;flex-basis:316px}section.col-alt.custom-grid-1.features-section.sec-item-2 .feature-card{gap:50px}