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

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

html {
    box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

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

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

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

big {
    font-size: 125%
}

body {
    background: #fff
}

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

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

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

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

figure {
    margin: 1em 0
}

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

a {
    color: #4169e1
}

a:hover,
a:focus,
a:active {
    color: #191970
}

a:focus {
    outline: thin dotted
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    background-color: #0196E3;
    border: #0196E3 solid 1px;
    border-radius: 25px;
    min-width: 140px
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #36187D
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    width: 100%;
    height: 50px;
    color: #292929;
    background-color: #edeff3;
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    box-shadow: 2px 2px 5px 1px rgba(54, 24, 125, .1) inset
}

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

textarea {
    width: 100%;
    height: 150px
}

.main-navigation {
    display: block;
    width: 100%
}

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

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

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

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

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

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

.main-navigation li {
    position: relative
}

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

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

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

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

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

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

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

.sticky {
    display: block
}

.post,
.page {
    margin: 0
}

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

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

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

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

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

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

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

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

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

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

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

@font-face {
    font-display: swap;
    font-family: 'sf_ui_displaybold';
    src: url(../fonts/sf-ui-display-bold-58646a511e3d9-webfont.eot);
    src: url('../fonts/sf-ui-display-bold-58646a511e3d9-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/sf-ui-display-bold-58646a511e3d9-webfont.woff2) format('woff2'), url(../fonts/sf-ui-display-bold-58646a511e3d9-webfont.woff) format('woff'), url(../fonts/sf-ui-display-bold-58646a511e3d9-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'sf_ui_displaymedium';
    src: url(../fonts/sf-ui-display-medium-58646be638f96-webfont.eot);
    src: url('../fonts/sf-ui-display-medium-58646be638f96-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/sf-ui-display-medium-58646be638f96-webfont.woff2) format('woff2'), url(../fonts/sf-ui-display-medium-58646be638f96-webfont.woff) format('woff'), url(../fonts/sf-ui-display-medium-58646be638f96-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'sf_ui_displaylight';
    src: url(../fonts/sf-ui-display-light-58646b33e0551-webfont.eot);
    src: url('../fonts/sf-ui-display-light-58646b33e0551-webfont.eot?#iefix') format('embedded-opentype'), url(../fonts/sf-ui-display-light-58646b33e0551-webfont.woff2) format('woff2'), url(../fonts/sf-ui-display-light-58646b33e0551-webfont.woff) format('woff'), url(../fonts/sf-ui-display-light-58646b33e0551-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}

body {
    color: #292929;
    font-family: 'sf_ui_displaylight';
    background-color: #F2F3F7
}

h1,
h2 {
    font-family: 'sf_ui_displaybold'
}

h3,
h4,
h5,
.author-name {
    font-family: 'sf_ui_displaymedium'
}

h5 {
    color: #36187D
}

header ul,
header ol,
footer ul,
footer ol {
    list-style: none;
    margin: 0
}

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

a,
a:hover {
    text-decoration: none
}

a,
a:hover,
a:active,
a:focus {
    outline: none !important
}

::-moz-selection {
    color: #fff;
    background: #FD9426
}

::selection {
    color: #fff;
    background: #FD9426
}

.transition,
.btn,
button {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bgcover {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.gap {
    padding-top: 4em;
    padding-bottom: 4em
}

.site-branding {
    max-width: 100px;
    margin: 20px auto 10px
}

.header-top {
    padding: 10px 0;
    background-color: #292929
}

.header-top,
.header-top a {
    color: #fff;
    font-size: 14px
}

.header-top span {
    display: inline-block;
    position: relative;
    padding: 0 10px
}

.header-top span:before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    margin: auto
}

.header-top span:last-child:before {
    display: none
}

.header-top img {
    width: 20px;
    display: inline-block;
    margin-right: 10px
}

.me-acc {
    display: inline-block;
    padding-left: 30px;
    background-image: url(../../../../../../themes/mcaas/images/user.png);
    background-size: 18px auto;
    background-position: left center;
    background-repeat: no-repeat;
    color: #292929;
    font-family: 'sf_ui_displaymedium'
}

.me-acc:active,
.me-acc:focus,
.me-acc:visited,
.cart-contents:active,
.cart-contents:focus,
.cart-contents:visited {
    color: #292929
}

.main-navigation a {
    padding: 15px 5px;
    font-family: 'sf_ui_displaymedium'
}

.cart-contents img {
    width: 20px
}

.hero-banner-slide .overlay {
    padding: 6em 0;
    color: #fff
}

.banner-content {
    max-width: 830px;
    margin: 0 auto
}

.hero-banner-slide h2 {
    font-size: 60px;
    line-height: 70px
}

.hero-banner-slide .txt-content {
    max-width: 750px;
    margin: 0 auto 10px
}

.hero-banner-slide .btn {
    display: inline-block;
    color: #0196E3;
    padding: 10px 20px;
    border: #0196E3 solid 1px;
    background-color: transparent;
    border-radius: 25px;
    min-width: 140px
}

.hero-slider-block .slick-dots {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    list-style: none
}

.hero-slider-block .slick-dots li button {
    width: 8px;
    min-width: initial;
    height: 8px;
    font-size: 0;
    color: transparent;
    background-color: rgba(255, 255, 255, .6);
    border: none;
    border-radius: 10px;
    padding: 0
}

.hero-slider-block .slick-dots li.slick-active button {
    background-color: #0196E3;
    width: 10px;
    height: 10px
}

.section-heading {
    position: relative;
    margin-bottom: 25px;
    z-index: 2
}

.section-heading h2 {
    color: #36187D
}

.behind-txt {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.behind-txt h2 {
    color: #292929;
    font-size: 130px;
    line-height: 135px;
    opacity: .03
}

h2 p {
    margin: 0
}

.can-do-wrap {
    text-align: center;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.can-do-wrap h5 {
    font-size: 16px
}

.can-do-wrap .can-do-icon {
    width: 100%;
    height: 70px;
    margin-bottom: 20px
}

.can-do-wrap .can-do-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.about-us .behind-txt {
    left: -90px
}

.about-us h5 {
    color: #36187D
}

.with-border img {
    border: #fff solid 4px;
    border-radius: 20px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.btn,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background-color: #35b8fc;
    border: #35b8fc solid 1px;
    border-radius: 25px;
    min-width: 140px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    padding: 15px 20px
}

.btn:hover,
.btn:active,
.btn:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background-color: #36187D
}

.two-column-with-img h5 {
    color: #36187D
}

.two-column-with-img .behind-txt {
    left: 15%
}

.endorsed-wrap {
    padding: 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.endorsed-img {
    width: 130px
}

.endorsed-txt {
    padding: 0 0 0 25px;
    -webkit-width: calc(100% - 131px);
    width: calc(100% - 131px)
}

.endorsed-txt h4 {
    color: #36187D
}

.testimonial-slider {
    padding: 0 150px
}

.signle-testimonial-block {
    text-align: center
}

.testimonial-author-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2em;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.rating-container .caption {
    display: none
}

.signle-testimonial-block .content {
    max-width: 850px;
    margin: 0 auto
}

.signle-testimonial-block .content p {
    font-size: 20px
}

.author-name {
    font-size: 20px;
    font-style: italic;
    color: #36187D
}

.slick-button {
    padding: 0;
    min-width: initial
}

.testimonial-slider .slick-button {
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    color: #0196E3;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-slider .slick-prev {
    left: 0
}

.testimonial-slider .slick-next {
    right: 0
}

.call-to-action-wrap {
    padding: 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.call-to-action h2 {
    color: #36187D
}

.call-to-action .btn {
    padding: 15px 20px 13px;
    border-radius: 35px;
    letter-spacing: .05em
}

.site-footer {
    padding: 3em 0
}

.site-footer,
.site-footer a {
    font-size: 14px;
    color: #292929
}

.footer-logo {
    max-width: 80px
}

.site-footer ul {
    padding: 0;
    margin: 0;
    text-align: right
}

.banner-txt {
    padding: 9em 0
}

.can-do-block {
    position: relative;
    padding-left: 100px;
    min-height: 80px
}

.can-do-block .do-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    left: 0
}

.can-do-block .do-icon img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px
}

.can-do-block h5 {
    color: #36187D
}

.can-do-block p:last-child {
    margin-bottom: 0
}

.contact-info-wrap {
    display: inline-block;
    text-align: center;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4);
    margin: 0 50px
}

.contact-info-icon {
    height: 50px;
    margin-bottom: 15px
}

.contact-info-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.contact-info-wrap h5 {
    margin-bottom: 10px
}

.contact-info-wrap a {
    color: #292929
}

.contact-form .wpcf7-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full {
    width: 100%
}

.half {
    width: 47%
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px
}

.wpcf7-not-valid-tip {
    font-size: 11px
}

.accordion-content {
    display: none
}

.accordion-block .fa-chevron-up {
    display: none
}

.accordion-block.pressed .fa-chevron-up {
    display: block
}

.accordion-block.pressed .fa-chevron-down {
    display: none
}

.faq-section {
    background-color: #F2F3F7
}

.faq-section .accordion-title {
    padding: 20px 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4);
    margin-bottom: 30px
}

.faq-section .accordion-title:last-child {
    margin-bottom: 0
}

.faq-section .container {
    max-width: 930px
}

.accordion-title {
    display: flex;
    align-items: center
}

.accordion-title .accordion-title .arrow {
    margin-left: auto
}

.accordion-title h3 {
    color: #36187D;
    font-size: 20px;
    margin-bottom: 0
}

.pressed .accordion-title h3 {
    color: #0196E3;
    font-size: 20px
}

.accordion-title i {
    color: #0196E3
}

.accordion-title {
    cursor: pointer
}

.accordion-title:hover h3 {
    color: #0196E3
}

.pressed .accordion-title i {
    color: #36187D
}

.accordion-title img {
    width: 90px;
    margin-left: 20px
}

.pressed .accordion-title .down {
    display: none
}

.accordion-content .inner {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%
}

.accordion-title .up {
    display: none
}

.pressed .accordion-title .up {
    display: block
}

.arrow {
    margin-left: auto;
    margin-right: -15px
}

.arrow i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 6px 7px;
    border-radius: 50%;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.faq-section.gap {
    padding-bottom: 1em;
    padding-top: 5em
}

.service-block {
    text-align: center;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.service-block .do-icon {
    width: 100%;
    height: 90px;
    margin-bottom: 20px
}

.service-block .do-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.service-block p:last-child {
    margin-bottom: 0
}

.service-right .with-border img,
.service-left .with-border img {
    border: #fff solid 6px
}

.blurb-block+.text-with-img-b.gap {
    padding-top: 0
}

.text-with-img-b .content-wrapper {
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4);
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-radius: 25px;
    overflow: hidden
}

.text-with-img-b .content-block {
    padding: 15px 30px
}

.text-with-img-b .content-block p:last-child {
    margin-bottom: 0
}

.feature-testimonial {
    padding: 30px 4em;
    border-radius: 25px;
    box-shadow: 2px 2px 5px 1px rgba(54, 24, 125, .1) inset
}

.feature-testimonial .signle-testimonial-block .content {
    max-width: 100%
}

.feature-testimonial .testimonial-author-img {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0
}

.feature-testimonial .author-name,
.all-testimonials .author-name {
    font-size: 18px;
    font-style: normal;
    color: #36187D
}

.star-rating {
    pointer-events: none
}

.rating-container .rating-input {
    opacity: 0
}

.all-testimonials .signle-testimonial-block {
    padding: 30px 30px 15px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4);
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1)
}

.all-testimonials .signle-testimonial-block .content p {
    font-size: 16px
}

.all-testimonials .testimonial-author-img {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.product-filter-wrap {
    width: 280px
}

.filter-by-cat {
    width: 100%;
    padding: 15px 0;
    box-shadow: 2px 2px 5px 1px rgba(54, 24, 125, .1) inset;
    border-radius: 25px
}

.filter-by-cat ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.filter-by-cat li {
    display: block
}

.filter-by-cat li a {
    font-size: 16px;
    color: #36187D;
    display: block;
    padding: 5px 20px;
    font-family: 'sf_ui_displaymedium'
}

.product-listing {
    -webkit-width: calc(100% - 281px);
    width: calc(100% - 281px);
    padding-left: 40px
}

.product-listing .page-title {
    display: none
}

ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

ul.products .product {
    text-align: center;
    padding: 0 15px;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.woocommerce ul.products li.product a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    height: 100%
}

.woocommerce ul.products li.product a .imagewrapper {
    border-radius: 25px 25px 0 0;
    overflow: hidden
}

.woocommerce ul.products li.product a .imagewrapper,
.woocommerce ul.products li.product h2,
.woocommerce-shop ul.products li.product a .price,
.tax-product_cat ul.products li.product a .price,
.woocommerce ul.products li.product .price {
    display: block;
    width: 100%
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    color: #36187D;
    margin: 5px 0 20px;
    padding: 0 20px;
    font-family: 'sf_ui_displaymedium'
}

.woocommerce-shop ul.products li.product a .price,
.tax-product_cat ul.products li.product a .price,
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #292929;
    margin-top: auto
}

.woocommerce div.product div.summary {
    margin-top: 0
}

.woocommerce div.product .product_title {
    color: #36187D
}

h6.product_category_title {
    color: #0196E3;
    letter-spacing: .07em;
    font-family: 'sf_ui_displaymedium'
}

.woocommerce div.product form.cart .variations tr {
    width: 50%;
    float: left
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    width: 90%;
    float: left
}

.woocommerce div.product form.cart .variations td.label {
    display: none
}

.woocommerce div.product form.cart .reset_variations {
    float: right;
    color: #36187D
}

.woocommerce-variation-price {
    margin-bottom: 15px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price .woocommerce div.product .woocommerce-variation-price .price {
    color: #36187D;
    font-family: 'sf_ui_displaybold'
}

.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    padding: 0 15px 0 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none
}

#tab-description .d-flex {
    margin: 0 -15px
}

.pro-description,
.pro-extra {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
}

body #tab-description {
    padding: 30px 30px 10px;
    border-radius: 25px;
    box-shadow: 2px 2px 5px 1px rgba(54, 24, 125, .1) inset
}

