@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Regular.otf) format('truetype');
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Thin.otf) format('truetype');
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-UltraLight.otf) format('truetype');
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Light.otf) format('truetype');
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Medium.otf) format('truetype');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Semibold.otf) format('truetype');
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Bold.otf) format('truetype');
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Extrabold.otf) format('truetype');
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/Gilroy-Black.otf) format('truetype');
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.eot?1);
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.woff2?1) format("woff2"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.woff) format("woff"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.ttf) format("truetype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.eot?1);
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.woff2?1) format("woff2"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.woff) format("woff"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.ttf) format("truetype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

:root {
    --accent-1: #3e73ea;
    --accent-2: #fec600;
    --accent-3: #95D9FC;
    --text-color: #0B3558;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Gilroy', sans-serif;
    color: var(--text-color);
    background-color: #f9fafd;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: flex;
    width: 100%;
}

p:not(:last-child) {
    margin-bottom: 1.5em;
}

section {
    padding: 100px 0;
    position: relative;
    border-bottom: 3px dashed #eee;
}

.container {
    max-width: 1260px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.container-big {
    max-width: 90%;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md {
    max-width: auto;
    flex: 1;
}

.col-md-4 {
    max-width: 33.33%;
    flex: 33.33%;
}

.col-md-5 {
    max-width: 41.66%;
    flex: 41.66%;
}

.col-md-8 {
    max-width: 66.67%;
    flex: 66.67%
}

.col-md-9 {
    max-width: 75%;
    flex: 75%;
}

.col-md-6 {
    max-width: 50%;
    flex: 50%;
}

.col-md-7 {
    max-width: 58.3%;
    flex: 58.3%;
}

.col-md-3 {
    max-width: 25%;
    flex: 25%;
}

.col-md-10 {
    max-width: 83.33%;
    flex: 83.33%
}

.col-md-2 {
    max-width: 16.6%;
    flex: 16.6%;
}

.col-md-12 {
    max-width: 100%;
    flex: 100%
}

.align-center {
    align-items: center;
}
.pre-heading {
    margin-bottom: 15px;
    font-size: 18px;
}

ul {
    list-style: none;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-50 {
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px;
}
.pricing-contact {
    background: #0151c4;
    padding: 100px 0 200px;
}

.pricing-contact h3 {
    margin-bottom: 30px;
}

/* Header */
header {
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 999999;
    border-bottom: 1px solid rgb(11 53 88 / 10%);
}

.menu-link-wrapper li a {
    color: var(--text-color);
    text-decoration: none;
}

.menu-link-wrapper li:hover a {
    color: var(--accent-1);
}

.menu-link-wrapper li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background-color: var(--accent-1);
    bottom: 3px;
    left: 50%;
    border-radius: 25px;
    transition: 0.3s ease;
}

.menu-link-wrapper li:hover:before {
    width: 25px;
    left: calc(50% - 12.5px);
}

.banner {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.banner * {
    z-index: 3;
}

.about-hero {
    background-color: #f6fafc;
    border-bottom: 1px solid rgb(11 53 88 / 6%);
}
.about-hero .col-md-4{
    position: relative;
}
.about-hero .col-md-4:before{
    content: "";
    position: absolute;
    left: -30px;
    bottom: 65%;
    background: url(/site/images/repeat-grid.svg);
    width: 74px;
    height: 55px;
    z-index: -1;
}
.about-hero .col-md-4:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 3%;
    background: url(/site/images/repeat-grid.svg);
    width: 74px;
    height: 55px;
    z-index: -1;
    opacity: 0.3;
}
.about-hero .row {
    align-items: flex-end;
}

.about-hero .col-md-4 {
    z-index: 2;
}

p.about-para {
    margin-left: -50px;
    font-size: 21px;
    font-style: italic;
    line-height: 1.8;
    font-weight: 300;
    padding: 30px 30px 30px 60px;
    background: #fff;
    border-radius: 15px;
}

.pricing-banner {
    width: 100%;
    background-image: url('/site/images/about-bg.svg');
    background-size: cover;
    background-position: bottom;
    padding: 200px 0;
}

.pricing-hero {
    max-width: 80%;
    margin: 0 auto -200px;
    border-radius: 20px;
}

.pricing-banner .col-md-6 {
    position: relative;
}

.pricing-impress {
    position: absolute;
    width: 301px;
    top: -80px;
    left: -8px;
    z-index: 99999;
}

.pricing_hero_square {
    background-color: #ffff;
    overflow: hidden;
    height: 400px;
    position: absolute;
    z-index: 9999;
    width: 500px;
    top: -67px;
    left: 209px;
    border-radius: 5px;
}

.pricing_hero_square img {
    background-color: #ffff;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    top: -82px;
    left: -43px;
    border-radius: 5px;
    transform: rotate(45deg);
    max-width: 150%;
    width: 116%;
}

.impress {
    margin-left: auto;
    max-width: 200px;
    position: absolute;
    left: 35%;
}

.banner-wave {
    position: relative;
}

.banner-wave img {
    position: absolute;
    top: -165px;
}

.centered-cont {
    display: flex;
    height: 100%;
    flex: 1;
    align-items: center;
}

h1.banner-heading {
    font-size: 56px;
}

h1.banner-heading strong {
    color: var(--accent-1);
    display: block;
}

.banner-pre-heading h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.heading {
    font-size: 46px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 1;
    display: inline-block;
}

.arrow-right::before {
    content: "";
    position: absolute;
    right: -210px;
    bottom: 5%;
    width: 200px;
    height: 50px;
    background: url(/site/images/curve-arrow.svg);
    background-repeat: no-repeat;
}
.arrow-bottom::before {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -52%;
    width: 160px;
    height: 50px;
    background: url(/site/images/curve-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(144deg);
}
.heading.big {
    font-size: 62px;
}

.video-section .col-md-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading.small {
    font-size: 32px;
}

.video-section .play-icon i {
    font-size: 55px;
    color: var(--accent-1);
}

.learn-more-wrapper {
    padding: 40px 40px;
    background: url(/site/images/card-bg.webp);
    margin: 0 0 0 30px;
    border-radius: 15px;
    height: calc(50% - 10px);
    background-size: cover;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    transition:transform 0.3s ease;
}

.learn-more-wrapper:hover{
    transform: scale(1.03);
}

.learn-more h4 {
    font-size: 19px;
    font-weight: 800;
    flex: 1;
}

.learn-more {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 3;
}

.play-icon {
    flex: 1;
}

.learn-more h2 {
    font-size: 28px;
}

.learn-more h2 strong {
    font-size: 38px;
    display: block;
}

section.testimonials-section:after {
   /* content: "";*/
    width: 100%;
    height: 20%;
    background: #e6f1ff;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

section.testimonials-section:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #eff8ff;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

section.testimonials-section {
    padding: 100px 0 254px;
}

.testimonials {
    max-height: 500px;
    overflow: hidden;
}

.testimonial {
    padding: 20px 40px;
    border-radius: 5px;
    border: 1px solid #E6EAEE;
    height: auto !important;
    background-color: #fff;
}

.testimonials .swiper-pagination span {
    display: block;
    margin-bottom: 5px;
    height: 15px;
    border-radius: 10px;
    width: 5px;
    background: var(--accent-1);
    opacity: 1;
}

.testimonials .swiper-wrapper {
    margin-left: 50px;
    width: calc(100% - 50px);
}

.testimonials .swiper-pagination span.swiper-pagination-bullet-active {
    height: 30px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    left: 0px !important;
    top: 20% !important;
    transform: none !important;
}

.testimonial.swiper-slide.swiper-slide-active {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.testimonial .quote {
    margin-bottom: 20px;
    display: block;
}

.testimonial .quote svg {
    font-size: 56px;
    height: 38px;
    width: 38px;
}

.testimonial .name {
    color: var(--accent-1);
    font-weight: 600;
}

.testimonial p {
    line-height: 1.4;
}

.heading strong {
    color: var(--accent-1);
}

.comp-name {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.comp-name strong:before {
    content: '';
    position: absolute;
    width: 100%;
    min-width: 150px;
    bottom: -7px;
    right: 0;
    background: url(/site/images/underline.svg);
    background-size: contain;
    z-index: -1;
    height: 20px;
    background-repeat: no-repeat;

}

.banner-info {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.5;
}

.banner-info strong {
    color: var(--accent-1);
    font-weight: 600;
}

.banner-btn {
    margin: 20px 0 0;
    display: flex;
}

.link-btn {
    border-radius: 50px;
    position: relative;
    display: inline-block;
    color: #0b3558;
}
.link-btn.big-btn{
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 60px rgb(0 76 255 / 50%);
}
.demo-wrapper {
    position: relative;
}

.demo-wrapper::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 65%;
    background: url(/site/images/repeat-grid.svg);
    width: 74px;
    height: 55px;
    z-index: -1;
}

.dot-top-left {
    position: relative;
}

.dot-top-left::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 3%;
    background: url(/site/images/repeat-grid.svg);
    width: 74px;
    height: 55px;
    z-index: -1;
}

.video-section .col-md-4.dot-top-left:after {
    top: -8%;
    left: 2%;
}

.video-wrap.dot-top-left:after {
    top: -4%;
    left: -2%;
}

.banner-btn .link-btn {
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 600;
    background: var(--accent-2);
    color: var(--text-color);
    box-shadow: 0 0 60px rgb(0 76 255 / 50%);
}

.video-wrap {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(11 53 88 / 20%);
}
@media(min-width: 850px) {
    .video-wrap{
        height: 477px;
    }
}


.custom_play_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;

    color: var(--accent-1);
    flex-direction: column;
}

.custom_play_button i {
    padding: 30px;
    background: rgb(255 255 255 / 78%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 50%;
    font-size: 50px;

}

.custom_play_button span {
    margin-top: 20px;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
    padding: 10px 60px;
    background: rgb(255 255 255 / 78%);
    border-radius: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    line-height: 1;
}

.playing .custom_play_button,
.paused .custom_play_button {
    display: none;
}
/* Hiring Section */
.hiring-wrapper {
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(11 53 88 / 20%);
}

.hiring-wrapper .pre-heading {
    color: var(--accent-1);
    font-size: 20px;
}
.hiring-wrapper i {
    margin-right: 12px;
    color: var(--accent-1);
    margin-top: 8px;
    font-size: 14px;
}

.hiring-wrapper li {
    font-size: 18px;
    margin-top: 14px;
    font-weight: 300;
    line-height: 1.7;
    display: flex;
    margin-bottom: 10px;
}
.hiring-wrapper ul {
    margin-bottom: 30px;
}

.hiring .col-md-4 {
    margin-bottom: 20px;
}
.hiring .btn{
    text-align: center;
}

.b-avatar {
    text-align: center;
    padding: 0 20px;
}

.b-avatar img {
    border-radius: 50%;
    border: 2px solid var(--accent-1);
    padding: 10px;
    max-width: 200px;
    margin: 0 auto 20px;
}
.s-avatar img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto 20px;
}
section.team {
    padding-top: 50px;
}

.team-name {
    font-size: 18px;
    color: var(--accent-1);
    margin-bottom: 5px;
}

.team-title {
    font-size: 13px;
    margin-bottom: 10px;
}

.other-teams {
    margin-top: 50px;
}

.s-avatar {
    padding: 0 20px;
    text-align: center;
}

.card {
    margin: 5px;
    padding: 40px 40px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgb(11 53 88 / 6%);
}

.card img {
    margin: 0 auto 20px;
    max-width: 60px;
}

.value-cards * {
    z-index: 1;
}
.value-para{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}




.features,
.product-demos {
    background-color: #F9FAFD;
}

.feature-list li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;

}

.feature-list li span {
    margin-left: 10px;
    padding: 3px 10px;
    background: #585560;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 12px;
}

.tab-wrapper {
    margin: 100px auto 0;
}

.tab-headers {
    display: flex;
}

.tab-head {
    flex: 1;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
    transition: 0.3s ease;

}

.tab-head:hover,
.tab-head.active {
    border-bottom-color: var(--accent-1);
    color: var(--accent-1);
}

.tab-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tab-icon svg path {
    fill: #333;
}

.tab-head:hover .tab-icon,
.tab-head.active .tab-icon {
    background-color: var(--accent-1);
}

.tab-head:hover .tab-icon svg path,
.tab-head.active .tab-icon svg path {
    fill: #fff;
}

.tab-body-wrapper {
    text-align: center;
    margin-top: 75px;
}

.tab-body p {
    margin-bottom: 50px;
}

.numb-wrap {
    width: 100px;
    height: 100px;
    background: var(--accent-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.demos-btn a {
    display: inline-block;
    padding: 15px 25px;
    background: var(--accent-1);
    border-radius: 6px;
    color: #fff;
}

.red-btn a {
    background: var(--accent-2);
}

.bottom-right {
    align-self: flex-end;
    text-align: right;
}

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.demos-wrapper {
    margin: 50px 0;
}

.t-demos {
    margin-bottom: 23px;
    display: flex;
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;
}

.t-demos:hover {
    transform: translate(0px, -10px);
}

.t-demos:hover .t-demo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005bc32b;
    z-index: 2;
}

.t-demo {
    margin: 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.kajabi-rotate {
    position: absolute;
    left: 10px;
    opacity: 0.5;
}

.kajabi-rotate.kjb-right {
    left: auto;
    right: 10px;
    top: 50px;
}

.kajabi-rotate.kjb-right svg {
    height: 300px
}

.t-demo span {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    background:#0B3558;
    color: #fff;
    font-size: 18px;
    display: flex;
    transition: 0.3s ease;
    align-items: center;
}

.t-demo .icon {
    margin-right: 10px;
    width: 25px;
}

.swiper-slide img {
    max-width: 100%;
}

.testimonials .swiper-wrapper {
    align-items: center;
}
.features-page {
    font-size: 17px;
    background-color: #ffffff;
    line-height: 1.6;
}
.__features-page:nth-child(2n + 1) {
    background-color: #f9fafd;
}
.features-page .row {
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}
.features-page .col-md-6 {
    max-width: calc(50% - 50px);
    flex: calc(50% - 50px);
}
.features-page .col-md-5 {
    max-width: calc(41.67% - 50px);
    flex: calc(41.67% - 50px);
}
.features-page .col-md-7 {
    max-width: calc(58.33% - 50px);
    flex: calc(58.33% - 50px);
}
.features-page h4{
    font-size: 32px;
    margin-bottom: 20px;
}
.features-page p{
    font-weight: 300;
}
.features-page .row > div:not(.feature-image-wrapper) {
    padding: 0 50px;
}
.feature-para-hidden {
    display: none;
}

.toggle-para {
    cursor: pointer;
    color: var(--accent-1);
}
.feature-image {
    position: relative;
}

.feature-image:before {
    content: "";
    position: absolute;
    left: -6%;
    top: -8%;
    background: url(/site/images/repeat-grid.svg);
    width: 104px;
    height: 94px;
    background-size: cover;
    opacity: 0.2;
}

.feature-image img {
    z-index: 2;
    position: relative;
}

.feature-image:after {
    content: "";
    position: absolute;
    right: -6%;
    bottom: 20%;
    background: url(/site/images/repeat-grid.svg);
    width: 104px;
    height: 94px;
    background-size: cover;
    opacity: 0.2;
}
.feature-image-wrapper {
    position: relative;
}


.feature-image-wrapper > div {
    z-index: 2;
    position: relative;
}

.feature-image-wrapper:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: -4%;
    bottom: -7%;
    background: var(--accent-2);
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
}

.no-circle .feature-image-wrapper:after{
    display: none;;
}

@media(min-width: 768px) {

    .heading span{
        display: block;
    }
    .banner-info span {
        display: block;
    }

    .hiring_mobile {
        display: none;
    }


}





.feature-list,
.dark-bg {
    background-color: #08101D;
}

.text-white * {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute !important;
    left: unset !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background: rgb(0 0 0 /40%);
}

.swiper-button-next {
    right: 6px !important;
}

.swiper-button-prev {
    left: 6px !important;
}

.bg-shape {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}

.bg-shape.bottom {
    bottom: 0;
}

.bg-shape.top {
    top: 0;
}

.features {
    padding-bottom: 0;
}

.features * {
    z-index: 9;
}

.features .bg-shape {
    z-index: 0;
}

.d-wrapper {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.d-wrapper * {
    color: #0D151E;
}

.d-wrapper h3 {
    margin-bottom: 20px;
}

.year img {
    margin: 0 auto;
}

.year-rotate {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(25%) translateY(-50%) rotate(90deg);
    padding: 10px 30px;
    text-transform: uppercase;
    background: rgb(149 217 252 / 20%);
    border-radius: 25px;
}



.feature-list {
    padding-bottom: 300px;
}


.swiper-button-prev:after {
    content: "\f053" !important;
}

.swiper-button-next:after {
    content: "\f054" !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    background: none;
    color: #fff;
    font-size: 18px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -96px !important;
}

.we-love-kajabi svg {
    width: 30px;
    height: 25px;
    margin: 0 10px;
}

.we-love-kajabi {
    display: flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.centered-cont .row {
    position: relative;
    gap: 60px;
}

.centered-cont .col-md-6 {
    max-width: calc(50% - 30px);
    flex: calc(50% - 30px);
}

.hamburger {
    display: none;
}

.pt-300 {
    padding-top: 300px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-50 {
    padding-bottom: 50px;
}

.price-one {
    padding: 34px 42px;
    background: #fff;
    border: 1px solid #E5E6E8;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 20px;
}

.price-one h3 {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 29px;
    font-size: 26px;
}

.price-one h3 span {
    display: inline-block;
    background: var(--text-color);
    font-size: 23px;
    font-weight: 700;
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.price-one img {
    width: 150px;
}

.col-pricing-details h2 {
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 30px;
}


.price-one-details {
    margin-top: 20px;
}

.price-one p {
    margin-bottom: 21px;
    font-size: 16px;
}

.price-one ul {
    margin-left: 20px;
}





.price-one-rate {
    flex: 1;
    background: #585560;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 18px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.col-pricing-details {
    flex: 1;
    margin-right: 20px;
}

.col-rate {
    width: 175px;
}

.price-one-rate h4 {
    font-size: 45px;
    font-weight: normal;
}

.price-one-rate h6 {
    color: rgb(255 255 255 / 60%);
    font-size: 11px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.price-best {
    background: #08101d;
    padding: 20px;

    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.price-best img {
    max-width: 150px;
}

.price-best h3 {
    font-weight: 400;

    margin-bottom: 10px;
}

.price-best p {
    font-size: 14px;
    margin-bottom: 10px;
}

.price-best h2 {
    font-size: 36px;
    font-weight: normal;
}

.submit-btn {
    padding: 15px 20px;
    border: none;
    outline: none;
    background-color: var(--accent-1);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.price-best .price-one-rate,
.price-best .price_select {
    background: linear-gradient(0deg, #095dda, #0acafd);
}

.form-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-wrapper label span {
    color: #fd0043;
}

.form-group input,
.form-group textarea {
    padding: 15px 20px;
    outline: none;
    border: 1px solid #d2d2d3;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}

.form-group.full {
    width: 100%;
}

.form-group {
    margin-bottom: 10px;
}

.submit-btn-wrap {
    margin-top: 20px;
}

.contact-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-info span {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50px;
    padding: 5px;
    border: 1px solid var(--accent-1);
}

.contact-info span i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(1 81 196 / 10%);
    border-radius: 50px;
}

.contact-info p {
    margin: 0;
}

.contact-info-wrapper {
    padding: 40px 40px
}

.pricing-input-wrapper {
    padding: 20px;
    background: #E5E6E8;
    border-radius: 5px;
}

.field-wrapper {
    width: 100%;
    margin-top: 20px
}

.select-wrapper,
.input-wrapper {
    max-width: 748px;
    margin: 8px auto 20px auto;
}

.input-wrap-email {
    margin-right: 13px;
}

.checkout_inputs_wrap {
    display: flex;
    margin-bottom: 20px;
}

.checkout_inputs_lables {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-wrap input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 11px;
    margin-top: 7px;
}

.input-wrap {
    width: 50%;
}

.checkout_invalid_email,
.checkout_invalid_pass {
    text-align: center;
    color: #ff0000b8;
    font-weight: 600;
    font-size: 14px;
    visibility: hidden;
}

.select-wrapper select,
.input-wrapper input {
    width: 100%;
    padding: 10px 20px;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    border: none;
    font-size: 24px;
    text-align: center;
}

.upgrade-info {
    height: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    margin: 10px;
    position: relative;
}

.upgrade-info:before {
    content: "";
    position: absolute;
    left: -52px;
    bottom: -5%;
    background: url(/site/images/repeat-grid.svg);
    width: 74px;
    height: 55px;
    z-index: 3;
    opacity: 0.4;
}

.upgrade-info:after {
    content: "";
    position: absolute;
    right: 40px;
    top: -8%;
    background: url(/site/images/repeat-grid.svg);
    width: 56px;
    height: 50px;
    z-index: 3;
    opacity: 0.4;
}

section.upgrade-section {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
}

section.upgrade-section:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    right: 0;
    top: 0;
    background: #eff8ff;
    z-index: -1;
}

.upgrade-image {
    margin: 10px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.upgrade-info h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.upgrade-info p {
    font-size: 25px;
    line-height: 1.5;
}

.upgrade-info a{
    font-size: 17px !important;
    padding: 13px 30px 11px 30px;
    border: 1px solid #0b3558;
}

.upgrade-info p strong {
    color: var(--accent-1);
    font-weight: normal;
}
.banner1 {
    margin: 78px 0px;
}
@media(max-width: 768px) {
    .testimonials .swiper-wrapper {
        margin-left: 0;
        width: 100%;
    }

    .swiper-container-vertical>.swiper-pagination-bullets {
        right: 10px;
        left: auto !important;
    }

    .upgrade-section .col-md-4 {
        margin-top: 20px;
    }

    section.upgrade-section:before {
        width: 100%;
        z-index: -1;
    }

    .video-section .video-wrap {
        margin-bottom: 20px;
    }

    .bottom-right {
        margin-top: 20px;
    }

    .video-section .learn-more-wrapper {
        margin: 0;
    }
    .upgrade-info{
        padding: 40px 20px;
    }
    h1.banner-heading {
        font-size: 32px;
    }
    .learn-more h2{
        font-size: 22px;
    }
    .learn-more h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .learn-more h2 strong{
        font-size: 28px;
    }
    .banner-info{
        font-size: 18px;
    }
    .banner-btn .link-btn{
        font-size: 16px;
    }
    .tab-wrapper {
        margin: 40px auto 0;
    }

    .tab-body-wrapper {
        margin-top: 40px;
    }

    .year-rotate {
        display: none;
    }

    .year img {

        max-width: 70%;
    }

    .banner:before {
        display: none;
    }

    .centered-cont .row {
        padding: 50px 0 0;
    }

    header {
        padding: 20px 0;
    }

    .title {
        max-width: 90%;
    }

    .col-md-10,
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-md-3,
    .col-md-9,
    .col-md-2,
    .col-md-5,
    .col-md-7,
    .centered-cont .col-md-6,
    .features-page .col-md-7,
    .features-page .col-md-6,
    .features-page .col-md-5 {
        max-width: 100%;
        flex: 100%;
    }
    .features-page .row > div:not(.feature-image-wrapper){
        padding: 0;
        z-index: 2;
    }
    .b-avatar{
        margin-bottom: 30px;
    }
    .banner-pre-heading h4 {
        font-size: 16px;
    }
    .banner1 {
        margin: 0;
    }
    .banner1 .container{
        padding: 0 20px;
    }
    .banner1 .col-md-6:nth-child(1){
        order: 2;
    }
    .banner-btn a {
        font-size: 14px;
    }

    .banner-btn a em {
        font-size: 18px;
    }

    .impress {
        margin: 20px 0 0;
    }

    .we-love-kajabi {
        margin-top: 20px;
    }

    h2.heading {
        font-size: 30px;
    }

    .tab-icon {
        width: 50px;
        height: 50px;
    }

    .tab-icon svg {
        width: 20px;
    }

    .tab-head {
        font-size: 12px;
    }

    .feature-list .col-md-8 {
        margin-bottom: 30px;
    }

    .feature-list {
        padding-bottom: 110px;
    }

    section {
        padding: 50px 0;
    }

    .bottom-right {
        align-items: flex-start;
        text-align: left !important;
    }

    .demos-btn {
        margin-top: 20px;
    }



    .numb-wrap {
        float: none;
        margin-bottom: 10px;
    }

    .pb-200 {
        padding-bottom: 100px;
    }

    .pt-300 {
        padding-top: 100px;
    }

    .pt-200 {
        padding-top: 100px;
    }

    h3.heading {
        font-size: 28px;
    }
    .arrow-bottom::before{
        bottom: -19px;
    }
    .t-demo img:not(.icon) {
        width: 100%;
    }


    header .col-md-4 {
        max-width: 33.33%;
        flex: 33.33%
    }

    header .col-md-8 {
        max-width: 66.67%;
        flex: 66.66%;
        text-align: right;
    }

    header .menu-link-wrapper {
        display: none;
    }

    .hamburger-menu {
        display: inline-block;
    }

    .hamburger-menu span {
        width: 20px;
        height: 2px;
        margin-bottom: 4px;
        background-color: var(--text-color);
        display: block;


    }
    section.testimonials-section{
        padding: 50px 0;
    }
    .hiring .col-md-4 {
        margin-bottom: 50px;
    }
    .testimonials{
        margin-top: 40px;
    }
    .hiring .col-md-8 {
        order: 2;
    }

    .hiring .col-md-12 {
        order: 3;
    }

    .pricing-banner {
        padding: 100px 0;
    }

    .col-md {
        flex: 50%;
        max-width: 50%;
    }

    .s-avatar {
        margin-bottom: 20px;
    }

    .s-avatar .team-name {
        font-size: 13px;
    }

    .s-avatar .team-title {
        font-size: 10px;
    }

    .pricing-banner .heading {
        margin-bottom: 60px;
        text-align: center;
    }

    section.pricing-list {
        padding: 38px 0 50px;
    }

    .col-pricing-details,
    .col-rate {
        flex: 100%;
    }

    .col-pricing-details {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .price-best {
        text-align: center;
    }

    .price-best img {
        margin: 0 auto 10px;
    }

    .price-best h2 {
        font-size: 24px;
    }

    .pricing-contact {
        padding: 50px 0 100px;
    }

    h2.heading.big {
        font-size: 32px;
    }

    section.contact {
        padding: 200px 0 50px;
        padding: 39px 0 50px;
    }

    .contact-info-wrapper {
        padding: 40px 0;
    }

    .mapouter {
        display: none;
    }


}

@media(max-width: 468px) {
    .pricing-impress {
        max-width: 150px;
        top: -22px;
        left: 54px;
    }
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.eot?1);
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.woff2?1) format("woff2"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.woff) format("woff"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.ttf) format("truetype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.eot?1);
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.woff2?1) format("woff2"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.woff) format("woff"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.ttf) format("truetype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.eot?1);
    src: url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.woff2?1) format("woff2"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.woff) format("woff"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.ttf) format("truetype"), url(https://kajabi-themes.s3.amazonaws.com/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}




.field-wrapper {
    width: 100%;
    margin-top: 20px;
}

.input-wrapper input {
    font-size: 20px;
    padding: 17px;
}

.row.field-wrapper {
    display: block;
}

#paypal-button-container {
    display: flex;
    justify-content: center;

}

.paypal-button-container-wrap {
    position: relative;
}

.paypal-button-overlay {
    content: '';
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 75%;
    z-index: 9999;
    cursor: pointer;
}

.pricing_and_checkout {
    position: relative;
}

.pricing-input-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    display: none;

}




.pricing-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: scale(0);
    transition: transform 0.3s ease;
}



.field-wrapper {
    background-color: #fff;
    max-width: 58%;
    padding: 1px 84px 26px 80px;
    border-radius: 5px;
    position: relative;

}

.field-wrapper.login {
    max-width: 40%;
    padding: 35px 84px 26px 80px;
}


h3.selected_plan {
    font-weight: 400;
    font-size: 23px;
    border-radius: 5px;
    color: #070834;
    margin-bottom: 13px;
    margin-top: 35px;
}

.selected_plan_close {
    position: absolute;
    right: 13px;
    top: 10px;
}

.checkout_payment_buttons {
    display: none;
}

.hide-true {
    display: none;
}

.login_wrap h3 {
    margin-bottom: 10px;
    color: #000;
}

.already_have_account,
.do_not_have_account {
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 29px;
    color: #2170b2;
    font-weight: 600;
    margin-top: 16px;
}

.login_wrap .login_email,
.login_pass,
.regi_email,
.regi_pass,
.recovery_email {
    position: relative;
}

.lg_label_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_wrap label {
    margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

.login_email:after,
.regi_email:after,
.recovery_email:after {
    content: '\f007';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    bottom: 18px;
    right: 10px;
    color: #2170b2;
    bottom: 15px;
}

.login_pass:after,
.regi_pass:after {
    content: '\f084';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    bottom: 18px;
    right: 10px;
    color: #2170b2;
    bottom: 14px;
}

.reg_pass {
    margin-top: 13px;
}

.reg_button,
.login_button,
.recover_pass_button,
.recover_create_new_pass {
    display: block;
    background-color: #2170b2;
    color: #fff;
    padding: 15px 30px;
    margin: 14px auto;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.reg_error,
.login_error {
    text-align: center;
    color: #f00;
    font-weight: 700;
}

.login_error {
    font-size: 13px;
    font-weight: 700;
    color: #e84c4c;
    display: none;
}

.reg_button {
    margin-top: 20px;
}

.checkout_pay_wrap {
    display: block;
}

.provided_email {
    margin-bottom: 40px !important;
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 2px;
    background-color: var(--text-color);
    display: inline-block !important;
    color: #fff;
}

.login_button_pressed {
    background-color: #888;
}

.checkout_payment_completed {
    display: none;
}


.price-one li,.pricing_nope_icon {
    font-size: 17px;
    margin-bottom: 19px;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
    opacity: 0.9;
}

.row.price-one-details li {
    opacity: 0.9;
}

.price-one li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--accent-1);
    position: absolute;
    left: -26px;
    top: 1px;
}

h3.plans_robust_unlimted {
    font-size: 28px;
    margin-top: 14px;
}

.row.price-one-details {
    flex-wrap: nowrap;
}

.pricing_89_conditions p {
    line-height: 1;
    margin-bottom: 11px;
}

.pricing_89_conditions {
    max-width: 35%;
}

.price_bullets li {
    margin-left: 10px;
}

.price_select {
    text-align: center;
    padding: 10px;
    background-color: #585560;
    color: #fff;
    text-transform: uppercase;
    margin-top: 7px;
    border-radius: 5px;
    cursor: pointer;
}

.price_select:hover,
.price-one-rate:hover {
    background: linear-gradient(0deg, #3e73ea, #4c5874);
}

.price-best .price-one-rate:hover,
.price-best .price_select:hover {
    background: linear-gradient(0deg, #fd0043, #df7a97);
}

.price-one:hover {
    background-color: #eee;
}

.price-best:hover {
    background-color: #010718;
}

.selected_plan_close i {
    font-size: 21px;
    color: #777;
    cursor: pointer;
}

.checkout_payment_completed {
    padding: 27px 0px;
    color: #656565;
}

.checkout_payment_completed h3 {
    color: #0151c4;
    font-size: 31px;
}

.checkout_payment_completed h5 {
    margin-top: 7px;
    color: #545454;
    font-size: 15px;
    font-weight: 600;
}

.payComplete_next {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 24px;
}

.payComplete_block {
    background-color: #f0f8ff;
    margin-top: 25px;
    padding: 14px;
}

.payComplete_block_heading {
    font-weight: 600;
    color: #545454;
    margin-bottom: 14px;
}

.payComplete_block_text {
    line-height: 1.6;
}

.payComplete_block_text mark {
    background: unset;
    font-weight: 600;
}

.payComplete_block_heading i {
    margin-right: 10px;
    color: var(--text-color);
}

.payComplete_block_text a {
    color: #0151c4;
    font-weight: 600;
    text-decoration: underline;
}

header.simple_header {
    background-color: #0151c4;
}

.support_page .heading {
    margin-top: 75px;
}

.bexten_download_btns img {
    width: 30px;
}

.bexten_h2,
.bexten_h3 {
    font-size: 19px;
}

.bexten_h2 {
    margin-top: 40px;
    margin-bottom: 12px;
}

.bexten_download {
    margin-top: 47px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bexten_download_btns_wrap {
    display: flex;
    padding-top: 10px;
}

.bexten_download_btns {
    display: flex;
    align-items: center;
    width: 281px;
    margin-right: 30px;
    border-radius: 5px;
    padding: 12px;
    cursor: pointer;
    font-weight: 600;
    background-color: #ebebeb;
    color: #464646 !important;
    text-decoration: none !important;
}

.bexten_download_btns img {
    margin-right: 14px;
}

.bexten_download_btns:hover {
    background-color: #e1e1e1;
}

.bexten_instruction_to {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 32px;
}

.bexten_instruction_to img {
    width: 41px;
    margin-right: 20px;
}

.bexten_instruction_block {
    background-color: #fff;
    padding: 20px;
    margin-top: 45px;
}

.bexten_instruction_text a,
.install_block a {
    color: #0151c4;
    font-weight: 600;
    text-decoration: underline;
}

.bexten_instruction_text img {
    margin-bottom: 60px;
    border-radius: 8px;
}

img.bexten_img1 {
    width: 492px;
}

img.bexten_img2,
img.bexten_img5 {
    width: 680px;
}

.bexten_truble_box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.bexten_truble_box {
    display: none;
}

.support_page {
    color: #555;
}

.bexten_instruction_to {
    font-weight: 600;
}

.bexten_instruction_text p {
    margin-bottom: 16px;
}

.install_h2 {
    margin-top: 33px;
    font-size: 18px;
    margin-bottom: 57px;
}

.install_h {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.install_block_wrap {
    line-height: 2;
}

.install_block_wrap .bexten_download_btns_wrap {
    margin-bottom: 26px;
}

.install_block {
    background-color: #fff;
    padding: 1px 20px;
    margin-bottom: 30px;
}

.install_h i {
    margin-right: 15px;
    color: #fd0043;
}

p.install_small {
    font-size: 14px;
}

.install_h li {
    font-size: 12px;
    margin-left: 10px;
    background-color: #0151c4;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.install_h ul {
    margin-left: 20px;
    display: flex;
}

.install_h li.active {
    background-color: #fd0043;
}

.install_block_wrap[type="Page"],
.install_block_wrap[type="Product"] {
    display: none;
}

.enable_new_tbuilder {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    margin-top: 37px;
}

.tab-body {
    display: none;
}

.tab-body.active {
    display: block;
}

.tab-body p {
    font-size: 19px;
    width: 699px;
    margin: 0 auto 38px auto;
    line-height: 1.7;
}

.much_more:after {
    background-image: url(/site/images/underline_red.svg);
    content: '';
    position: absolute;
    width: 49%;
    min-width: 150px;
    bottom: -23px;
    left: 12px;
    background-size: contain;
    z-index: -1;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 999;
}

li.much_more {
    font-weight: 700;
}

.product-demos p,
.section_subheading {
    font-size: 18px;
    margin: 0;
}

.center {
    text-align: center;
}

p.about_text1,
p.about_text2 {
    font-size: 18px;
    line-height: 1.7;
    padding-right: 69px;
    font-weight: 300;
}

.accent-color {
    color: var(--accent-1);
}

h4.pre-heading-apply {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}

#section-footer .section-clmn-1 {
    display: flex;

}

.section-clmn-6 {
    width: 100%;
}

div#block-1645096740189 p {
    margin: 0;
}

div#block-1646314552137 a {
    margin-right: 29px;
}

#section-footer .section-clmn-6 {
    width: 100%;
    display: flex;
    align-items: center;
}

div#section-footer section {
    padding: 0;
}

#section-footer .textNicon_left {
    display: flex;
    align-items: center;

}

#section-footer .textNicon_text p {
    margin-bottom: 0px;
}

.textNicon_left i {
    width: 20px;
}


div#block-1645096735533 {
    display: flex;
    margin-bottom: 0 !important;
    margin-top: 13px;
}

#block-1645096735533 .social-icon:after {
    content: '';
    width: 17px;
    height: 18px;
    border-radius: 100%;
    padding: 9px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 0 #000 inset;
    transition: 0.3s ease;
}

div#block-1645096735533 a {
    margin-right: 10px;
}


#section-footer .section-clmn-2 {
    width: 32% !important;
    padding-right: 74px !important;
}


#section-footer .section-clmn-3 {
    width: 25% !important;
    margin-right: 56px;
}

#section-footer .section-clmn-4 {
    width: 20% !important;
}

#section-footer .section-clmn-5 {
    width: 25% !important;
}

