.ui.button,
.ui.message .header {
    font-weight: 700;
    font-family: Valexa, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.ui.button,
.ui.divider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.related-posts .ui.header,
.ui.button,
.ui.header,
.ui.message .header {
    font-family: Valexa, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.ui.button,
.ui.divider,
.ui.menu .item {
    -webkit-tap-highlight-color: transparent;
}

a,
p {
    color: #000;
}

.header-style-1 .navigation,
.ui.image,
.ui.menu .item,
.ui.message,
.ui.message .list:not(.ui) li,
.ui.segment {
    position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: "Semplicita Pro" !important;
}

body,
html {
    height: auto !important;
    background: #fff !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.ui.message {
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: opacity 0.1s, color 0.1s, background 0.1s,
        -webkit-box-shadow 0.1s;
    transition: opacity 0.1s, color 0.1s, background 0.1s, box-shadow 0.1s,
        -webkit-box-shadow 0.1s;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset,
        0 0 0 0 transparent;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
    font-size: 1em;
}

#single-page .page-content,
.ui.menu:first-child,
.ui.message .list:not(.ui):first-child,
.ui.message p:first-child,
.ui.message:first-child,
.ui.message > :first-child,
.ui.segment:first-child {
    margin-top: 0;
}

.notification-content .items .content .notification-title,
.ui.message .list:not(.ui) li:last-child,
.ui.message .list:not(.ui):last-child,
.ui.message p:last-child,
.ui.message:last-child,
.ui.message > :last-child,
.ui.segment:last-child {
    margin-bottom: 0;
}

.text-light {
    color: #fff !important;
}

.ui.message .header {
    display: block;
    margin: -0.14285714em 0 0;
}

.ui.large.message,
.ui.message .header:not(.ui) {
    font-size: 1.14285714em;
}

.ui.message p {
    opacity: 0.85;
    margin: 0.75em 0;
}

.ui.message .header + p {
    margin-top: 0.25em;
}

.ui.message .list:not(.ui) {
    text-align: left;
    padding: 0;
    opacity: 0.85;
    list-style-position: inside;
    margin: 0.5em 0 0;
}

.ui.message .list:not(.ui) li {
    list-style-type: none;
    margin: 0 0 0.3em 1em;
    padding: 0;
}

.ui.message .list:not(.ui) li:before {
    position: absolute;
    content: "â€¢";
    left: -1em;
    height: 100%;
    vertical-align: baseline;
}

.ui.message > .icon {
    margin-right: 0.6em;
}

.ui.message > .close.icon {
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: 0.78575em;
    right: 0.5em;
    opacity: 0.7;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.ui.message > .close.icon:hover {
    opacity: 1;
}

.ui.dropdown .menu > .message {
    margin: 0 -1px;
}

.ui.visible.visible.visible.visible.message {
    display: block;
}

.ui.icon.visible.visible.visible.visible.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all-products .product-grids::after,
.all-products .product-grids::before,
.exclusive-product .product-grids::after,
.exclusive-product .product-grids::before,
.footer-row-2-area::after,
.footer-row-2-area::before,
.nav-right-button-area,
.pricing-section .pricing-grids::after,
.pricing-section .pricing-grids::before,
.ui.hidden.hidden.hidden.hidden.message {
    display: none;
}

.ui.compact.message {
    display: inline-block;
}

.ui.compact.icon.message {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ui.attached.message {
    margin-bottom: -1px;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
    margin-left: -1px;
    margin-right: -1px;
}

.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
    margin-top: -1px;
    border-radius: 0;
}

.ui.bottom.attached.message {
    margin-top: -1px;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset,
        0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset,
        0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.ui.bottom.attached.message:not(:last-child) {
    margin-bottom: 1em;
}

.ui.attached.icon.message {
    width: auto;
}

.ui.icon.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui.icon.message > .icon:not(.close) {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    line-height: 1;
    vertical-align: middle;
    font-size: 3em;
    opacity: 0.8;
}

.single-product-widget-area .user-profile-widget .btns .ui.button,
.ui.button {
    min-height: 1em;
    margin: 0 0.25em 0 0;
    line-height: 1em;
    text-transform: none;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.single-product-widget-area .user-profile-widget .btns .ui.button,
.single-product-widget-area .user-profile-widget .btns .ui.icon.button > .icon,
.ui.button {
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    font-style: normal;
}

.ui.icon.message > .content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: middle;
}

.product-single-section .single-product-comments .comments-area ol ul,
.ui.icon.message .icon:not(.close) + .content {
    padding-left: 0;
}

.ui.icon.message .circular.icon {
    width: 1em;
}

.ui.floating.message {
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset,
        0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset,
        0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

.ui.positive.message,
.ui.success.message {
    background-color: #fcfff5;
    color: #2c662d;
}

.ui.attached.positive.message,
.ui.attached.success.message,
.ui.positive.message,
.ui.success.message {
    -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.ui.positive.message .header,
.ui.success.message .header {
    color: #1a531b;
}

.ui.error.message,
.ui.negative.message {
    background-color: #fff6f6;
    color: #9f3a38;
}

.ui.attached.negative.message,
.ui.negative.message {
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.ui.error.message .header,
.ui.negative.message .header {
    color: #912d2b;
}

.ui.info.message {
    background-color: #f8ffff;
    color: #276f86;
}

.ui.attached.info.message,
.ui.info.message {
    -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.ui.info.message .header {
    color: #0e566c;
}

.ui.warning.message {
    background-color: #fffaf3;
    color: #573a08;
}

.ui.attached.warning.message,
.ui.warning.message {
    -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.ui.warning.message .header {
    color: #794b02;
}

.ui.attached.error.message,
.ui.error.message {
    -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.ui.black.message,
.ui.inverted.message {
    background-color: #1b1c1d;
    color: rgba(255, 255, 255, 0.9);
}

.ui.mini.message {
    font-size: 0.78571429em;
}

.ui.tiny.message {
    font-size: 0.85714286em;
}

.ui.small.message {
    font-size: 0.92857143em;
}

.related-posts .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.ui.big.message,
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.28571429em;
}

.ui.huge.message {
    font-size: 1.42857143em;
}

.ui.massive.message {
    font-size: 1.71428571em;
}

.ui.divider,
.ui.menu,
.ui.segment,
.ui.segments .segment {
    font-size: 1rem;
}

.ui.button {
    border: none;
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.78571429em 1.5em;
    text-shadow: none;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 1px transparent inset,
        0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    user-select: none;
    -webkit-transition: opacity 0.1s, background-color 0.1s, color 0.1s,
        background 0.1s, -webkit-box-shadow 0.1s;
    transition: opacity 0.1s, background-color 0.1s, color 0.1s, box-shadow 0.1s,
        background 0.1s, -webkit-box-shadow 0.1s;
    will-change: "";
}

.related-posts .ui.cards,
.ui.menu,
.ui.menu:not(.vertical) .item {
    display: -webkit-box;
    display: -ms-flexbox;
}

.ui.menu,
.ui.segment {
    margin: 1rem 0;
    background: #fff;
}

.ui.segment {
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    padding: 1em;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.icon.button,
.ui.icon.buttons .button {
    padding: 0.78571429em;
}

.ui.twitter.button {
    background-color: #55acee;
    color: #fff;
    text-shadow: none;
    background-image: none;
    -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

.ui.facebook.button,
.ui.vk.button {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    background-image: none;
    color: #fff;
}

.ui.vk.button {
    background-color: #4d7198;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

.ui.facebook.button {
    background-color: #3b5998;
    text-shadow: none;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

.ui.pinterest.button {
    background-color: #bd081c;
    color: #fff;
    text-shadow: none;
    background-image: none;
    -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}

.ui.linkedin.button {
    background-color: #1f88be;
    color: #fff;
    text-shadow: none;
}

i.icon.vk:before {
    content: "\f189";
}

.single-product-widget-area .user-profile-widget .btns .ui.button {
    width: 43px;
    height: 43px;
    padding: 0.78571429em;
    font-size: 1rem;
    font-weight: 400;
    text-shadow: none !important;
    border: none;
    transition: opacity 0.1s, background-color 0.1s, color 0.1s, box-shadow 0.1s,
        background 0.1s, -webkit-box-shadow 0.1s;
}

.ui.circular.button {
    border-radius: 10em;
}

.single-product-widget-area .user-profile-widget .btns .ui.icon.button > .icon {
    opacity: 0.9;
    margin: 0 !important;
    width: 1em;
    height: 0.85714286em;
    transition: opacity 0.1s;
    font-size: 1em;
    font-weight: 400;
    text-decoration: inherit;
    speak: none;
}

.ui.menu {
    display: flex;
    font-weight: 400;
    border-radius: 0.28571429rem;
    min-height: 2.85714286em;
}

.related-posts .ui.header:first-child,
.ui.header:first-child {
    margin-top: -0.14285714em;
}

.related-posts .ui.header,
.ui.header {
    border: none;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    padding: 0;
    font-weight: 700;
    line-height: 1.28571429em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87);
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ui.divider {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    user-select: none;
}

.ui.input,
.ui.input > input,
.ui.menu .item {
    color: rgba(0, 0, 0, 0.87);
}

.ui.menu .item {
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: 0.92857143em 1.14285714em;
    text-transform: none;
    -webkit-transition: background 0.1s, color 0.1s, -webkit-box-shadow 0.1s;
    transition: background 0.1s, box-shadow 0.1s, color 0.1s,
        -webkit-box-shadow 0.1s;
}

.ui.menu .header.item,
.ui.vertical.menu .header.item {
    margin: 0;
    font-weight: 700;
}

.ui.menu > .item:first-child {
    border-radius: 0.28571429rem 0 0 0.28571429rem;
}

.ui.menu:not(.vertical) .item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui.input {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    display: inline-flex;
}

.ui.menu:not(.vertical) .item > .input {
    position: relative;
    top: 0;
    margin: -0.5em 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.contact-us-map-image,
.img-responsive,
.register-name-area > div,
.thumbnail a > img,
.thumbnail > img,
.ui.menu .item > .input {
    width: 100%;
}

.ui.input > input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-transition: border-color 0.1s, -webkit-box-shadow 0.1s;
    transition: box-shadow 0.1s, border-color 0.1s, -webkit-box-shadow 0.1s;
}

.ui.transparent.input > input {
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ui.menu .item > .input input {
    font-size: 1em;
    padding-top: 0.57142857em;
    padding-bottom: 0.57142857em;
}

.ui.transparent.icon.input > input {
    padding-left: 0 !important;
    padding-right: 2em !important;
}

.ui.card a,
.ui.cards > .card a,
.ui.icon.input > i.link.icon {
    cursor: pointer;
}

.ui.transparent.icon.input > i.icon {
    width: 1.1em;
}

.ui.icon.input > i.icon {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0.5;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ui.avatar.image,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg {
    margin-right: 0.25em;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 500rem;
}

.ui.image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

. related-posts .ui.three.cards {
    margin-left: -1em;
    margin-right: -1em;
}

.related-posts .ui.cards {
    display: flex;
    margin: -0.875em -0.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui.three.cards > .card {
    width: calc(33.33333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
}

.ui.cards > .card {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.875em 0.5em;
    float: none;
}

.ui.fluid.card {
    max-width: 9999px;
}

.ui.card,
.ui.cards > .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0.28571429rem;
    transition: box-shadow 0.1s, transform 0.1s, -webkit-box-shadow 0.1s,
        -webkit-transform 0.1s;
}

.ui.card > .content,
.ui.cards > .card > .content {
    background: 0 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border-radius: 0;
}

.ui.card > :first-child,
.ui.cards > .card > :first-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
    border-top: none !important;
}

.ui.card .content img,
.ui.cards > .card .content img {
    display: inline-block;
    vertical-align: middle;
    object-position: center;
}

.ui.card > :last-child,
.ui.cards > .card > :last-child {
    margin-top: 14px;
}

.ui.card > .content,
.ui.cards > .card > .content {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    padding: 1em 0;
}

@media only screen and (max-width: 767px) {
    .ui.three.doubling.cards {
        margin-left: -1em;
        margin-right: -1em;
    }

    .ui.stackable.cards {
        display: block !important;
    }

    .ui.stackable.cards .card:first-child {
        margin-top: 0 !important;
    }

    .ui.three.doubling.cards > .card {
        margin-left: 1em;
        margin-right: 1em;
    }

    .ui.stackable.cards > .card {
        display: block !important;
        height: auto !important;
        margin: 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
}

a {
    opacity: 1 !important;
    cursor: pointer;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.hero-style-1 {
    background: 0 0 !important;
    height: auto;
    min-height: 100%;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
}

.section-padding {
    padding: 0 0 90px !important;
}

.section-margin {
    margin: 0 0 90px !important;
}

.blog-section,
.exclusive-product,
.new-product-section,
.testimonials-section {
    padding-bottom: 0;
}

.preloader .sk-folding-cube .sk-cube:before,
.product-single-section .product-single-item-details ul li:before {
    background-color: #5064d0;
}

.gradient-text {
    background: -webkit-linear-gradient(to right, #5366cc, #242f6c);
    background: linear-gradient(to right, #5366cc, #242f6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title .breadcrumb li,
.page-title .h2,
.pricing-section .pricing-section-title h2,
.pricing-section .pricing-section-title p,
.text-white {
    color: #fff;
}

.site-header .navigation > .container {
    position: static;
}

.top-nav-container {
    background: #ededed;
    padding: 5px 0;
    height: 40px;
}

.top-nav-myaccount-area,
.top-nav-social-icon-area {
    padding: 4px 0 4px 20px;
    border-left: 1px solid #ccc;
}

.top-nav-content {
    position: relative !important;
    top: 0 !important;
    right: -50% !important;
    transform: translate(-50%, 0) !important;
    z-index: 11 !important;
}

.top-nav-content .dropdown.notifications .menu {
    border-radius: 0;
    margin-top: -1rem !important;
    width: 300px;
    position: absolute;
    right: auto;
    left: 0 !important;
    top: 70px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 17px rgba(34, 36, 38, 0.22) !important;
    display: none;
}

.top-nav-content > .item {
    height: 70px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.top-nav-myaccount-area {
    margin: 0 0 0 28px !important;
    font-size: 14px;
    border-right: 0;
}

.top-nav-social-icon-area {
    display: none;
    margin-left: 20px !important;
}

.top-nav-social-icon-area ul {
    list-style: none;
    display: flex;
    gap: 6px;
    font-size: 14px;
}

.header-style-1 .cart-search-contact .mini-cart .fi:before {
    font-size: 22px;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count {
    width: 20px;
    height: 20px;
    top: 0;
    right: -8px;
    background: #5064d0;
}

.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-1 .cart-search-contact .header-search-form,
.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-1 .cart-search-contact .mini-cart-content-toggle {
    right: auto;
    left: 0;
    top: 44px;
    box-shadow: 0 0 17px rgba(34, 36, 38, 0.22) !important;
}

.custom-nav-arrow-icon {
    width: 10px;
    margin-left: 4px;
    display: none;
}

.site-header #navbar > ul li a:focus,
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li button:hover {
    text-decoration: none;
    color: #5064d0;
}

.custom-header-style {
    padding: 0 !important;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #ccc;
    z-index: 9;
}

.main-nav-container {
    display: flex;
    align-items: center;
}

.navbar > .container .navbar-header {
    float: none;
}

.navbar-brand {
    height: auto;
    padding: 5px 10px;
}

.navbar-brand img {
    height: 50px;
}

#navbar1 .right.menu > .item,
#navbar1 > .item {
    height: auto;
}

.header-style-1 .cart-search-contact > div + div,
.header-style-2 .cart-search-contact > div + div,
.player .actions .duration {
    margin-left: 10px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.packages-section .pricing-section-title p,
.product-single-section
    .single-product-widget-area
    .licence-widget
    .tab-content
    ul
    li {
    color: #000;
}

.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}

.nav-book-demo-btn,
.nav-free-trial-btn {
    padding: 8px 12px;
    text-decoration: none;
    transition: 0.3s;
}

.header-style-1 .cart-search-contact .btns,
.header-style-2 .cart-search-contact .btns {
    position: relative;
    top: -7px;
    margin-left: 30px;
}

.custom-noti-area {
    position: relative;
    cursor: pointer;
}

.custom-noti-img {
    margin-top: 6px;
    width: 23px;
    height: 23px;
}

.custom-noti-area span {
    background: #5064d0;
    width: 20px;
    height: 20px;
    font-size: 0.625rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: -7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-style-1 .notification-content-toggle {
    opacity: 1;
    visibility: visible !important;
    right: 0 !important;
    display: block !important;
}

.header-style-1 .notification-content .ui.message {
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 0 17px rgba(34, 36, 38, 0.22) !important;
    padding: 1em !important;
    margin-top: -10px;
}

.custom-profile-area {
    margin-left: 0 !important;
    left: -54px;
    top: 0;
}

.custom-profile-area > .left.menu {
    margin-top: 8px !important;
    width: 200px;
}

#navbar1 .user > .left.menu {
    right: -100px !important;
}

.custom-profile-area .menu .item .menu {
    display: none !important;
    visibility: hidden;
}

.custom-profile-area .menu .item .menu.active-submenu {
    display: block !important;
    visibility: visible;
}

.header-style-1 .cart-search-contact {
    top: 50%;
    right: 24px;
}

.nav-free-trial-btn {
    border: 1px solid #5064d0;
    color: #fff;
    background: #5064d0;
}

.nav-book-demo-btn,
.nav-free-trial-btn:hover {
    color: #5064d0;
    background: 0 0;
    border: 1px solid #5064d0;
}

.nav-book-demo-btn:hover {
    border: 1px solid #5064d0;
    color: #fff;
    background: #5064d0;
}

.profile-image-btn-lg {
    padding: 30px 10px 20px !important;
    margin-top: -6px;
    margin-left: 10px;
}

.notification-content .items .items-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 300px;
    overflow: auto;
}

#guest .notifications .items .item time,
#user .notifications .items .item time,
.notification-content .items .content time {
    font-size: 14px;
    color: #868ba7;
}

.notification-content .items .notification-view-all-btn {
    text-align: center;
    border-top: 1px solid #e4e8ff;
    padding: 12px 20px;
}

.notification-content .items .notification-view-all-btn a {
    margin-top: 0;
    color: #5064d0;
    transition: 0.3s;
}

.notification-content .items .notification-view-all-btn a:hover,
.packages-section .pricing-section-title h2 {
    color: #242f6c;
}

.header-style-1 .cart-search-contact .mini-cart-content .custom-cart-area {
    max-height: 300px;
    overflow: auto;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 12px 20px;
}

#checkout-page .payment-methods .cart-checkout .coupon-text:hover,
.blog-pg-section .entry-meta li a:hover,
.blog-pg-section .post h3 a:hover,
.blog-section .author a:hover,
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .recent-post-widget .post h4 a:hover,
.blog-single-section .author-box .social-link a:hover,
.blog-single-section .entry-meta li a:hover,
.category-sidebar .category-widget ul .active a,
.category-sidebar .category-widget ul a:hover,
.header-style-1
    .cart-search-contact
    .mini-cart-content
    .mini-cart-item-des
    a:hover,
.header-style-2
    .cart-search-contact
    .mini-cart-content
    .mini-cart-item-des
    a:hover,
.product-single-section .single-product-widget-area .comment-widget i:before,
.product-single-section
    .single-product-widget-area
    .licence-widget
    .tab-content
    ul
    .fi:before,
.product-single-section .single-product-widget-area .rating-widget p i:before,
.product-single-section .single-product-widget-area .sell-widget i:before,
.product-single-section .single-product-widget-area .widget h3 .fi:before {
    color: #5064d0;
}

.custom-hero-style {
    padding-top: 98px;
}

.carousel-inner > .item {
    background: #242f6c;
    padding: 40px 0 140px;
}

.carousel-indicators {
    z-index: 8;
}

.custom-slider-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
}

.custom-slider-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.custom-slider-description h1 {
    color: #fff !important;
    font-size: 36px;
    text-align: center;
}

.custom-slider-description p {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}

.custom-slider-description .slider-cta-btn {
    width: fit-content;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.custom-slider-description .slider-cta-btn:hover {
    color: #fff;
    background: #5064d0;
    border: 1px solid #5064d0;
}

.custom-slider-img,
.how-to-start-work-feature-area {
    flex-grow: 1;
    width: 100%;
}

.custom-slider-img img {
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    background-color: #90a1ff;
    border: 1px solid #90a1ff !important;
}

.testimonials-section .owl-theme .owl-controls {
    margin-top: 40px;
}

.all-products .product-grids,
.blog-section .blog-grids,
.exclusive-product .product-grids,
.pricing-section .pricing-grids {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.all-products .product-details-wrap,
.exclusive-product .product-details-wrap,
.list-group {
    padding: 20px;
}

.entry-media a img,
.product-img-tag .content video,
.product-img-tag a img {
    width: 100%;
    /* height: 360px; */
}

.product-img-tag .info {
    margin-top: 16px;
    padding: 0 20px;
}

.image.rating {
    justify-content: center !important;
    gap: 6px;
    display: flex;
    align-items: center;
}

.image.rating svg {
    max-width: 14px !important;
    margin: 0 !important;
    width: 14px !important;
}

.all-products .product-details .rating,
.exclusive-product .product-details .rating {
    margin-top: 16px;
    font-size: 14px;
}

.all-products .product-details .rating .rating-number,
.exclusive-product .product-details .rating .rating-number {
    margin-left: 8px;
}

.all-products .product-footer,
.exclusive-product .product-footer {
    padding: 46px 0 0;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.all-products .product-details h3,
.all-products .product-details h4,
.exclusive-product .product-details h3,
.exclusive-product .product-details h4,
.exclusive-product .product-details h3 {
    text-align: center;
    margin-bottom: 8px;
}

.exclusive-product .product-details h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.4em;
    line-height: 1.4em;
}
.exclusive-product .product-details h3 a {
    color: #242f6c;
}
.exclusive-product .product-details h3:hover {
    text-decoration: underline;
}

.all-products .price-wrapper,
.exclusive-product .price-wrapper {
    font-size: 15px;
    font-weight: 400;
    margin-top: 14px;
    padding: 6px 2px;
    background: #5064d0;
}

.all-products .product-details .price h4,
.all-products .product-details .price h5,
.exclusive-product .product-details .price h5,
.all-products .product-details .price h5 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.exclusive-product .product-details .price h5 span,
.all-products .product-details .price h5 span {
    font-weight: 600;
}

.exclusive-product .product-details .price h2,
.all-products .product-details .price h2 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.exclusive-product .product-details .price h2 span,
.all-products .product-details .price h2 span {
    font-weight: 600;
}

.exclusive-product .product-details .price h4,
.exclusive-product .product-details .price h5 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.all-products .product-details .price h4 span,
.all-products .product-details .price h5 span,
.exclusive-product .product-details .price h4 span,
.exclusive-product .product-details .price h5 span {
    font-weight: 600;
}

.all-products .product-footer .live-preview a,
.exclusive-product .product-footer .live-preview a {
    margin: 0;
    padding: 3px 16px;
    min-width: 107px;
}

.all-products .product-footer .live-preview a:hover,
.exclusive-product .product-footer .live-preview a:hover {
    background: #5064d0;
    color: #fff;
    border-color: #5064d0;
}

.all-products .product-footer .live-preview-cart,
.exclusive-product .product-footer .live-preview-cart {
    /* float: none;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0); */
}
.all-products .product-footer .cart a,
.exclusive-product .product-footer .cart a {
    height: 32px !important;
    line-height: 32px !important;
}

.all-products .product-grids .grid,
.exclusive-product .product-grids .grid {
    width: 100%;
    float: none;
    margin: 0;
    border: 1px solid #e6eded;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    position: relative;
    transition: 0.3s;
}

#guest .notifications .items .item:hover,
#user .notifications .items .item:hover,
.all-products .product-grids .grid:hover,
.blog-section .blog-grids .grid:hover,
.exclusive-product .product-grids .grid:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.all-products .product-details .product-author-category-area,
.exclusive-product .product-details .product-author-category-area {
    display: flex;
    justify-content: center;
    gap: 75px;
}

#guest .invoices tbody td,
#guest .purchases .content > div,
#guest .subscriptions .item > div,
#user .invoices tbody td,
#user .purchases .content > div,
#user .subscriptions .item > div,
.all-products .product-details .author,
.exclusive-product .product-details .author,
.h5_title,
.ui.cards > .card .content time {
    font-size: 14px;
}

.all-products .product-details .category,
.exclusive-product .product-details .category {
    font-size: 14px;
    font-weight: 600;
}

.all-products .product-footer .cart a,
.exclusive-product .product-footer .cart a {
    background: #5064d0;
    border: 1px solid #5064d0;
}

#checkout-page .card > .content:first-child,
#checkout-response .card .content.title,
#guest .purchases .titles,
#guest .subscriptions .item.titles,
#user .purchases .titles,
#user .subscriptions .item.titles,
.all-products .tablinks li.active a,
.blog-sidebar .category-widget ul li:hover:before,
.blog-sidebar .search-widget form button,
.blog-single-section .comment-respond .form-submit input,
.blog-single-section .comment-respond .form-submit input:hover,
.blog-single-section .comments-area .comment-reply-link,
.category-sidebar .category-widget ul .active:before,
.category-sidebar .category-widget ul li:hover:before,
.category-sidebar .tag-widget ul a:hover,
.exclusive-product .tablinks li.active a,
.news-letter-section form > div button {
    background: #5064d0;
}

.exclusive-product .tablinks ul > li + li {
    margin-left: 0;
}

.exclusive-product .tablinks ul {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 375px) {
    .exclusive-product .tablinks ul {
        text-align: center;
        display: grid;
        grid-template-columns: auto;
    }
}

@media (max-width: 767px) {
    .exclusive-product .tablinks a {
        font-size: 0.75rem;
    }

    .exclusive-product .tablinks {
        padding: 10px;
    }

    .exclusive-product .tablinks ul {
        gap: 10px;
    }
}

.all-products .product-img-tag .badge,
.exclusive-product .product-img-tag .badge {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#242f6c),
        to(#5366cc)
    );
    background: linear-gradient(left, #242f6c, #5366cc);
}

.all-products .product-img-tag .newest,
.exclusive-product .product-img-tag .newest {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#00d573),
        to(#00de09)
    );
    background: linear-gradient(left, #00d573, #00de09);
}

.all-products .product-img-tag .featured,
.exclusive-product .product-img-tag .featured {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f3f5ff),
        to(#f3f5ff)
    );
    background: linear-gradient(left, #f3f5ff, #f3f5ff);
    color: #242f6c;
    box-shadow: 0 0 5px #5064d0;
}

.custom-new-product-section {
    background: 0 0;
}

.custom-home-items,
.packages-section {
    background: #fff;
}

.pricing-section {
    background-color: #242f6c;
    padding: 90px 0;
}

.service-pricing-section {
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
}

.pricing-section .pricing-header {
    padding: 20px 22px 28px;
    background: #f3f5ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pricing-section .pricing-title {
    background: 0 0 !important;
    height: auto;
    text-align: center;
    padding: 0 0 20px;
    border-radius: 0;
}

.service-pricing-section .pricing-header {
    padding: 20px 22px 28px;
    background: #f3f5ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.service-pricing-section .pricing-title {
    background: 0 0 !important;
    height: auto;
    text-align: center;
    padding: 0 0 20px;
    border-radius: 0;
}

.pricing-section .pricing-title h2,
.pricing-section .pricing-title h3 {
    color: #242f6c;
    text-align: left;
}

.service-pricing-section .pricing-title h2,
.service-pricing-section .pricing-title h3 {
    color: #242f6c;
    text-align: left;
}

.pricing-section .pricing-grids .grid {
    width: 100%;
    float: none;
    margin: 0;
    background: #fff;
    position: relative;
}

.service-pricing-section .pricing-plan .grid {
    width: 100%;
    float: none;
    margin: 0;
    background: #fff;
    position: relative;
}

.pricing-section .price h2,
.pricing-section .price h4 {
    font-size: 48px;
}

.service-pricing-section .price h2,
.service-pricing-section .price h4 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

#support .column,
.pricing-section .price,
.product-single-section .product-single-pic {
    padding: 0;
}

.pricing-section .pricing-body {
    padding-top: 10px;
}

.pricing-section .pricing-body ul li:before {
    position: absolute;
    left: 24px;
    top: 16px;
    background-color: #5064d0 !important;
}

.pricing-section .pricing-body ul li {
    padding: 10px 10px 10px 48px;
    background-color: #fff !important;
}

.pricing-section .price > span {
    color: #5064d0 !important;
    font-weight: 400;
    font-size: 14px;
}

.pricing-section .pricing-footer {
    padding: 20px 0 36px;
    text-align: center;
}

.service-pricing-section .pricing-body {
    padding-top: 10px;
}

.service-pricing-section .pricing-body ul {
    padding-left: initial !important;
    padding-left: unset !important;
    padding-left: 30px !important;
}

#checkout-page .subscription .description ul {
    padding-left: initial !important;
    padding-left: unset !important;
    padding-left: 40px !important;
}

#checkout-page .subscription .description ul li::marker {
    color: #5064d0 !important;
}

.service-pricing-section .pricing-body ul li::marker {
    color: #5064d0 !important;
}

.service-pricing-section .price > span {
    color: #5064d0 !important;
    font-weight: 400;
    font-size: 14px;
}

.error-text {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.service-pricing-section .pricing-footer {
    padding: 20px 0 36px;
    text-align: center;
}

.pricing-footer-contact-us-btn {
    background: #5064d0;
    border: 1px solid #5064d0;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.3s;
}

.pricing-footer-contact-us-btn:hover {
    color: #fff;
    background: #4256ca;
    border: 1px solid #4256ca;
}

.pricing-section .pricing-title .fi:before {
    font-size: 3rem;
    color: #fff;
}

.why-us-card-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.why-us-card {
    position: relative;
    background: #fafbff;
    border: 1px solid #dee4ff;
    border-radius: 8px;
    transition: 0.3s;
}

.about-us-card:hover,
.why-us-card:hover {
    border-color: #242f6c;
}

.why-us-card-top-area {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.why-us-card-top-area img {
    width: 40px;
    height: 40px;
}

.why-us-card-top-area p {
    font-weight: 600;
    font-size: 14px;
}

.why-us-card-header-area {
    padding: 0 20px 20px;
}

.why-us-card-top-area .why-us-card-header-title {
    font-size: 18px;
    font-weight: 600;
    color: #242f6c;
}

#checkout-page .payment-methods .total-fee .fee,
#checkout-page .payment-methods .total-fee .total,
#coupon-form .ui.input input,
#guest .profile .items .item .content > div.country,
#guest .profile .items .item .content > div.email,
#guest .profile .items .item .content > div.member-since,
#single-page .page-content p,
#user .profile .items .item .content > div.country,
#user .profile .items .item .content > div.email,
#user .profile .items .item .content > div.member-since,
.review-area .quote,
.why-us-card-header-area .why-us-card-header-description {
    font-size: 16px;
}

.why-us-footer-area {
    border-top: 1px solid #dee4ff;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.why-us-card:hover .why-us-footer-area {
    border-color: #242f6c;
    transition: 0.3s;
}

.why-us-footer-area div {
    padding: 0 20px;
}

.why-us-footer-area div a {
    color: #242f6c;
    font-weight: 600;
    transition: 0.3s;
}

.why-us-footer-area div a:hover {
    color: #4256ca;
}

.how-to-start-work-top-section {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    gap: 12px;
}

.how-to-start-work-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.how-to-start-work-progress-list {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.how-to-start-work-progress-list .how-to-start-work-progress-list-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.blog-section .author,
.product-single-section
    .single-product-widget-area
    .licence-widget
    .tablinks
    ul,
.product-single-section .user-profile-widget .item-tags-btn {
    gap: 10px;
    display: flex;
}

.how-to-start-work-progress-list .how-to-start-work-progress-title {
    font-size: 16px;
    color: #000;
}

.how-to-start-work-progress-list .how-to-start-work-progress-count {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.how-to-start-work-content-section {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
}

.how-to-start-work-image-area {
    width: 100%;
    height: 300px;
}

.how-to-start-work-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.how-to-start-work-feature-area ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.how-to-start-work-feature-area ul li {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.how-to-start-work-content-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5064d0;
    position: relative;
    z-index: 2;
}

.how-to-start-work-list-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.how-to-start-work-list-subtitle {
    font-size: 14px;
    color: #000;
}

.how-to-start-work-vertical-line {
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: #dee4ff;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid {
    background: #f3f5ff;
    border-color: #f3f5ff;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5366cc),
        to(#242f6c)
    );
    background: linear-gradient(left, #5366cc, #242f6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5366cc),
        to(#242f6c)
    );
    background: linear-gradient(left, #5366cc, #242f6c);
}

.blog-section .entry-media .tag {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#242f6c),
        to(#5366cc)
    );
    background: linear-gradient(left, #242f6c, #5366cc);
    left: 15px;
    top: 15px;
}

.blog-section .blog-grids .grid {
    width: 100%;
    float: none;
    margin: 0;
    border: 1px solid #e6eded;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.3s;
    padding-bottom: 0;
    border-radius: 8px;
}

.blog-section .entry-details {
    padding: 20px 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-section .author {
    border-top: 1px solid #e6eded;
    padding: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.blog-section .author a {
    padding: 0;
    font-size: 18px;
    color: #242f6c;
    transition: 0.3s;
}

.blog-section .author .author-name {
    font-size: 13px;
}

.blog-section .author .author-name span {
    color: #242f6c;
    font-weight: 600;
}

.blog-view-more-button-area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.page-title {
    margin: 98px 0 45px;
    height: 190px;
    background-color: #242f6c;
}

.page-title .breadcrumb li a {
    color: #90a1ff;
    transition: 0.3s;
}

.page-title .breadcrumb li a:hover {
    color: #dce1ff;
}

.page-title h2 {
    color: #fff;
}

.page-title h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.3em;
    text-transform: capitalize;
}

.page-title .breadcrumb > li + li:before {
    color: #90a1ff;
}

.product-single-section .product-single-pic img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
}

.product-single-section .product-single-info .tablinks .active a {
    background: #5064d0;
    border-color: transparent;
}

.product-single-section .product-single-info .tablinks {
    border-bottom: 1px solid #5064d0;
}

.product-single-section
    .single-product-widget-area
    .licence-widget
    .tablinks
    ul
    li {
    float: none !important;
    width: 100%;
}

.product-single-section
    .single-product-widget-area
    .licence-widget
    .tablinks
    li.active
    a {
    background: 0 0 !important;
    padding: 0;
}

.product-single-section
    .single-product-widget-area
    .licence-widget
    .tablinks
    li.active
    a
    p {
    color: #5064d0;
    margin-bottom: 4px;
}

.product-single-section
    .single-product-widget-area
    .licence-widget
    .tablinks
    li.active
    a
    h4 {
    color: #5064d0;
    margin-top: 0;
}

.theme-btn,
.theme-btn-s3,
.theme-btn-s3:after,
.theme-btn-s4,
.theme-btn-s4:after,
.theme-btn:after,
.view-cart-btn,
.view-cart-btn:after {
    background: #5064d0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 4px 12px;
}

.theme-btn-s2,
.theme-btn-s2:after {
    background: #fff;
    color: #5064d0 !important;
    font-weight: 600;
    border: 1px solid #5064d0 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-single-section .single-product-widget-area .comment-widget div > span,
.product-single-section .single-product-widget-area .sell-widget div > span {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.product-single-section .single-product-widget-area .widget table {
    width: 100%;
    color: #000;
}

.product-single-section .product-info-widget table td:first-child {
    width: 35%;
}

#details img,
.product-single-section .product-info-widget table td:last-child {
    width: 65%;
}

.product-single-section .product-single-item-details a,
.product-single-section .product-single-item-details li,
.product-single-section .product-single-item-details p {
    font-size: 16px;
    margin-bottom: 1rem;
}

.product-single-section
    .single-product-comments
    .comment-respond
    .comment-reply-title {
    margin: 0 0 1em;
}

.product-single-section
    .single-product-comments
    .comment-respond
    .form-submit
    input,
.product-single-section
    .single-product-comments
    .comment-respond
    .form-submit
    input:hover {
    background: #5064d0;
    box-shadow: none;
    color: #ffff;
    border: 1px solid transparent;
    border-radius: 0;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus,
.contact-form-map form input:focus,
.contact-form-map form select:focus,
.contact-form-map form textarea:focus,
.product-single-section
    .single-product-comments
    .comment-respond
    form
    input:focus,
.product-single-section
    .single-product-comments
    .comment-respond
    form
    textarea:focus,
.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="url"]:focus {
    border-color: #5064d0;
}

.news-letter-section form,
.product-single-section .user-profile-widget .btns {
    margin: 0;
}

.ui.basic.button,
.ui.basic.buttons .button {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
}

.ui.basic.button:hover,
.ui.basic.buttons .button:hover {
    background: #fff !important;
    color: #5064d0 !important;
    -webkit-box-shadow: 0 0 0 1px #5064d0 inset, 0 0 0 0 #5064d0 inset;
    box-shadow: 0 0 0 1px #5064d0 inset, 0 0 0 0 #5064d0 inset;
}

.product-single-section .single-product-widget-area .rating-widget .ui.rating {
    margin-top: 8px;
}

.product-single-section .product-single-pic .thumbnail img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.product-single-section .product-single-pic .thumbnail {
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.player {
    padding: 1.5rem 1rem 1rem !important;
}

.player .actions {
    align-items: center;
}

.player .actions button {
    padding: 8px 12px;
    height: 34px;
    font-size: 18px !important;
}

.player .actions button.ui.button.white:hover {
    color: #5064d0 !important;
    font-weight: 500 !important;
    box-shadow: 0 0 0 1px #5064d0 inset, 0 0 0 0 #5064d0 inset;
}

.player .timeline .wave > wave {
    height: 16px !important;
}

.product-single-section
    .single-product-widget-area
    .licence-widget
    .btns
    .ui.button.download {
    background: #d3daff;
    color: #242f6c;
    width: 100%;
    border-radius: 0;
    border: 1px solid transparent;
    transition: 0.3s;
}

.blog-sidebar .tag-widget ul li a:hover,
.product-single-section
    .single-product-widget-area
    .licence-widget
    .btns
    .ui.button.download:hover {
    background: #5064d0;
    color: #fff;
}

.product-single-section .user-profile-widget .img-holder img {
    width: 20px;
}

.product-single-section .single-product-widget-area .widget .item-tags {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    gap: 3px;
}

.product-single-section .single-product-widget-area .widget .item-tags i {
    font-size: 20px;
}

.product-single-section .user-profile-widget .item-tags-btn > a,
.product-single-section .user-profile-widget .item-tags-btn > a:first-child {
    margin: 0;
    padding: 8px 16px;
}

.product-single-section .product-single-info .tablinks ul li {
    float: left;
    margin-bottom: 2px;
}

.product-single-section
    .single-product-comments
    .comments-area
    .comment-reply-link {
    background: 0 0;
    color: #5064d0;
    padding: 0;
    font-weight: 600;
    border: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: 0.3s;
}

.product-single-section
    .single-product-comments
    .comments-area
    .comment-reply-link:hover {
    background: 0 0;
    color: #242f6c;
    gap: 7px;
}

.product-single-section
    .single-product-comments
    .comments-area
    .comments-reply {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-area .avator img {
    border-radius: 50%;
}

.client-info-header .client-prof-time .time {
    font-size: 14px;
    margin-top: 4px;
}

.client-info-header .client-prof-time .image.rating {
    float: none;
    margin-left: -7px;
    justify-content: flex-start !important;
}

.review-rating-area {
    float: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.review-rating-area .rating {
    float: none !important;
    margin-bottom: 0 !important;
    width: fit-content !important;
}

.review-rating-area .rating i {
    flex: none !important;
}

.review-area .ui.items.borderless .form .content .ui.button {
    border-radius: 0;
    background: #5064d0;
    color: #fff;
    border: 1px solid transparent;
    margin-top: 16px;
    float: right;
}

.review-area .ui.items.borderless .form .image .reviewer-name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
}

.theme-accordion-s1 .panel-heading a {
    background: #5064d0;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body a,
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body li,
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
    font-size: 16px !important;
}

#similar-items {
    background: #fff !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

#similar-items .header {
    margin-bottom: 2rem !important;
}

#similar-items .header div {
    color: #242f6c !important;
    text-transform: capitalize !important;
}

.ui.blue.message {
    background-color: #f3f5ff;
    color: #5064d0;
}

.category-widget .fields .field .ui.circular.button {
    background: #5064d0 !important;
}

.category-sidebar .widget > div {
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
}

.category-sidebar .widget > div .all-category {
    border-bottom: 2px solid #5064d0;
}

.contact-us-card-container {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.contact-us-card {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 24px;
}

.contact-us-card .contact-us-card-location-icon {
    font-size: 28px;
    color: #5064d0;
}

.contact-us-card .contact-us-card-location {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 14px;
    margin-bottom: 6px;
}

.contact-us-card .contact-us-card-location-address {
    font-size: 15px;
    color: #000;
}

.contact-form-map form select {
    padding: 6px 12px 6px 0;
    font-size: 14px;
    margin-left: -4px;
}

.contact-form-map .contact-form {
    padding: 50px;
}

.about-us-card {
    position: relative;
    background: #fafbff;
    border: 1px solid #dee4ff;
    border-radius: 8px;
    padding: 20px;
    transition: 0.3s;
}

.about-us-feature-top-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-feature-top-area span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #242f6c;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
}

.about-us-feature-top-area span .fi:before {
    font-size: 40px !important;
}

.about-us-feature-card-area .about-us-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #242f6c;
    margin: 14px 0;
    text-align: center;
}

.about-us-feature-card-area .about-us-feature-description {
    font-size: 16px;
    text-align: center;
}

.custom-blogs-image a img,
.custom-blogs-image img {
    width: 100%;

    object-fit: cover;
    object-position: center;
}

.blog-pg-section .entry-meta > li:first-child,
.blog-pg-section .entry-meta > li:last-child,
.blog-single-section .entry-meta > li:first-child,
.blog-single-section .entry-meta > li:last-child {
    top: 0;
}

.blog-pg-section .entry-meta > li [class^="flaticon-"]:before,
.blog-single-section .entry-meta > li [class^="flaticon-"]:before {
    margin-left: 0;
    padding-right: 5px;
}

.blog-pg-section .entry-meta > li .ti-facebook:before,
.blog-single-section .entry-meta > li .ti-facebook:before {
    font-size: 18px;
    padding-right: 5px;
}

.blog-pg-section .entry-meta > li + li,
.blog-single-section .entry-meta > li + li {
    margin-left: 0;
    padding-left: 0;
}

.blog-pg-section .entry-meta,
.blog-single-section .entry-meta {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-content .post .content.tags {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
}

.blog-content .post .content.tags a {
    font-size: 13px;
    background: #e3e8ff;
    padding: 2px 4px;
    font-weight: 500;
}

.blog-content .post .read-more {
    color: #5064d0;
    font-size: 14px;
}

.blog-pg-section .blog-content .post {
    margin-bottom: 75px;
}

.blog-single-section .more-posts .next-post a:hover,
.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .tag-share .tag a:hover {
    background-color: #5064d0;
    color: #fff;
}

.blog-single-section .tag-share .share {
    float: none;
    margin-top: 20px;
}

.ui.card .content img,
.ui.cards > .card .content img {
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
}

.related-posts .ui.header {
    margin-bottom: 1rem;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #242f6c;
}

.login-section {
    padding-top: 200px;
}

.login-section .login-container {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: row;
}

.login-container .login-form-container {
    width: 500px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.login-form-container .login-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #242f6c;
    text-align: center;
    margin-bottom: 24px;
    padding: 36px 36px 0;
}

.login-form-container .login-form-area {
    padding: 0 36px;
}

.login-form-container .login-form-area .input-area {
    margin-bottom: 12px;
}

.login-form-container .login-form-area .form-control {
    padding: 8px 16px;
    height: 40px;
    border: 1px solid #e3e7fd;
}

.login-form-container .login-form-area .form-control:focus {
    border-color: #5064d0;
    box-shadow: none;
}

.contact-form-map .contact-form .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.contact-form-map .contact-form .captcha-area img {
    width: 100%;
    height: 50px;
}

.contact-form-map .contact-form .captcha-area .circular-corner {
    border-radius: 4px !important;
}

.login-form-container .login-form-area .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.login-form-container .login-form-area .captcha-area img {
    width: 100%;
    height: 40px;
}

.login-form-container .login-form-area .captcha-area .circular-corner {
    border-radius: 4px !important;
    border: 1px solid #e3e7fd;
}

.off-canvas .contact-form .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.off-canvas .contact-form .captcha-area img {
    width: 100%;
    height: 40px;
}

.off-canvas .contact-form .captcha-area .circular-corner {
    border-radius: 4px !important;
    border: 1px solid #e3e7fd;
}

.newsletter-form .captcha-area {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 10px;
}

.newsletter-form .captcha-area img {
    width: 100%;
    height: 40px;
}

.newsletter-form .captcha-area .circular-corner {
    border-radius: 4px !important;
    border: 1px solid #e3e7fd;
}

.newsletter-form .captcha-area #newsletter-captcha {
    height: 38px;
}

.login-form-container .login-form-area .submit-form-area {
    margin: 32px 0 6px;
}

.login-form-container .login-form-area .submit-form-area input[type="submit"] {
    width: 100%;
    background-color: #242f6c;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    transition: 0.3s;
}

.login-form-container
    .login-form-area
    .submit-form-area
    input[type="submit"]:hover {
    background-color: #5064d0;
    color: #fff;
    border-color: #5064d0;
}

.login-form-container .login-form-area .forgot-pass-area {
    text-align: right;
}

.login-form-container .login-form-area .forgot-pass-area a {
    color: #5064d0;
    font-weight: 500;
}

.login-form-container .login-form-area .forgot-pass-area a:hover {
    color: #242f6c;
    text-decoration: underline;
}

.login-form-container .login-form-area .ui.horizontal.divider {
    margin: 1.5rem 0;
}

.login-form-container .create-account-area {
    margin-top: 20px;
    border-top: 1px solid #e6eded;
    padding: 20px 36px 36px;
}

.login-form-container .create-account-area p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.login-form-container .create-account-area button {
    width: 100%;
    background-color: #5064d0;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    transition: 0.3s;
}

.login-form-container .create-account-area button:hover {
    background-color: #242f6c;
    color: #fff;
    border-color: #242f6c;
}

.login-container .login-img-container {
    flex-grow: 1;
    width: auto;
}

.login-container .login-img-container img {
    width: 100%;
    height: 560px;
}

.register-name-area {
    display: flex;
    gap: 12px;
    align-items: center;
}

.reset-form-area {
    padding: 0 36px 36px !important;
}

#single-page,
#support .faq {
    margin: 0 auto;
}

#support .faq .title {
    font-size: 30px;
    font-weight: 700;
    color: #242f6c;
}

#single-page .column {
    padding: 0 0 1rem;
}

#single-page .page-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: #242f6c;
    margin-bottom: 40px;
}

#single-page .page-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #242f6c;
}

#guest > .items.notifications,
#guest > .items.profile,
#user > .items.notifications,
#user > .items.profile {
    padding: 2rem !important;
}

#guest .notifications .items .item,
#user .notifications .items .item {
    border: 1px solid #e6eded;
    border-radius: 8px;
    transition: 0.3s;
}

#guest .notifications .items .item p,
#user .notifications .items .item p {
    margin-bottom: 4px;
}

#guest .profile .items .item .content > div.name,
#user .profile .items .item .content > div.name {
    color: #242f6c;
    border: 0;
    padding: 0;
}

#guest .profile .field.avatar .content .ui.button,
#user .profile .field.avatar .content .ui.button,
.ui.form .field .ui.button {
    background: #5064d0 !important;
    color: #fff !important;
    border-radius: 0;
    transition: 0.3s;
}

#checkout-page .payment-methods .cart-checkout .ui.button:hover,
#guest .invoices tbody td .export-btn:hover,
#guest .profile .field.avatar .content .ui.button:hover,
#guest .purchases .content .download .ui.button:hover,
#user .invoices tbody td .export-btn:hover,
#user .profile .field.avatar .content .ui.button:hover,
#user .purchases .content .download .ui.button:hover,
.ui.form .field .ui.button:hover {
    background: #2f3f99 !important;
    color: #fff !important;
}

#guest .profile input,
#user .profile input {
    border-radius: 4px !important;
    font-size: 16px !important;
}

#guest .profile .segment,
#user .profile .segment {
    border-radius: 4px !important;
}

.ui.yellow.segment:not(.inverted) {
    border-top: 2px solid #5064d0 !important;
}

.ui.form .field > label {
    font-size: 16px;
    font-weight: 500;
}

#guest .profile .segment .header,
#user .profile .segment .header {
    color: #242f6c !important;
    font-size: 16px;
}

#guest > .items,
#user > .items {
    padding: 0 0 2rem !important;
}

#guest > .files,
#user > .files {
    min-height: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

#checkout-page .cart-items .cart-item .name a,
#checkout-page .cart-items .cart-item .price,
#guest .purchases .titles > div,
#guest .subscriptions .item.titles div,
#user .purchases .titles > div,
#user .subscriptions .item.titles div {
    font-size: 16px;
    font-weight: 600;
}

#guest .purchases .content .download,
#guest .subscriptions .item .status,
#user .purchases .content .download,
#user .subscriptions .item .status {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#guest .invoices tbody td .export-btn,
#guest .purchases .content .download .ui.button,
#user .invoices tbody td .export-btn,
#user .purchases .content .download .ui.button {
    background: #5064d0 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding: 4px 6px;
    transition: 0.3s;
}

#guest .purchases .content .ui.refund,
#user .purchases .content .ui.refund {
    background: #fff !important;
    color: #242f6c !important;
    border-color: #242f6c !important;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#guest .invoices table,
#user .invoices table {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#guest .invoices thead th,
#user .invoices thead th {
    background: #5064d0;
    font-size: 16px;
    font-weight: 600;
}

#guest .subscriptions .item .status .active-status,
#user .subscriptions .item .status .active-status {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px !important;
    border-color: #5064d0 !important;
    color: #5064d0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#guest .subscriptions .item .status .expired-status,
#guest .subscriptions .item .status .pending-status,
#user .subscriptions .item .status .expired-status,
#user .subscriptions .item .status .pending-status {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#checkout-page .cart-items .cart-item .name .license {
    background: #242f6c;
    color: #fff;
}

#checkout-page .payment-methods .cart-checkout .ui.button {
    background: #5064d0 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    transition: 0.3s;
}

#checkout-page .payment-methods .cart-checkout .coupon-text {
    font-size: 15px;
    transition: 0.3s;
}

.checkout-page-success-section {
    padding-top: 90px !important;
}

#checkout-response .card .content a.ui.button {
    background: #242f6c !important;
    color: #fff !important;
    border-radius: 0;
    font-size: 18px;
    transition: 0.3s;
}

#checkout-response .card .content a.ui.button:hover {
    background: #3e4ea8 !important;
    color: #fff !important;
}

.site-footer {
    background-color: #ededed;
}

.site-footer .upper-footer {
    padding: 90px 0 20px;
}

.custom-news-letter-section form > div input {
    height: 46px;
}

.custom-news-letter-section form > div button {
    height: 36px;
    width: 90px;
}

.copyright-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.lower-footer-social-area ul {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.site-footer .lower-footer .copyright {
    display: block;
    text-align: left;
    margin: 20px 0 0;
}

.market-earning-description {
    font-size: 15px;
}

.site-footer .market-widget .sold-earning p {
    font-family: "Semplicita Pro" !important;
    font-weight: 600;
    font-size: 15px;
}

.site-footer .market-widget .sold-earning h4 {
    font-size: 18px;
    color: #5064d0;
}

.news-letter-section {
    background-color: transparent;
}

.subscribe-us-title h3 {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: left !important;
    color: #525252 !important;
}

.site-footer .lower-footer .row .separator {
    background: #d4d4d4;
}

.site-footer .widget-title {
    margin-bottom: 15px;
}

.h4_title,
.site-footer .widget-title h2,
.site-footer .widget-title h3 {
    font-size: 18px;
}

.site-footer .market-widget .sold-earning > div {
    width: 40%;
}

.footer-our-services-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.footer-our-services-area > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.footer-additional-area {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.footer-row-2-area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.site-header #navbar > ul .sub-menu .profile-container-area li a span i {
    font-weight: 700;
}

/* new css cta-sticky */

.service-pricing-section .pricing-header {
    padding: 40px 22px 40px;
    text-align: center;
}

.cta-sticky {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    background-color: #fff;
    position: fixed;
    top: 42px;
    padding: 14px 30px;
    z-index: 999;
    width: 100%;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s;
}

.cta-sticky.sticky {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.3s;
}

.cta-sticky .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-sticky .container::before,
.cta-sticky .container::after {
    display: none;
}

.cta-sticky .theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

.cta-sticky .container .d-flex {
    align-items: center;
}

.cta-sticky .container .price {
    color: #242f6c;
    font-weight: 700;
    font-size: 20px;
}

.cta-sticky .container .small {
    color: #5064d0;
    font-weight: 400;
    font-size: 14px;
}

.cta-sticky .fw-bold {
    font-weight: bold;
}

/* product-single-info new css */

.product-single-info {
    position: relative;
}

.sticky-menu {
    min-width: 300px;
    position: fixed;
    right: 265px;
    top: 20%;
    z-index: 9;
    box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px;
    border: solid 2px #f4f4f4;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.sticky-menu.sticky {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.3s;
}

.sticky-menu ul {
    list-style: none;
}

.sticky-menu ul li {
    background: #f3f5ff;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: solid 1px rgb(72 61 224 / 10%);
}

.sticky-menu ul li.active {
    background-color: #5063d0;
}

.sticky-menu ul li.active a {
    color: #fff;
    font-weight: 500;
}

.sticky-menu ul li:last-child {
    border-bottom: none;
}

.bottom-up {
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px #00000029;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    z-index: 9;
}

/* Billing details css */
.billing-details,
.order-details {
    border: 1px solid #ebebeb;
    padding: 24px;
    border-radius: 8px;
}

.billing-details .title,
.order-details .title {
    font-size: 40px;
    font-weight: 600;
}

.billing-details input,
.billing-details select {
    border: solid 1px #ebebeb;
    padding: 10px;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.billing-details label {
    margin-top: 16px;
}

.billing-details .error {
    font-size: 14px;
    font-weight: 500;
}

.billing-details .agreement-box {
    max-height: 13rem;
    border: 1px solid #ebebeb;
    padding: 24px;
    border-radius: 8px;
    overflow: auto;
}

.billing-details .sign-box {
    border: 1px solid #ebebeb;
    padding: 24px;
    border-radius: 8px;
    width: 350px;
    height: 75px;
}

.billing-details .align-item-center {
    align-items: center;
}

#checkout-page > .column.right {
    max-width: inherit;
    flex: 1;
}

.order-details table {
    width: 100%;
}

.order-details table thead,
.order-details table tbody {
    border-bottom: solid 1px #ebebeb;
}

.order-details table thead th,
.order-details table td {
    padding-bottom: 10px;
    padding-top: 10px;
}

#checkout-page .payment-methods .cart-payment {
    background-color: transparent;
}

#checkout-page .payment-methods .items .item {
    padding: 10px 20px;
    border-radius: 4px;
}

#coupon-form .ui.input input {
    padding: 10px;
    border-radius: 4px;
}

#coupon-form .ui.input {
    border-radius: 4px;
    overflow: hidden;
    height: 44px !important;
}

/* Subscribe CUstom Login   */
.subscribe-custom-login {
    max-width: 1500px;
    margin: auto;
    padding: 16px;
}

.subscribe-custom-login .custom-login-button {
    width: 100%;
    background-color: #242f6c;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 5px 16px;
    font-weight: 500;
    transition: 0.3s;
}

.subscribe-custom-login input.form-control {
    height: 44px;
    padding: 10px;
}

.subscribe-custom-login .custom-login-button {
    height: 44px;
}

.subscribe-custom-login .panel-body {
    padding-bottom: 40px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.error-input {
    border: 1px solid #e0b4b4 !important;
    background-color: #fff6f6 !important;
}

.subscribe-custom-login .theme-accordion-s1 .panel-heading a {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

/* new css */

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
    #checkout-page {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    /* .container {
        width: 1500px;
    } */
    #checkout-page {
        max-width: 1500px;
    }
}

@media (max-width: 575px) {
    .exclusive-product .tablinks ul {
        text-align: center;
        display: grid;
        grid-template-columns: auto auto;
    }

    .login-form-container .login-form-area .captcha-area {
        grid-template-columns: 1fr 1fr !important;
    }

    .login-container .login-img-container {
        flex-grow: 1;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .nav-for-lg-device {
        display: none !important;
    }

    .header-style-1 .cart-search-contact,
    .header-style-1 .header-search-form-wrapper,
    .header-style-1 .mini-cart,
    .header-style-1 .notification,
    .header-style-2 .cart-search-contact,
    .nav-for-sm-device {
        display: block !important;
    }

    .subnav-for-sm-device li a:first-child {
        border-top: 1px solid #e4e8ff;
    }

    .subnav-for-sm-device li a {
        border-bottom: 1px solid #e4e8ff;
    }

    .subnav-for-sm-device li ul li {
        border: 0 !important;
        list-style: circle !important;
        margin: 0 0 0 80px;
    }

    .subnav-for-sm-device li ul li a {
        border: 0 !important;
        padding: 8px 4px !important;
    }

    #navbar1 {
        margin-left: auto;
    }

    .site-header #navbar .close-navbar {
        top: 8px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .header-style-1 .navigation,
    .header-style-2 .navigation {
        padding: 0;
    }

    .site-header .navbar-header button {
        background-color: #5064d0;
        top: 10px;
    }

    .category-sidebar {
        max-width: 100%;
    }

    .navbar > .container .navbar-header {
        margin-left: -92px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 26px;
    }

    .site-footer .upper-footer .col {
        margin-bottom: 20px;
        min-height: 100%;
    }

    .site-footer .link-widget ul > li + li {
        margin-top: 10px;
    }

    .product-single-section .single-product-widget-area .widget {
        max-width: 100% !important;
        margin-top: 8px !important;
    }

    .ui.basic.button,
    .ui.basic.buttons .button {
        margin: 0 0.25em 0.25em 0;
    }

    .review-rating-area .rating {
        margin-top: 0 !important;
    }

    .review-area .ui.items.borderless .form {
        flex-direction: row !important;
    }

    .review-area .ui.items.borderless .form .image img {
        width: 80px !important;
        margin-top: 22px;
    }

    .blog-pg-section .entry-meta li .fi:before {
        font-size: 16px;
    }

    .blog-pg-section .entry-meta li {
        font-size: 16px;
        float: none;
        margin-bottom: 0;
    }

    .blog-pg-section .entry-meta > li:last-child {
        margin-left: 0;
    }

    .blog-pg-section .entry-meta {
        row-gap: 6px;
        column-gap: 15px;
    }

    .custom-blogs-image a img,
    .custom-blogs-image img {
        width: 100%;
    }

    .related-posts .ui.header {
        margin-bottom: 2rem;
    }

    .login-section {
        padding-top: 150px;
    }

    .login-section .login-container {
        gap: 50px;
        flex-direction: column;
    }

    .login-container .login-form-container {
        width: 100%;
    }

    .login-container .login-img-container {
        flex-grow: 1;
        width: 75%;
    }

    .login-container .login-img-container img {
        width: 100%;
        height: auto;
    }

    .category-widget .fields {
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 575px) {
    .all-products .product-grids,
    .blog-section .blog-grids,
    .exclusive-product .product-grids,
    .pricing-section .pricing-grids,
    .why-us-card-container {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .contact-us-card-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom-profile-area > .left.menu {
        width: 240px;
    }

    #navbar1 .user > .left.menu {
        right: 0 !important;
    }

    .entry-media a img,
    .product-img-tag .content video,
    .product-img-tag a img {
        width: 100%;
        /* height: 220px; */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .copyright-container {
        flex-direction: row;
    }

    .site-footer .lower-footer .copyright {
        margin: 0;
    }

    .footer-our-services-area {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: -80px;
    }

    .how-to-start-work-progress-list {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        gap: 15px;
    }

    .how-to-start-work-content-section {
        gap: 50px;
        margin-top: 50px;
        flex-direction: row;
    }

    .how-to-start-work-vertical-line {
        top: 0;
        left: 10px;
    }

    .how-to-start-work-image-area {
        width: 40%;
        height: 340px;
    }

    .how-to-start-work-feature-area {
        flex-grow: 1;
        width: 60%;
    }

    .footer-row-2-area {
        flex-direction: row;
        gap: 10px;
    }
}

@media screen and (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .site-footer .resource-widget {
        padding-left: 20px;
    }

    .nav-for-lg-device {
        display: block !important;
    }

    .nav-for-sm-device,
    .subnav-for-sm-device {
        display: none !important;
    }

    .site-header #navbar li {
        position: static;
    }

    .site-header #navbar > ul .sub-menu {
        width: 100vw;
        border-top: 4px solid #f0f2fa;
        background: #f7f9fd;
    }

    .site-header #navbar > ul .sub-menu.active-sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar > ul .sub-menu .container {
        height: 420px;
        background: #f7f9fd;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border: 0;
        padding: 0 16px;
    }

    .site-header #navbar > ul > li .sub-menu li button {
        border: 1px solid transparent;
        background: 0 0;
        padding: 16px;
        width: 40%;
        display: flex;
        flex-direction: column;
        text-align: left;
        transition: 0.3s;
    }

    .site-header #navbar > ul > li .sub-menu li button:hover {
        border: 1px solid #e4e8ff;
        background: #fff;
    }

    .site-header #navbar > ul > li .sub-menu li button.active-sub-button {
        border: 1px solid #e4e8ff;
        background: #fff;
        position: relative;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        button.active-sub-button::after {
        content: "";
        background-size: contain;
        background-position: center;
        background-image: url(https://www.gocrisp.com/wp-content/axe-web-blocks/crisp/header-panel/templates/images/arrow-right.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -0.925rem;
        display: block;
        width: 1.3125rem;
        height: 2rem;
    }

    .site-header #navbar > ul > li .sub-menu li button .submenu-title {
        font-weight: 700;
        font-size: 16px;
        color: #242f6c;
        padding: 0;
        transition: 0.3s;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area li:hover a,
    .site-header #navbar > ul > li .sub-menu li button .submenu-title:hover {
        color: #5064d0;
    }

    .site-header #navbar > ul > li .sub-menu li button .submenu-description {
        font-size: 14px;
        font-weight: 600;
        color: #5e5e5e;
    }

    .site-header #navbar > ul > li .sub-menu li .sub-menu-category-container {
        background: #fff;
        height: 99%;
        width: 55%;
        box-shadow: 0 0 5px #f0f2fa;
        padding: 32px 16px;
        position: absolute;
        top: 0;
        right: 2.7%;
        display: none;
        overflow: auto;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container.active-sub-menu-category,
    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li:hover
        .sub-menu-category-container,
    .top-nav-social-icon-area {
        display: block;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 15px;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li {
        display: grid;
        grid-template-columns: 40px auto;
        gap: 20px;
        padding: 0;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-img
        img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-details-area {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-title {
        font-weight: 700;
        font-size: 14px;
        color: #242f6c;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-description {
        font-weight: 400;
        font-size: 13px;
        color: #000;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-link {
        font-size: 14px;
        font-weight: 600;
        color: #5e5e5e;
        padding: 0;
        transition: 0.3s;
    }

    .site-header
        #navbar
        > ul
        > li
        .sub-menu
        li
        .sub-menu-category-container
        li
        .sub-menu-category-link:hover {
        color: #263dbd;
    }

    .top-nav-content {
        right: -558px !important;
        transform: translate(0, 0) !important;
    }

    .custom-profile-area {
        margin-left: 20px !important;
        left: 0;
        top: 3px;
    }

    .navbar-brand img {
        height: 54px;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar {
        margin-right: auto;
        margin-left: auto;
    }

    .header-style-1 #navbar > ul > li > a,
    .header-style-1 #navbar > ul > li > button {
        padding: 22px 6px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #525252;
    }

    .nav-right-button-area {
        display: flex;
        gap: 10px;
    }

    .navbar > .container .navbar-header {
        margin-left: -90px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .custom-nav-arrow-icon {
        display: inline-block;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area {
        display: grid;
        grid-template-columns: auto auto auto;
        row-gap: 0;
        column-gap: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area li {
        background: #fff;
        border: 1px solid #e4e8ff;
        margin: 12px 0;
        transition: 0.3s;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area li:hover {
        border-color: #5064d0;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area li a {
        font-size: 18px;
        font-weight: 600;
        color: #242f6c;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .site-header #navbar > ul .sub-menu .profile-container-area::after,
    .site-header #navbar > ul .sub-menu .profile-container-area::before {
        display: none;
    }

    .theme-btn {
        font-size: 0.875rem;
    }

    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img,
    .img-responsive,
    .thumbnail a > img,
    .thumbnail > img {
        height: 500px;
    }

    .custom-hero-style {
        padding-top: 105px;
    }

    .all-products .product-grids,
    .blog-section .blog-grids,
    .exclusive-product .product-grids,
    .pricing-section .pricing-grids,
    .why-us-card-container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .product-img-tag .info {
        margin-top: 16px;
        padding: 0 30px;
    }

    .carousel-indicators-container {
        position: relative;
    }

    .carousel-indicators {
        position: absolute;
        left: 0;
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .custom-slider-container {
        display: flex;
        flex-direction: row;
        gap: 50px;
        align-items: center;
    }

    .custom-slider-description {
        width: 48%;
        gap: 32px;
        align-items: flex-start;
    }

    .custom-slider-description h1 {
        font-size: 42px;
        text-align: start;
    }

    .custom-slider-description p {
        font-size: 18px;
        text-align: start;
    }

    .custom-slider-description .slider-cta-btn {
        padding: 12px 16px;
        font-size: 16px;
    }

    .custom-slider-img {
        width: auto;
    }

    .custom-slider-img img {
        width: 460px;
        height: auto;
    }

    .testimonials-section .owl-theme .owl-dots .owl-dot.active span:after,
    .testimonials-section .owl-theme .owl-dots .owl-dot.active span:before {
        background: #5064d0;
    }

    .how-to-start-work-top-section {
        grid-template-columns: 340px auto;
        align-items: center;
        gap: 32px;
    }

    .how-to-start-work-title {
        text-align: left;
    }

    .how-to-start-work-content-section {
        gap: 80px;
        margin-top: 50px;
    }

    .how-to-start-work-image-area {
        width: 40%;
        height: 400px;
    }

    .review-area .ui.items.borderless .form .image img {
        margin-top: 22px;
    }

    .contact-us-map-image {
        width: 75%;
        margin: 0 auto;
    }

    .page-title {
        margin: 108px 0 45px;
        height: 190px;
        background-color: #242f6c;
    }

    .news-letter-section form {
        max-width: 100%;
    }

    .footer-our-services-area {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .top-nav-content {
        right: -758px !important;
    }

    .navbar-brand img {
        height: 70px;
    }

    .header-style-1 #navbar > ul > li > a,
    .header-style-1 #navbar > ul > li > button {
        padding: 30px 10px;
    }

    .theme-btn {
        font-size: 1rem;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar {
        margin-right: auto;
        margin-left: auto;
        float: none !important;
    }

    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img,
    .img-responsive,
    .thumbnail a > img,
    .thumbnail > img {
        height: 610px;
    }

    .custom-hero-style {
        padding-top: 120px;
    }

    .custom-slider-img img {
        width: 600px;
        height: auto;
    }

    .exclusive-product .product-grids {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }

    .blog-section .blog-grids,
    .pricing-section .pricing-grids {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .how-to-start-work-content-section {
        gap: 115px;
        margin-top: 50px;
    }

    .page-title {
        margin: 120px 0 45px;
        height: 190px;
        background-color: #242f6c;
    }
}

.off-canvas,
.off-canvas-overlay {
    right: 0;
    top: 0;
    transition: 0.4s ease-in-out;
    position: fixed;
}

.error {
    color: #dc3545;
}

.product-details .has-promo {
    text-align: center;
    color: #fff;
}

.product-details .has-promo .promo-price,
.promo-price-details {
    text-decoration: line-through;
}

.off-canvas {
    width: 90%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(100%);
    z-index: 1060;
}

@media only screen and (min-width: 575px) {
    .off-canvas {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .off-canvas {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .off-canvas {
        width: 45%;
    }
}

.off-canvas .form-control {
    height: auto;
    padding: 12px 16px;
    font-size: 14px;
}

.off-canvas .contact-form .captcha-area #captcha {
    padding: 8px 16px !important;
}

.off-canvas .contact-validation-active label.error {
    font-size: 12px;
    font-weight: 500;
}

@media screen and (min-width: 375px) {
    .footer-right {
        text-align: center !important;
    }
}

@media screen and (min-width: 475px) {
    .our-client-img-area .owl-stage-outer {
        padding: 40px 36px;
    }
}

.off-canvas .contact-form h2 {
    font-size: 24px;
    font-weight: 600;
}
.off-canvas .contact-form p {
    margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
    .off-canvas .form-control {
        padding: 14px 18px;
        font-size: 16px;
    }

    .off-canvas .contact-form .captcha-area #captcha {
        padding: 8px 18px !important;
    }

    .off-canvas .contact-form h2 {
        font-size: 28px;
    }

    .footer-right {
        text-align: right !important;
    }

    .off-canvas #note {
        color: #555 !important;
    }
}

.upper-footer .widget .widget-title .image {
    max-width: 200px !important;
    width: 100% !important;
}

.off-canvas .blog-view-more-button-area .submit-btn {
    padding: 8px 12px;
}

.off-canvas .blog-view-more-button-area {
    margin-top: 30px;
}

.off-canvas-active .off-canvas {
    transform: translateX(0);
}

.navbar-fixed-top {
    transition: 0.4s ease-in-out;
    width: 100%;
}

.page-wrapper1 {
    padding-top: 50px;
    transition: 0.4s ease-in-out;
}

.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
}

.off-canvas-active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}

.why-us-card-top-area .why-us-card-top-img {
    width: 40px;
    height: 40px;
    background: #242f6c;
    padding: 7px;
    border-radius: 50%;
}

.why-us-card-top-area .why-us-card-top-img svg path {
    stroke: #ffffff;
    fill: #ffffff;
}

.footer-right a {
    color: #000 !important;
    text-decoration: none !important;
}

.close {
    color: red;
    font-size: 30px;
    opacity: 1;
}

#body .card,
.selection-title .menu,
.shadowless,
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row,
.ui.celled.grid > .row > .column {
    box-shadow: none !important;
}

#blog .post .column.left .related-posts .card .content,
#blog .posts .column .card .content,
#body .card.product .content,
#top-menu .ui.dropdown .left.menu,
.borderless,
.home-items .content,
.selection-title .menu {
    border: none !important;
}

@media (min-width: 1025px) {
    .mobile-only {
        display: none !important;
    }
}

#cookies * {
    color: #fff;
    font-weight: 400;
}

.ui.instagram.button {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    box-shadow: 0 0 0 0 rgba(215, 110, 217, 0.15) inset;
}

.page-title .h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 0.3em;
    text-transform: capitalize;
}

.all-products .product-details .price h4,
.all-products .product-details .price h5,
.exclusive-product .product-details .price h4,
.exclusive-product .product-details .price h5 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.how-to-start-work-top-section-about {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    gap: 12px;
}

.how-to-start-work-progress-list .how-to-start-work-progress-title-about {
    font-size: 16px;
    color: #fff;
}

.how-to-start-work-progress-list .how-to-start-work-progress-count-about {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.testimonial-grids .details {
    font-style: italic;
}

.testimonials-section .section-title h2 {
    font-size: 1.875rem;
}

.about-view-more-button-area {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

.contact-us-card-container .content-area h2 {
    color: #fff;
}

.contact-us-card-container .content-area p {
    color: #fff;
}

.custom-blogs-image a img,
.custom-blogs-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-content .post .entry-media img {
    width: 100%;
}

.h4_title,
.product-details h3,
.site-footer .widget-title h2,
.site-footer .widget-title h3 {
    font-size: 18px;
}

.how-to-start-work-top-section-about {
    align-items: center;
    gap: 32px;
}

.our-client-img-area .owl-stage-outer {
    background: #f7f8ff;
    border: 1px solid #f7f8ff;
    border-radius: 8px;
    padding: 40px 10px;
}

.our-client-img {
    width: 150px;
    height: 70px;
    margin: 0 auto;
}

.off-canvas-overlay,
.our-client-img img,
.why-us-card-top-area .why-us-card-top-img svg {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 375px) {
    .our-client-img {
        margin: 0;
    }

    .footer-right {
        text-align: center !important;
    }
}

#cookies {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, #242f6c, #5366cc, #5366cc) !important;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border: none;
    z-index: 9;
}

#cookies div.button {
    margin-top: 1rem;
    margin-left: 0rem;
    text-align: left;
    display: table;
}

#cookies button {
    border-radius: 0.75rem;
    background: #fff !important;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    color: #000;
}

.h3_title {
    font-size: 24px;
}

.h6_title {
    font-size: 12px;
}

.or_with span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-400);
    display: inline-block;
    padding: 3px 9px;
    background: #fff;
}

.or_with {
    text-align: center;
    position: relative;
    z-index: 1;
}

.or_with:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 1px solid #a7adad;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.linkdin__btn {
    padding-bottom: 22px;
}

.linkdin__btn a {
    border: 1px solid #a7adad;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 12px;
    text-align: center;
    margin-top: 22px;
}

.linkdin__btn a img {
    margin-right: 14px;
    width: 24px;
    height: 24px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.linkdin__btn a:last-child {
    color: #0a66c2;
}

.newsletter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.newsletter-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 30em;
    border-radius: 0.5rem;
}

.newsletter-close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.newsletter-close-button:hover {
    color: var(--clr-main);
}

/* download modal  */

.download-modal {
    z-index: 1050;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.download-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 30em;
    border-radius: 0.5rem;
}

.download-close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
}