.pro-description h4,
.pro-extra h4 {
    color: #36187D;
    font-family: 'sf_ui_displaybold'
}

.pro-description ul,
.pro-extra ul {
    list-style: none;
    padding: 0;
    margin-left: 0
}

.pro-description li,
.pro-extra li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 15px
}

.pro-description li:before,
.pro-extra li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #292929;
    display: block
}

.related.products {
    padding-top: 4em
}

.related.products h2 {
    text-align: center;
    color: #36187D;
    margin-bottom: 2em
}

.woocommerce-cart .site-main {
    padding: 80px 0
}

.woocommerce-cart .entry-header h1 {
    color: #36187D;
    text-align: center;
    width: 250px;
    margin: auto;
    position: relative
}

.woocommerce-cart .entry-header h1:before {
    content: 'Cart';
    color: #292929;
    font-size: 130px;
    line-height: 135px;
    opacity: .03;
    position: absolute;
    top: -60px;
    right: 45px
}

.woocommerce-cart .woocommerce-cart-form {
    margin-top: 60px
}

.woocommerce-cart table.shop_table {
    border: none
}

.woocommerce-cart table.shop_table thead {
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.woocommerce-cart table.shop_table thead th {
    padding-top: 15px;
    padding-bottom: 15px
}

.woocommerce-cart table.shop_table td {
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.woocommerce-cart table.shop_table td.product-price {
    font-size: 18px;
    color: #292929
}

.woocommerce a.remove {
    color: #0196E3 !important
}

.woocommerce-cart table.shop_table td.service {
    display: flex
}

.woocommerce-cart table.shop_table .product-name {
    padding-left: 15px
}

.woocommerce-cart table.shop_table .product-name a {
    font-size: 18px;
    color: #292929;
    font-weight: 700
}

.woocommerce-cart table.shop_table .product-name dt {
    display: none
}

.woocommerce-cart table.shop_table .product-name dd {
    margin: 0
}

.woocommerce-cart table.shop_table .product-name dd p {
    margin-bottom: 2px
}

.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-cart .woocommerce-cart-form {
    width: 65%
}

.woocommerce-cart .cart-collaterals {
    width: 35%;
    padding-top: 60px;
    padding-left: 40px
}

.woocommerce-cart .cart-collaterals .coupon label {
    display: none
}

.woocommerce-cart .quantity .qty {
    width: 70px
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    border-style: solid;
    border-width: 3px;
    border-top-color: rgba(255, 255, 255, .4);
    border-right-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-color: rgba(255, 255, 255, .4)
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    text-align: center;
    color: #36187D
}

.woocommerce-cart .cart-collaterals .coupon {
    position: relative
}

.woocommerce-cart .cart-collaterals .coupon input {
    margin-left: 0;
    background-color: #edeff3;
    box-shadow: 2px 2px 5px 1px rgba(54, 24, 125, .1) inset;
    border-radius: 25px;
    padding: 15px 50px 15px 20px;
    margin-right: 40px
}

.woocommerce-cart .cart-collaterals .coupon button {
    width: 30px;
    font-size: 0;
    position: absolute;
    right: -40px;
    top: 2px
}

.woocommerce-cart .cart-collaterals .coupon button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 60px;
    font-size: 18px;
    color: #0196E3;
    top: 15px
}

.woocommerce-cart .cart-collaterals .cart-subtotal th {
    font-weight: 400
}

.woocommerce-cart .cart-collaterals .cart-subtotal th {
    vertical-align: middle !important;
    border-top: 0
}

.woocommerce-cart .cart-collaterals tr td {
    text-align: right !important
}

.woocommerce-cart .cart-collaterals tr th {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals {
    position: relative
}

.woocommerce-cart .wc-proceed-to-checkout {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100px
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #35b8fc;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 15px 30px;
    width: 160px;
    margin: auto
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #36187D
}

.woocommerce-cart td.actions button.button:disabled,
.woocommerce-cart td.actions button.button {
    background-color: #35b8fc;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 15px 30px;
    width: 160px;
    margin: auto
}

.woocommerce-cart #primary table.cart td.actions {
    text-align: center
}

.col-set2 h3 {
    text-align: center
}

.woocommerce-checkout .entry-content,
.page-id-45 .entry-content {
    padding-top: 4em;
    padding-bottom: 4em
}

.order_review-wrap {
    width: 400px
}

.woocommerce-checkout .woocommerce #customer_details {
    -webkit-width: calc(100% - 401px);
    width: calc(100% - 401px);
    padding-right: 30px
}