div#block-1645096716130 {
    margin-bottom: 24px;
}

#block-1645096730502 a.menu-item {
    font-size: 14px;
    padding-bottom: 3px;
    display: block;
}

div#block-1645096718311 {
    font-size: 15px;
    line-height: 2;
}

#section-footer .textNicon_text a {
    color: #fff;
}

#section-footer .textNicon_left i {
    width: 32px;
    display: block;
}

#section-footer .textNicon_text a:hover,
.connect_footer a:hover {
    color: #000000 !important;
    font-weight: 600;
}

.connect_footer a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

#block-1645096734487 {
    margin-top: 9px;
    font-size: 14px;
    margin-top: 15px;
}

#block-1645096734487 .textNicon_text {
    margin-top: -4px;
}

#block-1645096734487 .fa-envelope {
    width: 24px !important;
}

.square {
    animation-name: spin;
    animation-duration: 500ms;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        width: 0px;
    }

    33% {
        transform: rotate(360deg);
        width: 66px;
    }

    66% {
        transform: rotate(720deg);
        width: 132px;
    }

    to {
        transform: rotate(1080deg);
        width: 200px;
    }
}


.n_footer .container {
    padding: 0px;
}

#section-footer .sizer {
    padding-top: 42px !important;
}

.features .bg-shape {
    bottom: 80px;
}

