@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
::selection {
    background: #1de9b6;
}
::-moz-selection {
    background: #1de9b6;
}
body {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    color: #000;
}
.section-hero {
    padding: 2em 40px 6em;
    background: #f3f5f5 url(../img/bg.png) 50% 50%;
    background-size: contain;
}
.header2 {
    background: #f3f5f5 !important;
    padding: 2em 1.5em;
}
.nav-bg-nan {
    padding: 0;
}
.navbar.nav-bg-nan li a.nav-link {
    padding: 8px 16px !important;
    font-size: 16px;
    color: #000;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
}
.navbar.nav-bg-nan li a.nav-link:hover {
    background-color: rgba(153, 153, 153, 0.2);
}
.green-color {
    color: #00bfa5 !important;
    font-weight: 600;
    margin-left: 15px;
}
.section-hero h1 {
    font-size: 48.8px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 3em 0 0.5em;
    color: #263136;
}
.section-hero h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
    color: #00bfa5;
    margin: 1em 0;
}
.video-pp {
    margin: 5.75em -15px;
    padding: 0 70px;
}
.frame-video {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 22px 40px 0 #000;
}
.frame-video img {
    width: 100%;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 37px 34px 18px 28px;
}
.video-play-button:after,
.video-play-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(29, 233, 182, 0.9);
    border-radius: 50%;
}
.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.icon-play-rounded {
    color: #fff;
    position: relative;
    font-size: 28px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    z-index: 3;
    left: 10px;
    top: -5px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-pp p {
    font-size: 18px;
    line-height: 1.56;
    margin: 0;
    color: #263136;
}
.modal-video .modal-dialog {
    max-width: 940px;
}
.modal-video .modal-dialog .modal-content {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}
.modal-video .modal-dialog .modal-content iframe {
    width: 100% !important;
    height: 525px !important;
}
.modal-video .close {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
    right: -37px;
    position: relative;
}
.get-started-div {
    margin-bottom: 7.3em;
}
.btn-get-start {
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #1de9b6;
    text-align: center;
    padding: 1em 2em;
    color: #fff;
}
.btn-get-start s {
    text-decoration: line-through;
}
.btn-get-start:hover {
    background-color: #1bd7a8;
    color: #fff;
}
.get-started-div small {
    font-size: 12.96px;
    color: #9e9e9e;
    display: inline-block;
    margin: 1.53em 0;
}
.learn-more a {
    color: #00bfa5;
    position: relative;
    font-size: 14px;
}
.learn-more span.material-icons {
    margin-top: -14px;
    color: #00bfa5;
    position: relative;
    font-size: 3.75em;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
}
.career-training {
    padding: 2.5em 3em 6em;
    background: #263136;
}
.career-training h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.career-training h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;
}
.career-training p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #ebebeb;
    max-width: 800px;
}
.module-img {
    margin: 3em auto;
    width: 100%;
    display: block;
}
.find-jobs {
    padding: 2.5em 3em 6em;
    background: #fff url(../img/bg2.png) 50% 80% no-repeat;
}
.find-img-icon {
    margin-top: 3em;
    text-align: center;
}
.find-img-icon img {
    margin-right: -55px;
}
.find-jobs h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.find-jobs h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
}
.find-jobs p {
    font-size: 1.125em;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #485a63;
    max-width: 700px;
}
.instant {
    padding: 2.5em 3em 6em;
    background: #485a63;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mm-tt {
    margin-top: 3em;
}
.landing-page-writing-tool--img {
    padding-right: 3em !important;
}
.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.instant h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.instant h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;
}
.instant p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #fff;
}
.deep-focus {
    padding: 2.5em 3em 6em;
    background: #1de9b6 url(../img/bg3.png) 50% 100% no-repeat;
}
.deep-focus h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #fff;
}
.deep-focus h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #263136;
}
.deep-focus p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #263136;
    max-width: 600px;
}
.focused-btn {
    background-color: #586d79 !important;
}
.focused-btn:hover {
    background-color: #516470 !important;
}
.nb-writer {
    background: #f3f5f5 !important;
    background-blend-mode: color-burn;
}
.download-box {
    padding: 2.5em 3em 6em;
    background: #f0f2f2 url(../img/bg4.png) 50% 80% no-repeat;
}
.download-box h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.download-box h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
}
.download-box p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #485a63;
    max-width: 700px;
    word-break: break-word;
}
.project-org {
    padding: 2.5em 3em 6em;
    background: #586d79 url(../img/bg5.png) 50% 80% no-repeat;
}
.project-org h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.project-org h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;
}
.project-org p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #1de9b6;
    max-width: 570px;
}
.habbit-builder {
    padding: 2.5em 3em 6em;
}
.habbit-builder h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.habbit-builder h2 {
    font-size: 46px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
}
.habbit-builder p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em 0;
    color: #485a63;
    max-width: 540px;
}
.end-sm {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.section-stand .bg-cover {
    background: url(../img/back-bg.jpg) 50% 70%;
    height: 445px;
    background-size: cover;
}
.stand-out {
    padding: 2.5em 3em 6em;
    background: #263136;
}
.vv-top {
    margin-top: -200px;
    text-align: center;
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
}
.section-stand img {
    margin: 10px;
}
.section-stand h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.section-stand h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;
}
.section-stand p {
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #fff;
}
.launch {
    padding: 2.5em 3em 6em;
    background: url(../img/bg6.png) 50% 0;
    max-height: 422px;
    text-align: center;
}
.launch h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 1em 0 1.5em;
    color: #263136;
}
footer {
    padding: 1em 0;
    background: #485a63;
}
footer ul {
    margin: 0;
}
footer ul li {
    margin: 0 10px;
    display: inline-block;
    padding: 5px 0;
}
footer ul li a {
    color: #1de9b6;
    font-size: 16px;
}
footer ul li a:hover {
    color: #1de9b6;
    text-decoration: none;
}
.middle-xs {
    align-items: center;
}
.navbar-light .navbar-toggler {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}
.reverce {
    flex-direction: row-reverse;
}
.hidden {
    display: none;
    opacity: 0;
    -webkit-transition: visibility 0 3.5s, opacity 3.4s linear;
    transition: visibility 0 3.5s, opacity 3.4s linear;
}
.sliderContainer {
    position: fixed;
    bottom: 60px;
    left: 10px;
    display: flex;
    justify-content: space-between;
}
.sliderContainer .com-div {
    width: 330px;
    height: 95px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 1px #000 0 1px 2px #000 0 8px 50px #000;
    border-radius: 60px;
    padding: 10px;
    text-align: left;
}
.sliderContainer .com-div img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}
.sliderContainer .com-div h4 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700;
}
.sliderContainer .com-div p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 14px;
}
.sliderContainer .com-div span {
    color: #929191;
    font-size: 12px;
    line-height: normal;
}
.magicStartLoop {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    -webkit-animation: shootUp 1.1s linear both;
    animation: shootUp 1.1s linear both;
}
@-webkit-keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            300,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            125.912,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            125.912,
            0,
            1
        );
    }
    8.11% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            31.647,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            31.647,
            0,
            1
        );
    }
    12.11% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -5.53,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -13.007,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -13.007,
            0,
            1
        );
    }
    27.23% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -2.352,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -2.352,
            0,
            1
        );
    }
    38.34% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0.311,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -0.007,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -0.007,
            0,
            1
        );
    }
    82.78% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            300,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            125.912,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            125.912,
            0,
            1
        );
    }
    8.11% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            31.647,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            31.647,
            0,
            1
        );
    }
    12.11% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -5.53,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -13.007,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -13.007,
            0,
            1
        );
    }
    27.23% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -2.352,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -2.352,
            0,
            1
        );
    }
    38.34% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0.311,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -0.007,
            0,
            1
        );
        transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            -0.007,
            0,
            1
        );
    }
    82.78% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            0,
            1
        );
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
.hire-writer {
    padding: 20px 0 0;
    background: #f3f5f5;
}
.hire-writer h1 {
    font-size: 37.6px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
    color: #263136;
}
.hire-writer h1 strong {
    background-image: linear-gradient(90deg, #1aeab6 0px, #b7f6e1);
    background-size: 100% 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: 600;
}
.end-talented {
    margin: 70px auto;
    padding: 40px;
    border: 1px solid #1de9b6;
    border-radius: 4px;
}
.end-talented h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
    color: #00bfa5;
    margin: 0 0 0.5em;
}
.end-talented h2 strong {
    font-weight: 700;
}
.end-talented p {
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}
.form-row {
    margin-right: -15px;
    margin-left: -15px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.form-row .input-field > label {
    left: 15px;
}
.input-field input,
.input-field textarea {
    position: relative;
    z-index: 1;
}
.powerful-tools {
    background: #f3f5f5;
}
.faq {
    padding: 2.5em 1.5em 6em;
    background: #263136;
}
.faq-content {
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 10px;
}
.faq-content h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.faq-content .card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 15px 0 0;
}
.faq-content .card-header {
    padding: 25px 0;
    font-size: 18px;
    background: transparent;
    color: #1de9b6;
    line-height: 1.65rem;
    border: none;
    border-top: 1px solid #485a63;
}
.faq-content .card-header.first-child {
    border: none;
}
.faq-content .card-header div button {
    color: #1de9b6;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    white-space: initial !important;
    text-align: left;
}
.faq-content .card-body {
    padding: 0 0 15px;
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}
.faq-content .card-body a {
    color: #1de9b6;
}
.faq-content .btn {
    white-space: normal;
}
.modal.modal-mid .modal-dialog {
    width: 75%;
    max-width: 768px;
}
.modal.modal-mid .modal-dialog .modal-header {
    margin: 0 0 -1px;
    padding: 24px 24px 20px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.modal.modal-mid .modal-dialog .modal-body {
    max-height: 450px;
    overflow-y: auto;
    padding: 24px;
}
.modal.modal-mid .modal-dialog .modal-body p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.modal.modal-mid .modal-dialog .modal-body p a {
    color: #17b494;
}
.modal.modal-mid .modal-dialog .modal-footer .btn-secondary {
    background: transparent;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #17b494;
    border: none;
}
.touheadingsections {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
.w-marketplace {
    background: url(../img/back-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.top-hero h1 {
    margin-top: 80px;
    margin-bottom: 25px;
    font-size: 48.5px;
    line-height: 1.3;
    font-weight: 300;
    color: #1de9b6;
    text-align: center;
    letter-spacing: -0.5px;
}
.marketplace-header__subtitle {
    margin-bottom: 65px;
    font-size: 18px;
    color: #fafafa;
    text-align: center;
}
.marketplace-search-box {
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketplace-search-box__select-input-container {
    position: relative;
    border-radius: 2px;
    width: 485px;
    display: inline-flex;
    align-items: center;
}
.marketplace-search-box__button-container {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    width: 115px;
}
.marketplace-search-box__button-container .submit {
    height: 50px;
    line-height: 50px;
    background-color: #1de9b6;
    border-radius: 2px;
    text-align: center;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    width: 100%;
    border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px !important;
    color: #fff;
}
.select-field {
    width: 120px;
    height: 48px;
    display: block;
    position: relative;
    background: #d4dde2;
    font-family: "Open Sans", sans-serif;
    transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    cursor: auto;
    padding: 0;
    vertical-align: middle;
}
#search_form .select-field .select-wrapper {
    padding: 0;
}
#search_form .select-field .select-wrapper input {
    padding: 0 36px 0 15px;
}
.select-field .select-wrapper {
    padding: 0 36px 0 16px;
    font-size: 13px;
    font-weight: 600;
}
.select-field .select-wrapper input {
    margin-bottom: 0;
    border-bottom: none;
    font-size: 13px;
    font-weight: 600;
}
.select-field .select-wrapper .caret {
    fill: rgba(0, 0, 0, 0.87);
    right: 5px;
}
.select-field .select-wrapper .dropdown-content {
    left: 0 !important;
    width: 120px !important;
}
.select-field .select-wrapper .dropdown-content li span {
    font-size: 13px !important;
}
.marketplace-search-box__select-input-container input.form-control {
    background: #fff;
    border-bottom: none !important;
    margin-bottom: 0;
    padding: 0 10px;
    width: 360px;
}
.marketplace-search-box__select-input-container input.form-control:focus {
    outline: none;
}
.pin-input {
    width: 90%;
}
.w-marketplace {
    position: relative;
}
.w-marketplace .navbar {
    z-index: 5;
}
.w-marketplace .top-hero {
    position: relative;
    z-index: 5;
}
.w-marketplace:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}
.w-marketplace .navbar .navbar-nav li a {
    color: #fff;
}
.w-marketplace .navbar .navbar-nav li.active a {
    color: #1de9b6;
}
.w-marketplace .navbar .navbar-nav li a:hover {
    color: #1de9b6;
}
.gray-b {
    background: #f0f2f2;
}
.bg-assign {
    position: relative;
    padding-top: 40px;
}
.container-980 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.header-text {
    margin-bottom: 20px;
}
.header-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.header-text a {
    color: #1de9b6;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}
.marketplace-writer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 14px 0 #000;
    box-shadow: 0 1px 14px 0 #000;
    padding: 42px 30px 32px;
}
.marketplace-writer-card__avatar-container {
    position: relative;
    width: 80%;
    padding-top: 80%;
    margin: 0 auto 22px;
}
.marketplace-writer-card__avata {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 8px solid #1de9b6;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marketplace-writer-card__name {
    font-size: 24px;
    font-weight: 600;
    color: #263136;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 10px;
}
.marketplace-writer-card__title {
    font-size: 13px;
    color: #263136;
    text-align: center;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.marketplace-writer-card__services-container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
    margin-bottom: 24px;
    line-height: 0;
}
.marketplace-writer-card__more-services,
.marketplace-writer-card__service {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 7px 14px;
    background: #f5f5f5;
    border-radius: 23px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    color: #616161;
    margin: 0 8px 8px 0;
}
.marketplace-writer-card__more-services {
    background: #fff;
    padding: 0;
    margin-right: 0;
    cursor: pointer;
}
.marketplace-writer-card__get-started-container {
    text-align: center;
}
.btn-gs {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    user-select: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px !important;
    background-color: #7c909b !important;
    height: auto !important;
    line-height: 12px !important;
    min-width: auto !important;
}
.btn-gs span {
    padding: 10px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    display: block !important;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
}
.marketplace-product-card__container {
    position: relative;
    height: 100%;
    padding: 16px 16px 40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: #000 0 1px 14px 0;
    cursor: pointer;
}
.marketplace-product-card__image-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding-top: 100%;
}
.marketplace-product-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.marketplace-product-card__writer-container {
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.marketplace-product-card__writer-avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
}
.marketplace-product-card__writer-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: #586d79;
}
.marketplace-product-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #263136;
    margin-bottom: 8px;
}
.marketplace-product-card__description {
    font-size: 13px;
    line-height: 17px;
    color: #263136;
    margin-bottom: 20px;
}
.marketplace-product-card__bottom {
    position: absolute;
    bottom: 18px;
    right: 16px;
    left: 16px;
}
.row_no-spacing {
    margin: 0;
}
.row_no-spacing .col-sm-6 {
    padding: 0;
}
.marketplace-product-card__delivery-time {
    font-size: 13px;
    line-height: 1.3;
    color: #586d79;
}
.marketplace-product-card__price {
    font-size: 24px;
    font-weight: 600;
    color: #1de9b6;
    text-align: right;
}
.powerful-tools p {
    max-width: 800px;
}
.spread-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.46;
    color: #00bfa5;
    margin: 1em 0;
    text-align: center;
}
.watch-text {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}
.iframe-video {
    width: 100%;
}
.iframe-video iframe {
    width: 100%;
    height: 350px;
}
.check-right {
    padding-top: 30px;
}
.check-right li a {
    margin-left: 0;
    padding: 12px 16px 12px 72px;
    position: relative;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}