#order_review_heading {
    display: none
}

.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table td {
    border: none;
    vertical-align: top
}

.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot th {
    border: none
}

.woocommerce-checkout table.shop_table td.product-total,
.woocommerce-checkout table.shop_table td:last-child {
    text-align: right
}

.pro-thumb {
    width: 75px;
    height: auto
}

.pro-title {
    -webkit-width: calc(100% - 75px);
    width: calc(100% - 75px);
    color: #292929;
    font-family: 'sf_ui_displaymedium';
    padding: 0 0 0 15px;
    font-size: 15px;
    line-height: 20px
}

.pro-title span {
    opacity: .6;
    display: block;
    margin-top: 5px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    padding: 30px;
    border-radius: 20px;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.woocommerce-order-received .section-heading h2 {
    font-size: 40px
}

.woocommerce-order-received .entry-header,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-lost-password .entry-header,
.page-id-45 .entry-header {
    display: none
}

.order-info {
    text-align: center
}

.order-info h4 {
    font-size: 28px;
    font-family: 'sf_ui_displaybold'
}

.order-info h4 span {
    color: #0196E3
}

.woocommerce-lost-password form .form-row {
    width: 100%
}

.woocommerce-lost-password .woocommerce-Button.button.btn,
.page-id-45 .woocommerce-button.button {
    margin: 0 auto;
    padding: 16px 20px
}

.remember a,
.register+p a,
.page-id-45 .entry-content a {
    color: #0196E3
}

.page-id-136 .site-main {
    padding-top: 4em;
    padding-bottom: 4em
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%
}

.footer-top-menu li,
.footer-bottom-menu li {
    display: inline-block;
    margin: 0 7px
}

.footer-top-menu li:last-child,
.footer-bottom-menu li:last-child {
    margin-right: 0
}

.footer-bottom-menu {
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    .we-do.gap {
        padding-top: 110px
    }

    .page-id-27 .about-us.gap,
    .contact-us.gap {
        padding-top: 150px
    }

    .page-id-27 .call-to-action.gap,
    .gap.contact-form {
        padding-bottom: 150px
    }

    .text-with-img-left.gap,
    .two-column-with-img.gap {
        padding-bottom: 7em
    }

    .endorsed-txt h4 {
        font-weight: 700
    }

    .testimonials-block .behind-txt {
        left: auto;
        right: 65px
    }

    .contact-information .behind-txt {
        left: -270px
    }

    .testimonial-txt .behind-text h2 {
        font-weight: 700
    }

    .testimonial-txt .behind-txt {
        left: -9%
    }

    .testimonial-txt .section-heading h2 {
        font-size: 42px
    }

    .woocommerce-cart #primary {
        padding-bottom: 200px
    }
}