.feature-list {
    margin-top: -80px;
}

section.site-demos {
    margin-top: 65px;
}

.site-demos>.container {
    padding: 0;
}

section.blog-demos .container {
    padding-bottom: 130px;
}


.gray_footer #section-footer .section {
    background: #f8f8f8 !important;
}

.gray_footer #section-footer .section-clmn.section-clmn-1 {
    color: #111;
}

.gray_footer #block-1645096720544:before {
    background: #111;
}

.gray_footer #block-1645096729472:before {
    background: #111;
}

.gray_footer #block-1645096732162:before {
    background: #111;
}

.gray_footer #section-footer a {
    color: #111;
}

.gray_footer .social-icon:after {
    border-color: #111 !important;
}

.gray_footer svg path#Path_6,
.gray_footer svg path#Path_5,
.gray_footer svg path#Path_120 {
    fill: #111 !important;
}

.gray_footer #section-footer .section-clmn.section-clmn-6 a {
    color: #fff;
}




.sticky_header {
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    height: 65px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.menu-link-wrapper {
    display: flex;
    font-size: 16px;
    justify-content: flex-end;
}

.special_links li {
    padding: 0 !important;
    margin: 0;
}

.special_links a,.mn_my_themes {
    background-color: #fff;
    color: var(--accent-1) !important;
    border: 1px solid;
    padding: 16px 30px 14px 30px;
    font-weight: normal;
}

.mn_my_themes_drop{
    bottom: -77px !important;
    left: 9px !important;
}
.mn_my_themes_drop a{
    font-size: 17px !important;
}



.m_divide {
    border-right: 1px solid#fff;
    width: 1px;
}

.menu-link-wrapper li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    transition: 0.3s ease;
    position: relative;
    padding: 10px 0;
}