.download-close-button:hover {
    color: var(--clr-main);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.all-products .product-footer,
.exclusive-product .product-footer {
    padding: 90px 0px 0;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.all-products .product-footer .price-custome-container {
    width: 75%;
    margin: 0;
    padding: 8px 2px;
    /* position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0); */
}
.exclusive-product .product-footer .price-custome-container {
    width: 80%;
    margin: 0;
    padding: 8px 2px;
    /* position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0); */
}

.all-products .product-footer .price-custome-container1,
.exclusive-product .product-footer .price-custome-container1 {
    width: 100%;
    margin: 0;
    padding: 8px 2px;
    /* position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0); */
}

.price-custom-title {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    width: 100%;
}

#user-message {
    border-radius: 2rem !important;
    overflow: hidden;
}

.tablinks .active .licenses.ui.dropdown {
    max-width: 360px;
    border-radius: 1rem;
}

.tablinks .active .licenses.ui.dropdown .menu {
    border-radius: 1rem !important;
}

.support .items-list .support-table .support-table-tr {
    background: #5064d0;
    color: #fff;
}

.support .items-list .support-table .support-table-tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0.8rem;
}

.support .items-list .support-table .dynamic-tr td {
    text-align: center;
    padding: 1rem;
    font-size: 14px;
}