.contact-us input[type="submit"] {
    background-color: #39b7fa;
    border: 1px solid #39b7fa
}

.woocommerce button.button.alt.disabled {
    background-color: #39b7fa;
    border: 1px solid #39b7fa
}

.woocommerce button.button.alt.disabled:hover {
    background-color: #36187D
}

.testimonial-section .feature-testimonial {
    background-color: #edeff3
}

.testimonial-section .all-testimonials .signle-testimonial-block {
    background: #f2f3f7
}

.filter-by-cat li a:hover {
    background-color: #35b8fc;
    color: #fff
}

.filter-by-cat {
    background-color: #edeff3
}

.entry-summary {
    position: relative
}

.custom-button {
    position: absolute;
    bottom: 48px;
    left: 290px
}

.custom-button a {
    padding: 10px 30px;
    border: 1px solid #39b7fa;
    border-radius: 25px;
    color: #39b7fa;
}

.custom-button a:hover {
    border: 1px solid #36187D;
    color: #36187D
}

.single-product div.product form.cart .button {
    margin-left: 20px
}

body #tab-description {
    background-color: #edeff3
}

.woocommerce .coupon button.button {
    background-color: transparent;
    border: none
}

.woocommerce-info {
    width: 100%
}

.woocommerce a.empty-cart {
    display: none
}

