iframe {
    border: 0;
}
[hidden] {
    display: none !important;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1230px;
    }
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.75;
    color: #626262;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #626262;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1a45b3;
    border-color: #1941a9;
}
.btn-primary:focus {
    color: #fff;
    background-color: #1a45b3;
    border-color: #1941a9;
    box-shadow: 0 0 0 0.25rem rgba(65, 107, 218, 0.5);
}
.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #1941a9;
    border-color: #173d9e;
}
.btn-primary.active:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(65, 107, 218, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-secondary {
    color: #000;
    background-color: #6cb930;
    border-color: #6cb930;
}
.btn-secondary:hover {
    color: #000;
    background-color: #82c44f;
    border-color: #7bc045;
}
.btn-secondary:focus {
    color: #000;
    background-color: #82c44f;
    border-color: #7bc045;
    box-shadow: 0 0 0 0.25rem rgba(92, 157, 41, 0.5);
}
.btn-secondary.active,
.btn-secondary:active {
    color: #000;
    background-color: #89c759;
    border-color: #7bc045;
}
.btn-secondary.active:focus,
.btn-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(92, 157, 41, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #6cb930;
    border-color: #6cb930;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.single-product-section .btn-light {
    background-color: transparent;
    border-color: #ddd;
}
.btn-light:active,
.btn-light:focus,
.btn-light:visited {
    color: #000;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.active,
.btn-light:active {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-light.active:focus,
.btn-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-primary {
    color: #1f51d3;
    border-color: #1f51d3;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(31, 81, 211, 0.5);
}
.btn-outline-primary.active,
.btn-outline-primary:active {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(31, 81, 211, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1f51d3;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #1f51d3;
    text-decoration: underline;
}
.btn-link:hover {
    color: #1941a9;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-lg {
    padding: 1rem 2.75rem;
    font-size: 1rem;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "../index.html");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.overflow-hidden {
    overflow: hidden !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-center {
    align-items: center !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-center {
    align-self: center !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0.625rem !important;
}
.mb-3 {
    margin-bottom: 0.9375rem !important;
}
.mb-4 {
    margin-bottom: 1.25rem !important;
}
.mb-6 {
    margin-bottom: 1.875rem !important;
}
.mb-8 {
    margin-bottom: 2.5rem !important;
}
.m-n1 {
    margin: -0.3125rem !important;
}
.mb-n3 {
    margin-bottom: -0.9375rem !important;
}
.mb-n6 {
    margin-bottom: -1.875rem !important;
}
.mb-n8 {
    margin-bottom: -2.5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.3125rem !important;
}
.py-5 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.text-center {
    text-align: center !important;
}
.bg-dark {
    background-color: #212529 !important;
}
.visible {
    visibility: visible !important;
}
@media (min-width: 768px) {
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
}
@media (min-width: 1200px) {
    .ps-xl-10 {
        padding-left: 3.125rem !important;
    }
}
*,
::after,
::before {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    visibility: visible;
    transition: all 0.3s ease 0s;
    color: "";
}
.section {
    float: left;
    width: 100%;
    padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
}
.bg-gray {
    background-color: #f8f9fa;
}
.section-title {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
}
.section-title .title {
    font-size: 36px;
    font-weight: 700;
}
.section-title .title:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 24px;
    }
}
.section-title p:last-child {
    margin-bottom: 0;
}
.btn-secondary {
    color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:visited {
    color: #fff;
}
.btn:focus {
    box-shadow: none;
}
.btn-hover-primary:hover {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-hover-primary:hover:hover {
    color: #fff;
    background-color: #1a45b3;
    border-color: #1941a9;
}
.btn-hover-primary:hover:focus {
    color: #fff;
    background-color: #1a45b3;
    border-color: #1941a9;
    box-shadow: 0 0 0 0.25rem rgba(65, 107, 218, 0.5);
}
.btn-hover-primary:hover.active,
.btn-hover-primary:hover:active {
    color: #fff;
    background-color: #1941a9;
    border-color: #173d9e;
}
.btn-hover-primary:hover.active:focus,
.btn-hover-primary:hover:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(65, 107, 218, 0.5);
}
.btn-hover-primary:hover.disabled,
.btn-hover-primary:hover:disabled {
    color: #fff;
    background-color: #1f51d3;
    border-color: #1f51d3;
}
.btn-hover-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-hover-dark:hover:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-hover-dark:hover:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-hover-dark:hover.active,
.btn-hover-dark:hover:active {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-hover-dark:hover.active:focus,
.btn-hover-dark:hover:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-hover-dark:hover.disabled,
.btn-hover-dark:hover:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.top-nBar {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    background-color: #6cb930;
}
.top-nBar.hide {
    transform: translateY(-100%);
}
.top-nBar p {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #fff;
}
.top-nBar .nBar-close {
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    transition: all 0.3s ease 0s;
    color: #fff;
    border: none;
    background-color: transparent;
}
.top-nBar .nBar-close:focus {
    outline: 0;
    box-shadow: none;
}
.top-nBar .nBar-close:hover {
    transform: rotate(180deg);
}
.header-section {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.mobile-menu-toggle {
    position: relative;
    width: 24px;
    height: 20px;
    padding: 0;
    text-indent: -99999px;
    color: #323232;
    border: none;
    border-top: 2px solid currentColor;
    background-color: transparent;
}
.mobile-menu-toggle::after,
.mobile-menu-toggle::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: currentColor;
}
.mobile-menu-toggle::before {
    top: 50%;
    margin-top: -2px;
}
.mobile-menu-toggle::after {
    bottom: 0;
}
.mobile-menu-toggle:focus {
    outline: 0;
    box-shadow: none;
}
.mobile-menu-toggle:hover {
    color: #1f51d3;
}
.main-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu ul li + li {
    margin-left: 45px;
}
.main-menu ul li a {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 30px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #323232;
}
.main-menu ul li a::before {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 0;
    height: 1px;
    content: "";
    transition: all 0.3s ease 0s;
    background-color: #1f51d3;
}
.main-menu ul li.active a,
.main-menu ul li:hover a {
    color: #1f51d3;
}
.main-menu ul li.active a::before,
.main-menu ul li:hover a::before {
    right: auto;
    left: 0;
    width: 100%;
}
.offcanvas {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    padding: 40px 30px;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.offcanvas.open {
    transform: translateX(0);
}
.offcanvas-close {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    transition: all 0.3s ease 0s;
    text-indent: -99999px;
    color: #323232;
    border: none;
    background-color: transparent;
}
.offcanvas-close::after,
.offcanvas-close::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    transition: all 0.3s ease 0s;
    background-color: currentColor;
}
.offcanvas-close::before {
    transform: rotate(45deg);
}
.offcanvas-close::after {
    transform: rotate(-45deg);
}
.offcanvas-close:focus {
    outline: 0;
    box-shadow: none;
}
.offcanvas-close:hover {
    transform: rotate(90deg);
    color: #1f51d3;
}
.offcanvas-menu {
    margin-top: 30px;
}
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas-menu ul li a {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #323232;
}
.offcanvas-menu ul li.active a,
.offcanvas-menu ul li:hover a {
    color: #1f51d3;
}
.footer-section {
    padding: 80px 0;
}
.footer-widget .footer-widget-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.footer-widget h5 {
    color: #fff;
}
.footer-widget p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
}
.footer-widget p:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widget .btn:hover {
    border-color: #6cb930;
    background-color: #6cb930;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul li + li {
    margin-top: 10px;
}
.footer-widget ul li a {
    line-height: 1.75;
    display: block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
}
.footer-widget ul li a:hover {
    color: #6cb930;
}
.footer-subscribe {
    position: relative;
}
.footer-subscribe input[type="email"] {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.footer-subscribe .button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #1f51d3;
}
.footer-subscribe .button:hover {
    background-color: #6cb930;
}
.footer-bottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom .copyright {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}
.footer-bottom .copyright a {
    font-weight: 700;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #6cb930;
}
.footer-bottom .copyright a:hover {
    text-decoration: underline;
}
.footer-bottom .payment {
    line-height: 1;
    display: block;
}
.page-header-section {
    padding: 50px 0;
}
.page-heading {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    flex-flow: column;
}
.page-heading .title {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #323232;
}
.page-heading .breadcrumb {
    margin: 10px 0 0 0;
}
.page-heading .breadcrumb li {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.page-heading .breadcrumb li.breadcrumbs-separator {
    margin: 10px 10px 0 10px;
}
.page-heading .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #1f51d3;
}
.page-heading .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}
.page-heading .breadcrumb .breadcrumb-item.active {
    color: #1f51d3;
    color: #626262;
}
.pricing-plan-advance {
    font-size: 15px;
    display: flex;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
}
@media only screen and (max-width: 767px) {
    .pricing-plan-advance {
        border: none;
        background-color: transparent;
    }
}
.pricing-plan-advance .pricing-body {
    margin-top: 45px;
}
.pricing-plan-advance .pricing-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.pricing-plan-advance .pricing-footer .btn-link {
    margin-top: 15px;
    padding: 0 5px;
    text-decoration: none;
    color: #6cb930;
}
.pricing-plan-advance .pricing-footer .btn-link:hover {
    text-decoration: underline;
}
.pricing-plan-advance .pricing-badge {
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1f51d3;
}
.pricing-plan-advance .pricing-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-plan-advance .pricing-feature-list li {
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.pricing-plan-advance .pricing-feature-list li:first-child {
    border-top: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-feature-list li span {
        position: absolute;
        top: 0;
        left: -9999px;
    }
}
.pricing-plan-advance .pricing-feature-list li span:not(.lg) {
    position: absolute;
    top: 0;
    left: -9999px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-feature-list li span:not(.lg) {
        position: static;
    }
}
.pricing-plan-advance .pricing-box-compare {
    position: relative;
    flex-grow: 1;
    height: 100%;
    padding: 50px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-box-compare {
        display: none;
    }
}
.pricing-plan-advance .pricing-box-compare .pricing-head .title {
    font-size: 26px;
    margin-bottom: 0;
}
.pricing-plan-advance .pricing-box-wrapper {
    display: flex;
    flex-grow: 2;
    flex-wrap: wrap;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box {
    position: relative;
    flex: 1 0;
    padding: 50px 30px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-box-wrapper .pricing-box {
        flex: 1 0 100%;
        border: 1px solid #ddd;
    }
    .pricing-plan-advance .pricing-box-wrapper .pricing-box + .pricing-box {
        margin-top: 30px;
    }
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box:nth-child(1) {
    background-color: #fff;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box:nth-child(2) {
    background-color: #f6fbff;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box:nth-child(3) {
    background-color: #edf5ff;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #1f51d3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .title span {
        position: absolute;
        top: 0;
        left: -9999px;
    }
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .title span:not(.lg) {
    position: absolute;
    top: 0;
    left: -9999px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .title span:not(.lg) {
        position: static;
    }
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .pricing-price {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #323232;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .pricing-price sup {
    font-size: 16px;
    top: -10px;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .pricing-price span.old {
    font-size: 24px;
    position: relative;
    margin-right: 8px;
    padding: 0 2px;
    color: #6cb930;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .pricing-price span.old sup {
    font-size: 12px;
    top: -10px;
}
.pricing-plan-advance .pricing-box-wrapper .pricing-box .pricing-head .pricing-price span.old::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    transform: translateY(-50%);
    background-color: currentColor;
}
.single-product-section {
    padding: 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-section {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .single-product-section {
        padding: 60px 0;
    }
}
.single-product .product-title {
    font-size: 30px;
    line-height: 1.5;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .single-product .product-title {
        font-size: 24px;
    }
}
.single-product .image {
    margin-bottom: 30px;
}
.single-product .image img {
    width: 100%;
}
.single-product .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -5px;
    margin-bottom: 15px;
    margin-left: -5px;
}
.single-product .buttons .btn {
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}
@media only screen and (max-width: 767px) {
    .single-product .buttons .btn {
        width: calc(33.3333% - 10px);
    }
}
@media only screen and (max-width: 575px) {
    .single-product .buttons .btn {
        font-size: 14px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .single-product .buttons .btn {
        font-size: 13px;
        padding: 5px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product .buttons .btn {
        font-size: 14px;
        padding: 10px;
    }
}
.single-product .description .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-product .description p + .title {
    margin-top: 30px;
}
.single-product .description ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -6px;
    margin-left: -10px;
    padding: 0;
    list-style-position: inside;
}
.single-product .description ul li {
    width: 50%;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 575px) {
    .single-product .description ul li {
        width: 100%;
    }
}
.sticky-top {
    transition: all 0.3s ease 0s;
}
.product-sidebar {
    padding: 30px 25px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.product-sidebar .product-sidebar-title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.product-sidebar .product-sidebar-feature {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-sidebar .product-sidebar-feature li {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.product-sidebar .product-sidebar-feature li + li {
    margin-top: 20px;
}
.product-sidebar .product-sidebar-feature li span:nth-child(1) {
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
    width: 135px;
    padding-right: 10px;
    color: #323232;
}
.product-sidebar .product-sidebar-feature li span:nth-child(2) {
    width: calc(100% - 135px);
}
.product {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(98, 98, 98, 0.15);
}
.product:hover {
    box-shadow: 0 20px 40px 0 rgba(98, 98, 98, 0.25);
}
.product .thumbnail {
    display: block;
    flex: 0 0 auto;
}
.product .thumbnail img {
    width: 100%;
}
.product .content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 20px;
}
.product .content .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.product .content .name a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #323232;
}
.product .content .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.product .content .title a {
    display: block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #323232;
}
.product .content .price {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    color: #6cb930;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product .content .price {
        font-size: 16px;
    }
}
.product .content .price .old {
    margin-left: 10px;
    text-decoration: line-through;
    opacity: 0.75;
    color: #6c757d;
}
.product .content .btn {
    color: #626262;
    border-color: #ced4da;
}
.product .content .btn:hover {
    color: #fff;
    border-color: #6cb930;
    background-color: #6cb930;
}
.product-category-select {
    position: relative;
    display: flex;
    width: 180px;
}
@media (max-width: 767px) {
    .product-category-select {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product .buttons .btn {
        font-size: 14px;
        padding: 10px;
    }
}
.product-category-select-tigger {
    line-height: 1.22;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 10px 40px 10px 15px;
    cursor: pointer;
    border: 1px solid #dee2e6;
    background-color: transparent;
}
.product-category-select-tigger .text {
    font-size: 14px;
    line-height: inherit;
}
.product-category-select-tigger .arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 8px;
    height: 8px;
}
.product-category-select-tigger .arrow::after,
.product-category-select-tigger .arrow::before {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    transition: all 0.5s;
}
.product-category-select-tigger .arrow::before {
    left: -3px;
    transform: rotate(45deg);
    background-color: #323232;
}
.product-category-select-tigger .arrow::after {
    left: 3px;
    transform: rotate(-45deg);
    background-color: #323232;
}
.product-category-select-options {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: auto;
    flex-direction: column;
    width: 100%;
    max-height: 280px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    border: none;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(98, 98, 98, 0.15);
}
.product-category-select-options a,
.product-category-select-options span {
    font-size: 14px;
    line-height: 20px;
    flex: 1 0;
    min-height: 20px;
    padding: 10px 15px;
    cursor: pointer;
    text-transform: capitalize;
    color: #626262;
    text-decoration: none;
}
.product-category-select-options a:not(.selected):hover,
.product-category-select-options span:not(.selected):hover {
    background-color: #e3e7eb;
}
.product-category-select-options a.selected,
.product-category-select-options span.selected {
    color: #fff;
    background-color: #1f51d3;
}
.product-category-select.open .product-category-select-tigger .arrow::before {
    left: -3px;
    transform: rotate(-45deg);
}
.product-category-select.open .product-category-select-tigger .arrow::after {
    left: 3px;
    transform: rotate(45deg);
}
.product-category-select.open .product-category-select-options {
    visibility: visible;
    opacity: 1;
}
input[type="text"].product-search-field {
    font-size: 14px;
    width: 100%;
    min-width: 250px;
    height: 44px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    background-color: transparent;
}
.total-theme-info {
    font-size: 14px;
    margin: 0;
}
.product-list {
    position: relative;
    padding: 0;
    list-style: none;
}
.product-list .product-list-item.product-hide {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.product-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: center;
}
.product-pagination a,
.product-pagination span {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 5px;
    padding: 5px;
    border-color: #e9ecef;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    text-decoration: none;
    color: #626262;
}
.product-pagination a i {
    font-size: 14px;
    line-height: 1;
}
.product-pagination .btn.disable {
    cursor: not-allowed;
}
.product-pagination a:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.product-pagination span.current {
    color: #fff;
    border-color: #1f51d3;
    background-color: #1f51d3;
}
.intro-section {
    padding-top: 100px;
    background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
    .intro-section {
        padding-top: 50px;
    }
}
.intro-content {
    text-align: center;
}
.intro-content:not(:last-child) {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .intro-content:not(:last-child) {
        margin-bottom: 40px;
    }
}
.intro-content .title {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .intro-content .title {
        font-size: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-content .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .intro-content .title {
        font-size: 30px;
    }
}
.intro-content p {
    font-size: 18px;
    max-width: 770px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .intro-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .intro-content p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 479px) {
    .intro-content p {
        margin-bottom: 30px;
    }
}
.intro-content .btn-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
}
.intro-content .btn-inline .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    .intro-content .btn-inline .btn {
        font-size: 14px;
        padding: 12px 30px;
    }
}
@media only screen and (max-width: 479px) {
    .intro-content .btn-inline .btn {
        font-size: 13px;
        padding: 10px 25px;
    }
}
.intro-image {
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.intro-image .intro-bg {
    width: 100%;
}
.service {
    height: 100%;
    padding: 50px 30px;
    text-align: center;
    background-color: #f8f9fa;
    box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service {
        padding: 50px 20px;
    }
}
.service .inner .image {
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service .inner .image img {
        width: 140px;
    }
}
.service .inner .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #323232;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
    .service .inner .content .title {
        font-size: 20px;
    }
}
.service .inner .content p {
    max-width: 316px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #626262;
}
.cta-section {
    padding: 150px 0;
    background-image: url(../jpg/shopify-cta.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section {
        padding: 120px 0;
    }
}
@media only screen and (max-width: 767px) {
    .cta-section {
        padding: 80px 0;
    }
}
.cta-content .title {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .cta-content .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .cta-content .title {
        font-size: 30px;
    }
}
.cta-content p {
    max-width: 400px;
    margin-bottom: 30px;
    color: #fff;
}
.cta-content .btn {
    padding-right: 40px;
    padding-left: 40px;
}
.cta-content .btn:hover {
    color: #fff;
    border-color: #6cb930;
    background-color: #6cb930;
}
@media only screen and (max-width: 767px) {
    .cta-content .btn {
        font-size: 14px;
        padding: 12px 30px;
    }
}
@media only screen and (max-width: 479px) {
    .cta-content .btn {
        font-size: 13px;
        padding: 10px 25px;
    }
}
.about-content .title {
    font-size: 40px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .about-content .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .about-content .title {
        font-size: 30px;
    }
}
.about-image img {
    width: 100%;
}
.faq-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.faq-list li + li {
    margin-top: 30px;
}
.faq-list li .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
}
.faq-list li p:last-child {
    margin-bottom: 0;
}