.menu-link-wrapper ul {
    display: flex;
    align-items: center;
}

a.mn_build:after {
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: var(--accent-2);
    content: '';
    border-radius: 100%;
    left: -1px;
    top: 15px;
}

ul.special_links {
    margin-left: 20px;
}

.mn_build {
    font-size: 12px !important;
    margin-left: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.mn_build_s:after {
    left: 11px !important;
}

.mn_build_s {
    margin-left: 26px;
}

a.mn_my_themes i {
    margin-right: 12px;
}

.logo_sticky {
    width: 119px;
}

.logo,
.logo svg {
    width: 140px;
}

.logo_sticky svg {
    width: 119px;
}

.logo_sticky {
    width: 119px;
    margin-top: 5px;
}

.menu-link-wrapper li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background-color: var(--accent-1);
    bottom: 0;
    left: 50%;
    border-radius: 25px;
    transition: 0.3s ease;
}

.mn_build_li_l:hover:before {
    width: 46px !important;
    left: calc(52% - 12.5px) !important;
}

.mn_build_li_r:hover:before {
    width: 42px !important;
    left: calc(50% - 12.5px) !important;
}

.special_links li:before {
    display: none;
}

.special_links a:hover {
    background-color: var(--accent-1) !important;
    color: #fff !important;
}