.woocommerce .woocommerce-cart-form a.empty-cart {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #39b7fa;
    border-radius: 25px;
    color: #39b7fa;
    ;
    margin-right: 30px;
    background-color: transparent
}

.woocommerce .woocommerce-cart-form a.empty-cart:hover {
    border: 1px solid #36187D;
    color: #36187D
}

.woocommerce-message {
    border-top-color: #36187D
}

.woocommerce-message::before {
    content: "\e015";
    color: #36187D
}

.woocommerce-order .btn {
    color: white !important
}

.woocommerce-tabs li {
    color: #68686a
}

.woocommerce span.onsale {
    display: none
}

.clean-wrap {
    margin-top: 30px
}

.ser-sol-btn {
    font-size: 20px;
    color: grey;
    padding: 10px 25px 0 25px;
    margin: 0 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 15px
}

.ser-sol-btn:hover,
.cl-sol-btn:hover {
    background-color: #36187D;
    ;
    color: #fff
}

.cl-sol-btn {
    font-size: 20px;
    color: #292929;
    padding: 10px 25px 10px 25px;
    color: #0196E3;
    border-radius: 15px;
    background-color: #fff;
    font-weight: 700;
    margin: 0 20px;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1);
    cursor: pointer
}

.cl-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: -10px;
    position: relative;
    z-index: 111
}

