* {
    box-sizing: border-box;
}

html,
/* body,  */
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
/* footer,  */
section,
aside,
nav,
article,
figure,
address,
audio,
video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

/* body { font-family: "Figtree", sans-serif; font-size: 18px; color: #0f0f0f; font-weight: 400; text-decoration: none; } */
a {
    color: #00a267;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff4800;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    line-height: 18px;
}

.cmn-section {
    padding: 70px 0;
}


/* CSS start here */
.header {
    position: sticky;
    border-bottom: 1px solid #cde6ed;
    top: 0;
    z-index: 11;
    background: #fff;
}

.header-logo a {
    display: block;
    width: fit-content;
}

.headersticky {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    transition: all 0.3s ease 0s;
}


.header-nav {
    transition: all 0.2s ease-in-out !important;
}

.top-right-menu ul {
    display: flex;
    align-items: center;
}

.top-right-menu ul li {
    list-style-type: none;
    margin-left: 20px;
    font-weight: 600;
}

.top-right-menu ul li:first-child {
    margin-left: 0;
}

.top-right-menu ul li .btn-primary {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.nav-link {
    color: #0f0f0f;
    font-weight: 500;
    margin: 0 5px;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
    color: #ff4800;
}

.btn-primary {
    background: #00a267;
    border-color: #00a267;
    padding: 15px 20px;
    line-height: 1.2;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
    min-width: 120px;
}

.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:focus {
    background: #ff4800;
    border-color: #ff4800;
    box-shadow: none;
    outline: none;
}

.btn-secondary {
    background: #7036cc;
    border-color: #7036cc;
    padding: 15px 20px;
    line-height: 1.2;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
    min-width: 120px;
}

.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:focus {
    background: #ff4800;
    border-color: #ff4800;
    box-shadow: none;
    outline: none;
}

h1.cmn-hd {
    font-size: 65px;
    line-height: 70px;
    color: #0f0f0f;
    font-weight: 700;
}

h1.cmn-hd span {
    color: #00a267;
}

h2.cmn-hd {
    font-size: 55px;
    line-height: 60px;
    color: #0f0f0f;
    font-weight: 700;
    text-align: center;
}

h2.cmn-hd span {
    color: #00a267;
}

.banner-subline {
    font-size: 20px;
    margin-bottom: 25px;
}

.banner-btn a {
    margin-right: 10px;
}

.banner-taglines {
    margin-top: 60px;
    text-align: center;
    border: 2px solid #e4eaeb;
    border-radius: 20px;
    padding: 15px;
}

.banner-taglines span {
    font-size: 13px;
    font-weight: 900;
    margin-left: 50px;
}

.enterpriseversion-section {
    background-color: #000000;
    background-image: linear-gradient(180deg, #000000, #031912);
    min-height: 276px;
}

.enterpriseversion-section h2 {
    color: #ffffff;
}

.enterprise-video {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.enterprise-video img {
    max-width: 100%;
}

.enterprise-video span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 183px;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 600;
    color: #0f0f0f;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .7);
}

.enterprise-video span img {
    vertical-align: text-top;
}

.problemsolution-section {
    padding-top: 100px;
}

.problem-cnt {
    border: 2px solid #e4eaeb;
    border-radius: 20px;
    padding: 30px 25px;
}

.problem-cnt h3,
.solution-cnt h3 {
    font-size: 24px;
}

.solution-cnt {
    border-radius: 20px;
    padding: 30px 40px;
    background: #00a267;
    color: #fff;
    height: 100%;
}

.problem-area {
    font-size: 22px;
    line-height: 26px;
}

.problem-area span {
    color: #00a267;
    font-weight: 700;
}

.solution-area {
    font-size: 40px;
    line-height: 53px;
}

.solution-area span {
    font-weight: 700;
}

.heading-desc {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.track-desc-area h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.track-desc {
    margin-bottom: 20px;
}

.track-desc-area ul li {
    list-style-type: none;
    margin-bottom: 20px;
    background: url(../images/tick-img.png) no-repeat 0 5px;
    padding-left: 40px;
}

.gray-bg {
    background: #ebe9f9;
}

.text-left {
    text-align: left !important;
}

.appstore-img a {
    margin-right: 10px;
}

.tagline {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #ff4800;
    padding-bottom: 5px;
    margin-bottom: 50px;
}

.features-slide {
    padding-top: 100px;
    padding-left: calc((100% - 1140px) / 2);
}

.feature-slide-cnt {
    background: #fff;
    border: 1px solid #c6c3f2;
    border-radius: 10px;
    margin: 0 2px;
    padding: 20px 20px 0 20px;
}

.feature-slide-txt {
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 24px;
    min-height: 80px;
}

.review-section {
    background: #4a13a0;
    color: #fff;
}

.review-l h2 {
    color: #fff;
}

.quote-text {
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
}

.valignmidd {
    vertical-align: text-top;
}

a.secondary-small {
    font-size: 18px;
    line-height: 1.2;
    min-width: 156px;
    text-align: center;
    color: #fff;
    background: #ff4800;
    border: 2px solid #ff4800;
    border-radius: 12px;
    display: inline-block;
    padding: 10px 20px;
}

a:hover.secondary-small {
    background: transparent;
    color: #ff4800;
}

#footer {
    padding: 35px 0;
}

.footer-links a {
    margin: 0 10px;
    color: #0f0f0f;
}

.footer-links a:hover {
    color: #ff4800;
}

.footer-logo,
.footer-social {
    width: 25%;
}

.footer-social {
    text-align: right;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-social ul li {
    list-style-type: none;
    margin-left: 30px;
}

.getstarted-section {
    background: #12272d;
}

.getstarted-section h2,
.getstarted-section .heading-desc {
    color: #fff;
}

.getstarted-section h2 span {
    color: #ff4800;
}

.getstarted-l,
.getstarted-r {
    background: #e7faff;
    border-radius: 12px;
    padding: 50px;
    height: 100%;
}

.getstart-img-l {
    text-align: right;
}

.getstart-hd-l {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
}

.getstart-hd-l span {
    color: #ff4800;
}

.getstart-desc {
    margin-bottom: 20px;
    font-weight: 500;
}

.getstart-desc img,
.getstart-hd-l img {
    vertical-align: middle;
}

.getstart-btn {
    margin-bottom: 30px;
}

.app-store-btn {
    margin-top: 40px;
}

.app-store-btn a {
    display: block;
    margin-bottom: 15px;
}

.subscribe-youtube-btn a {
    border: 1px solid #00a267;
    border-radius: 12px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 410px;
    margin: auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
}

.subscribe-youtube-btn a img {
    margin-right: 10px;
}

.subscribe-youtube-btn a:hover {
    background: #00a267;
    color: #fff;
}

.youtube-list-area {
    border: 3px solid #e4eaeb;
    border-radius: 12px;
    padding: 25px;
}

.youtube-list-area ul li {
    width: 24%;
    list-style-type: none;
    cursor: pointer;
}

.youtube-list-area ul li:hover .youtube-txt {
    color: #ff4800;
}

.youtube-img {
    margin-bottom: 10px;
}

.youtube-img img {
    width: 100%;
    border-radius: 12px;
}

.youtube-txt {
    font-size: 15px;
    line-height: 20px;
}

.stocknews-img-main {
    margin-bottom: 15px;
}

.stocknews-img-main img {
    width: 100%;
    border-radius: 12px;
}

.stocknews-title a {
    font-weight: 600;
    color: #0f0f0f;
}

.stocknews-title a:hover {
    color: #ff4800;
}

.stocknews-r ul li {
    list-style-type: none;
    border-bottom: 1px solid #b3afcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.stocknews-r ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.stocknews-r-img {
    width: 150px;
    margin-right: 20px;
}

.stocknews-r-img img {
    width: 100%;
    border-radius: 12px;
}

.stocknews-r-desc {
    width: calc(100% - 170px);
}

.accordion-button {
    background: #f4f4f4;
    font-weight: 600;
    padding: 20px 30px;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
    color: #0f0f0f;
    border-bottom: none;
}

.accordion-body {
    padding: 0 30px 20px 30px;
    font-size: 22px;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .headersticky { position: fixed; width: 100%; top: 0; left: 0; background: #fff; z-index: 999; box-shadow: 0 0 15px rgba(0,0,0,.3);  transition: all 0.3s ease 0s; } */

.avgapprating-section {
    background: url(../images/avgapp-bg.png) no-repeat center #646c6c;
    min-height: 846px;
    background-size: cover;
}

.avgapprating-cnt {
    width: 530px;
    max-width: 530px;
    text-align: left;
}

.avgapp-hd-area h2 {
    color: #fff;
    font-size: 40px;
}

.avgapp-hd-area h2 em {
    background: #ff4800;
    padding: 5px 15px;
    border-radius: 12px;
    font-style: normal;
}

.avgapp-hd-area h2 em img {
    vertical-align: middle;
    margin-top: -10px;
}

.avgapp-desc-area {
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
}

.avgapp-quote-txt {
    font-style: italic;
}

.avgapp-quote-name {
    text-align: right;
}

.newsmore-cnt {
    height: 100%;
    background: #12272d;
    border-radius: 42px;
    position: relative;
    color: #fff;
    min-height: 320px;
}

.newsmore-cnt-r {
    background: #092f43;
}

.newsmore-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsmore-cnt-area {
    padding: 50px;
    width: 300px;
}

.newsmore-title {
    font-size: 30px;
    font-weight: 700;
}

.createportfolio-section {
    background: url(../images/portfolio-bg.png) no-repeat right #d2edf5;
    background-size: cover;
}

.createportfolio-data {
    padding-right: 150px;
}

.createportfolio-data ul li {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #8bc2b8;
    padding: 25px;
    list-style-type: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.createportfolio-data ul li span {
    width: 33px;
    margin-right: 30px;
}

ul.performance-list-area li {
    list-style-type: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e3d1fc;
    background: url(../images/list-arr.png) no-repeat 0 10px;
    padding-left: 30px;
}

ul.performance-list-area li:hover {
    border-color: #4d0080;
}

ul.performance-list-area li span {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

ul.performance-list-area li:last-child {
    margin-bottom: 0;
}

.howitworks-section {
    background: #d6f0f4;
}

.howitwork-l {
    width: 60px;
}

.howitwork-r {
    width: calc(100% - 60px);
    font-size: 40px;
    line-height: 50px;
}

.howitwork-list ul {
    display: flex;
}

.howitwork-list ul li {
    font-size: 18px;
    line-height: normal;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-right: 20px;
    display: flex;
    list-style-type: none;
    align-items: center;
    width: 30%;
    border: 1px solid #8bc2b8;
    font-weight: 600;
}

.howitwork-list ul li span {
    margin-right: 15px;
}

.choosing-section {
    background: #12272d;
    color: #fff;
}

.choosing-section h2 {
    color: #fff;
}

.choosing-l {
    text-align: center;
}

.choosing-r ul li {
    list-style-type: none;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #1b5959;
    display: flex;
    align-items: flex-start;
}

.choosing-r ul li:hover {
    border-color: #199a65;
}

.choosing-r ul li:last-child {
    margin-bottom: 0;
}

.choosing-icon {
    width: 35px;
    margin-right: 10px;
}

.choosing-txtarea {
    width: calc(100% - 45px);
}

.choosing-hd-area {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.sebi-info {
    font-size: 14px;
    font-weight: 900;
}

.powerfuldashboard-section {
    height: 880px;
}

.powerfuldashboard-section .heading-desc {
    color: #fff;
}

.sectortrend-section {
    background: #000;
    color: #fff;
}

.sectortrend-section h2 {
    color: #fff;
}

.sector-cnt {
    margin-top: 20px;
}

.sector-cnt-hd {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #005f53;
}

.sector-cnt-hd img {
    margin-right: 10px;
    vertical-align: middle;
}

.sector-graph-bg {
    background: url(../images/sector-graph-bg-lg.png) repeat-x;
}

.sector-graph-area {
    background: #0d2f30;
    border-radius: 12px;
    padding: 60px 60px 0;
    margin-top: 60px;
    text-align: center;
}

.sector-graph-area img {
    max-width: 100%;
}

.keyfeatures-section {
    background: #d5eff4;
}

.howrewarding-section {
    background: #7bf2cc;
}

.getstart-linkarea a {
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #00a267;
    display: inline-block;
}

.getstart-linkarea a:hover {
    color: #ff4800;
}

.howrewarding-l {
    font-size: 40px;
    line-height: 45px;
    border-left: 4px solid #199a65;
    padding-left: 40px;
}

.topperforming {
    text-align: center;
}

.topperforming img {
    max-width: 100%;
}

.keyfeature-cnt {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #8bc2b8;
    font-weight: 600;
    margin: 10px 0;
    min-height: 150px;
    width: 100%;
}

.keyfeature-cnt span {
    display: block;
    margin-bottom: 20px;
}

.support-section {
    background-color: #d5f0f4;
    background: linear-gradient(49deg, rgba(219, 244, 243, 1) 0%, rgba(205, 233, 246, 1) 100%);
}

ul.support-list-area li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-color: #7dbdbc;
}

ul.support-list-area li:hover {
    border-color: #005f53;
}

.support-r {
    background: #edf8fb;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.form-textarea {
    resize: none;
    height: 145px;
}

.form-control {
    border-color: #c0d3d8;
    border-radius: 8px;
    padding: 12px;
}

.sidebysideform {
    width: 48%;
}

.desktop-none {
    display: none;
}





.download-app-container {
    position: sticky;
    display: flex;
    align-items: center;
    z-index: 111;
    bottom: 0;
    background: #d5eff4;
    width: 100%;
    padding: 10px;
    gap: 10px;
    box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
}

@media(min-width: 768px) {
    .download-app-container {
        display: none;
    }
}

.download-app-container .footer-logo {
    display: flex;
    align-items: center;
    background: #000;
    width: 45px;
    padding: 6px;
    height: 45px;
    border-radius: 50%;
}

.download-app-container .footer-logo img {
    width: 100%;
}

.download-app-container h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.download-app-container a {
    margin-left: auto;
    background: #000;
    padding: 7px 15px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}


/* pricing page ------ added by AS */
.switch_section {
    gap: 8px;
}

.switch_section input[type=checkbox] {
    display: none;
}

.switch_section .switch {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 26px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: relative;
    border: 1px solid #c3d5da;
}

.switch_section label {
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
}

.switch_section .switch:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #00a267;
    border-radius: 90px;
    transition: 0.3s;
}

.switch_section input:checked+.switch {
    background: #fff;
}

.switch_section input:checked+.switch:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

/* pricing */
.pricing {
    background: #daf3f3;
}

.pricing .cmn-hd {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
}

.pricing p.heading-desc {
    margin-bottom: 40px;
}

.pricing_card,
.pricing_card_feature {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.pricing_card {
    margin-top: 24px;
}

.pricing_card-item,
.pricing_card_feature-item {
    flex: 1;
    border-right: 1px solid #d2dddd;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
}

.pricing_card_feature-item {
    padding: 0;
}

.pricing_card_feature-item:last-child {
    border: none;
}

.pricing_card-item:last-child {
    border: none;
}

.pricing_card-item h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
    padding: 0 14px;
}

.pricing_card-item p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    padding: 0 14px;
}

.pricing_card-item h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #ff4800;
    margin: 32px 0;
    padding: 0 14px;
    margin-top: auto;
}

.pricing_card-item sub {
    font-size: 14px;
    line-height: normal;
    color: black;
    display: inline-flex;
    transform: translateY(-5px);
}

.pricing_card-item>.d-flex {
    margin-bottom: 14px;
    gap: 8px;
    padding: 0 14px;
}

.pricing_card-item>.d-flex h2 {
    margin-bottom: 0;
    padding: 0;
}

.pricing_card-item>.d-flex label {
    border-radius: 50px;
    display: flex;
    padding: 4px 8px;
    background: #ffcf29;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: black;
}

.feature-row {
    padding: 20px;
    border-bottom: 1px dashed #d2dddd;
}

.feature-row:last-child {
    border: none;
    padding-bottom: 30px;
}

.feature-row:last-child .row-inner {
    padding: 0;
}

.feature-row:first-child {
    height: 69px;
}

.feature-row h4,
.feature-row p {
    margin: 0;
}

.feature-row h4 {
    padding: 0 34px 0 14px;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
}

.row-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 34px 0 14px;
}

.row-inner>div {
    align-self: flex-start;
    display: flex;
    transform: translateY(4px);
}

.row-inner p {
    font-size: 17px;
    line-height: normal;
    color: black;
}

.row-inner.not-incuded p {
    opacity: 0.5;
}

section.cmn-section.support-section {
    min-height: calc(100vh - 215px);
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {

    .feature-row h4,
    .row-inner,
    .pricing_card-item h2,
    .pricing_card-item p,
    .pricing_card-item h3,
    .pricing_card-item>.d-flex {
        padding: 0 8px;
    }
}

@media (max-width: 1200px) {

    .feature-row h4,
    .row-inner,
    .pricing_card-item h2,
    .pricing_card-item p,
    .pricing_card-item h3,
    .pricing_card-item>.d-flex {
        padding: 0;
    }

    .pricing_card-item h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .pricing_card-item p {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .pricing_card-item h3 {
        font-size: 24px;
        margin: auto 0 26px 0;
    }

    .pricing_card-item sub {
        font-size: 12px;
    }

    .row-inner p {
        font-size: 14px;
    }

    .feature-row h4 {
        font-size: 18px;
    }

    .feature-row:first-child {
        height: 60px;
    }
}

.mobile-view {
    display: none;
}

.block-editor-block-list__layout .owl-carousel {
    display: block !important;
}

@media (max-width: 1023px) {
    .pricing .cmn-hd {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .block-editor-block-list__layout .desktop-view {
        display: block;
    }

    .block-editor-block-list__layout .mobile-view {
        display: none;
    }

    .pricing_card {
        flex-wrap: wrap;
        background: transparent;
        box-shadow: none;
    }

    .pricing_card-item {
        flex: auto;
        min-width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .pricing_card-item h3 {
        margin: 26px 0;
    }

    .pricing_card-item p {
        margin-bottom: 0;
    }

    .pricing_card-item p br {
        display: none;
    }

    .feature-row {
        padding: 12px 0;
        height: auto !important;
    }

    .feature-row:last-child {
        padding: 10px 0 !important;
    }

    .view-button {
        width: fit-content;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .pricing_card_feature-item {
        border-top: 1px dashed #d2dddd !important;
        display: none;
        margin: 20px 0 0;
        transition: all 0.3s ease;
    }

    .block-editor-block-list__layout .pricing_card_feature {
        flex-direction: column;
        padding-inline: 20px;
    }

    .block-editor-block-list__layout .pricing_card_feature-item {
        display: block;
    }

    .accordian-radio:checked+.pricing_card_feature-item {
        display: flex;
    }

    .pricing_card-item>.d-flex label {
        padding: 2px 8px;
        font-size: 10px;
        line-height: normal;
    }
}

@media (max-width: 640px) {
    .pricing .cmn-hd {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .pricing p.heading-desc {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 24px;
    }

    .switch_section label {
        font-size: 14px;
        line-height: normal;
    }

    .pricing_card-item h3 {
        margin: 20px 0;
    }

    .row-inner>div {
        transform: translateY(2.5px);
    }
}

.text-highlight {
    color: #00a267 !important;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-3px);
    }
}

.text-highlight span {
    animation: wave 2s ease-in-out infinite;
}

.text-highlight span:nth-child(1) {
    animation-delay: 0s;
}

.text-highlight span:nth-child(2) {
    animation-delay: 0.1s;
}

.text-highlight span:nth-child(3) {
    animation-delay: 0.2s;
}

.text-highlight span:nth-child(4) {
    animation-delay: 0.3s;
}

.text-highlight span:nth-child(5) {
    animation-delay: 0.4s;
}

.text-highlight span:nth-child(6) {
    animation-delay: 0.5s;
}



.switch_section.monthly-btn~div .yearly-link {
    display: none;
}

.switch_section.yearly-btn~div .monthly-link {
    display: none;
}


.owl-carousel .owl-item .review-r .quote-name img {
    width: 18px !important;
}

.our-story-new-para-sec {
    margin-top: 60px;
    margin-bottom: 85px;
}

.our-story-new-para-sec p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.the-evolution-main .evolution-title {
    font-size: 55px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.the-evolution-main .evolution-sub-title {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.the-evolution-main .evolution-para,
.new-single-before-ab-content li,
.new-single-before-ab-content p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
}

.the-evolution-content {
    max-width: 515px;
}

.the-evolution-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.new-before-after-section {
    background: #000000 url('images/before-after-bg.png') no-repeat;
    background-size: cover;
    padding-top: 75px;
}

.new-before-after-section-top h4 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    line-height: 57px;
}

.new-before-after-section-top p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
}

.new-before-after-section-main-content h5 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.new-before-after-section-main-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 100px;
    margin-bottom: 85px;
}

.new-before-ab,
.new-after-ab {
    flex: 1;
}


.new-single-before-ab-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.new-single-before-ab-title h6 {
    margin-bottom: 0;
}

.new-single-before-ab-content ul,
.new-single-before-ab-content ul li {
    list-style: disc !important;
}

.new-single-before-ab-content li,
.new-single-before-ab-content p {
    color: #ffffff;
}

.new-all-before-ab {
    background: #0e0e0e;
    border-top: 3px solid #6f34cc;
    margin-top: 18px;
    padding: 0 25px;
}

.new-all-before-ab.new-all-after-ab {
    border-top: 3px solid #00a267;
}

.new-single-before-ab:first-child {
    padding-top: 30px;
}

.new-single-before-ab:not(:last-child) {
    border-bottom: 1px solid #303030;
}

.new-single-before-ab ul {
    padding-left: 40px;
}

.new-single-before-ab p {
    padding-left: 20px;
}

.new-single-before-ab {
    padding: 25px 0;
    min-height: 180px;
}

.new-before-after-section-outcome p {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    color: #00b05f;
}

.new-before-after-section-outcome h3 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.new-before-after-section-outcome {
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 1px solid #303030;
}



@media (max-width: 1199px) {

    .the-evolution-main .evolution-title,
    .new-before-after-section-top h4,
    .new-before-after-section-outcome h3,
    .pricing .cmn-hd {
        font-size: 42px;
        line-height: 47px;
    }

    .the-evolution-main .evolution-title,
    .new-before-after-section-outcome h3 {
        margin-bottom: 10px;
    }

    .row.the-evolution-main.align-items-center {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .our-story-new-para-sec p br {
        display: none;
    }
}

@media (max-width: 768px) {

    .the-evolution-main .evolution-title,
    .new-before-after-section-top h4,
    .new-before-after-section-outcome h3 {
        font-size: 38px;
        margin-bottom: 12px;
        line-height: 45px;
    }

    .the-evolution-main .evolution-sub-title,
    .new-before-after-section-outcome p {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 34px;
    }

    .the-evolution-main .evolution-para,
    .new-single-before-ab-content li,
    .new-single-before-ab-content p,
    .new-before-after-section-top p,
    .our-story-new-para-sec p {
        font-size: 16px;
        line-height: 22px;
    }

    .new-before-after-section-main-content {
        margin: 50px 0;
        flex-direction: column;
        gap: 20px;
    }

    .our-story-new-para-sec {
        margin-bottom: 50px;
    }

    .new-single-before-ab {
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .the-evolution-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .the-evolution-img {
        margin: auto;
        height: 500px;
    }

    .the-evolution-img img {
        height: 100%;
    }

    .new-before-after-section-top h4,
    .new-before-after-section-top p {
        text-align: center;
    }

    .new-before-after-section {
        padding-top: 38px;
    }

    .new-before-after-section-top h4 br {
        display: none;
    }

    .new-before-after-section-main-content {
        margin: 20px 0 40px;
    }

    .new-before-after-section-outcome {
        padding-bottom: 26px;
    }

    .growth-rate-scn .sect-margin {
        margin: 0;
    }

}

@media (max-width: 480px) {

    .the-evolution-main .evolution-sub-title,
    .new-before-after-section-outcome p {
        font-size: 20px;
        line-height: 25px;
    }

    .the-evolution-main .evolution-title,
    .new-before-after-section-top h4,
    .new-before-after-section-outcome h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .the-evolution-img {
        height: auto;
    }
}

.growth-rate-scn .cust-container .row:first-child,
.growth-rate-scn .cust-container .sect-margin.mb-0 {
    display: none !important;
}