.sticky_header {
    transform: translate(0px, -70px);
    transition: transform 0.7s ease;
}

.top_header .menu-link-wrapper li a {
    font-size: 16px;
}

.sticky_header {
    padding: 0 calc((100vw - 1400px) / 2);
}

@media(max-width: 1450px) {
    .sticky_header {
        padding: 0 50px;
    }
}




.menu-links.open {
    transform: translateX(0);
}

.menu-links {
    position: fixed;
    left: 0;
    top: 0;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    transition: 0.25s ease-in-out;
    transform: translateX(-400px);
    z-index: 99999999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    height: 100vh;
}

.menu-links {
    transform: translateX(-350px);
}

.mobile-menu {
    padding: 20px 40px;
    overflow-y: scroll;
}

.mobile-menu .logo-wrap {
    padding: 19px 47px;
    margin-bottom: 30px;
}

.mobile-menu .logo {
    max-width: 100%;
}

.hamburger-menu-close {
    cursor: pointer;
    font-size: 25px;
    color: #010101;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu a.menu-item {
    color: #010101;
    text-align: left;
}

.menu-links .menu-item {
    border-bottom: 1px solid rgb(0 0 0 / 20%) !important;
}

.menu-links .menu-item {
    padding: 3px 20px 10px 20px;
    font-size: 16px;
    margin: 0;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.menu-links a,
.menu-links .dropdown-menu a {
    text-align: center;
    justify-content: center;
}

.menu-links .mobileM_bottom {
    background-color: #e9e9e9;
}

.menu-links .mobileM_bottom {
    padding: 33px;
    display: flex;
    flex-direction: column;
}

.mobileM_bottom .text {
    text-align: center;
    margin-bottom: 7px;
    font-size: 19px;
}

.mobileM_bottom p {
    color: #010101;
}

.mobileM_bottom .social-icons {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.mobileM_bottom .social-icons.hide-false a {
    color: #444;
}

.fa-facebook:before {
    content: "\f09a";
}

.p1_btn {
    background-color: #fff;
    min-width: 200px;
    border-width: 0;
    border-radius: 5px;
    padding: 13px 35px;
}

.p1_btn span {
    color: #1a62ca;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.social-icons a+a {

    margin-left: 21px;
}

.social-icons a {
    font-size: 25px;
}

.mobileM_bottom .social-icons a:before {
    color: #010101;
}
.mobileM_bottom .p1_btn{
    background-color: var(--accent-1);
}
.mobileM_bottom .p1_btn span, .mobileM_bottom .p1_btn i {
    color: #f4f4f4
}
.p1_btn i {
    color: #1a62ca;
    margin-right: 15px;
    font-weight: 600 !important;
}







.hamburger-menu {
    width: 20px;
    height: 15px;
    position: relative;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--text-color);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger-menu span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger-menu span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 4px;
}

.hamburger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 4px;
}