.service-sol {
    display: none
}

.clean-wrap.ser-parent .ser-sol-btn,
.clean-wrap.clean-parent .cl-sol-btn {
    font-size: 20px;
    color: #292929;
    padding: 7px 12px;
    color: #0196E3;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 7px 5px 15px 4px rgba(54, 24, 125, .1)
}

.clean-wrap.ser-parent .cl-sol-btn,
.clean-wrap.clean-parent .ser-sol-btn {
    font-size: 20px;
    color: #292929;
    padding: 10px;
    background-color: transparent
}

.clean-wrap.ser-parent .service-sol {
    display: flex
}

.clean-wrap.ser-parent .clean-sol {
    display: none
}

.clean-wrap.clean-parent .service-sol {
    display: none
}

.clean-wrap.clean-parent .clean-sol {
    display: flex
}

.service-sol,
.clean-sol {
    justify-content: center;
    ffont-family: 'sf_ui_displaymedium'
}

.clean-wrap .can-do-wrap {
    background-color: #fff
}

.button-wrap {
    margin-top: 40px
}

.woocommerce-account .woocommerce a {
    font-family: 'sf_ui_displaymedium';
    text-decoration: underline
}

.woocommerce-account.logged-in .woocommerce a {
    font-family: 'sf_ui_displaybold';
    text-decoration: none
}

.woocommerce-orders-table__cell-order-actions a {
    color: white !important;
    text-align: center;
    text-decoration: none
}

.clean-wrap .can-do-wrap {
    margin: 0 15px;
    padding: 50px 10px
}

.clean-wrap {
    padding-left: 30px;
    padding-right: 30px
}

.clean-wrap .can-do-wrap .can-do-icon {
    height: 100px
}

.clean-wrap .btn {
    padding: 15px 15px;
    border-radius: 35px
}

.services .behind-txt h2 {
    line-height: auto
}

.services .behind-txt {
    left: -170px
}

.woocommerce-Message a {
    color: #fff
}

.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce-account h2,
.woocommerce-account h3 {
    color: #36187D;
    font-size: 25px
}

.custom-button a {
    display: inline-block
}

.woocommerce-account fieldset {
    margin-top: 40px
}

.woocommerce-account fieldset+.clear+p {
    margin-left: 20px
}

.woocommerce-Message .button {
    color: white !important
}