.check-right li a:hover {
    background: #dadcdc;
}
.mm-ic {
    color: #00bfa5;
    position: absolute;
    font-size: 24px;
    display: block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    height: 24px;
    width: 24px;
    top: 0;
    margin: 12px;
    left: 4px;
}
.faq-content.no-border {
    border: none;
}
.pricing-box {
    background: #f3f5f5;
    height: 400px;
    position: relative;
    padding-top: 20px;
}
.pricing-box2 {
    background: #f3f5f5;
    position: relative;
    padding-top: 20px;
}
.item-tabs {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 600px;
}
.pt-680 {
    padding-top: 550px;
}
.item-tabs h2 {
    color: #424242;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
}
.tabs-part .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 40px auto;
    max-width: 600px;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}
.tabs-part .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 300;
    color: #424242;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 40px;
    margin-right: 2px;
    border: 1px solid transparent;
    position: relative;
}
.tabs-part .nav-tabs .nav-link.active {
    border-color: #bdbdbd #bdbdbd #fff;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #bdbdbd;
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fff;
    position: relative;
}
.tabs-part .nav-tabs .nav-link.most-popular::after {
    content: "Most Popular!";
    text-transform: uppercase;
    color: #f44336;
    position: absolute;
    font-size: 0.8rem;
    top: 37px;
    right: 35px;
    font-weight: 400;
}
.tabs-part .tab-content .off {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
}
.tabs-part .tab-content h6 {
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
.pri-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs-part .wmp span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.25rem;
    margin: 0 0.5rem 0.5rem;
    line-height: 1;
}
.tabs-part .wmp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-part .wmp h5 {
    position: relative;
}
.tabs-part .wmp h5:after {
    content: "";
    background: #1de9b6;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tabs-part .tab-content p.sm-txt {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-weight: 500;
}
.maxW-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.tabs-part .tab-content p.lg-txt {
    font-size: 20px;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.tabs-part h2.lifetime {
    letter-spacing: -0.5rem;
    font-weight: 300;
    line-height: 1;
    margin: 20px;
    font-size: 6.125rem;
    position: relative;
    margin: 0 10px;
}
.tabs-part h2.lifetime::before {
    content: "$";
    letter-spacing: 0;
    font-size: 3.375rem;
    vertical-align: top;
}
.tabs-part .tab-content p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
}
.monthly {
    letter-spacing: -0.5rem;
    font-weight: 300 !important;
    line-height: 1 !important;
    margin: 20px !important;
    font-size: 6.125rem !important;
}
.monthly::before {
    content: "$";
    letter-spacing: 0;
    font-size: 3.375rem;
    vertical-align: top;
}
.monthly:after {
    margin-left: 10px;
    font-size: 2rem;
    color: #c7c7c7;
    letter-spacing: 0;
    content: "/ mo";
}
.card-list {
    padding: 20px 0 0;
}
.card-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-list ul li {
    padding: 8px;
}
.card-list ul li img {
    width: 50px;
}
.ffii {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ffii li {
    margin: 0 8px;
}
.ffii li img {
    width: 100px;
}
.card-login {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: #000 0 1px 6px, #000 0 1px 4px;
    border-radius: 2px;
    padding: 32px;
    margin: 30px 0;
}
.card-login h3 {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.fg-btn {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
}
.fg-btn:hover {
    background-color: rgba(153, 153, 153, 0.2);
}
.sign-in {
    border-radius: 2px;
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
    background-color: #1de9b6;
}
.sign-in .spinner-border {
    width: 20px !important;
    height: 20px !important;
}
.modal.fg-password .modal-dialog {
    max-width: 360px;
    border: none;
}
.modal.fg-password .modal-dialog .modal-content {
    border: none;
}
.modal.fg-password .modal-dialog .modal-content .modal-body {
    padding: 24px 34px;
}
.modal.fg-password .modal-dialog .modal-content .modal-body h4 {
    margin: 0 0 18px;
    padding: 0;
    color: #111;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}
.sign-in-text {
    color: #1de9b6;
    background: transparent;
    text-transform: uppercase;
}
.simple-text {
    font-size: 1.4em;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 1em 0 0.5em;
    color: #263136;
    text-align: center;
}
.no-border .container {
    border-bottom: none;
}
.brd-box {
    padding: 1.5em;
    border: 1px solid #1de9b6;
    border-radius: 4px;
}
.btn-orange {
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ff5722;
    border-radius: 2px;
    padding: 0.5em 2em;
    color: #fff;
}
.btn-orange:hover {
    color: #fff;
}
.brd-box h3 {
    font-weight: 600;
    font-size: 1.17em;
}
.brd-box p {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin: 15px 0;
}
.brd-box ul {
    list-style: disc;
    padding-left: 30px;
    margin: 25px 0;
}
.brd-box ul li {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    list-style: disc;
    margin: 3px 0;
}
.brd-box ul li u {
    text-decoration: underline;
    font-weight: 600;
}
.modal.form-modal .modal-dialog {
    padding: 1.2rem;
    max-width: 700px;
}
.modal.form-modal .modal-dialog .modal-body {
    padding: 20px;
}
.modal.form-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}
.modal-content-h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.46;
    color: #00bfa5;
    margin: 0 0 0.5em;
}
.modal-content-p {
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}
.over-view {
    background: rgba(100, 255, 218, 0.06);
}
.white-market {
    background: #fff;
    padding: 40px !important;
}
.white-market .marketplace-search-box {
    position: relative;
    width: 80%;
    margin: -44px auto 0;
}
.white-market .select-field {
    margin: 0 !important;
    position: relative;
}
.white-market .marketplace-search-box__select-input-container {
    border: 1px solid #d4dde2;
}
.number-of-post {
    font-size: 15px;
}
.refine-result h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
.refine-result h6 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    letter-spacing: -0.3px;
}
.check-area {
    padding: 0 0 15px;
}
.aside-side {
    margin-bottom: 15px;
}
.aside-side .check-area {
    padding-bottom: 0 !important;
}
.check-area span {
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 20px !important;
}
.check-area label {
    padding-left: 10px;
    margin-bottom: 0;
}
.check-area span::after {
    width: 15px !important;
    height: 15px !important;
    top: 3px !important;
}
.check-area span::before {
    width: 5px !important;
    height: 9px !important;
    top: 3px !important;
    left: 2px !important;
}
.radio-area {
    padding: 0 0 15px;
}
.aside-side .radio-area {
    padding-bottom: 0 !important;
}
.radio-area span {
    padding-left: 30px !important;
    font-size: 13px !important;
    color: #586d79;
}
.radio-area label {
    padding-left: 5px;
    margin-bottom: 0;
}
:root {
    --green-bg: #1de9b6;
    --green-bg-hover: #1bd7a8;
    --green-gradient: #1de9b6;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --white-text: #fff;
    --font-family1: Open Sans, sans-serif;
}
.writer-profile-page {
    min-height: 100vh;
    background: radial-gradient(
        1200px 700px at 50% 100px,
        var(--green-gradient) 25%,
        #eff1f1 75%
    );
}
.top-changing-content-banner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 24px 24px 0;
    background: rgba(38, 49, 54, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-changing-content-banner::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(38, 49, 54, 0.6);
    content: "";
}
.top-changing-content-banner .container {
    position: relative;
    z-index: 1;
}
.wp-head__center-col {
    width: 100%;
    max-width: 750px;
    padding-top: 10px;
}
.social-box-top {
    padding-bottom: 10px;
}
.social-box-top a {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin: 0 5px 0 0;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    width: 30px;
    height: 30px;
    background: #485a63;
    border-radius: 50%;
    text-align: center;
    color: #f5f5f5;
    font-size: 16px;
    text-decoration: none !important;
}
.top-changing-content-banner h1 {
    display: block;
    font-size: 56px;
    font-weight: 300;
    color: var(--white-text);
    margin: 0 0 10px;
    line-height: 75px;
    min-height: 75px;
    font-family: var(--font-family1);
}
.profile-btn {
    box-sizing: border-box;
    display: inline-block;
    font-family: var(--font-family1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: var(--green-bg);
    text-align: center;
    padding: 1em 2em;
    color: #fff;
}
.profile-btn:hover {
    background-color: var(--green-bg-hover);
    color: #fff;
}
.top-changing-content-banner p {
    color: var(--white-text);
    display: block;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.4px;
    margin: 0 0 30px;
    line-height: 28px;
    min-height: 28px;
    font-family: var(--font-family1);
}
.container-pp {
    margin-top: 24px;
    margin-bottom: 65px;
}
.ring-img-profile {
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    width: 215px;
    height: 215px;
    border: 11px solid var(--green-bg);
    overflow: hidden;
}
.ring-img-profile img {
    width: 100%;
    height: 100%;
}
#material-tabs {
    position: relative;
    display: block;
    padding: 0;
}
#material-tabs > a {
    color: var(--white-text);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-family: var(--font-family1);
    font-size: 24px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: var(--white-text);
    width: 200px;
    text-decoration: none !important;
}
#material-tabs > a.active {
    outline: none;
}
#material-tabs > a:not(.active):hover {
    background-color: inherit;
}
@media only screen and (max-width: 520px) {
    .nav-tabs#material-tabs > li > a {
        font-size: 11px;
    }
}
.yellow-bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 4px;
    background: var(--green-bg);
    display: block;
    left: 0;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
}
#tab1-tab.active ~ span.yellow-bar {
    left: 0;
    width: 200px;
}
#tab2-tab.active ~ span.yellow-bar {
    left: 204px;
    width: 200px;
}
#tab3-tab.active ~ span.yellow-bar {
    left: 408px;
    width: 200px;
}
.taber-box {
    padding: 24px 0;
}
.taber-box .tab-content {
    padding: 0 24px;
}
.box-stand {
    margin-bottom: 24px;
}
#container {
    width: 100%;
    max-width: 100%;
}
.cols {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
}
.boxses {
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxses .img-thum img {
    width: 100%;
}
.pd24 {
    padding: 24px;
    display: inline-block;
    width: 100%;
}
.pd24:hover {
    text-decoration: none;
    background: rgba(72, 90, 99, 0.5);
}
.pd24 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.4;
    margin: 0 0 15px;
    font-family: var(--font-family1);
}
.pd24 p {
    font-family: var(--font-family1);
    font-size: 15px;
    color: #000;
    line-height: 1.67;
    margin-bottom: 0;
}
.service-blog {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 24px;
}
.service-blog h4 {
    font-family: var(--font-family1);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #7c909b;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    display: inline-block;
    margin-bottom: 18px;
}
.service-blog p {
    color: #000;
    width: auto;
    display: inline-block;
    font-size: 15px;
    line-height: 1.67;
}
.service-blog p:last-child {
    margin-bottom: 0;
}
.script-writing {
    border-radius: 4px;
    padding: 15px;
    background: #f5f5f5;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.img-size {
    width: 200px;
}
.script-writing h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #263136;
}
.script-writing p {
    font-size: 13px !important;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #263136;
}
.about-tabs p {
    font-family: var(--font-family1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 24px 0;
}
.rdy-to-start {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #485a63;
    margin-right: 32px;
    position: relative;
}
.mid-content-r {
    max-width: 748px;
    width: 100%;
    margin: 130px auto 0;
}
.ring-img-profile2 {
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 4px solid var(--green-bg);
    overflow: hidden;
}
.ring-img-profile2 img {
    width: 100%;
    height: 100%;
}
.hr-me {
    border-bottom: 1px solid #eee;
    padding-bottom: 48px;
    margin-bottom: 50px;
}
.hire-me-content h2 {
    font-size: 1.375rem;
    margin: 0;
    color: #4e4e4e;
    font-weight: 700;
}
.hire-me-content p {
    color: #4e4e4e;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.hire-me-btn {
    background: var(--green-bg);
    color: #fff;
    border-radius: 40px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: var(--font-family1);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 44px;
    line-height: 25px;
    min-width: 160px;
    color: var(--white-text);
    border-radius: 33px;
    user-select: none;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.hire-me-btn:hover {
    background: var(--green-bg-hover);
    color: var(--white-text);
}
.new-taking {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.new-taking h2 {
    font-family: var(--font-family1);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 24px;
}
.new-taking p {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}
.mid-content-r p {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}
.strat-bg {
    background: #f4f5f5;
}
.card-login2 {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: #000 0 2px 4px 0;
    overflow: hidden;
    padding: 70px 20px;
    position: relative;
}
.card-login2::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #bdbdbd;
    content: "";
}
.save-green {
    position: absolute;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00bfa5;
    z-index: 1;
}
.top-bar20 {
    width: 20%;
}
.top-bar40 {
    width: 40%;
}
.top-bar50 {
    width: 60%;
}
.top-bar70 {
    width: 80%;
}
.top-bar80 {
    width: 100%;
}
.card-login2 h3 {
    font-size: 34px;
    font-weight: 400;
    color: #263136;
    font-family: var(--font-family1);
    margin-bottom: 15px;
}
.card-login2 h6 {
    font-size: 20px;
    font-weight: 300;
    color: #586d79;
    margin-bottom: 1em;
    text-align: center;
}
.card-login2 form {
    width: 256px;
    margin: 0 auto;
}
.continue-btn {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 56px;
    line-height: 25px;
    min-width: 160px;
    color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: #d3d3d3;
    text-align: center;
}
.special-one {
    padding: 20px 10px 0;
}
.sp-one {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-one i {
    color: #f4511e;
    position: relative;
    font-size: 40px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    margin-right: 15px;
}
.sp-one span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
}
.dont-miss {
    font-weight: 300;
    padding: 15px 0 0;
    line-height: 1.1;
    font-size: 20px;
}
.video-pp2 {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: #000 0 1px 6px, #000 0 1px 4px;
    border-radius: 2px;
    padding: 1em;
    margin-top: 40px;
}
.video-pp2 iframe {
    width: 100%;
    height: 900px;
}
.ai-bundle-image {
    max-width: 100%;
}
.up-order {
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.1;
    text-align: center;
}
.min-border {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 2px solid #1de9b6;
    padding: 1em;
}
.check-pnl {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    margin-left: 0;
    padding: 16px 56px 16px 72px;
}
.check-span {
    color: #00bfa5;
    position: absolute;
    font-size: 24px;
    display: block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    height: 24px;
    width: 24px;
    top: 0;
    margin: 12px;
    left: 4px;
}
.check-pnl h4 {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
}
.check-pnl p {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    margin: 4px 0 0;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.btn-toggle1 {
    border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 12px;
    outline: none;
    font-size: 0;
    font-weight: inherit;
    position: absolute;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    width: 48px;
    height: 48px;
    top: 0;
    right: 4px;
    background: none;
    border-radius: 50%;
    border: none;
}
.btn-toggle1:hover {
    border: none !important;
    outline: none !important;
    background: #efefef;
}
.btn-toggle1:focus {
    border: none !important;
    outline: none !important;
    background: #efefef;
}
.toggle-list {
    padding: 20px 0;
}
.toggle-list li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.toggle-list li span {
    position: relative;
    margin-right: 5px;
    text-align: left;
    left: -8px;
}
.toggle-list2 {
    padding: 20px 0;
}
.toggle-list2 li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.toggle-list2 li span {
    position: relative;
    margin-right: 5px;
    text-align: left;
    left: -8px;
}
.btn-toggle2 {
    border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 12px;
    outline: none;
    font-size: 0;
    font-weight: inherit;
    position: absolute;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    width: 48px;
    height: 48px;
    top: 0;
    right: 4px;
    background: none;
    border-radius: 50%;
    border: none;
}
.btn-toggle2:hover {
    border: none !important;
    outline: none !important;
    background: #efefef;
}
.btn-toggle2:focus {
    border: none !important;
    outline: none !important;
    background: #efefef;
}
.take-adv h5 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 15px;
}
.add-order-btn {
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #f4511e;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    user-select: none;
    padding: 0 2em;
    height: 50px;
    color: #fff;
    line-height: 1.5em;
}
.add-order-btn .spinner-border {
    width: 30px !important;
    height: 30px !important;
    position: relative;
    top: 0;
}
.add-order-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #e14b1c;
}
.take-adv h5 a {
    color: #000;
    text-decoration: underline;
}
.modal.continue-modal .modal-dialog {
    max-width: 1000px;
}
.modal.continue-modal .modal-dialog .modal-body {
    padding: 24px 34px;
}
.modal.continue-modal .modal-dialog .modal-body h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #111;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}
.modal.continue-modal .modal-dialog .modal-body p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.modal.last-modal .modal-dialog {
    max-width: 800px;
}
.modal.last-modal .modal-dialog .modal-body {
    padding: 24px 34px;
    overflow: auto;
    max-height: calc(100vh - 48px);
}
.modal.last-modal .modal-dialog .modal-body h2 {
    font-weight: 300;
    line-height: 1.1;
    text-align: left;
    text-align: center;
    font-size: 2em;
    margin: 0.67em 0;
}
.modal.last-modal .modal-dialog .modal-body p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.iframe-vdo iframe {
    width: 100%;
}
.avatar-upload {
    position: relative;
    max-width: 130px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 100%;
    border: 8px solid #1de9b6;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.card-login3 {
    width: 100%;
    display: inline-block;
}
ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
    text-align: center;
}
ul.ks-cboxtags li {
    display: inline;
}
ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #586d79;
    color: #adadad;
    border-radius: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 4px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
    padding: 10px 25px;
    cursor: pointer;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #586d79;
    background-color: #586d79;
    color: #fff;
    transition: all 0.2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
    position: absolute;
    opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #586d79;
}
:root {
    --color-1: #f48fb1;
    --color-2: #ff5722;
    --color-3: #ff9100;
    --color-4: #ffc400;
    --color-5: #7e57c2;
    --color-6: #64b5f6;
    --color-7: #1de9b6;
    --color-8: #66bb6a;
}
.custom-radios {
    padding: 30px 0;
    text-align: center;
}
.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 1px 5px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
    position: relative;
}
.custom-radios input[type="radio"] + label span::after {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
    background-color: var(--color-1);
}
.custom-radios input[type="radio"]#color-1:checked + label span::after {
    border: 2px solid var(--color-1);
}
.custom-radios input[type="radio"]#color-2 + label span {
    background-color: var(--color-2);
}
.custom-radios input[type="radio"]#color-2:checked + label span::after {
    border: 2px solid var(--color-2);
}
.custom-radios input[type="radio"]#color-3 + label span {
    background-color: var(--color-3);
}
.custom-radios input[type="radio"]#color-3:checked + label span::after {
    border: 2px solid var(--color-3);
}
.custom-radios input[type="radio"]#color-4 + label span {
    background-color: var(--color-4);
}
.custom-radios input[type="radio"]#color-4:checked + label span::after {
    border: 2px solid var(--color-4);
}
.custom-radios input[type="radio"]#color-5 + label span {
    background-color: var(--color-5);
}
.custom-radios input[type="radio"]#color-5:checked + label span::after {
    border: 2px solid var(--color-5);
}
.custom-radios input[type="radio"]#color-6 + label span {
    background-color: var(--color-6);
}
.custom-radios input[type="radio"]#color-6:checked + label span::after {
    border: 2px solid var(--color-6);
}
.custom-radios input[type="radio"]#color-7 + label span {
    background-color: var(--color-7);
}
.custom-radios input[type="radio"]#color-7:checked + label span::after {
    border: 2px solid var(--color-7);
}
.custom-radios input[type="radio"]#color-8 + label span {
    background-color: var(--color-8);
}
.custom-radios input[type="radio"]#color-8:checked + label span::after {
    border: 2px solid var(--color-8);
}
.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}
.form .plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 15%;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}
.form label {
    position: relative;
    width: 33.333%;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 25px 15px;
    border-radius: 5px;
}
.form .plan input:checked + label,
.form .payment-plan input:checked + label,
.form .payment-type input:checked + label {
    border: 2px solid #1de9b6;
}
.field-style {
    padding: 25px 10%;
}
.field-style .col-form-label {
    color: #485a63;
    font-size: 24px;
    font-weight: 400;
}
.field-style .form-control {
    width: 220px !important;
    height: 56px !important;
    padding: 0 10px !important;
    border: 1px solid #d4dde2 !important;
    border-radius: 4px !important;
    color: #00bfa5;
    font-size: 24px !important;
    margin: 0 5px;
}
.toggle {
    font-size: 0 !important;
}
.close-toggle {
    display: none;
}
.modal-content-h1 {
    margin: 0;
    padding: 0 0 20px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.grn-text-btn {
    background: transparent;
    text-transform: uppercase;
}
.black-color {
    background: transparent;
    text-transform: uppercase;
    color: #000;
}
@media only screen and (max-width: 1023px) {
    .field-style .form-control {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .form .plan {
        padding: 20px 0;
    }
    .form label img {
        width: 100%;
    }
    .field-style .form-control {
        width: 100% !important;
    }
    .aside-side {
        background: #fff;
        width: 190px;
        height: 100vh;
        position: fixed;
        transition: 0.3s;
        left: -190px;
        z-index: 100;
        padding: 20px;
        top: 0;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }
    .aside-side.close1 {
        left: 0;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }
    .gray-b.op-bg {
        position: relative;
    }
    .gray-b.op-bg::after {
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        right: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        content: "";
    }
    .toggle {
        border: none;
        background: none;
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: initial !important;
    }
    .close-toggle {
        display: block;
    }
}
.verified-text {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.verified-text span {
    color: #1de9b6;
    font-size: 40px;
    position: relative;
    margin-right: 15px;
}
.pro-features {
    position: relative;
    padding-top: 50px;
}
.gooey {
    background: #f6f9f8;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 350px;
    height: 320px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50px;
}
.gooey:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background: #f6f9f8;
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: 0.89;
    line-height: 120px;
    text-indent: -21px;
}
@keyframes morph {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        opacity: 0.89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}
.pro-features ul {
    padding-left: 55px;
    position: relative;
    z-index: 1;
}
.pro-features ul li {
    padding: 10px 0;
    color: #485a63;
    font-size: 18px;
}
.pro-features ul li span {
    position: relative;
    margin-right: 15px;
    color: #1de9b6;
    font-weight: 700;
    top: 2px;
}
.info-ic {
    color: #666;
    position: relative;
    top: 4px;
    cursor: pointer;
}
.material-tooltip {
    max-width: 200px !important;
    font-size: 12px !important;
}
.btn-get-start {
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #1de9b6;
    text-align: center;
    padding: 0 2em;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-get-start .spinner-border {
    width: 30px !important;
    height: 30px !important;
    position: relative;
    top: 0;
}
.modal.last-modal .modal-dialog .modal-body .text-center.take-adv p {
    color: rgba(0, 0, 0, 0.87) !important;
}
.ready-to-use h1 {
    font-size: 44px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
    color: #263136;
}
.ready-to-use h1 strong {
    background-image: linear-gradient(90deg, #1aeab6 0px, #b7f6e1);
    background-size: 100% 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: 600;
}
.spread-text {
    font-weight: 400;
    line-height: 1.46;
    color: #00bfa5;
    margin: 1em 0;
    text-align: center;
}
.states-writing {
    position: relative;
}
.in-visable-pro {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
.go-pro-btn-section {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.get-go-pro {
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 40px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #1de9b6;
    text-align: center;
    padding: 10px 25px;
    color: #fff !important;
}
.latest-job {
    border: 2px solid #1de9b6;
    text-align: center;
    padding: 30px;
}
.latest-job span {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}
.see-the-services {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
}
.service-btn {
    border: 2px solid #f48fb1;
    height: 32px;
    line-height: 28px;
    min-width: 88px;
    display: inline-block;
    border-radius: 2px;
    color: #f48fb1 !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.blur-btn {
    opacity: 0.2;
    cursor: alias;
}
.pro-btn {
    height: 32px;
    color: #fff !important;
    line-height: 32px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #1de9b6;
    padding: 0 20px;
}
.pos-relative {
    position: relative;
}
.beginner-box {
    padding-top: 30px;
}
.beginner-guide {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.beginner-guide h1 {
    font-weight: 300;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.2em;
}
.beginner-guide h6 {
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.level-b {
    background: #f5f5f5;
    display: inline-block;
    border-radius: 23px;
    font-size: 11px;
    color: #616161;
    line-height: 2;
    padding: 0 12px;
    margin-right: 8px;
    margin-bottom: 30px;
}
.description-box .video-iframe2 {
    width: 100%;
}
.description-box .video-iframe2 iframe {
    width: 100%;
    height: 350px;
    border: none;
}
.skills {
    background: #f5f5f5;
    padding: 1em;
}
.skills h2 {
    font-weight: 300;
    font-size: 1.5em;
}
.skills ul {
    margin: 20px 0 0 25px;
}
.skills ul li {
    list-style: disc;
    margin: 5px 0;
}
.description-box h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    margin: 15px 0;
}
.description-box p {
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}
.pp-list {
    margin: 20px 0 0 35px;
}
.pp-list li {
    list-style: disc;
    margin: 5px 0;
}
.curriculum {
    background: #eee;
    padding: 1.5em;
    margin: 1.5em 0;
}
.curriculum h2 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0;
}
.accordiyan-section {
    border: none !important;
}
.accordiyan-section .collapsible-header {
    display: flex;
    align-items: center;
    position: relative;
    background: #eee;
    border: none !important;
}
.accordiyan-section .collapsible-header i {
    color: #757575;
}
.accordiyan-section .collapsible-header div h5 {
    font-size: 16px;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
    margin-bottom: 0;
}
.accordiyan-section .collapsible-header div span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0 0;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow-position {
    position: absolute;
    right: 15px;
}
.accordiyan-section .collapsible-body {
    border: none;
    padding: 20px;
}
.guide-box {
    display: inline-block;
    width: 100%;
}
.accordiyan-section .collapsible-body .coll-body-link li {
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.accordiyan-section .collapsible-body .coll-body-link li:hover {
    background: #d6d6d6;
}
.accordiyan-section .collapsible-body .coll-body-link li i {
    position: relative;
    margin-right: 20px;
    color: #757575;
}
.accordiyan-section .collapsible-body .coll-body-link li div h5 {
    font-size: 16px;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    line-height: 16px;
    margin-bottom: 0;
}
.accordiyan-section .collapsible-body .coll-body-link li div span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin: 4px 0 0;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jump-start {
    border: 1px solid #eee;
}
.jpm-box {
    padding: 1.5em;
}
.jpm-box h4 {
    margin-top: 0;
    font-weight: 300;
    font-size: 1.4em;
    margin-bottom: 25px;
}
.price-font {
    font-size: 2em;
    color: #000;
    margin-bottom: 0;
}
.buy_now {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 15px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #1de9b6;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
}
.buy_now:hover {
    background: #1bd7a8;
    color: #fff;
}
.skills h3 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
}
.sticky-side.sticky-box {
    position: sticky;
    top: 30px;
    width: 100%;
}
.select-wrapper .caret {
    fill: #000;
}
.upgrade-text {
    font-size: 34px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
    color: #263136;
}
.upgrade-text strong {
    background-image: linear-gradient(90deg, #1aeab6 0px, #b7f6e1);
    background-size: 100% 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: 600;
}
.flex-price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 55px;
}
.discount-cut {
    font-size: 40px;
    font-weight: 300;
    text-decoration: line-through;
    color: #000;
}
.today-only-text {
    font-size: 60px;
    color: red;
    font-weight: 300;
    line-height: normal;
}
.today-only-text div {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.border-top-new {
    border-top: 1px solid #00bfa5;
}
.pro-lister {
    padding: 0 40px;
}
.pro-lister li {
    display: flex;
    margin: 15px 0;
    color: #485a63;
}
.pro-lister li span.material-icons {
    position: relative;
    margin-right: 15px;
    color: #1de9b6;
    font-weight: 700;
    top: 2px;
}
.pro-lister li strong {
    display: inline-block;
    width: 100%;
}
.verified-list {
    padding-left: 0 !important;
}
.verified-list li {
    font-weight: 700 !important;
    color: #000 !important;
    position: relative;
    padding: 0 !important;
    padding-left: 35px !important;
    margin: 5px 0 !important;
    font-size: 16px !important;
    line-height: normal;
}
.verified-list li span.material-icons {
    position: absolute;
    left: 0;
    top: 2px;
}
.animation-gooey .gooey {
    width: 200px;
    height: 150px;
}
.animation-gooey .flex-price-total {
    padding-left: 0 !important;
}
.animation-gooey .flex-price-total .discount-cut {
    font-size: 24px !important;
}
.animation-gooey .flex-price-total .today-only-text {
    font-size: 40px !important;
}
.animation-gooey .flex-price-total .today-only-text div {
    font-size: 16px !important;
}
.animation-gooey .add-order-btn {
    font-size: 12px !important;
    padding: 0 10px !important;
    height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .price-font {
        font-size: 16px;
    }
    .jpm-box h4 {
        font-size: 14px;
    }
    .jpm-box {
        padding: 15px;
    }
    .skills ul li {
        font-size: 12px;
    }
    .skills h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .pro-features ul {
        padding-left: 0;
    }
    .gooey {
        width: 100%;
        left: 0;
        height: 250px;
    }
    .main-top-header h3 {
        font-size: 16px;
    }
    .pro-features ul li {
        font-size: 14px;
    }
    .pro-features ul li span {
        margin-right: 10px;
        font-size: 20px;
    }
    .ready-to-use h1 {
        font-size: 30px;
    }
    .spread-text {
        font-size: 18px;
    }
    .ready-to-use {
        overflow: hidden;
    }
    .see-the-services {
        display: inline-block;
        width: 100%;
    }
    .pro-btn {
        margin-left: 0 !important;
    }
    .curriculum {
        padding: 15px;
    }
    .accordiyan-section .collapsible-header {
        padding: 10px 0;
    }
    .accordiyan-section .collapsible-body {
        padding: 10px 0;
    }
    .arrow-position {
        right: 0;
    }
    .curriculum h2 {
        font-size: 24px;
    }
    .add-order-btn {
        padding: 1em 20px;
    }
    .modal.last-modal .modal-dialog .modal-body {
        padding: 20px !important;
    }
}
.modal.last-modal.modal-width-sm .modal-dialog {
    max-width: 600px;
    margin: 80px auto;
}
.bounce {
    margin-top: 0.5em;
    display: block;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.bounce span {
    color: #00bfa5;
    position: relative;
    font-size: 3.75em;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-1.8em);
    }
    60% {
        transform: translateY(-1em);
    }
}
.limited-time-box {
    padding: 50px 1.5em 80px;
    background: #263136;
}
.limited-time-box h1 {
    font-size: 3em;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;
}
.time-box {
    box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
    width: 275px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 20px auto;
}
.time-box-inside {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    font-size: 28px;
    font-weight: 300;
    background: #ff5722;
}
.countdown-container {
    width: 100%;
    height: 100%;
    text-align: center;
    width: 100%;
}
.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: auto;
    width: 100%;
}
.countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}
.number,
.separator {
    display: block;
    color: #fff;
    height: auto;
    font-size: 24px;
    position: relative;
    text-align: center;
    width: 100%;
}
.separator {
    margin: 0;
    width: 2rem;
}
.new,
.old,
.current {
    color: #fff;
    border-radius: 1rem;
    width: 100%;
}
.new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}
.old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    position: absolute;
}
.countdown section {
    position: relative;
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 7px;
    height: 60px;
    overflow: hidden;
}
.until {
    font: thin 15px;
    color: #65584c;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 9px;
    margin-bottom: 9px;
}
#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
#js-hours:after {
    content: "HOURS";
}
#js-minutes:after {
    content: "MIN";
}
#js-seconds:after {
    content: "SEC";
}
#js-days2:after,
#js-hours2:after,
#js-minutes2:after,
#js-seconds2:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
#js-hours2:after {
    content: "HOURS";
}
#js-minutes2:after {
    content: "MIN";
}
#js-seconds2:after {
    content: "SEC";
}
#js-days3:after,
#js-hours3:after,
#js-minutes3:after,
#js-seconds3:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
#js-hours3:after {
    content: "HOURS";
}
#js-minutes3:after {
    content: "MIN";
}
#js-seconds3:after {
    content: "SEC";
}
@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}
@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8)
            rotateX(-20deg);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}