.support-dropdown-menu {
    right: 0 !important;
    left: auto !important;
}
.blog-content > .related-posts > .ui.card > .content,
.blog-content > .related-posts > .ui.cards > .card > .content {
    height: 180px;
}

.blog-single-section .blog-content .post a {
    color: #337ab7;
    text-decoration: underline;
}

.blog-single-section .blog-content .post th,
td p {
    margin-bottom: 0.5em !important;
}

.blog-single-section .blog-content .post ul li p {
    margin-bottom: 0.75em !important;
}

.table-of-content-accordion {
    margin-bottom: 20px !important;
    max-height: 370px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.table-of-content-accordion .title {
    background: #242f6c !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0 !important;
    font-size: 1.125rem !important;
}
.table-of-content-accordion ul li {
    margin: 10px auto;
    font-size: 17px !important;
}

.table-of-content-accordion ul li a {
    color: #000 !important;
    text-decoration: none !important;
}

.table-of-content-accordion ul li a.active {
    color: #242f6c !important;
    font-weight: bold;
    text-decoration: none;
}
.blog-single-section ul {
    padding-left: 2.25rem;
}
.blog-single-section .blog-content .entry-meta {
    padding-left: 0rem !important;
}
.blog-single-section .blog-content .entry-meta li a {
    color: #000 !important;
    text-decoration: none !important;
}

.product-footer-new {
    display: flex !important;
    justify-content: space-between;
}

.sticky-table.sticky {
    min-width: 300px;
    max-width: 420px;
    position: fixed;
    right: 225px;
    top: 20%;
    z-index: 9;
    box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px;
    border: solid 2px #f4f4f4;
    border-radius: 5px;
    visibility: visible;
    height: auto;
    transition: all 0.3s;
}

.sticky-table .content {
    padding: 0;
}
.sticky-table ul {
    padding-left: 30px;
    padding-right: 20px;
}

.service-tabs a {
    font-size: 14px;
    padding: 4px 12px !important;
    line-height: 20px;
    text-align: center;
}
.subscribtion-widget .pricing-body {
    padding: 10px 10px !important;
}

.service-pricing-section .pricing-body {
    padding: 10px 10px !important;
}

.service-pricing-section .pricing-body p {
    font-size: 16px;
}

.product-single-info .tab-content .service-pricing-section .pricing-plan .grid {
    min-height: 620px;
    display: flex;
    flex-direction: column;
}

.service-pricing-section .pricing-footer {
    margin-top: auto;
}

/* 3-27-2025 css */
.exclusive-product .product-details-wrap {
    min-height: 170px;
    display: flex;
    flex-direction: column;
}

.exclusive-product .product-footer {
    padding: 20px 0px 0 !important;
    margin-top: auto !important;
}

.product-img-tag a img {
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: auto !important;
}

.pricing-body ul li {
    color: #000;
}

.table-of-content-accordion ul li a {
    font-size: 16px;
}

.sticky-table.sticky {
    transition: all 0s;
    max-width: 460px;
    border-radius: 5px !important;
}

#table-of-contents.content {
    padding: 0;
}