@media screen and (max-width:767px) {
    .custom-button {
        bottom: 0
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 0 1% 2.992em 1%
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 30px
    }

    h2,
    h2 p {
        font-size: 30px
    }

    h3 {
        font-size: 20px
    }

    p {
        font-size: 16px
    }

    .hero-banner-slide h2 {
        font-size: 30px;
        line-height: 35px
    }

    body .hero-banner-slide .overlay {
        padding: 60px 0
    }

    .we-do .row .col-12,
    .endorsed-by .col-md-6 {
        margin-bottom: 30px
    }

    .we-do .row .col-12:last-child,
    .endorsed-by .col-md-6:last-child {
        margin-bottom: 0
    }

    .hero-slider-block .slick-dots {
        right: 10px
    }

    .behind-txt h2 {
        font-size: 70px
    }

    .about-us .behind-txt {
        left: 0
    }

    .about-us .right-img {
        margin-top: 30px
    }

    .clean-wrap .can-do-wrap {
        padding: 20px 0;
        margin-bottom: 30px
    }

    .clean-wrap .can-do-wrap .can-do-icon {
        height: 70px
    }

    .text-with-img-left .row .col-md-6:first-child {
        order: 2
    }

    .text-with-img-left .row .col-md-6:last-child {
        order: 1
    }

    .endorsed-img {
        width: 100%
    }

    .endorsed-img img {
        height: 70px;
        margin: auto
    }

    .endorsed-img {
        text-align: center
    }

    .endorsed-txt {
        padding-left: 0
    }

    .endorsed-txt {
        width: 100%
    }

    .testimonial-slider {
        padding: 0
    }

    .signle-testimonial-block .content p {
        font-size: 16px
    }

    .call-to-action-wrap .justify-content-end {
        justify-content: center !important
    }

    .call-to-action-wrap .col-md-6 {
        text-align: center
    }

    .footer-logo {
        margin: auto
    }

    .copyright {
        text-align: center
    }

    .services .behind-txt {
        left: 0
    }

    .about-us .behind-txt {
        left: 0;
        right: auto
    }

    .home.testimonial-author-img img {
        width: 70px;
        margin: auto;
        padding-top: 25px
    }

    .testimonial-slider .slick-button {
        top: 45%
    }

    .call-to-action-wrap h2 {
        margin-bottom: 20px !important
    }

    .testimonials-block .behind-txt h2 {
        font-size: 50px
    }

    .call-to-action.gap {
        padding-left: 20px;
        padding-right: 20px
    }

    .site-footer ul {
        text-align: center
    }

    .footer-bottom-menu {
        margin-top: 30px
    }

    .site-footer .align-items-end {
        align-items: center !important
    }

    .banner-txt {
        padding: 60px 0
    }

    .text-with-img-left .col-md-5 {
        order: 2
    }

    .text-with-img-left .col-md-7 {
        order: 1
    }

    .text-with-img-left .behind-txt {
        left: 0;
        right: auto
    }

    .gap {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .text-with-img-b {
        margin-left: 20px;
        margin-right: 20px
    }

    .text-with-img-b .content-block {
        padding: 30px 0
    }

    .service-left .col-md-6:first-child {
        order: 2
    }

    .service-left .col-md-6:last-child {
        order: 1
    }

    .service-left .right-img {
        padding-top: 0px !important
    }

    .footer-top-menu {
        margin-bottom: 10px
    }

    .footer-top-menu li {
        margin-bottom: 20px
    }

    .contact-info-wrap {
        margin-bottom: 20px
    }

    .contact-info-wrap:last-child {
        margin-bottom: 0
    }

    .contact-info-icon {
        height: auto;
        width: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .half,
    .full {
        width: 100%
    }

    .contact-us input[type="submit"] {
        margin-left: 80px
    }

    .accordion-title h3,
    .pressed .accordion-title h3 {
        font-size: 16px
    }

    .accordion-title img {
        width: 60px
    }

    .accordion-content .inner {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px
    }

    .faq-section .accordion-title {
        padding: 10px 30px 10px 15px
    }

    .faq-section h3 {
        width: calc(100% - 60px)
    }

    .arrow {
        width: 60px
    }

    .privacy-policy h2 {
        font-size: 25px
    }

    .woocommerce div.product .product_title {
        font-size: 20px
    }

    .woocommerce div.product div.summary {
        margin-bottom: 8em
    }

    body .custom-button {
        bottom: -70px;
        left: 0
    }

    .woocommerce-page .related ul.products[class*="columns-"] li.product {
        width: 100%
    }

    .pro-description,
    .pro-extra {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px
    }

    .woocommerce a.button {
        min-width: auto
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        width: 100%
    }

    .woocommerce-cart .entry-header h1::before,
    .woocommerce-checkout .entry-header h1::before {
        font-size: 80px
    }

    .woocommerce-page table.cart .product-thumbnail {
        display: block !important
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " "
    }

    .woocommerce-page table.cart td.actions .button.empty-cart {
        text-align: center;
        width: 150px;
        margin: auto;
        margin-bottom: 20px
    }

    .woocommerce-cart .cart-collaterals {
        padding-left: 0
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        width: calc(100% - 40px)
    }

    .woocommerce-cart .site-main {
        padding-bottom: 120px
    }

    .woocommerce-checkout .woocommerce #customer_details,
    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last,
    .woocommerce-account form .form-row-first,
    .woocommerce-account form .form-row-last {
        width: 100%
    }

    #order_review {
        margin-top: 40px
    }

    .woocommerce-checkout .woocommerce #customer_details {
        padding-right: 0
    }

    .cart-contents .cart-contents-count {
        font-size: 15px
    }

    .woocommerce-order-received .section-heading h2 {
        font-size: 30px
    }

    .order-info h4 {
        font-size: 20px
    }

    .woocommerce-order-received .woocommerce-order-details {
        margin-top: 60px
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 50px
    }

    .woocommerce-lost-password .woocommerce-Button.button.btn,
    .page-id-45 .woocommerce-button.button {
        padding: 6px 20px
    }

    .woocommerce-account .addresses .title h3 {
        font-size: 20px
    }

    .product-filter-wrap {
        width: auto
    }

    .product-listing {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .woocommerce-shop ul.products li.product a .price,
    .tax-product_cat ul.products li.product a .price,
    .woocommerce ul.products li.product .price {
        margin-top: 0
    }

    .hero-banner-slide .txt-content,
    .hero-banner-slideh2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .cl-sol-btn {
        margin-bottom: 10px
    }

    .cl-sol-btn:last-child {
        margin-bottom: 0
    }

    .two-column-with-img .behind-txt {
        left: 0
    }

    .endorsed-txt {
        text-align: center
    }

    .feature-testimonial {
        padding-left: 30px;
        padding-left: 30px
    }

    .home .testimonial-author-img {
        width: 120px;
        height: 120px
    }

    .endorsed-by .col-12:first-child .endorsed-img {
        margin-bottom: 20px
    }

    body .product-listing {
        padding-left: 10px
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 10px
    }

    .woocommerce-cart .cart-collaterals {
        width: 300px;
        margin: auto
    }
}

@media (min-width:767px) and (max-width:1120px) {
    body .testimonial-txt .behind-txt {
        left: 0
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        width: 50%
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        margin-left: -20px
    }

    .woocommerce .woocommerce-cart-form a.empty-cart {
        min-width: auto;
        margin-bottom: 20px;
        text-align: center
    }

    .woocommerce-checkout .woocommerce #customer_details {
        width: 60%
    }

    .order_review-wrap {
        width: 40%
    }

    .woocommerce-checkout .entry-header h1::before {
        left: -50%
    }

    .clean-wrap .can-do-wrap {
        margin: 0
    }

    .endorsed-img {
        width: 50px
    }

    .endorsed-txt {
        width: calc(100% - 50px)
    }
}