@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5)
            rotateX(-75deg);
    }
}
.landing-page-start-box {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 10px;
    max-width: 600px;
    text-align: center;
    padding: 30px;
    margin: 50px auto;
}
.cta-arrows {
    position: relative;
}
.cta-arrows .right-arrow {
    position: absolute;
    top: -130px;
    left: -265px;
}
.cta-arrows img {
    width: 200px;
}
.cta-arrows .left-arrow {
    position: absolute;
    top: -130px;
    right: -265px;
}
.btn-area2 {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: #000 0 1px 6px, #000 0 1px 4px;
    border-radius: 2px;
    display: inline-block;
    min-width: 88px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gia-btn {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: auto;
    line-height: autopx;
    width: 100%;
    border-radius: 0;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    background-color: #1de9b6;
    text-align: center;
    background: linear-gradient(180deg, #f99e2b 0%, #f76b1c 100%);
}
.df {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.df-ht {
    height: auto;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    top: 0;
    display: flex;
    align-items: center;
}
.df-ht .material-icons {
    color: #fff;
    position: relative;
    font-size: 2.5em;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 0;
}
.ind-btn {
    position: relative;
    opacity: 1;
    font-size: 1.5em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    user-select: none;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.rg-price {
    font-size: 0.6em;
    line-height: 1.2;
    color: #000;
}
.rg-price span {
    color: #fff;
}
.idaa {
    margin: 10px auto;
    color: #263136;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px;
    border: 1px dashed;
    background-color: #fff;
    max-width: 400px;
}
.cards-box {
    max-width: 500px;
    margin: 0 auto;
    color: #59666f;
}
.cards-box span {
    color: none;
    position: relative;
    font-size: 50px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    padding: 5px;
}
.flex-card {
    max-width: 300px;
    margin: 5px auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.mx-height {
    max-height: 100px;
    max-width: 120px;
    padding: 5px;
}
.row_no-spacing {
    flex-direction: inherit !important;
}
.row_no-spacing > [class|="col"] {
    padding: 0;
}
.landing-pagesdrs {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    max-width: 325px;
    padding: 0 20px 20px;
}
.landing-page-dv {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    box-sizing: border-box;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 6px #000 0 1px 4px #000;
    border-radius: 4px;
    min-height: 400px;
    padding-top: 30px;
}
.b-quote {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    font-family: Noto Serif, serif;
    text-align: left;
    z-index: 1;
    padding: 20px 30px;
}
.landing-pagesdrs .b-quote:before {
    content: "\201C";
    color: #64ffda;
    font-family: Noto Serif, serif;
    font-style: italic;
    font-size: 10rem;
    font-weight: 700;
    position: absolute;
    top: 38px;
    left: -5px;
    text-shadow: none;
    z-index: -1;
}
.user-dt {
    padding: 0 30px 20px;
}
.user-dt .hed-sh {
    font-weight: 600;
    text-align: right;
    margin: 0;
    font-size: 18px;
}
.sm-writer {
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.how-much-earn {
    padding: 100px 0;
    background: #f0f2f2;
}
.how-much-earn h1 {
    font-size: 3em;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
    margin-top: 0;
}
.text-middle-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 1.5em auto;
    color: #485a63;
    max-width: 800px;
    margin-bottom: 50px;
}
.text-middle-content p u {
    text-decoration: underline;
}
.how-much-earn .irs-min {
    display: none;
}
.how-much-earn .irs-max {
    display: none;
}
.how-much-earn .irs-single {
    display: none;
}
.articles-heading {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
}
.how-much-earn .irs--round .irs-bar {
    background-color: #1de9b6;
}
.how-much-earn .irs--round .irs-handle {
    width: 14px;
    height: 14px;
    border: none;
    background: #1de9b6;
    top: 30px;
}
.my-earn {
    background: rgba(100, 255, 218, 0.06);
    border: 1px solid #1de9b6;
    border-radius: 4px;
    padding: 40px 30px;
    text-align: center;
}
.my-earn h2 {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.2;
}
.counter-after {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
    .cta-arrows {
        display: none;
    }
    .landing-pagesdrs {
        padding: 0 0 20px;
    }
    .pt-0.pro-features {
        margin-top: 50px !important;
    }
    .flex-price-total {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cards-box img {
        width: 100%;
    }
    .member-login-link {
        font-size: 14px;
        padding: 10px 0 !important;
    }
    .limited-time-box h1 {
        font-size: 36px;
    }
    .how-much-earn h1 {
        font-size: 36px;
    }
    .faq-content h2 {
        font-size: 36px !important;
    }
}
.pro-features ul.list-feature-list {
    margin-bottom: 0;
}
.pro-features ul.list-feature-list li {
    padding: 5px 0 !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .gooey {
        width: 250px;
        height: 250px;
    }
    .pro-features ul {
        padding-left: 0 !important;
    }
    .flex-price-total {
        padding-left: 0 !important;
    }
    .add-order-btn {
        padding: 0 1.5em;
    }
}
.rg-price strike {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px !important;
}
.access-toster {
    background: rgba(72, 90, 99, 0.6);
    padding: 15px;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.access-toster.fixed-footer {
    display: flex;
}
.access-toster .time-box {
    width: auto;
    margin: 0 0 0 30px;
}
.access-toster .gia-btn {
    width: 420px;
}
@media only screen and (max-width: 767px) {
    .access-toster.fixed-footer {
        flex-wrap: wrap;
    }
    .access-toster.fixed-footer .ind-btn {
        font-size: 20px;
    }
    .access-toster .gia-btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .access-toster .time-box {
        margin-left: 0 !important;
    }
}
#create-exit-popover.modal-style.modal {
    width: 545px;
    max-width: 95%;
}
.modal-style {
    max-height: inherit;
    background: transparent;
    border: none;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.upsell-modal-one {
    background: #fff !important;
    width: 70% !important;
}
.modal-style.modal {
    width: 455px;
    max-height: 80vh;
}
.modal-style .modal-content {
    height: auto;
    margin: 0 auto;
    padding: 24px 34px;
}
.modal-style .modal-content h4 {
    margin: 0 0 18px;
    padding: 0;
    color: #111;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}
.modal-style .modal-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    border-top: none;
    border-bottom: none;
    flex: 1 1 auto;
    max-height: 170px;
}
.modal-style .green-color.btn {
    color: #17b494;
}
.modal-style .black-color.btn {
    color: #000;
}
.modal-style .modal-close.btn:hover {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 2px;
}
.modal-style .modal-delete.btn {
    color: #17b494;
}
.modal-style .modal-delete.btn:hover {
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 2px;
}
.modal.modal-md.modal-style {
    width: 612px;
}
.modal-style.modal.modal-lg {
    max-width: 768px;
    width: 95%;
    top: 0 !important;
    height: 100%;
}
.modal-style.modal.modal-lg .modal-dialog {
    max-width: 100%;
    min-height: calc(100vh - 3.5em);
}
.modal-details .modal-content {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}
.modal-details .modal-content .modal-top {
    padding: 24px 34px;
    background: #f4f3f4;
}
.modal-details .modal-content .modal-top h2 {
    margin: 0;
    padding: 0 0 35px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.modal-tabs-area {
    padding: 0 34px;
    margin-top: -30px;
}
.modal-tabs-area .tabs {
    background: transparent;
    margin-top: -18px;
}
.modal-tabs-area .tabs a {
    background: transparent !important;
    color: #586d79 !important;
}
.modal-tabs-area .tabs a.active {
    color: #1de9b6 !important;
}
.modal-tabs-area .tabs .indicator {
    height: 3px;
    background-color: #1de9b6;
}
.modal-content-tab {
    padding: 30px 0;
}
.modal-content-tab .form-group label {
    font-weight: 700;
    color: #333;
}
.modal-content-tab .form-group .form-control {
    border: 3px solid #ccc !important;
    border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box !important;
}
.modal-content-tab .form-group .form-control::placeholder {
    font-style: italic;
}
.modal-content-tab .form-group .form-control:focus {
    box-shadow: none !important;
    border: 3px solid #ccc !important;
}
.modal-content-tab .form-group textarea.form-control {
    height: 300px;
    padding: 15px;
}
.modal-content-tab .form-group input.select-dropdown {
    border: 3px solid #ccc !important;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.modal.modal-ver1 h2 {
    margin: 0;
    padding: 0 0 25px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.modal.modal-ver1 .blog_post {
    background: #f4f3f4;
    padding: 20px;
    border-radius: 5px;
    display: flex;
}
.modal.modal-ver1 .blog_post img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}
.modal.modal-ver1 .blog_post h3 {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.modal.modal-ver1 .blog_post p {
    font-size: 13px;
}
.modal#create-exit-popover {
    width: unset !important;
}
.get-modal {
    width: 700px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.wp-50 {
    width: 50%;
}
.green-side-bar {
    background-color: #00c59f;
    padding: 20px;
}
.center-div {
    text-align: center;
}
.left-h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-left: 0;
    text-align: center;
    font-size: 34px;
    position: relative;
}
.left-h1::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0;
    content: "";
}
.space-bottom {
    margin: 0 0 15px;
}
.list-jobs {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.list-jobs li {
    color: #fff;
    font-size: 16px;
    margin: 8px 0;
    font-weight: 500;
}
.list-jobs li img {
    position: relative;
    margin-right: 5px;
}
.list-jobs li span {
    color: #fae900;
    font-weight: 600;
}
.bonus-point {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: 2px solid #fff;
}
.bonus-point img {
    position: relative;
    margin-right: 10px;
}
.right-wh {
    padding: 15px 20px 15px 40px;
}
.right-wh h1 {
    color: #00c59f;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    position: relative;
}
.right-wh h2 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}
.right-wh h2 strong {
    font-size: 24px;
    color: #000;
}
.right-wh h2 b {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.right-wh h2 b::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #76f7d2;
    height: 4px;
}
.right-wh h2 span {
    text-decoration: line-through;
}
.price-text-content {
    text-align: center;
    font-size: 80px;
    font-weight: 800;
    color: #ff4300;
    position: relative;
    line-height: 80px;
}
.price-text-content sup {
    position: absolute;
    font-weight: 700;
    font-size: 30px;
    top: 30px;
    margin-left: -20px;
    line-height: 20px;
}
.font-offer-text {
    color: #ff4300;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.buy-now-orange {
    background-color: #ff4300;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    min-width: 200px;
    margin-top: 15px;
}
.position-ab2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.position-ab2 img {
    width: 80px;
}
#create-exit-popover.modal-style .modal-content {
    padding: 0 !important;
}
#create-exit-popover .modal-body.get-modal {
    padding: 0 !important;
}
#create-exit-popover .modal-dialog {
    max-width: 800px !important;
}
#create-exit-popover .close {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 800px) {
    .first-close-button {
        display: none;
    }
    .second-close-button {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .second-close-button {
        display: none;
    }
    .first-close-button {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .second-close-button {
        display: block;
    }
    .first-close-button {
        display: none;
    }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
    .modal#create-exit-popover {
        width: 100% !important;
    }
}
@media only screen and (max-width: 820px) {
    .modal#create-exit-popover {
        width: 95% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .modal#create-exit-popover {
        width: 95% !important;
    }
}
@media only screen and (max-width: 767px) {
    .get-modal {
        flex-wrap: wrap;
        width: 100%;
        top: initial;
        transform: initial;
    }
    .left-h1 {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    .modal#create-exit-popover {
        width: 100% !important;
    }
    .position-ab2 {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        padding: 20px 0 0;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .wp-50 {
        width: 100%;
    }
    .space-bottom {
        text-align: center;
        padding: 0;
    }
    .list-jobs {
        margin-left: 0;
        text-align: center;
    }
    .green-side-bar {
        padding-bottom: 20px;
    }
    .bonus-point {
        justify-content: center;
        display: inline-flex;
        width: auto;
    }
    .mb-center {
        text-align: center;
    }
    .right-wh {
        padding-top: 20px;
    }
}