.single-product-widget-area .table-of-content-accordion ul {
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
}

.single-product-widget-area .table-of-content-accordion li {
    text-indent: -15px;
    padding-left: 15px;
}

.table-of-content-accordion .title {
    border-radius: 5px 5px 0 0 !important;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #242f6c;
    background: -webkit-linear-gradient(left, #242f6c, #5064d0);
    background: -moz-linear-gradient(left, #242f6c, #5064d0);
    background: -o-linear-gradient(left, #242f6c, #5064d0);
    background: -ms-linear-gradient(left, #242f6c, #5064d0);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#242f6c),
        to(#5064d0)
    );
    background: linear-gradient(left, #242f6c, #5064d0);
    border-color: #242f6c;
    color: #fff;
}

.blog-pg-section .post h2 a:hover {
    color: #5064d0;
}

.blog-sidebar .widget {
    padding: 20px;
}

.blog-sidebar .widget h2,
.blog-sidebar .widget h3,
.category-sidebar .widget h3 {
    padding: 0 0 20px 20px;
    margin: 0 -20px 30px;
}

.blog-single-section ul {
    padding-left: 0;
}

.blog-sidebar .sticky-table.sticky {
    max-width: 420px;
}
.blog-sidebar .table-of-content-accordion ul {
    padding-left: 40px;
}

.blog-sidebar .table-of-content-accordion {
    border-radius: 0 !important;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1),
        0 4px 8px rgba(255, 255, 255, 0.05) !important;
}
.blog-sidebar .table-of-content-accordion .title {
    border-radius: 0 !important;
}

.blog-sidebar .widget.search-widget:first-child {
    font-weight: 600;
    padding: 0;
}

.blog-sidebar .widget.search-widget:nth-child(2) {
    padding: 0;
}

.blog-sidebar > .widget + .widget {
    margin-top: 32px;
}

/* new price style 24-04-2025*/

.price-area .price-box {
    border: 3px solid #5064d0;
    border-radius: 8px;
    box-shadow: 3px 0px 10px 0px rgb(80, 100, 208, 0.3);
    text-align: center;
    padding: 20px 10px;
    padding-bottom: 30px;
    min-height: 455px;
    display: flex;
    flex-direction: column;
}

.price-area .price-box .title {
    font-size: 36px;
    font-weight: 800;
}

.price-area .price-box .price {
    font-size: 58px;
    font-weight: 800;
}

.price-area .price-box p {
    font-size: 18px;
}

.price-area .price-box a,
.price-area .price-box button {
    margin-top: auto !important;
}

.price-area .price-box button,
.price-area .price-box a,
.subscription-cta .btn-one {
    width: 100%;
    border-radius: 30px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #5064d0;
    border: 0;
    display: inline-block;
}
.price-area .price-box .d-flex {
    align-items: center;
}

.price-area .features {
    border: solid 1px #ddd;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}

.price-area .features .title {
    font-size: 20px;
    font-weight: bold;
    color: #5064d0;
    margin: 20px 0;
}

.price-area .features ul {
    list-style: none;
    font-weight: 600;
}

.price-area .features ul li {
    margin-bottom: 10px;
    display: flex;
}

.price-area .features ul li i,
.price-area .features ul li img {
    padding-right: 6px;
    margin-top: 6px;
}

.subscription-cta {
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscription-cta img {
    border-radius: 10px;
    max-height: 310px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.subscription-cta .content {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 10px;
    background-color: #000000bd;
}

.subscription-cta p,
.subscription-cta h2 {
    color: white;
}

.subscription-cta .btn-one {
    width: auto;
    background-color: #334bcd;
    border: 2px solid #334bcd;
}

.subscription-cta .btn-two {
    border-radius: 30px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
}

/* documentation css 05-09-2025 */

.documentation .left.column {
    padding: 0;
}

.documentation .left.column .sidebar {
    padding: 0px;
    /* margin-top: 40px; */
}

.documentation .left.column .item {
    border-radius: 0 !important;
}

.documentation .left.column .sidebar .nav-links {
    list-style: none;
    background-color: #eef4ff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.documentation .left.column .sidebar .nav-links li {
    /* padding: 15px; */
    background-color: #eef4ff;
    color: rgb(63, 88, 118);
    font-size: 16px;
    font-weight: 600;
}

.documentation .left.column .sidebar .nav-links li a {
    padding: 15px;
    display: inline-block;
}

.documentation .left.column .sidebar .nav-links .iocn-link {
    /* padding-bottom: 12px; */
    display: flex;
    justify-content: space-between;
}

.documentation .left.column .sidebar .nav-links .sub-menu li a {
    font-size: 14px;
    color: rgb(86, 110, 139);
    font-weight: 500;
    padding-left: 30px;
}

.documentation .left.column .menu .item {
    padding: 0;
}

.documentation .left.column .sidebar .nav-links .sub-menu {
    list-style: none;
}

.documentation .left.column .sidebar li.active {
    background-color: #5064d0;
    color: #fff;
}
.documentation .left.column .sidebar li.active a {
    color: #fff;
}

.documentation .left.column .sidebar li.active .sub-menu li.active a {
    background-color: #eef4ff;
    color: #5064d0;
    text-decoration: underline;
    font-weight: bold;
    width: 100%;
}

.documentation .left.column .sidebar li .sub-menu li.active a {
    background-color: #eef4ff;
    color: #5064d0;
    text-decoration: underline;
    font-weight: bold;
    width: 100%;
}

.documentation .left.column .sidebar li.active .sub-menu li.active {
    background-color: #5064d0;
    color: #fff;
}

/* .documentation .left.column .sidebar .sub-menu li {
    padding-left: 14px;
} */

.documentation .left.column .sidebar .sub-menu li:first-child {
    padding-top: 10px;
}

.documentation .doc-sub-menu {
    overflow: hidden;
    transition: height 0.4s ease;
}

.documentation .doc-drop-btn {
    background-color: transparent;
    border: 0;
}

.documentation li .doc-drop-btn {
    padding-right: 12px;
}

.documentation li.active .doc-drop-btn {
    color: #fff;
    padding-right: 12px;
}

.documentation-content-area a {
    font-weight: bold;
    color: #5064d0;
    font-size: 16px;
}

.documentation-content-area ul {
    list-style: none;
    margin-top: 16px;
}
.documentation-content-area ul li {
    padding-left: 25px;
    margin-bottom: 1rem;
    position: relative;
}

.documentation-content-area ol li {
    padding-left: 5px;
    margin-bottom: 1rem;
}

.documentation-content-area ol {
    padding-left: 15px;
}

.documentation-content-area ul li:before {
    content: "";
    background-color: #5064d0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}

.documentation-content-area table tr th,
.documentation-content-area table tr td {
    padding: 12px;
}

.documentation-content-area table {
    margin-bottom: 24px;
}

.documentation-content-area img {
    border: solid 1px #ddd;
    padding: 8px;
    margin: 20px 0;
    width: 100%;
    border-radius: 2px;
}

.documentation-content-area h1,
.documentation-content-area h2,
.documentation-content-area h3,
.documentation-content-area h4,
.documentation-content-area h5,
.documentation-content-area h6 {
    margin-bottom: 32px;
    font-weight: 600;
}

.documentation-content-area h5 {
    font-size: 20px;
}
.documentation-content-area h6 {
    font-size: 18px;
}

.documentation-content-area p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.9px;
    font-weight: 400;
}

/* Responsive css */

@media (max-width: 1550px) {
    .price-area .price-box p,
    .price-area .features ul {
        font-size: 14px;
    }

    .price-area .price-box a,
    .product-single-section .product-single-item-details ul li {
        font-size: 16px;
    }

    .price-area .price-box .price {
        font-size: 48px;
    }
    .price-area .price-box .title {
        font-size: 32px;
    }
    .price-area .price-box {
        max-height: 400px;
        min-height: 400px;
    }
    .price-area .features .title {
        font-size: 18px;
    }
    .subscription-cta .btn-one,
    .subscription-cta .btn-two {
        font-size: 16px;
    }
    .subscription-cta p {
        font-size: 16px;
    }
}

@media (max-width: 1900px) {
    .sticky-menu {
        right: 200px;
    }
}

@media (max-width: 1900px) {
    .blog-sidebar .sticky-table.sticky {
        right: 200px;
    }
}

@media (max-width: 1800px) {
    .sticky-menu {
        right: 175px;
    }

    .blog-sidebar .sticky-table.sticky {
        right: 175px;
    }
}

@media (max-width: 1750px) {
    .blog-sidebar .sticky-table.sticky {
        right: 150px;
    }
}

@media (max-width: 1700px) {
    .sticky-menu {
        right: 115px;
    }
    .blog-sidebar .sticky-table.sticky {
        right: 125px;
    }
}

@media (max-width: 1650px) {
    .blog-sidebar .sticky-table.sticky {
        right: 100px;
    }
}

@media (max-width: 1600px) {
    .sticky-table.sticky {
        right: 135px;
        max-width: 400px;
    }
    .service-tabs a {
        font-size: 16px;
        padding: 6px 14px !important;
    }

    .service-pricing-section .pricing-body ul {
        padding-left: 20px !important;
    }

    .blog-sidebar .sticky-table.sticky {
        right: 75px;
    }
}

@media (max-width: 1599px) {
    .blog-sidebar .sticky-table.sticky {
        right: 170px;
        max-width: 355px;
    }
}

@media (max-width: 1550px) {
    .blog-sidebar .sticky-table.sticky {
        right: 150px;
    }
}

@media (max-width: 1520px) {
    .sticky-table.sticky {
        right: 95px;
        max-width: 395px;
    }

    .blog-sidebar .sticky-table.sticky {
        right: 95px;
        max-width: 350px !important;
    }
    .table-of-content-accordion ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1500px) {
    .blog-sidebar .sticky-table.sticky {
        right: 125px;
    }
    .tab-pane
        .service-pricing-section
        .pricing-plan
        .pricing-header
        .pricing-title
        .h3_title {
        font-size: 20px;
        font-weight: 600;
    }

    .tab-pane .service-pricing-section .pricing-plan .price h2 {
        font-size: 36px;
    }

    .tab-pane .service-pricing-section .pricing-header {
        padding: 22px 22px 22px;
        text-align: center;
    }

    .tab-pane .service-pricing-section .pricing-body {
        font-size: 13px;
        font-weight: 500;
    }

    .tab-pane .service-pricing-section .pricing-body ul li {
        padding-bottom: 6px;
    }

    .tab-pane .service-pricing-section .pricing-body p {
        font-size: 14px;
    }

    .service-pricing-section .pricing-footer {
        padding: 20px 0 20px;
    }
    .product-single-info
        .tab-content
        .service-pricing-section
        .pricing-plan
        .grid {
        min-height: 550px;
    }
}

@media (max-width: 1450px) {
    .blog-sidebar .sticky-table.sticky {
        right: 100px;
    }
}

@media (max-width: 1400px) {
    .sticky-table.sticky {
        right: 72px;
    }
    .service-tabs a {
        font-size: 14px;
    }
    .blog-sidebar .sticky-table.sticky {
        right: 75px;
    }
}

@media (max-width: 1399px) {
    .sticky-table.sticky {
        right: 140px;
        max-width: 350px;
    }
}

@media (max-width: 1350px) {
    .sticky-table.sticky {
        right: 115px;
        max-width: 350px;
    }
    .blog-sidebar .sticky-table.sticky {
        right: 110px;
        max-width: 310px !important;
    }
}

@media (max-width: 1300px) {
    .sticky-table.sticky {
        right: 80px;
        max-width: 360px;
    }
    .blog-sidebar .sticky-table.sticky {
        right: 90px;
    }
}

@media (max-width: 1250px) {
    .blog-sidebar .sticky-table.sticky {
        right: 65px;
    }
    .sticky-table.sticky {
        right: 55px;
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .sticky-table.sticky {
        right: 40px;
        max-width: 300px;
    }

    .blog-sidebar .sticky-table.sticky {
        right: 40px;
    }
}

@media (max-width: 1100px) {
    .sticky-table.sticky {
        right: 50px;
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .sticky-table.sticky {
        display: none;
    }
}

@media (max-width: 600px) {
    .price-area .price-box {
        max-height: auto;
    }

    .price-area .price-box button,
    .price-area .price-box a,
    .subscription-cta .btn-one,
    .subscription-cta .btn-two {
        padding: 10px 28px;
    }
    .subscription-cta .content {
        padding: 20px 10px;
    }
}
.footer-right a {
    color: #0056b3;
    font-weight: bold;
}