@media screen and (max-width:992px) {
    .product-filter-wrap {
        display: none;
        position: absolute;
        z-index: 999
    }

    .filter-toggle {
        cursor: pointer;
        margin-bottom: 20px
    }

    .product-listing {
        width: 100%;
        padding-left: 0
    }

    body .custom-button {
        bottom: -70px;
        left: 0
    }

    .woocommerce div.product div.summary {
        margin-bottom: 8em
    }
}

@media screen and (min-width:992px) {
    .filter-toggle {
        display: none
    }
}

@media (min-width:0) and (max-width:411px) {
    body .mob-menu-header-holder {
        top: 90px
    }

    .header-top span::before {
        content: none
    }
}

@media (min-width:411px) and (max-width:1024px) {
    body .mob-menu-header-holder {
        top: 70px
    }
}

@media (min-width:0) and (max-width:1024px) {
    .mobmenu .headertext {
        display: none
    }

    body .site-branding,
    body .site-header {
        display: block !important
    }

    body .mob-menu-header-holder {
        width: 50px;
        position: fixed
    }

    .me-acc {
        font-size: 0;
        width: 30px;
        height: 30px
    }

    .cart-contents {
        font-size: 0
    }

    .site-header .container {
        padding-right: 60px
    }

    .site-header {
        margin-top: -50px
    }

    body .mobmenul-container i {
        color: #292929;
        background-color: rgb(255, 255, 255, .3)
    }

    body .mob-menu-header-holder {
        background-color: transparent
    }

    .site-branding a img {
        width: 70px
    }

    .site-header .header-top .container {
        padding-right: 20px
    }
}

.btnLoadmoreWrapper {
    text-align: center;
    width: 100%
}

.reviewLoadMorebtn {
    margin: 0 auto
}

.LoaderImg {
    text-align: center;
    width: 100%
}

.LoaderImg img {
    margin: 0 auto
}

.noMorePostsFound {
    text-align: center;
    margin-top: 20px
}

.nta_wa_button {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    right: 10px
}

.wceb_picker_wrap input {
    width: 100%;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    border: 1px solid;
    max-width: 300px
}

.wceb_picker_wrap .form-row {
    flex-direction: column
}

.service-right .testimonial-slider,
.service-left .testimonial-slider {
    padding: 0 30px
}

.endorsed-wrap {
    border: 3px solid rgba(255, 255, 255, .4);
    box-shadow: none
}

.list-category li:nth-child(1),
.list-category li:nth-child(4),
.list-category li:nth-child(7),
.list-category li:nth-child(10),
.list-category li:nth-child(13) {
    clear: both
}

.list-category li:nth-child(3),
.list-category li:nth-child(6),
.list-category li:nth-child(9),
.list-category li:nth-child(12),
.list-category li:nth-child(15) {
    margin-right: 0 !important
}

.account-sec {
    display: none !important
}

.tax-product_cat table {
    table-layout: fixed
}

.tax-product_cat table td {
    border: 1px solid #ddd;
    padding: 10px
}