.hamburger-menu {
    display: none;
}

#gmap_canvas {
    border-radius: 27px;
    margin-bottom: -263px;
}


.inner_page .top_header .col-md-8 {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;

}



.support_page .top_header {
    padding: 0 10px 0px 10px;
}

.impress_about {
    right: 20% !important;
    left: unset;
    top: 172px;
}

.store-demos .swiper-container {
    margin-top: 50px;
}

@media(max-width: 768px) {
    .features-page{
        font-size: 15px;
        line-height: 1.2;
    }
    .features-page h4{
        font-size: 28px;
    }
    .feature-image-wrapper {
        order: 2;
    }
    .hamburger-menu {
        display: inline-block;
    }

    .impress {
        bottom: -139px;
    }

    .tab-head[tab="section-libray"],
    .tab-head[tab="sliders"] {
        display: none;
    }

    .tab-body p {
        width: 100%;
    }

    .features .bg-shape {
        bottom: 109px;
    }

    .feature-list {
        margin-top: -109px;
    }

    .feature-list>.container {
        margin-top: 32px;
    }

    .feature-list li {
        font-size: 15px;
    }

    .feature-list .row {
        display: flex;
    }

    .feature-list .col-md-4 {
        flex: 1 !important;
    }

    .feature_list_middle {
        display: none;
    }

    .features_updates {
        margin-top: 56px;
    }

    .flist_wrap {
        margin-left: 13px;
    }

    .feature-list .container {
        padding: 0 10px 15px 10px;
    }

    .numb_outer {
        display: flex;
        align-items: center;
    }

    .product-demos p {
        font-size: 19px;
    }

    /* .swiper-wrapper{
        width:80% !important;
        max-width:80% !important;
        padding: 60px;
    }*/
    .swiper-slide {
        max-width: 100%;

    }

    .products-swiper-container {
        width: 93%;
    }

    .products-swiper-container .swiper-wrapper {
        width: 100%;
        ;

    }

    .swiper-button-prev {
        left: 20px !important;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    section.site-demos {
        margin-top: 29px;
        padding: 0 10px;
    }


    .blog-demos p,
    .store-demos p {
        font-size: 19px;
        margin-top: 36px;
        line-height: 1.6
    }

    .container-big {
        padding: 0px 10px;
    }

    section.blog-demos .container {
        padding-bottom: 85px;
    }

    .footer .heading {
        line-height: 1.4;
    }

    .footer {
        background-position: 27% bottom;
    }


    #section-footer .section-clmn {
        width: 100% !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }

    #section-footer .section-clmn-3 .textNicon_left {
        justify-content: center;
    }

    div#block-1645096718311 {
        padding-right: 10px !important;
    }

    #section-footer .textNicon_left {
        justify-content: center;
    }

    div#block-1645096734487 {
        margin-top: 20px;
    }

    div#block-1645096735533 {
        margin-top: 19px;
        justify-content: center;
    }

    .post_footer {
        display: block !important;
    }
    .mb-150 {
        margin-bottom: 50px;
    }
    section.product-demos {
        padding: 50px 0px;
    }

    p.about_text1, p.about_text2 {
        padding-right: 0px;
    }

    section.team {
        padding-top: 0px;
    }

    .card {
        padding: 31px 40px;
    }

    .hiring_desktop {
        display: none;
    }

    .contact .container {
        padding-bottom: 0px !important;
    }

    .contact_section>.container {
        padding: 0 10px 26px 10px;
    }

    .pricing_hero_square {
        display: none;
    }

    .row.price-one-details {
        flex-wrap: wrap;
    }

    .pricing-input-wrapper {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .field-wrapper,
    .field-wrapper.login {
        max-width: 98%;
        padding: 11px 20px 26px 20px;
    }

    .pricing-inner {
        overflow-y: scroll;
    }

    .inner_page .top_header .col-md-8 {
        margin-top: -7px;
    }

    .impress_about {
        display: none;
    }

    div#block-1645096740189 {
        margin-top: 12px;
    }

    .col-rate_n,
    .text-center_n {
        margin-top: 23px;
    }


}

@media (min-width: 768px) and (max-width: 1280px) {
    h1.banner-heading {
        font-size: 48px;
    }

    .impress_about {
        right: 5% !important;
        width: 177px;
    }

    section {
        padding: 100px 17px;
    }

    .centered-cont {
        padding: 0px 17px;
    }

    .hide_on_tablet {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1000px) {
    #section-footer .section-clmn.section-clmn-1 {
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }

    #section-footer .section-clmn-2 {
        width: 42% !important;
        margin-left: 8%;
    }

    #section-footer .section-clmn-3 {
        width: 35% !important;
    }

    #section-footer .section-clmn-4 {
        width: 42% !important;
        margin-left: 8%;
    }

    #section-footer .section-clmn-5 {
        width: 35% !important;
        margin-right: 56px;
    }

    .feature_list_middle {
        display: none;
    }

    .flist_8 {
        max-width: 61.67% !important;
    }

    .col-md-4.feature_list_n {
        max-width: 46% !important;
    }

    .t-demos {
        max-width: 48% !important;
        flex: 48%;
    }

    .feature-list {
        padding-bottom: 70px;
    }


}


@media (min-width: 515px) and (max-width: 785px) {
    .t-demos {
        max-width: 48% !important;
        flex: 48%;
    }
}

@media (max-width: 1450px) {
    .sticky_header {
        padding: 0 20px;
    }

}

.hero_brand {
    width: 522px;
}


.kjb-video-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 15px;
}

.kjb-video-responsive .wistia_embed {
    position: absolute;
    top: -1px !important;
    left: -1px !important;
    width: calc(100% + 7px) !important;
    height: calc(100% + 2px) !important;
    border: 0;
}

.install_h2a {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 31px;
}

ul.tranperancy_areas i {
    margin-right: 10px;
    font-size: 13px;
}



ul.tranperancy_areas li {
    display: flex;
    align-items: center;
}

span.tranperancy_incase {
    font-size: 17px;
}

.install_h.tranperancy_disable img {
    width: 22px;
    margin-right: 15px;
}

img.disable_chrome_img {
    max-width: 413px;
    margin-left: -6px;
    margin-top: 16px;
    margin-bottom: 12px;
}

p.tranperancy_contact a {
    text-decoration: none;
    margin-left: 10px;
    color: #1a62ca;
}

p.tranperancy_contact i {
    font-size: 22px;
    color: #fd0043;
}

p.tranperancy_contact {
    margin-top: -10px;
    display: flex;
    align-items: center;
}

.year {
    position: relative;
}

.submit-btn {
    cursor: pointer;
}

.contact_row {
    display: flex;
}

.contact_row span {
    margin-left: 20px;
    color: #f00;
    display: none;
}

span.contact_success {
    margin-left: 14px;
    display: none;
}


.off50_container {
    display: flex;
    margin: 12px 0px 10px 0px;
    align-items: center;
}

.off50_container h4 {
    font-size: 25px;
}

h4.price_before_50off {
    margin-left: 11px;
    text-decoration: line-through;
    opacity: 0.7;
}

h4.price_after_50off {
    font-size: 30px;
}

.float-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    display: none;
}

.float-div>div.vid>div {
    width: 300px;
}

.float-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.main-content-video {
    position: relative;
}

.kjb-video-responsive.vid-pip.video-on-bottom {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*width: 923px;*/
    /*height: 518px;*/
    width: 794px;
    height: 448px;
    
    padding: 0;
    animation: video-to-bottom 0.3s ease;
    z-index: 9999;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 29%);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0.75); 
}

.kjb-video-responsive.vid-pip.video-on-position {
    transform: scale(1) !important;
    animation: video-back 0.3s ease;
}



@keyframes video-to-bottom {
    0% {
       /* transform: scale(0.85); */
        transform-origin: top left;
        right: 20%;
        bottom: 40%;
    }

    100% {
        transform: scale(0.75);
        bottom: 10px;
        right: 10px;
    }

}


@keyframes video-back {
    0% {
        position: absolute;
        width: 100%;
        bottom: -40%;
        right: -60%;
        transform: scale(0.1);
        transform-origin: bottom right;
    }

    100% {
        transform: scale(1);
        transform-origin: bottom right;
        bottom: 0%;
        right: 0%;
    }
}

.video-hide-class{
    animation: hide-video 0.5s ease !important;
}
@keyframes hide-video{
    0% {
        right: 10px;
    }
    100% {
        right: -620px;
    }
}




.t-demo .icon {
    filter: sepia(1) brightness(3);
}



a.link-btn.far.fa-arrow-circle-right span {
    font-family: 'Gilroy';
    margin-top: 2px;
}

a.link-btn.far.fa-arrow-circle-right {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

a.link-btn.far.fa-arrow-circle-right:before {
    margin-right: 9px;
    font-size: 21px;
}





.ma1 .feature-image-wrapper:after{
    left: 92%;
    bottom: 72%;
    width: 50px;
    height: 50px; 
}


.mapouter {
    margin-left: 50px;
}

.cn_wrap {
    font-size: 19px;
    margin-bottom: 45px;
}


.cn_wrap > * {
    margin-bottom: 13px !important;
    line-height: 1.4;
}

.cn_h3 {
    font-size: 26px;
    font-weight: 600;
}

p.cn_h3a {
    margin-top: -6px;
    font-size: 21px;
    font-weight: 600;
    color: #214b7399;
    margin-bottom: 33px !important;
}

.mb-25{
    margin-bottom: 25px;
}

.pricing_text {
    margin-top: 77px;
    margin-bottom: 41px;
    padding: 0px 11px;
    font-size: 17px;
    line-height: 1.5;
}

.pricing_text h4 {
    margin-bottom: 8px;
    font-size: 18px;
}

.pricing_nope_icon {
    list-style: none;
    margin-left: 31px;
}

.pricing_nope_icon:before {
    content: "\f00d" !important;
    color: #df6b6b !important;
}


.col-md-6 .price-one .col-rate {
    margin-right: -16px;
}

.best_choise {
    background-color: var(--accent-2);
    color: var(--text-color);
    font-weight: 700;
    display: inline-block;
    padding: 9px 22px 8px 23px;
    border-radius: 16px;
    margin-left: -8px;
}


.pricing_dots1 {
    width: 176px;
    opacity: 0.3;
    position: absolute;
    top: -75px;
    right: -90px;
    z-index: -1;
}
.pricing_dots2 {
    width: 276px;
    opacity: 0.1;
    position: absolute;
    bottom: -55px;
    left: -80px;
    z-index: -1;
}

.pricing-list .container{
    max-width: 1300px;
}


p.pricing_on_single {
    margin-top: -21px;
    margin-bottom: 33px;
}

.pricing_half_width {
    width: calc(50% - 7.5px);
}

.pricing_half_width:nth-child(1) {
    margin-right: 15px;
}


.contact_form-wrapper {
    margin-top: 68px;
}

@media(max-width: 768px) {
    .pricing_89_conditions{
        max-width: 100%;
    }
    .pricing_half_width:nth-child(1){
        margin: 0
    }
    .pricing_half_width{
        width: 100%;
    }
    .top_header .col-md-4 {
        max-width: 31% !important;
    }

    .hamburger-menu {
        margin-top: 10px;
    }

    .sticky_header {
        padding: 0 10px;
    }
}



.browse_product_demos{
    display: flex;
    width: 261px;
    justify-content: center;
}
.browse_product_demos i {
    margin-right: 10px;
}
.margin_0_auto{
    margin: 0 auto;
}


.learn-more-border{
    border: 3px solid #ffbf00;
}


.video-section .w-bottom-bar-lower.w-css-reset {
    padding: 0px 15px 0px 11px !important;
}

.video-section .w-css-reset[data-handle="volumeButton"] .w-vulcan-v2-button{
    margin-left: 10px !important;
}
.video-section .w-css-reset[data-handle="fullscreenButton"] .w-vulcan-v2-button{
    margin-left: 3px !important;
}

.site_video_close i {
    font-size: 28px;
    margin-left: 10px;
    margin-top: 5px;
    color: #ffffff;
}
.site_video_close {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 38px;
    height: 38px;
    background-color: rgb(0 76 255 / 75%);
    left: 5px;
    top: 6px;
    border-radius: 100%;
    cursor: pointer;
}

.video-on-bottom .site_video_close{
    display: block;
}

ul.dropMenu {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #2222224a;
    padding: 6px 25px;
    word-break: keep-all;
    bottom: -249px;
    left: -12px;
}
ul.dropMenu li {
    display: block !important;
    white-space: nowrap;
    padding: 8px 4px;
    margin-right: 0px;
}
.menu_has_child:hover .dropMenu{
    display: block;
}
.menu_has_child:hover:before{
    content: unset;
    color:var(--text-color);
}
.menu_has_child:hover a{
    color:var(--text-color) !important;
}
.menu_has_child li:hover:before{
    content: unset;
}
.menu_has_child li:hover a{
    color:var(--accent-1) !important;
}

.menu_has_child{
    position: relative;
}

.menu_browse_tempts{
    min-width: 100px;
}

.menu_browse_tempts a{
    font-size: 16px !important;
    font-weight: 600;
}

.menu_has_child:hover .dropMenu a {
    font-weight: 400;
}

.top_header > .row {
    justify-content: space-between;
}

a.mn_my_themes.link-btn {
    font-size: 14px;
}

.sticky_header_inner {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    max-width: 1260px;
    margin: 0 auto;
}




.hero_title {
    font-size: 35px;
    line-height: 1.6;
    font-weight: 700;
}

.hero_title1 {
    font-size: 26px;
    line-height: 1.8;
}

.hero_title2 {
    font-size: 34px;
    line-height: 1.6;
}

.hero_title strong,.hero_title2 strong{
    color: #3e73ea;
}

.before_watch_wrap {
    display: flex;
    border-radius: 3px;
    padding: 27px 23px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
}

.hero_title2 {
    font-size: 32px;
    line-height: 1.6;
}

.before_watch_img {
    font-size: 92px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 39px;
    color: #0b3558;
    opacity: 0.5;
}

.hero_title3 {
    font-size: 23px;
}

.hero_title3 span{
    font-weight: 600;
    margin-left: 32px;
}

.hero_title1_list {
    list-style: none;
}

.hero_title1_list i {
    font-size: 20px;
    margin-right: 15px;
}
.hero_title1_list li {
    display: flex;
    align-items: center;
}

.hero_title1_list i {
    font-size: 16px;
    margin-right: 14px;
}



@media(max-width: 680px) {
    .before_watch_img{
        display: none;
    }
    .hero_title {
        font-size: 27px;
    }
    .hero_title1 {
        font-size: 18px;
        line-height: 2.5;
    }
    .hero_title2 {
        font-size: 20px;
        display: inline;
        line-height: 1.6;
    }
    .before_watch_wrap {
        box-shadow: unset;
        padding: 11px;
        margin-top: 22px;
    }
    .hero_title3 span {
        display: block;
        margin-top: 43px;
        font-size: 25px;
    }
}


h4.hero_pre_hading_1 {
    font-size: 27px;
}

.membership_hero .hero_title{
    font-size: 29px !important;
}

.membership_hero .hero_title1 {
    font-size: 23px;
}

.hero_title.mh_title2 {
    margin-top: 13px;
    margin-bottom: -20px;
}

.hero_title.mh_title2 {
    margin-top: 13px;
    margin-bottom: -20px;
    font-weight: 400;
}
.hero_title.mh_title1 {
    font-size: 24px !important;
}
.hero_title1_list strong{
    font-weight: 700;
}
.memebership_video > section {
    padding-top: 51px;
}

.memebership_video .learn-more h2 strong {
    font-size: 34px;
    display: block;
}

.membership-demos .browse_product_demos {
    width: 313px;
}

.upload_encore_section{
    padding: 80px 0 0 0;
}



@media(min-width: 1280px) {
    .upload_encore_heading{
        width:700px;
    }
}


.upload_enc_h2 {
    max-width: 950px;
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.5;
}

.upload_enc_how {
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 700;
}

.upload_encore_section ul {
    list-style: circle;
    margin-left: 18px;
    font-size: 18px;
    line-height: 1.8;
}

.upload_enc_container {
    background-color: #f3f3f3;
    padding: 36px;
    border-radius: 10px;
}


@media(max-width: 1330px) {
    .upload_encore_section {
        padding: 80px 20px 0 20px;
    }
}

.upload_enc_container{
    max-width: 100%;
}


.whts_new_wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -102px;
    align-items: stretch;
}

.whts_new_wrap .upgrade-image {
    display: block;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 1%);
    padding: 36px;
}

.whts_new_card {
    /* flex: 1; */
    text-align: left;
    width: 380px;
}
.whts_new_section{
    padding: 0 0 100px 0;
}


.whts_new_date {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.whts_new_see {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #3e73ea;
}

.whts_new_card li {
    margin-bottom: 12px;
}

.whts_new_card ul {
    list-style: disc;
    margin-left: 18px;
}

.whts_new_card li span {
    background-color: #ddd;
    padding: 5px 6px 4px 6px;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 8px;
    font-weight: 700;
}

.whts_new_join {
    flex: 1;
    text-align: center;
}

.whts_new_join .heading {
    font-size: 38px;
}

.whts_new_wrap .upgrade-image {
    height: auto;
}

.banner-info.banner-info-product {
    font-size: 34px;
}

.hero_pre_hading_1.hero_pre_hading_1_product{
    font-size: 22px;
    font-weight: 700;
}

.product_watch_now {
    cursor: pointer;
    font-size: 23px;
    margin-top: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.product_watch_now i {
    margin-left: 10px;
}

.banner-btn-product a {
    display: flex;
    align-items: center;
}

.banner-btn-product i {
    margin-right: 10px;
}
.banner-btn-product span {
    margin-top: 2px;
}

.upgrade-info strong {
    color: #004cff;
}

.banner_site_title {
    text-align: center;
    margin-top: 150px;
    font-size: 43px;
}

.banner_site_title strong {
    color: #004cff;
}


.doc_group {
    background-color: #fff;
    padding-top: 11px;
    border: 1px solid #eee;
    margin-left: -8px;
}
.doc_title {
    margin-left: 11px;
    font-weight: 600;
    margin-bottom: 6px;
}
.doc_group a {
    margin-left: 13px;

}
.noBottomBorder{
    border-bottom: 0px !important
}
a.badges_showcase_link {
    font-size: 20px;
}

.doc_group.badges_bottom_links a {
    margin-left: 0px;   
}
.doc_group.badges_bottom_links {
    padding: 18px;
    line-height: 32px;
}
.badges_bottom_links span {
    margin: 0 14px;
}