*, ::after, ::before {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: "Figtree", sans-serif;
    color: #0f0f0f;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: normal;
}
html body .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
main.has-global-padding {
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li,ol li {
    list-style: none;
}
/* .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 12px;
    padding-right: 12px;
} */
/* Global Start */
a {
    color: #0f0f0f;
}
a:hover {
    color: inherit;
}
strong {
    font-weight: 700;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="number"],
body input[type="tel"] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #12272d;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    outline: none;
    font-family: 'Plus Jakarta Sans';
}
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #1f2122;
  opacity: 1;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #1f2122;
}
.has-global-padding > .alignfull {
    margin-right: 0;
    margin-left: 0;
}
.entry-content .wp-block-group {
    padding-left: 15px;
    padding-right: 15px;
}
.section-header h2 {
    font-size: 55px;
    line-height: 70px;
    letter-spacing: -0.6px;
}
.section-header p {
    font-size: 20px;
    line-height: 26px;
}
.live-portfolio-test-btn .wp-element-button {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 19px 20px;
    min-width: 226px;
    letter-spacing: 0.1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.live-portfolio-test-btn .wp-element-button:hover {
    background-color: #00a267 !important;
    color: #fff;
}
.start-free-trial-btn .wp-element-button,
.request-live-demo-btn .wp-element-button,
.become-partner .wp-element-button {
    display: inline-block;
    font-size: 18px;
    line-height: 1.15;
    padding: 13px 19px;
    letter-spacing: 0.45px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.start-free-trial-btn .wp-element-button:hover,
.request-live-demo-btn .wp-element-button:hover {
    background-color: #ff4800 !important;
    color: #fff;
}
.partner-with-us-btn .wp-element-button {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 17px;
    min-width: 206px;
    letter-spacing: 0.45px;
    background-color: #00a267;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.partner-with-us-btn .wp-element-button:hover {
    background-color: #ff4800 !important;
}
.start-free-trial-btn .wp-element-button {
    min-width: 171px;
}
.request-live-demo-btn .wp-element-button {
    min-width: 207px;
}
.become-partner .wp-element-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 230px;
    border: 1px solid;
    border-color: #12272d !important;
}
.become-partner .wp-element-button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.become-partner .wp-element-button:hover img {
    filter: brightness(0) invert(1);
}
.view-all-btn .wp-element-button {
    display: inline-block;
    font-size: 20px;
    line-height: 1.15;
    min-width: 155px;
    padding: 15px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.view-all-btn .wp-element-button:hover {
    background-color: #ff4800 !important;
    color: #fff;
}
.subscribe-btn {
    display: inline-block;
    border: 0;
    background-color: #ff4800;
    color: #fff;
    padding: 17px 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    min-width: 170px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.subscribe-btn:hover {
    background-color: #00a267;
}
/* Global End */
/* Header Start */
header.wp-block-template-part {
    position: sticky;
    border-bottom: 1px solid #cde6ed;
    top: 0;
    z-index: 99999;
    background: #fff;
}
.header-main .container-fluid {
    display: flex;
    align-items: center;
}
header .main-menu .wp-block-navigation {
    gap: 0;
    /* chaages */
    padding: 8px 0px;
}
header .main-menu .wp-block-navigation li:not(:last-child)::after {
    content: "|";
    margin: 0 8px;
    color: #000;
}
header .wp-block-group .container-fluid {
    padding: 0px 15px !important;
}
header .main-menu .wp-block-navigation > li > a {
    font-size: 1.13rem;
    font-weight: 500;
    padding: .5rem;
    margin: 0 5px;
    color: #0f0f0f;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
header .main-menu .wp-block-navigation > li:last-child > a {
    margin-right: 0;
    padding-right: 0;
}
header .main-menu .wp-block-navigation > li.request-live-demo-menu > a {
    color: #00a267;
}
header .main-menu .wp-block-navigation > li > a:hover,
header .main-menu .wp-block-navigation > li.request-live-demo-menu > a:hover {
    color: #ff4800;
}
.headersticky {
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    transition: all 0.3s ease 0s;
}
/* Header End */
/* Footer Start */
/* changes */
footer {
    margin: 0 auto;
    max-width: 1190px;
    width: 100%;
    padding: 35px 0;

}
footer .site-footer {
    padding: 0 15px;
}
footer .footer-top .wp-block-navigation {
    gap: 0;
}
footer .footer-top {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
footer .footer-top > .wp-block-columns {
    margin: 0;
}
footer .footer-top .wp-block-navigation li::after {
    content: '';
    display: inline-block;
    margin: 2px 9px 0;
    width: 2px;
    height: 15px;
    background-color: #000;
}
footer .footer-top .wp-block-navigation li:last-child::after {
    display: none;
}
footer .footer-top .wp-block-navigation li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans';
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
footer .footer-top .wp-block-navigation li a:hover {
    color: #ff4800;
}
footer .footer-top .footer-socials {
    align-items: center !important;
    gap: 38px;
}
footer .footer-top .footer-socials .wp-block-column {
    flex-basis: auto !important;
    flex-grow: initial;
}
footer .footer-top .footer-socials .wp-block-column figure a {
    display: flex;
    align-items: center;
}
footer .footer-top .footer-socials .wp-block-column figure a:hover img {
   filter: brightness(0) saturate(100%) invert(47%) sepia(96%) saturate(4114%) hue-rotate(7deg) brightness(102%) contrast(101%);
}
footer .footer-top .wp-block-columns p {
    font-size: 16px;
    line-height: 18px;

}
/* Footer End */
/* Home Chart Start */
.analysis-cont-box {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 1px 2px 6px 0px rgb(137, 115, 155);
  padding: 30px 20px;
  margin-bottom: 20px;
}
.stock-investment-container .form-row {
    display: flex;
    gap: 8px;
    align-items: end;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.stock-investment-container .form-group.stocks {
    flex: 2;
    min-width: 400px;
}
.stock-investment-container .form-group {
    position: relative;
}
.perform-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.813;
    text-align: left;
    margin-bottom: 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.perfom-subtitle {
    font-size: 16px;
    color: #515151;
    text-align: left;
    margin-bottom: 8px;
}
.stock-investment-container .form-group label {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 1.813;
    text-align: left;
    margin-bottom: 4px;
}
.stock-investment-container .form-control {
    width: 100%;
    min-height: 56px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to left, #a963d5, #00a267) border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 16px;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    position: relative;
}
.stock-investment-container .selected-content {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.stock-investment-container .selected-stocks {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    overflow: hidden;
}
.stock-investment-container .dropdown-arrow {
    width: 20px;
    height: 20px;
    color: #9ca3af;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
}
.stock-investment-container .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    max-height: 420px;
    overflow-y: auto;
    margin-top: 4px;
    display: none;
    padding-top: 0;
}
.stock-investment-container .form-group.amount {
    min-width: 180px;
}
.cust-ruppes-input {
    position: relative;
}
.cust-ruppes-input .form-control.search-input {
    padding-left: 26px;
    cursor: auto;
}
.cust-rupee-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
}
.stock-investment-container .form-group.time {
    min-width: 130px;
}
.stock-investment-container .submit-btn {
    background-color: #00a267;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0 24px;
    min-height: 56px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    min-width: 130px;
}
.perform-matrics-box, .portfolio-overtime-box {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px 0px rgb(137, 115, 155);
    padding: 15px 20px;
    height: 100%;
    position: relative;
}
.porfolio-item {
    margin: 0;
    padding: 0;
}
.porfolio-item .porfolio-listitem {
    list-style-type: none;
}
.portfolio-dash-box {
    margin-bottom: 4px;
    border-radius: 10px;
}
.porfolio-item li:nth-child(1) .portfolio-dash-box {
    background-image: -moz-linear-gradient(
    180deg,rgb(0, 162, 103) 0%, rgb(0, 131, 126) 100%);
    background-image: -webkit-linear-gradient(180deg,rgb(0, 162, 103) 0%,rgb(0, 131, 126) 100%);
    background-image: -ms-linear-gradient(180deg,rgb(0, 162, 103) 0%,rgb(0, 131, 126) 100%);
    background-image: linear-gradient(180deg,rgb(0, 162, 103) 0%,rgb(0, 131, 126) 100%);
    padding: 26px 8px 30px 10px;
}
.portfolio-dash-box .cust-icon-box {
    display: flex;
    justify-content: center;
    padding-right: 0;
}
.portfolio-dash-icon {
    text-align: center;
}
.portfolio-dash-box .cust-dash-amt {
   padding-right: 0; 
   padding-left: 0;
}
.portfolio-amt {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
    text-align: start;
    margin-bottom: 5px;
    overflow-wrap: break-word;
}
.portfolio-title {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: start;
    margin-bottom: 0px;
}
.porfolio-item .portfolio-dash-status {
    padding: 6px 8px;
    border-radius: 10px;
    color: #fff;
    min-width: 74px;
    max-width: max-content;
}
.porfolio-item li:nth-child(1) .portfolio-dash-status {
    background-color: rgb(0, 196, 125);
}
.porfolio-item li:nth-child(2) .portfolio-dash-box {
    background-image: -moz-linear-gradient(180deg,rgb(255, 157, 42) 0%,rgb(242, 107, 27) 100%);
    background-image: -webkit-linear-gradient(180deg,rgb(255, 157, 42) 0%,rgb(242, 107, 27) 100%);
    background-image: -ms-linear-gradient(180deg,rgb(255, 157, 42) 0%,rgb(242, 107, 27) 100%);
    background-image: linear-gradient(180deg,rgb(255, 157, 42) 0%,rgb(242, 107, 27) 100%);
    padding: 26px 8px 30px 10px;
}
.porfolio-item li:nth-child(2) .portfolio-dash-status {
    background-color: rgb(255, 173, 56);
}
.porfolio-item li:nth-child(3) .portfolio-dash-box {
    background-image: -moz-linear-gradient(0deg,rgb(111, 52, 204) 0%,rgb(151, 40, 222) 100%);
    background-image: -webkit-linear-gradient(0deg,rgb(111, 52, 204) 0%,rgb(151, 40, 222) 100%);
    background-image: -ms-linear-gradient(0deg,rgb(111, 52, 204) 0%,rgb(151, 40, 222) 100%);
    background-image: linear-gradient(0deg,rgb(111, 52, 204) 0%,rgb(151, 40, 222) 100%);
    padding: 26px 8px 30px 10px;
}
.porfolio-item li:nth-child(3) .portfolio-dash-status {
    background-color: rgb(167, 68, 255);
}
.porfolio-item li:nth-child(4) .portfolio-dash-box {
    background-image: -moz-linear-gradient(180deg,rgb(65, 133, 234) 0%,rgb(50, 77, 242) 100%);
    background-image: -webkit-linear-gradient(180deg,rgb(65, 133, 234) 0%,rgb(50, 77, 242) 100%);
    background-image: -ms-linear-gradient(180deg,rgb(65, 133, 234) 0%,rgb(50, 77, 242) 100%);
    background-image: linear-gradient(180deg,rgb(65, 133, 234) 0%,rgb(50, 77, 242) 100%);
    padding: 26px 8px 30px 10px;
}
.blurred {
    filter: blur(6px);
}
.porfolio-item li:nth-child(4) .portfolio-dash-status {
    background-color: rgb(89, 155, 255);
}
.porfolio-item li:nth-child(5) .portfolio-dash-box {
    background-image: -moz-linear-gradient(0deg,rgb(177, 12, 196) 0%,rgb(231, 43, 243) 100%);
    background-image: -webkit-linear-gradient(0deg,rgb(177, 12, 196) 0%,rgb(231, 43, 243) 100%);
    background-image: -ms-linear-gradient(0deg,rgb(177, 12, 196) 0%,rgb(231, 43, 243) 100%);
    background-image: linear-gradient(0deg,rgb(177, 12, 196) 0%,rgb(231, 43, 243) 100%);
    padding: 26px 8px 30px 10px;
}
.porfolio-item li:nth-child(5) .portfolio-dash-status {
    background-color: rgb(255, 72, 193);
}
.calculation-text-box {
    text-align: center;
}
.calculation-text {
    font-size: 12px;
    margin-bottom: 0;
    color: #8a8a8a;
    font-weight: 400;
}
.chart-review-box {
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0px;
}
.review-value-cont {
    font-size: 16px;
    line-height: 2.4;
    font-weight: 700;
    max-width: max-content;
    margin-bottom: 0;
}
.disclaimer-box {
    display: flex;
    align-items: center;
    background: #fff8e1;
    border-left: 4px solid #ff9800;
    border-radius: 8px;
    padding: 6px 18px;
    margin-top: 8px;
    font-size: 15px;
    color: #7a5a00;
    box-shadow: 0 2px 8px rgba(255, 168, 0, 0.07);
    max-width: 100%;
    width: calc(100% - 40px);
}
.disclaimer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    font-size: 16px;
}
.disclaimer-text {
    flex: 1;
}
.stock-investment-container .selected-content {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.stock-investment-container .stock-item {
    border-radius: 5px;
    background-color: rgb(227, 243, 230);
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1f2937;
    white-space: nowrap;
    padding: 2px 6px;
    font-size: 13px;
    font-family: "Figtree", sans-serif;
    color: rgb(15, 80, 56);
    font-weight: 600;
    word-break: break-all;
    white-space: break-spaces;
}
.stock-investment-container .stock-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 14px;
    margin-left: 4px;
    padding: 2px;
    border-radius: 2px;
    transition: color 0.2s ease;
}
.freetrial-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.freetrial-modal-content {
    background: white;
    border-radius: 24px;
    max-width: 520px;
    width: 90%;
    padding: 28px 28px;
    text-align: center;
    position: relative;
    transform: scale(0.8) translateY(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    background: none;
    border: none;
    font-size: 24px;
    color: #a0aec0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.freetrial-modal-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #00c389 0%, #00a267 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.freetrial-modal-icon svg {
    width: 38px;
    height: 38px;
    color: white;
    position: relative;
    z-index: 1;
}
.btn-modal {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    font-size: 16px;
    min-width: 160px;
    position: relative;
    overflow: hidden;
}
.btn-yes {
    background: linear-gradient(135deg, #00c389 0%, #00a267 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(0, 195, 137, 0.3);
}
.btn-no {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    color: #4a5568;
    border: 2px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.signup-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}
.checkmark {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: checkmark 0.5s ease-in-out 0.5s forwards;
}
.freetrial-modal-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2d3748;
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.signup-modal-content {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 480px;
    position: relative;
    transform: scale(0.8) translateY(50px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.signup-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.signup-close-btn .signup-close-icon {
    filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(367%)
    hue-rotate(205deg) brightness(93%) contrast(90%);
}
.signup-modal-header {
    text-align: center;
    margin-bottom: 32px;
}
.signup-modal-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.signup-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.signup-modal-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    background: linear-gradient(135deg, #00c389 0%, #011810 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.signup-form-group {
    position: relative;
}
.signup-form-input {
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to left, #a963d5, #00a267) border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.signup-form-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 8px 0;
}
.signup-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #667eea;
}
.signup-checkbox-label {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
}
.signup-checkbox-label a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}
.signup-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.signup-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #666;
}
.signup-footer a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}
.stock-notify-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}
.stock-notify-content {
    background: #fff;
    color: #333;
    padding: 20px 24px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    animation: scaleIn 0.3s ease;
}
.stock-notify-wrapper .stock-notify-content {
    background: white;
    border-radius: 24px;
    padding: 40px;
    max-width: 550px;
    width: 100%;
    position: relative;
    transform: scale(0.8) translateY(30px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.stock-notify-wrapper .icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: pulse 2s infinite;
}
.stock-notify-wrapper .icon-container svg {
    width: 40px;
    height: 40px;
    fill: white;
    animation: bounce 2s infinite;
}
.stock-notify-content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.4;
}
.stock-notify-wrapper #stockNotifyMessage {
    font-size: 24px;
    line-height: 1.6;
    color: #2d3748;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
}
.stock-notify-wrapper #stockNotifyOk {
    width: 100%;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.notification {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: #fff;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-width: 90%;
    width: auto;
    min-width: 440px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.notification-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.spinner-loader {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(0, 195, 137, 0.3);
    border-radius: 50%;
    border-top-color: #00c389;
    animation: spin 1s ease-in-out infinite;
    flex-shrink: 0;
}
.notification-text {
    flex: 1;
}
.notification-text p {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
}
.notification-text p:first-child {
    font-weight: 600;
    margin-bottom: 4px;
}
.chart-box #portfolioChart {
    height: 426px;
    width: 100%;
}
.chart-box {
    text-align: center;
}
.chart-box #portfolioChart {
    height: 426px;
    width: 100%;
}
.chart-review-box {
    padding: 8px 0;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0px;
}

.centered-alert {
    position: fixed;
    top: 126px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: blink 1.5s infinite ease-in-out;
    background: linear-gradient(135deg, #dc3545, #a71d2a);
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.centered-alert .btn-close {
    filter: invert(1) brightness(2);
    opacity: 1;
}
/* Home Chart End */
/* Home Page Start */
.investment-performance {
    padding-top: 48px;
    padding-bottom: 70px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.investment-performance .badge-sub-title {
    background-color: #f7f0fb;
    padding: 8px 19px;
    border-radius: 36px;
    display: flex;
    gap: 9px;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 22px;
}
.investment-performance .badge-sub-title figure {
    display: inline-flex;
}
.investment-performance .badge-sub-title .hr-badge {
    font-size: 16px;
    line-height: 1;
}
.investment-performance .hr-title {
    font-size: 55px;
    line-height: 66px;
    max-width: 80%;
    margin: 0 auto 15px auto;
}
.investment-performance .hr-description {
    font-size: 20px;
    line-height: 26px;
    max-width: 670px;
    margin: 0 auto 26px auto;
}
.investment-performance .hr-start-analysis {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 6px;
    margin-top: 38px;
    margin-bottom: -7px;
}
.investment-performance .hr-start-analysis p {
    font-size: 20px;
    line-height: normal;
}
.cust-hero-dashboard .container {
    padding: 0;
    max-width: 1170px;
}
.hr-start-analysis figure {
    object-fit: contain;
    margin-top: 6px;
}
.investing-powered {
    max-width: 100%;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 99px;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 3274px;
}
.investing-powered .investing-powered-title {
    font-size: 55px;
    line-height: 66px;
    letter-spacing: normal;
}
.investing-powered .investing-powered-top-hero {
    margin-top: 70px;
}
.investing-powered-top-hero,
.why-abillion-content,
.human-machine,
.why-abillion-view,
.why-abillion-try {
    padding: 0 !important;
    max-width: 1170px;
}
.why-abillion-content .why-abillion-title {
    background: linear-gradient(90deg, #6f34cc 50%, #9728de 100%);
    display: inline-block;
    padding: 16px 37px;
    border-radius: 10px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 66px;
    letter-spacing: normal;
    position: relative;
}
.why-abillion-content .why-abillion-title::before,
.why-abillion-content .why-abillion-title::after {
    position: absolute;
    content: '';
    top: 15px;
    right: -15px;
    width: 30px;
    height: 31px;
    background: url('../images/startshape.svg') no-repeat;
    background-size: contain;
}
.why-abillion-content .why-abillion-title::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 8px;
}
.why-abillion-content .why-abillion-sub-title {
    font-size: 30px;
    line-height: 120%;
    font-weight: 400;
    margin-top: 57px;
    letter-spacing: normal;
    margin-bottom: 20px;
    color: #fff;
}
.why-abillion-content .why-abillion-sub-title strong {
    font-weight: 600;
}
.why-abillion-content .why-abillion-description {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.07px;
    font-weight: 300;
    color: #fff;
}
.why-abillion-view {
    margin-top: 63px !important;
    gap: 30px;
}
.why-abillion-view .wp-block-columns {
    gap: 30px;
}
.why-abillion-view .wp-block-columns .why-abillion-view-title {
    font-size: 30px;
    line-height: normal;
    margin-top: 23px;
    margin-bottom: 9px;
    letter-spacing: 0.25px;
    color: #fff;
}
.why-abillion-view .wp-block-columns .why-abillion-view-title strong {
    font-weight: 600;
}
.why-abillion-view .wp-block-columns p:not(.why-abillion-view-title) {
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    margin: 4px 0;
    letter-spacing: 0.11px;
    color: #fff;
}
.human-machine {
    margin-top: 81px;
}
.human-machine .wp-block-columns {
    gap: 30px;
}
.human-machine .wp-block-columns .wp-block-column:first-of-type {
    padding-bottom: 20px;
}
.human-machine .wp-block-columns .hm-title {
    font-size: 55px;
    line-height: 120%;
    color: #fff;
}
.human-machine .wp-block-columns .hm-subheading {
    margin-top: 26px;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
    letter-spacing: -0.05px;
}
.human-machine .wp-block-columns .hm-content {
    margin-top: 33px;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.12px;
    font-weight: 300;
    color: #fff;
}
.human-machine .wp-block-columns .wp-block-column:last-of-type figure img {
    width: 100%;   
}
.why-abillion-try {
    margin-top: 97px;
    gap: 13px;
}
.why-abillion-try h2 {
    font-size: 55px;
    line-height: 120%;
    color: #fff;
}
.why-abillion-try p {
    font-size: 20px;
    letter-spacing: -0.07px;
    font-weight: 300;
    color: #fff;
}
.why-abillion-try .wp-block-buttons {
    margin-top: 25px;
}
.why-abillion-try .wp-block-buttons .wp-element-button:hover {
    background-color: #ff4800 !important;
    color: #fff;
}
.features-functionalities {
    margin: 0;
    padding-top: 65px;
    padding-bottom: 62px;
}
.features-functionalities .section-header p {
    margin: 11px 0 0;
    letter-spacing: normal;
}
.features-functionalities .ff-tab {
    margin-top: 63px;
    gap: 30px;
}
.ff-tab:not(.is-not-stacked-on-mobile) > .ff-left {
    flex-grow: initial;
    flex-basis: initial;
}
.ff-tab .ff-left {
    width: calc(43% - 7px);
}
.ff-tab .ff-left .wp-block-media-text {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.5s;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    max-width: 468px;
    cursor: pointer;
}
.ff-tab .ff-left .wp-block-media-text:hover,
.ff-tab .ff-left .wp-block-media-text.active {
    background: #00a267;
    color: #ffffff;
}
.ff-tab .ff-left .wp-block-media-text:hover figure img
.ff-tab .ff-left .wp-block-media-text.active figure img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(271%) hue-rotate(235deg) brightness(115%) contrast(100%);
}
.ff-tab .ff-left .wp-block-media-text figure {
    width: 41px;
    height: 41px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f3e6;
    transition: all 0.4s;
    padding: 8px;
}
.ff-tab .ff-left .wp-block-media-text__content {
    padding: 0;
    width: calc(100% - 57px);
}
.ff-tab .ff-left .wp-block-media-text__content p {
    margin: 0;
}
.ff-tab:not(.is-not-stacked-on-mobile) > .ff-right {
    flex-grow: initial;
    flex-basis: initial;
}
.ff-tab .ff-right {
    width: calc(61.33% - 9px);
    padding-top: 6px;
    padding-left: 52px;
    border-left: 1px solid #cfcad9;
}
.ff-tab .ff-right > .wp-block-columns {
    margin-top: 0;
}
.ff-tab .ff-right .ff-tab-title {
    font-size: 30px;
    line-height: normal;
}
.ff-tab .ff-right p {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin: 14px 0 0;
    letter-spacing: normal;
}
.ff-tab .ff-right figure {
    margin-top: 46px;
}
.ff-tab .ff-right figure img {
    width: 100%;
}
.ff-tab .ff-right .wp-block-buttons {
    margin-top: 54px;    
}
.ff-tab .ff-right .wp-block-buttons .wp-element-button {
    font-size: 18px;
    line-height: 29px;
    padding: 12px 47px;
    color: #12272d;
    border-width: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ff-tab .ff-right .wp-block-buttons .wp-element-button:hover {
    background-color: #ff4800;
    border-color: #ff4800;
    color: #fff;
}
.partners-says {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 505px;
    position: relative;
    padding: 0 0 81px;
    margin: 0;
}
.partners-says::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 76px;
    background: #fff;
    z-index: 0;
}
.partners-says .section-header {
    position: relative;
}
.partners-says .section-header h2 {
    letter-spacing: -0.5px;
}
.partners-says .cb-carousel-block {
    margin-top: 77px;
    text-align: center;
}
.partners-says .cb-carousel-block .swiper {
    margin: 0 0 24px;
}
.partners-says .cb-carousel-block figure {
    margin-bottom: 23px;
}
.partners-says .cb-carousel-block p:not(.partner-say-nm) {
    max-width: 690px;
    margin: 10px auto;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: normal;
}
.partners-says .cb-carousel-block .partner-say-nm {
    margin-top: 42px;
    display: block;
    font-size: 18px;
}
.cb-carousel-block .swiper-button-prev,
.cb-carousel-block .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 5px 16px rgb(137 115 155 / 28%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.cb-carousel-block .swiper-button-prev::after,
.cb-carousel-block .swiper-button-next::after {
    font-size: 0 !important;
    display: inline-block;
    width: 29px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='11' viewBox='0 0 29 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.75' x2='27' y2='-0.75' transform='matrix(-1 0 0 1 28.0527 6.03906)' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M5.62109 0.507812L0.552734 6.03906' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M5.93652 10.3477L1.15532 5.53396' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cb-carousel-block .swiper-button-next::after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='11' viewBox='0 0 29 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='5.28906' x2='27' y2='5.28906' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M22.4316 0.507812L27.5 6.03906' stroke='currentColor' stroke-width='1.5'/%3E%3Cpath d='M22.1162 10.3477L26.8974 5.53396' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
}
.cb-carousel-block .swiper-button-prev:hover,
.cb-carousel-block .swiper-button-next:hover {
    box-shadow: none;
    background-color: #12272d;
}
.cb-carousel-block .swiper-button-prev:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='11' viewBox='0 0 29 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.75' x2='27' y2='-0.75' transform='matrix(-1 0 0 1 28.0527 6.03906)' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M5.62109 0.507812L0.552734 6.03906' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M5.93652 10.3477L1.15532 5.53396' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.cb-carousel-block .swiper-button-next:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='11' viewBox='0 0 29 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='5.28906' x2='27' y2='5.28906' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M22.4316 0.507812L27.5 6.03906' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M22.1162 10.3477L26.8974 5.53396' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.partners-says .cb-carousel-block .swiper-button-prev,
.partners-says .cb-carousel-block .swiper-button-next {
    position: unset;
    display: inline-flex;
    margin: 0 6px;
}
.news-insights {
    max-width: 100%;
    padding-top: 64px;
    padding-bottom: 82px;
    margin-top: 0;
}
/* .news-insights .section-header,
.news-insights .news-insights-view {
    max-width: 1073px;
} */
.news-insights .news-insights-view {
    margin-top: 50px;
}
.news-insights-view {
    gap: 130px;
}
.news-insights-view .ni-left-col {
    flex-basis: calc(39% - 8px) !important;
}
.news-insights-view .ni-left-col figure {
    margin: 0 0 35px;
}
.news-insights-view .ni-left-col .wp-block-post-date time,
.news-insights-view .ni-right-col .wp-block-post-date time {
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    color: #0f0f0f;
}
.news-insights-view .ni-left-col .wp-block-post-title,
.news-insights-view .ni-right-col .wp-block-post-title {
    font-size: 20px;
    line-height: 28px;
    margin: 9px 0 15px;
}
.news-insights-view .ni-left-col .wp-block-post-title a:hover,
.news-insights-view .ni-right-col .wp-block-post-title a:hover {
    text-decoration: none;
}
.news-insights-view .ni-left-col .entry-content p {
    font-size: 17px;
    line-height: 23px;
}
.news-insights-view .ni-right-col {
    flex-basis: calc(56% - 8px) !important;
}
.news-insights-view .ni-right-col .wp-block-post-title {
    margin-bottom: 0;
}
.news-insights-view .ni-right-col ul li {
    margin: 33px 0 0;
    padding: 33px 0 0;
    border-top: 1px solid #a5a1c2;
}
.news-insights-view .ni-right-col ul li:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}
.news-insights-view .ni-right-col ul li .wp-block-columns {
    gap: 24px;
    margin: 0;
}
.news-insights-view .ni-right-col ul li .wp-block-columns .wp-block-column:not(:last-child) {
    max-width: 151px;
    flex-basis: 100% !important;
}
.news-insights-view .ni-right-col ul li .wp-block-columns .wp-block-column:last-child {
    flex-basis: 70% !important;
}
.news-insights-view .ni-right-col .wp-block-buttons {
    margin-top: 45px;
}
.faq {
    margin: 0;
    padding-top: 65px;
    padding-bottom: 79px;
}
.faq .faq-accordion {
    gap: 0px;
    padding: 0;
    margin-top: 32px;
}
.faq .faq-accordion > .wp-block-columns {
    width: 100%;
    margin: -1px 0 0;
}
.faq .faq-accordion > .wp-block-columns > .wp-block-column {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    background: #f4f4f4;
}
.faq .faq-accordion > .wp-block-columns > .wp-block-column.active {
    background: transparent;
}
.faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    letter-spacing: normal;
    position: relative;
    padding: 34px 47px 30px 33px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title::after {
    content: '';
    position: absolute;
    right: 26px;
    top: 39px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.faq .faq-accordion .wp-block-columns .wp-block-column.active .faq-row-title::after {
    transform: rotate(180deg);
}
.faq .faq-accordion .faq-content {
    margin: -21px 0 0;
    padding: 0 33px 29px;
}
.faq .faq-accordion .faq-content .wp-block-column p,
.faq .faq-accordion .faq-content .wp-block-column ul li,
.faq .faq-accordion .faq-content .wp-block-column ol li {
    font-size: 19px;
    line-height: 26px;
    color: #12272d;
    margin: 5px 0;
    letter-spacing: normal;
}
.lets-connect {
    max-width: 100%;
    margin: 0;
    padding-top: 68px;
    padding-bottom: 86px;
}
.lets-connect .section-header h2 {
    letter-spacing: 1px;
    color: #fff;
}
.lets-connect .lets-connect-row {
    margin-top: 66px;
    max-width: 1220px;
    padding: 50px 98px 57px 73px;
    align-items: flex-end !important;
}
.stay-ahead .lets-connect-row .lc-left-col h3 {
    margin: 0;
}
.lets-connect-row .lc-left-col h3 {
    font-size: 40px;
    line-height: 46px;
}
.lets-connect-row .lc-left-col p {
    font-size: 20px;
    line-height: 26px;
    margin: 7px 0 0;
}
.lets-connect-row .lc-left-col .lpt-btn {
    margin-top: 27px;
}
.lets-connect-row .lc-left-col .lc-left-btn-grp {
    border-top: 1px solid #b1d1da;
    margin-top: 35px;
    padding: 25px 0 0;
    gap: 14px;
}
.lets-connect-row .lc-right-col {
    position: relative;
    top: -4px;
}
/* Home Page End */
/* Pricing Page Start */
.choose-plan {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.choose-plan .cp-title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
}
.choose-plan .cp-description {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
}
.choose-plan .wp-block-group:has(.switch_section) {
    margin-bottom: 25px;
}
.switch_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.switch_section label {
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
}
.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 .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:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}
.choose-plan .pricing-plan-view,
.choose-plan .pricing-plan-view .monthly-plan  {
    padding-left: 0;
    padding-right: 0;
}
.pricing-plan-view .pricing-plan {
    padding: 0;
    gap: 0;
}
.pricing-plan-view .pricing-plan > .wp-block-column {
    flex: 1;
    border-right: 1px solid #d2dddd;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
}
.pricing-plan-view .pricing-plan > .wp-block-column .wp-block-group {
    padding: 0;
}
.pricing-plan-view .pricing-plan > .wp-block-column:last-child {
    border-right: 0;
}
.pricing-plan-view .pricing-plan > .wp-block-column .ppt-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 14px;
    padding: 0 14px;
    gap: 8px;
    width: 100%;
}
.pricing-plan-view .pricing-plan > .wp-block-column .ppt-title label {
    border-radius: 50px;
    display: flex;
    padding: 4px 8px;
    background: #ffcf29;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: black;
}
.pricing-plan-view .pricing-plan > .wp-block-column .ppt-description {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 32px;
    flex: 1;
    padding: 0 14px;
    width: 100%;
}
.pricing-plan-view .pricing-plan > .wp-block-column .price-value {
    margin: 32px 0;
    margin-top: auto;
    gap: 7px;
    padding: 0 14px;
    width: 100%;
}
.pricing-plan-view .pricing-plan > .wp-block-column .price-value h3 {
    font-size: 30px;
    line-height: normal;
}
.pricing-plan-view .pricing-plan > .wp-block-column .price-value p {
    font-size: 14px;
    line-height: normal;
    color: black;
    font-weight: 700;
    display: inline-flex;
    margin-top: 7px;
}
.pricing-plan-view .pricing-plan > .wp-block-column .price-value p sub {
    font-size: inherit;
}
.pricing-plan-view .pricing-plan > .wp-block-column .wp-block-buttons {
    margin-top: auto;
    width: 100%;
}
.pricing-plan-view .pricing-plan > .wp-block-column .wp-element-button {
    padding: 16px 20px;
    font-size: 20px;
    line-height: 1.2;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.pricing-plan-view .pricing-plan > .wp-block-column .wp-element-button:hover {
    background-color: #ff4800 !important;
    color: #fff;
}
.pricing-plan-view .pricing-plan > .wp-block-column {
    padding: 0;
    border-right: 0;
}
.pricing-plan-view .pricing-plan > .wp-block-column > .wp-block-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 24px 20px;
    flex: 1;
    display: flex;
    text-align: left;
    flex-direction: column;
}
.pricing-plan-view .pricing-plan > .wp-block-column:first-child > .wp-block-group:last-child {
    border-radius: 8px 0 0 8px;
}
.pricing-plan-view .pricing-plan > .wp-block-column > .wp-block-group:last-child {
    padding: 0;
}
.pricing-plan-view .pricing-plan > .wp-block-column:first-child > .wp-block-group:first-child {
    border-radius: 8px 0 0 8px;
}
.pricing-plan-view .pricing-plan > .wp-block-column:not(:last-child) > .wp-block-group {
    border-right: 1px solid #d2dddd;
}
.pricing-plan-view .pricing-plan > .wp-block-column:last-child > .wp-block-group {
    border-radius: 0 8px 8px 0;
}
.pricing-plan-view .pricing-plan-bottom > .wp-block-column h4 {
    padding: 0 34px 0 14px;
    font-size: 22px;
    line-height: normal;
    padding: 20px 34px;
    height: 69px;
    border-bottom: 1px dashed #d2dddd;
    width: 100%;
}
.pricing-plan-view .pricing-plan > .wp-block-column h4 {
    font-size: 22px;
    line-height: normal;
    margin: 0;
    padding: 20px 34px;
    height: 69px;
    border-bottom: 1px dashed #d2dddd;
    width: 100%;
}
.pricing-plan-view .wp-block-column .wp-block-list {
    margin: 0;
}
.pricing-plan-view .wp-block-column .wp-block-list li {
    padding: 20px 20px 20px 55px;
    margin: 0;
    border-bottom: 1px dashed #d2dddd;
    font-size: 17px;
    line-height: normal;
    color: black;
    position: relative;
}
.pricing-plan-view .wp-block-column .wp-block-list li.check-list::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 25px;
    background: url('../images/right.png') no-repeat center center;
    width: 13px;
    height: 10px;
    background-size: 13px;
}
.pricing-plan-view .wp-block-column .wp-block-list li.cross-list::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 24px;
    background: url('../images/wrong.png') no-repeat center center;
    width: 13px;
    height: 12px;
    background-size: 13px;
}
.pricing-plan-view .pricing-plan > .wp-block-column .ppb-button {
    padding: 20px;
    margin: 0;
}
.pricing-plan-view .yearly-price {
    display: none;
}
body:has(.yearly-btn) .yearly-price {
    display: flex;
}
body:has(.yearly-btn) .monthly-price {
    display: none;
}
.choose-plan .mobile-view {
    display: none;
    padding: 0;
}
.pricing-plan-view .wp-block-column .view-button {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 20px auto 0;
    display: none;
    text-decoration: underline;
}
/* Pricing Page End */
/* Partner Page Start */
.partner-top-banner  {
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 10px;
}
.partner-top-banner > .wp-block-group {
    padding-left: 0;
    padding-right: 0;
}
.partner-top-banner .wp-block-column {
    padding: 0 0 7px;
}
.partner-top-banner .wp-block-column h1 {
    font-size: 65px;
    line-height: 70px;
    color: #fff;
    letter-spacing: -0.65px;
}
.partner-top-banner .wp-block-column  p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 20px 0 0 3px;
    letter-spacing: 0.13px;
    font-weight: 300;
}
.partner-top-banner .wp-block-column .wp-block-buttons {
    margin-top: 83px;
    margin-left: 2px;
}
.our-proposition {
    margin: 0;
}
.our-proposition .wp-block-group {
    padding: 8px 0 16px;
    background-repeat: no-repeat;
    background-position: top center
}
.our-proposition .wp-block-group .op-sub-title {
    display: flex;
    max-width: 284px;
    width: 100%;
    font-size: 23px;
    line-height: 23px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.1px;
    justify-content: center;
    padding: 13px 40px;
    margin: auto;
    position: relative;
    top: -12px;
}
.our-proposition .op-sub-title .left-diamond,
.our-proposition .op-sub-title .right-diamond {
    position: absolute;
    display: flex;
    left: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 22px;
}
.our-proposition .op-sub-title .right-diamond {
    left: auto;
    right: 19px;
    transform: rotateY(180deg);
}
.our-proposition .wp-block-column h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.28px;
    font-weight: normal;
    max-width: 907px;
    margin: 33px auto 34px;
}
.our-proposition .wp-block-column p {
    font-size: 20px;
    line-height: 26px;
    color: #4b4a4a;
    max-width: 880px;
    margin: 26px auto 0;
}
.our-collaboration {
    padding: 9px 0 80px;
}
.our-collaboration .our-collaboration-top {
    margin-top: 51px;
}
.our-collaboration-top .wp-block-mindspun-grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.our-collaboration .our-collaboration-top .oc-top-left {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    position: relative;
}
.our-collaboration-top .oc-top-left-item {
    display: block;
    position: relative;
    min-height: 287px;
}
.our-collaboration-top .wp-block-mindspun-grid-row .oc-top-left-item .wp-block-media-text__content {
    padding: 0;
    max-width: 330px;
}
.our-collaboration-top .oc-top-left .oc-top-title,
.our-collaboration-top .oc-top-right .oc-top-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.our-collaboration-top .oc-top-left .oc-top-title strong,
.our-collaboration-top .oc-top-right .oc-top-title strong {
    font-weight: 700;
}
.our-collaboration-top .oc-top-left p:not(.oc-top-title),
.our-collaboration-top .oc-top-right p:not(.oc-top-title) {
    margin: 18px 0 0;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.14px;
} 
.our-collaboration-top .oc-top-left-item .wp-block-media-text__media {
    position: absolute;
    bottom: 0;
    right: 34px;
}
.our-collaboration-top .oc-top-right {
    display: flex;
    flex-direction: column;
}
.our-collaboration-top .oc-top-right .wp-block-columns {
    height: 100%;
}
.our-collaboration-top .oc-top-right figure {
    margin: 0;
}
.our-collaboration-top .oc-top-right figure img {
    width: 100%;
    max-height: 317px;
    object-fit: cover;
    object-position: top center;
}
.our-collaboration-top .oc-top-right .wp-block-columns {
    margin: 0;
}
.our-collaboration-top .oc-top-right .wp-block-column {
    height: 100%;
}
.our-collaboration-bottom {
    margin-top: 80px;
    padding: 0 !important;
    gap: 30px;
}
.our-collaboration-bottom .oc-bottom-item {
    gap: 29px;
    justify-content: space-between;
}
.our-collaboration-bottom .oc-bottom-item .wp-block-column {
    flex-basis: initial;
    flex-grow: initial;
}
.our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 12px 38px;
    width: calc(49% - 3px);
}
.our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 {
    font-size: 40px;
    line-height: 48px;
}
.our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt p {
    margin: 18px 0 0;
    font-size: 19px;
    line-height: 24.5px;
    letter-spacing: normal;
}
.our-collaboration-bottom .oc-bottom-item .oc-bottom-hero {
    width: calc(49% - 3px);
}
.our-collaboration-bottom .oc-bottom-item:nth-child(even) .oc-bottom-cnt {
    padding-left: 11px;
    padding-right: 23px;
}
.our-collaboration-grow {
    margin: 73px 0 0;
    padding: 0 !important;
    gap: 0;
}
.our-collaboration-grow h2 {
    font-size: 30px;
    line-height: 36px;
    max-width: 350px;
    margin: auto;
    text-align: center;
    letter-spacing: -0.25px;
}
.our-collaboration-grow .partner-with-us-btn {
    margin-top: 29px;
}
.compliance-transparency {
    max-width: 100%;
    margin: 0;
}
/* .compliance-transparency .section-header h2 {
    letter-spacing: -0.45px;
} */
.compliance-transparency .compliance-transparency-step {
    margin-top: 58px;
    gap: 36px;
    max-width: 1170px;
}
.compliance-transparency-step .ct-step-number {
    position: relative;
}
.compliance-transparency-step .ct-step-number::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 60px);
    height: 1px;
    background: #ad79ff;
}
.compliance-transparency-step .ct-step-number i {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.1px;
    font-style: normal;
    font-weight: 700;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4e1b9e;
    border-radius: 50%;
}
.compliance-transparency-step .wp-block-column p {
    margin: 28px 0 0;
    font-size: 19px;
    line-height: 24.5px;
    letter-spacing: 0.1px;
}
.features-functionalities.abillion-different {
    padding-top: 63px;
}
.features-functionalities.abillion-different .ff-tab {
    margin-top: 63px;
    gap: 42px;
}
.features-functionalities.abillion-different .ff-tab .ff-right {
    border: 0;
    padding: 31px 20px 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 0 16px rgba(137, 115, 155, 0.28);
}
.features-functionalities.abillion-different .ff-tab .ff-right h3,
.features-functionalities.abillion-different .ff-tab .ff-right p {
    padding: 0 21px;
}
.partner-benefits {
    margin: 0;
    padding: 30px 0 50px;
}
.partner-benefits .partner-benefits-view {
    margin-top: 51px;
    padding: 0;
    gap: 30px;
}
.partner-benefits-view .wp-block-columns {
    gap: 30px;
}
.partner-benefits .partner-benefits-view .item i img {
        width: auto;
}
.partner-benefits-view .wp-block-columns:last-of-type {
    justify-content: center;
}
.partner-benefits-view .wp-block-columns .wp-block-column {
    width: calc(32% - 5px);
    flex-basis: initial;
    flex-grow: initial;
}
.partner-benefits-view .wp-block-column figure {
    min-height: 58px;
    display: inline-flex;
    align-items: flex-start;
}
.partner-benefits-view .wp-block-column .pb-item-title {
    font-size: 23px;
    line-height: normal;
    display: block;
    margin: 9px 0 15px -1px;
}
.partner-benefits-view .wp-block-column p:not(.pb-item-title) {
    font-size: 19px;
    line-height: normal;
    margin: 0;
}
.partners-says.partner-says-different-bg {
    padding-top: 14px;
    background-position: 100% 9px;
}
.how-join {
    max-width: 100%;
    padding: 68px 0 81px;
    margin: 0;
}
.how-join > .wp-block-columns {
    max-width: 1170px;
}
.how-join .how-join-top-view {
    margin: 80px 0 0;
    gap: 11px;
}
.how-join-top-view .wp-block-column {
    width: 100%;
}
.how-join-top-view .wp-block-column .hj-top-icon {
    position: relative;
}
.how-join-top-view  .wp-block-column .hj-top-icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 99px);
    height: 1px;
    background-color: #00a267;
}
.how-join-top-view  .wp-block-column:last-child .hj-top-icon::after {
    display: none;
}
.how-join-top-view .wp-block-column .hj-top-icon i {
    width: 89px;
    height: 89px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00a267;
    border-radius: 50%;
}
.how-join-top-view .wp-block-column .hw-step-title {
    margin: 24px 0 14px;
    display: block;
    font-size: 23px;
    line-height: normal;
}
.how-join-top-view .wp-block-column p:not(.hw-step-title) {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.15px;
    margin: 0;
}
.how-join-bottom-view {
    margin-top: 99px;
    gap: 15px;
    justify-content: space-between;
}
.how-join .how-join-bottom-view .wp-block-column {
    flex-basis: initial;
    flex-grow: initial;
}
.how-join-bottom-view .hj-bottom-cnt {
    overflow: hidden;
    padding: 16px 0 20px 73px;
    width: calc(48% - 6px);
}
.how-join-bottom-view .hj-bottom-cnt h2 {
    font-size: 40px;
    line-height: 48px;
}
.how-join-bottom-view .hj-bottom-cnt p {
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 0;
}
.how-join-bottom-view .hj-bottom-hero {
    width: calc(51% - 9px);
    margin-right: -1px;
    margin-left: auto;
}
.how-join-bottom-view .wp-block-buttons {
    margin-top: 63px;
}
.how-join-bottom-view .live-portfolio-test-btn .wp-element-button {
    max-width: 362px;
    min-width: 362px;
    letter-spacing: 0.20px
}
/* Partner Page End */
/* Cms Page Start */
.cms-page main {
    background-color: #d5f0f4;
    background: linear-gradient(49deg, rgba(219, 244, 243, 1) 0%, rgba(205, 233, 246, 1) 100%);
}
.privacy-policy-page main {
    padding: 60px 0 105px;
}
.terms-conditions-page main {
    padding: 60px 0 100px;
}
.refund-policy-page main {
    margin: 0 !important;
    padding: 60px 0 100px;
}
.cms-page main p,
.cms-page main ul li,
.cms-page main ol li {
    font-size: 20px;
    line-height: 28px;
}
.cms-page main ul,
.cms-page main ol {
    margin: 8px 0 25px;
}
.cms-page main p {
    margin: 0 0 20px;
    text-align: justify;
}
.cms-page main p a,
.cms-page main ul li a,
.cms-page main ol li a {
    color: #00a267;
    text-decoration: none;
    display: inline-block;
}
.cms-page main p a:hover,
.cms-page main ul li a:hover,
.cms-page main ol li a:hover {
    color: #ff4800;
}
.cms-page main h1,
.cms-page main h2,
.cms-page main h3,
.cms-page main h4,
.cms-page main h5,
.cms-page main h6 {
    line-height: normal;
    margin: 30px 0 10px;
    color: #0f0f0f;
    font-weight: 700;
    letter-spacing: normal;
}
.cms-page main h1 {
    font-size: 60px;
    line-height: 65px;
}
.cms-page main h2 {
    font-size: 55px;
    line-height: 60px;
    color: #0f0f0f;
    text-align: left;
}
.cms-page main h3 {
    font-size: 32px;
    line-height: 38px;
}
.cms-page main h4 {
    font-size: 28px;
    line-height: 34px;
}
.cms-page main h5 {
    font-size: 24px;
    line-height: 30px;
}
.cms-page main h6 {
    font-size: 20px;
    line-height: 26px;
}
.cms-page main .support-list-area {
    padding: 0;
}
.cms-page main .support-list-area li {
    list-style: none;
    padding: 3px 0 8px 30px;
    margin: 0 0 5px;
    border-bottom: 1px solid #7dbdbc;
    background: url('../images/list-arr.png') no-repeat 0 13px;
}
.cms-page main .support-list-area li:hover {
    border-color: #005f53;
}
.cms-page main .support-list-area li a {
    font-size: 18px;
    line-height: normal;
}
.cms-page main ul {
    padding: 0 0 0 17px;
}
.cms-page main ul li {
    list-style: disc;
    margin: 10px 0;
}
.cms-page main .wp-block-group > h2 {
    margin: 0 0 25px;
}
/* Cms Page End */
/* News Page Start */
.news-page main {
    margin: 0 !important;
}
.news-page main > section {
    max-width: 100%;
}
.news-page .wp-block-group {
    padding: 0;
}
.news-topbar {
    padding: 37px 0;
    background-color: #12272d;
}
.news-topbar-slider {
    display: flex;
    gap: 10px;
    padding: 0 37px;
    overflow: hidden;
}
.news-topbar-slider .owl-item .item {
    width: 219px;
}
.news-topbar-slider .item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    background-color: #1e3339;
    border-radius: 12px;
    padding: 13px 16px 10px;
}
.news-topbar-slider .item .nt-item-tp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.news-topbar-slider .item .nt-item-tp strong {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.news-topbar-slider .item .nt-item-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.news-topbar-slider .item .nt-item-btm strong {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}
.news-topbar-slider .item .nt-item-btm strong.green {
    color: #00d789;
}
.news-topbar-slider .item .nt-item-btm strong.red {
    color: #dc3535;
}
.news-topbar-slider {
    padding: 0 37px;
}
.news-topbar-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.news-topbar-slider .owl-nav button.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.news-topbar-slider .owl-nav button.owl-prev {
    left: 0;
}
.news-topbar-slider .owl-nav button.owl-next {
    right: 0;
}
.news-topbar-slider .owl-nav button::after {
    content: "";
    position: absolute;
    top: -10px;
    width: 50px;
    height: 90px;
    pointer-events: none;
    background: radial-gradient(ellipse at center,#0f252c 0%,rgb(15 37 44) 90%,rgb(15 37 44) 90%,rgb(15 37 44) 90%,rgb(15 37 44) 90%,rgb(255 255 255) 100%);
    filter: blur(8px);
    z-index: -1;
}
.news-topbar-slider .owl-nav button.disabled::after {
    display: none;
}
.news-topbar-slider .owl-nav button.owl-prev::after {
    left: 0px;
}
.news-topbar-slider .owl-nav button.owl-next::after {
    right: 0px;
}

.featured-analysis {
    padding: 52px 0;
}
.featured-analysis .featured-analysis-inner {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.featured-analysis .featured-analysis-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(100deg, #00a267, #ac62d7);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.featured-analysis-inner .fai-cnt {
    padding: 37px 30px 40px;
    width: calc(61% - 7px);
}
.featured-analysis-inner .fai-cnt .fa-tag {
    position: relative;
    padding: 9px 21px;
    font-size: 16px;
    line-height: 1.0;
    font-weight: 500;
    color: #0f5038;
    display: inline-block;
    letter-spacing: 0.25px;
}
.featured-analysis-inner .fai-cnt .fa-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(100deg, #00a267, #ac62d7);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.featured-analysis-inner .fai-cnt h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0 16px;
}
.featured-analysis-inner .fai-cnt p {
    font-size: 19px;
    line-height: normal;
    color: #656565;
    max-width: 92%;
}
.featured-analysis-inner .fai-cnt .read-full {
    margin: 7px 0 0;
}
.read-full {
    display: inline-block;
    min-width: 206px;
    padding: 16px 15px;
    text-decoration: none;
    background-color: #00a267;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.17;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.read-full:hover {
    background-color: #ff4800;
    color: #fff;
}
.featured-analysis-inner .fai-hero {
    width: calc(40% - 4px);
    margin-right: -1px;
}
.featured-analysis-inner .fai-hero img {
    border-radius: 0 10px 10px 0;
}
.news-article {
    padding: 10px 0 13px;
}
.news-article-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 33px;
}
.news-article-inner .news-article-left {
    width: calc(28% - 8px);
}
.news-article-inner .news-article-left .news-article-left-inner {
    border-radius: 11px;
    height: auto;
    box-shadow: 1px 1px 16px 0 rgba(137, 115, 155, 0.28);
}
.news-article-left .nal-top {
    padding: 23px 16px 19px;
}
.news-article-left .nal-top .nal-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.news-article-left .nal-top .nal-top-title strong {
    font-size: 16px;
    color: #000000;
}
.news-article-left .nal-top .nal-top-title span {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
}
.news-article-left .nal-top .news-tabs.nav-pills {
    margin-top: 17px;
}
.news-article-left .news-tabs.nav-pills {
    gap: 7px;
}
.news-article-left .nal-top .news-tabs .tab {
    padding: 7.5px 11.5px;
}
.news-tabs.nav-pills {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.news-tabs.nav-pills .tab {
    display: inline-block;
    padding: 9.5px 16.5px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #000000;
    border-radius: 50px;
    border: 1px solid #d8d3db;
    cursor: pointer;
    margin: 0;
}
.news-tabs.nav-pills .tab.active {
    background-color: #12272d;
    border-color: #12272d;
    color: #fff;
}
.nal-bottom .nal-btm-row {
    display: flex;
    gap: 8px;
    align-items: center;
    border-top: 2px dashed #d8d7dc;
    padding: 14px 22px 14px 23px;
}
.nal-bottom .nal-btm-row:last-child {
    border-bottom: 2px dashed #d8d7dc;
}
.nal-bottom .nal-btm-row .icon {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nal-bottom .gainers .nal-btm-row .icon {
    background-color: #00a267;
}
.nal-bottom .losers .nal-btm-row .icon {
    background-color: #ff0000;
}
.nal-bottom .activities .nal-btm-row .icon {
    background-color: rgb(203 203 21);
}
.nal-bottom .nal-btm-row .nal-btm-cnt {
    display: flex;
    flex-direction: column;
    width: calc(100% - 25px);
    gap: 0px;
}
.nal-bottom .nal-btm-row .nal-btm-cnt .nal-tp {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.nal-bottom .nal-btm-row .nal-btm-cnt .nal-tp .mover-nm {
    width: calc(94% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nal-bottom .nal-btm-row .nal-btm-cnt .nal-tp .mover-price {
    width: calc(30% - 10px);
    text-align: right;
}
.nal-bottom .nal-btm-row .nal-btm-cnt span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.nal-bottom .nal-btm-row .nal-btm-cnt .nal-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nal-bottom .nal-btm-row .nal-btm-cnt .nal-btm span {
    display: inline-block;
    width: calc(70% - 15px);
    text-align: right;
}
.nal-bottom .gainers .nal-btm-row .nal-btm-cnt .nal-btm span {
    color: #00935d;
}
.nal-bottom .losers .nal-btm-row .nal-btm-cnt .nal-btm span {
    color: #ff0000;
}
.nal-bottom .activities .nal-btm-row .nal-btm-cnt .nal-btm span {
    color: #c7c712;
}
.news-article-left .view-all-link-row {
    padding: 16px 0 17px;
    display: flex;
    justify-content: center;
}
.view-all-link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.view-all-link:hover {
    color: #ff4800;
}
.news-article-inner .news-article-center {
    width: calc(42% - 9px);
    height: 100%;
    padding-left: 6px;
}
.news-article-inner .news-article-title {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #00a267
}
.news-article-center .nac-view .nac-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d0e0;
    padding: 22px 0 21px;
    min-height: 135px;
}
.news-article-center .nac-view .nac-row:first-child {
    padding-top: 15px;
}
.news-article-center .nac-view .nac-row .nac-left {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: calc(76% - 67px);
}
.news-article-center .nac-view .nac-row .nac-left a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 700;
    color: #0f0f0f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-article-center .nac-view .nac-row .nac-left a:hover {
    color: #ff4800;
}
.news-article-center .nac-view .nac-row .nac-left time {
    font-size: 14px;
    font-weight: 500;
    color: #616161;
    position: relative;
    display:inline-block;
    padding-left: 12px;
}
.news-article-center .nac-view .nac-row .nac-left time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff4800;
}
.news-article-center .nac-view .nac-row .nac-right {
    width: calc(27% - 9px);
}
.news-article-inner .news-article-right {
    width: calc(26% - 3px);
    height: 100%;
}
.news-article-inner .news-article-right {
    border-left: 1px solid #d2d0e0;
    padding-left: 28px;
}
.news-article-right .nar-view .nar-row {
    padding: 12px 0;
    border-bottom: 1px solid #d2d0e0;
}
.news-article-right .nar-view .nar-row:last-child {
    border-bottom: 0;
}
.news-article-right .nar-view .nar-row a {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
    color: #0f0f0f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-article-right .nar-view .nar-row a:hover {
    color: #ff4800;
}
.news-article-inner.news-article-inner-bottom {
    margin-top: 55px;
}
.news-article-inner.news-article-inner-bottom .news-article-left {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.news-article-inner-bottom .news-article-left .nal-top {
    padding: 17px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.news-article-inner-bottom .news-article-left .nal-top strong {
    width: calc(30% - 10px);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-article-inner-bottom .news-article-left .nal-top .nal-top-right {
    width: calc(68% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}
.news-article-inner-bottom .news-article-left .nal-top .nal-top-right strong {
    display: inline-block;
    width: calc(50% - 10px);
}
.news-article-inner-bottom .news-article-left .nal-top .nal-top-right .nal-btn-tp-impact {
    width: calc(30% - 10px);
    border: 1px solid #d8d3db;
    border-radius: 30px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.08;
    font-weight: 600;
    min-width: 85px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 6px;
}
.news-article-inner-bottom .news-article-left .news-article-left-inner.down .nal-top .nal-top-right .nal-btn-tp-impact::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #ff0000 transparent transparent transparent;
    transform: rotate(0deg)
}
.news-article-inner-bottom .news-article-left .nal-top .nal-top-right .nal-btn-tp-impact.down {
    color: #ff0000;
}
.news-article-inner-bottom .nal-bottom .nal-btm-row .icon {
    background-color: #ff0000;
}
.news-article-inner-bottom .nal-bottom .nal-btm-row .icon img {
    transform: rotate(180deg);
}
.news-article-inner-bottom .nal-bottom .nal-btm-row .nal-btm-cnt .nal-btm {
    gap: 10px;
}
.news-article-inner-bottom .nal-bottom .nal-btm-row .nal-btm-cnt .nal-btm .nal-vol {
    font-weight: 400;
    color: #616161;
    width: calc(50% - 10px);
    text-align: left;
}
.news-article-inner-bottom .news-article-left-inner.down .nal-bottom .nal-btm-row .nal-btm-cnt .nal-btm .nal-vol-val {
    color: #ff0000;
}
.news-article-inner.news-article-inner-bottom .news-article-left .news-article-left-bottom {
    padding: 20px 7px 8px;
}
.news-article-inner.news-article-inner-bottom .news-article-left .news-article-left-bottom strong {
    font-size: 16px;
    display: block;
    padding: 0 11px 17px;
}
.news-article-inner-bottom .news-article-center .nac-view .nac-row {
    min-height: 128px;
    padding: 15px 0 17px;
}
.news-article-inner-bottom .news-article-center .nac-view .nac-row .nac-left {
    width: 100%;
    justify-content: center;
}
.news-article-inner-bottom .news-article-center .nac-view .nac-row .nac-time-row {
    display: flex;
    gap: 8px;
}
.news-article-inner-bottom .news-article-center .nac-view .nac-row .nac-time-row span {
    font-size: 14px;
    color: #6f34cc;
}
.news-article-inner-bottom  .news-article-center .nac-view .nac-row .nac-left time::before {
    background-color: #616161;
}
.news-article-inner-bottom.news-article-inner .news-article-right {
    padding-left: 0;
    border-left: 0;
}
.market-news {
    padding: 40px 0 58px;
}
.market-news .section-header h2 {
    font-size: 23px;
    line-height: normal;
}
.market-news .news-tabs {
    margin: 32px 0 39px;
}
.news-tabs .tab {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.market-news-tabs.news-tabs.nav-pills .tab {
    padding: 9px 16px;
    line-height: 1;

}
.news-view:not(:has(.owl-item)) {
    display: flex;
    gap: 30px;
}
.news-view .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.news-view:not(:has(.owl-item)) .item {
    width: calc(25% - 0px);
}
.news-view .item-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.news-view .item-cnt {
    margin: 22px 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news-view .item-cnt .category {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.news-view .item-cnt .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #0f0f0f;
    min-height: 88px;
    margin: 11px 0 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-view .item-cnt .title a {
    text-decoration: none;
    display: block;
}
.news-view .item-cnt .title a:hover {
    color: #ff4800;
}
.news-view .item-cnt .news-meta-actions {
    margin-top: auto;
}
.news-view .item-cnt .meta {
    font-size: 14px;
    color: #7b7b7b;
    display: flex;
    gap: 6px;
    margin-top: auto;
}
.news-view .item-cnt .meta .source {
    color: #6f34cc        ;
}
.news-view .item-cnt .meta .time {
    position: relative;
    padding-left: 11px;
}
.news-view .item-cnt .meta .time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #707070;
}
.news-view .item-cnt .actions {
    font-size: 13px;
    display: flex;
    gap: 13px;
    color: #333;
    padding-top: 11px;
    margin-top: 13px;
    border-top: 1px solid #d2d0e0;
}
.news-view .item-cnt .actions a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    color: #616161;
}
.news-view .item-cnt .actions a svg {
    color: #000;
}
.market-news .news-view .owl-nav button,
.hot-ai-picks .news-view .owl-nav button {
    position: absolute;
    top: 15.70%;
    transform: translateY(0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 2px 16px rgba(58, 53, 62, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.market-news .news-view .owl-nav button:hover,
.hot-ai-picks .news-view .owl-nav button:hover {
    background-color: #ff4800;
    box-shadow: none;
}
.market-news .news-view .owl-nav button svg,
.hot-ai-picks .news-view .owl-nav button svg {
    width: 13px;
    height: 13px;
}
.market-news .news-view .owl-nav button.owl-prev,
.hot-ai-picks .news-view .owl-nav button.owl-prev {
    left: -20px;
}
.market-news .news-view .owl-nav button.owl-next,
.hot-ai-picks .news-view .owl-nav button.owl-next {
    right: -20px;
}
.market-news .news-view .owl-nav button.owl-prev svg,
.hot-ai-picks .news-view .owl-nav button.owl-prev svg {
    margin-left: -3px;
}
.market-news .news-view .owl-nav button.owl-next svg,
.hot-ai-picks .news-view .owl-nav button.owl-next svg {
    margin-right: -3px;
}
.trending-abillion {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 67px 0 55px;
    background: #000;
    color: #fff;
    width: 100%;
}
.trending-abillion .section-header h2 {
    font-size: 23px;
    line-height: normal;
    color: #00a267;
    letter-spacing: normal;
}
.trending-abillion .trending-abillion-view {
    margin-top: 47px;
}
.trending-abillion-view {
    display: flex;
    gap: 33px;
}
.trending-abillion-view .ta-left {
    width: calc(58% - 8px);
}
.trending-abillion-view .ta-left .ta-feature-img {
    margin: 0 0 25px;
}
.trending-abillion-view .ta-left .ta-feature-img img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
.trending-abillion-view .ta-left .ta-feature-title {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.trending-abillion-view .ta-left .ta-feature-desc {
    font-size: 19px;
    line-height: normal;
    color: #909090;
    margin: 0;
}
.trending-abillion-view .ta-right .ta-right-list {
    position: relative;
}
.trending-abillion-view .ta-right .ta-right-list::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 137px;
    background-image: linear-gradient(#0000002e, #000000), linear-gradient(to right, #00000000, #00000000);
}
.trending-abillion-view .ta-right {
    display: flex;
    flex-direction: column;
    width: calc(41% - 7px);
}
.trending-abillion-view .ta-right .ta-right-heading {
    padding: 7px 12px;
    border-radius: 25px;
    border: 1px solid #383838;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    max-width: 162px;
    margin: 0 0 14px;
}
.trending-abillion-view .ta-right .ta-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 21px 0;
    border-bottom: 1px solid #383838;
    text-decoration: none;
    color: inherit;
}
.trending-abillion-view .ta-right .ta-item:hover .ta-item-title {
    color: #ff4800;
}
.trending-abillion-view .ta-right .ta-item-img {
    max-width: 103px;
    width: 100%;
}
.trending-abillion-view .ta-right .ta-item-img img {
    border-radius: 8px;
}
.trending-abillion-view .ta-right .ta-item-details {
    width: calc(100% - 118px);
}
.trending-abillion-view .ta-right .ta-item-title {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.trending-abillion-view .ta-right .ta-item-time {
    font-size: 14px;
    margin-top: 6px;
    color: #616161;
    font-weight: 500;
}
.trending-abillion-view .ta-right .ta-viewall {
    margin-top: -11px;
    position: relative;
}
.trending-abillion-view .ta-right .ta-viewall-btn {
    display: block;
    text-align: center;
    padding: 6px 15px;
    border: 1px solid #818181;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.trending-abillion-view .ta-right .ta-viewall-btn:hover {
    background-color: #ff4800;
    border-color: #ff4800;
    color: #fff;
}
.stock-live-update {
    background-color: #000000;
    padding: 27px 0 50px;
}
.stock-live-update .section-header .slu-highlight {
    position: relative;
    width: 11px;
    height: 11px;
    background-color: #ff3939;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    z-index: 1;
}
.stock-live-update .section-header .slu-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    pointer-events: none;
    background: rgba(255, 57, 57, 0.9);
    z-index: -1;
}
.stock-live-update .section-header h2 {
    font-size: 23px;
    line-height: normal;
    color: #00a267;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.stock-live-update .section-header p {
    font-size: 19px;
    line-height: normal;
    color: #909090;
    margin: 12px 0 0;
}
.stock-live-update .stock-live-update-img {
    margin: 48px 0 0;
}
.stock-live-update .stock-live-update-img img {
    border-radius: 10px;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.hot-ai-picks {
    background-color: #000;
    padding: 25px 0 79px;
}
.hot-ai-picks .section-header h2 {
    font-size: 23px;
    line-height: normal;
    margin: 0;
    color: #fff;
}
.hot-ai-picks .news-view {
    margin-top: 42px;
}
.hot-ai-picks .news-view .item-cnt .actions {
    border-color: #383838;
}
.hot-ai-picks .news-view .item-cnt .category,
.hot-ai-picks .news-view .item-cnt .title a {
    color: #fff;
}
.hot-ai-picks .news-view .item-cnt .actions a svg {
    color: #616161;
}
.stay-ahead {
    background-color: #12272d;
    padding: 109px 0 94px;
}
.stay-ahead .container {
    max-width: 1250px;
}
.stay-ahead .lets-connect-row {
    border-radius: 10px;
    background-color: #e7faff;
}
.stay-ahead .lets-connect-row {
    display: flex;
    align-items: flex-start !important;
    padding: 50px 61px 57px 71px;
    margin: 0;
}
.stay-ahead .lets-connect-row .lc-left-col {
    flex-basis: 59.30%;
}
.stay-ahead .lets-connect-row .lc-left-col .sub-heading {
    font-size: 30px;
    line-height: normal;
    color: #0f0f0f;
    margin: 24px 0 0;
}
.stay-ahead .lets-connect-row .lc-left-col .stay-ahead-form {
    margin: 34px 0 0;
}
.stay-ahead-form .form-group {
    display: flex;
    gap: 11px;
}
.stay-ahead-form .form-group input[type="email"] {
    width: calc(75% - 2px);
    background: transparent;
}
.stay-ahead .lets-connect-row .lc-right-col {
    flex-basis: 33.33%;
    margin-top: 11px;
    margin-left: auto;
}
/* News Page End */

body.modal-open header.wp-block-template-part {
    z-index: 9;
}
@media only screen and (max-width: 1799px) {
    /* Home Chart Start */
    .analysis-cont-box {
        padding: 8px 20px;
        margin-bottom: 8px;
    }
    .porfolio-item li:nth-child(1) .portfolio-dash-box,
    .porfolio-item li:nth-child(2) .portfolio-dash-box,
    .porfolio-item li:nth-child(3) .portfolio-dash-box,
    .porfolio-item li:nth-child(4) .portfolio-dash-box,
    .porfolio-item li:nth-child(5) .portfolio-dash-box {
        padding: 20px 8px 20px 10px;
    }
    .chart-box #portfolioChart {
        height: 356px;
    }
    /* Home Chart End */
    /* Home Page Start */
    .investment-performance {
        padding-bottom: 65px;   
    }
    /* Home Page End */
    /* Partner Page Start */
    .how-join .how-join-top-view {
        margin: 70px 0 0;
    }
    .how-join-bottom-view {
        margin-top: 70px;
    }
    /* Partner Page End */
}
@media only screen and (max-width: 1365px) {
    /* Global Start */
    .section-header h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .cb-carousel-block .swiper-button-prev,
    .cb-carousel-block .swiper-button-next {
        width: 48px;
        height: 48px;
    }
    .cb-carousel-block .swiper-button-prev::after,
    .cb-carousel-block .swiper-button-next::after {
        width: 26px;
        height: 8px;
    }
    .live-portfolio-test-btn .wp-element-button {
        font-size: 19px;
        min-width: 216px;
        padding: 16px 15px;
    }
    .start-free-trial-btn .wp-element-button,
    .request-live-demo-btn .wp-element-button,
    .become-partner .wp-element-button {
        font-size: 19px;
        padding: 12px 15px;
    }
    .become-partner .wp-element-button {
        min-width: 225px;
    }
    .read-full {
        min-width: 195px;
        padding: 14px 15px;
    }
    /* Global End */
    /* Header Start */
    header .wp-block-group .header-logo {
        max-width: 283px;
        display: flex;
        align-items: center;
    }
    /* Header End */
    /* Footer Start */
    footer {
        padding: 30px 0;
    }
    footer .footer-top .footer-socials {
        gap: 33px;
    }
    /* Footer End */
    /* Home Page Start */
    .investing-powered {
        padding-top: 55px;
        padding-bottom: 73px;
        min-height: 2881px;
    }
    .investing-powered .investing-powered-title {
        font-size: 48px;
        line-height: 53px;
    }
    .investing-powered .investing-powered-top-hero {
        margin-top: 45px;
    }
    .why-abillion-content .why-abillion-title {
        margin-top: 60px;
        padding: 12px 42px;
        font-size: 34px;
        line-height: 44px;
    }
    .why-abillion-content .why-abillion-title::before,
    .why-abillion-content .why-abillion-title::after {
        top: 12px;
        right: -13px;
        width: 25px;
        height: 26px;
    }
    .why-abillion-content .why-abillion-title::after {
        top: auto;
    }
    .why-abillion-content .why-abillion-sub-title {
        font-size: 28px;
        line-height: 110%;
        margin-top: 45px;
        margin-bottom: 25px;
    }
    .why-abillion-view {
        margin-top: 55px !important;
    }
    .why-abillion-view .wp-block-columns .wp-block-column {
        padding: 30px !important;
    }
    .why-abillion-view .wp-block-columns .why-abillion-view-title {
        font-size: 28px;
        margin-top: 16px;
        margin-bottom: 11px;
    }
    .why-abillion-view .wp-block-columns p:not(.why-abillion-view-title) {
        font-size: 17px;
        line-height: 120%;
    }
    .why-abillion-view .wp-block-columns p:not(.why-abillion-view-title) br {
        display: none;
    }
    .human-machine {
        margin-top: 70px;
    }
    .human-machine .wp-block-columns .hm-title {
        font-size: 45px;
        line-height: 100%;
    }
    .human-machine .wp-block-columns .hm-subheading {
        margin-top: 20px;
        font-size: 26px;
        line-height: 110%;
    }
    .human-machine .wp-block-columns .hm-subheading br {
        display: none;
    }
    .human-machine .wp-block-columns .hm-content {
        margin-top: 28px;
        font-size: 18px;
        line-height: 120%;
    }
    .why-abillion-try {
        margin-top: 60px;
    }
    .why-abillion-try h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .why-abillion-try p {
        font-size: 18px;
    }
    .why-abillion-try .wp-block-buttons {
        margin-top: 1px;
    }
    .why-abillion-try .wp-block-buttons .wp-element-button {
        padding: 11px 35px !important;
    }
    .features-functionalities {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .features-functionalities .section-header p {
        margin: 10px 0 0;
    }
    .features-functionalities .ff-tab {
        margin-top: 50px;
        gap: 30px;
    }
    .ff-tab .ff-left .wp-block-media-text {
        gap: 11px;
        font-size: 21px;
        padding: 10px;
    }
    .ff-tab .ff-left .wp-block-media-text figure {
        width: 38px;
        height: 38px;
    }
    .ff-tab .ff-right {
        padding-left: 40px;
    }
    .ff-tab .ff-right .ff-tab-title {
        font-size: 28px;
    }
    .ff-tab .ff-right p {
        font-size: 18px;
    }
    .ff-tab .ff-right figure {
        margin-top: 38px;
    }
    .ff-tab .ff-right .wp-block-buttons {
        margin-top: 44px;
    }
    .ff-tab .ff-right .wp-block-buttons .wp-element-button {
        padding: 8px 28px;
    }
    .partners-says {
        min-height: 480px;
    }
    .partners-says .cb-carousel-block {
        margin-top: 50px;
    }
    .partners-says .cb-carousel-block figure {
        margin-bottom: 25px;
    }
    .partners-says .cb-carousel-block p:not(.partner-say-nm) {
        font-size: 22px;
        line-height: 32px;
    }
    .partners-says .cb-carousel-block .partner-say-nm {
        margin-top: 25px;
        display: block;
        font-size: 18px;
    }
    .news-insights {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .news-insights-view {
        gap: 63px;
    }
    .news-insights .news-insights-view {
        margin-top: 32px;
    }
    .news-insights-view .ni-left-col figure {
        margin: 0 0 25px;
    }
    .news-insights-view .ni-right-col {
        flex-basis: calc(56% - 0px) !important;
    }
    .news-insights-view .ni-right-col ul li {
        margin: 28px 0 0;
        padding: 28px 0 0;
    }
    .news-insights-view .ni-right-col ul li .wp-block-columns {
        gap: 20px;
    }
    .view-all-btn .wp-element-button {
        font-size: 18px;
        min-width: 125px;
        padding: 12px 15px;
    }
    .faq {
        margin: 0;
        padding-top: 48px;
        padding-bottom: 55px;
    }
    .faq .faq-accordion {
        margin-top: 22px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title {
        padding: 24px 43px 20px 23px;
    }
    .faq .faq-accordion .faq-content {
        margin: -15px 0 0;
        padding: 0 23px 20px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title::after {
        top: 27px;
        right: 22px;
    }
    .lets-connect {
        padding-top: 56px;
        padding-bottom: 70px;
    }
    .lets-connect .lets-connect-row {
        margin-top: 45px;
        max-width: 100%;
        padding: 40px 78px 53px 53px;
    }
    .lets-connect-row .lc-left-col .lpt-btn {
        margin-top: 25px;
    }
    .lets-connect-row .lc-left-col .lc-left-btn-grp {
        margin-top: 28px;
        padding: 21px 0 0;
    }
    .lets-connect-row .lc-left-col h3 {
        font-size: 38px;
        line-height: 44px;
    }
    .lets-connect-row .lc-left-col p {
        font-size: 19px;
        line-height: 25px;
        margin: 6px 0 0;
    }
    /* Home Page End */
    /* Pricing Page Start */
    .choose-plan {
        padding-top: 50px;
    }
    .choose-plan .cp-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Pricing Page End */
    /* Partner Page Start */
    .partner-top-banner .wp-block-group {
        min-height: 500px !important;
    }
    .partner-top-banner .wp-block-column h1 {
        font-size: 50px;
        line-height: 58px;
    }
    .partner-top-banner .wp-block-column p {
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0 0;
    }
    .partner-top-banner .wp-block-column .wp-block-buttons {
        margin-top: 70px;
    }
    .our-proposition .wp-block-group {
        min-height: 440px !important;
        margin-bottom: -35px;
    }
    .our-proposition .wp-block-group .op-sub-title {
        font-size: 21px;
        line-height: 22px;
        max-width: 254px;
        padding: 10px 30px;
        top: -4px;
    }
    .our-proposition .wp-block-column h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 28px auto 15px;
        max-width: 79%;
    }
    .our-proposition .wp-block-column p {
        font-size: 18px;
        line-height: 24px;
        max-width: 71%;
    }
    .our-collaboration {
        padding: 10px 0 70px;
    }
    .our-collaboration .our-collaboration-top {
        margin-top: 33px;
    }
    .our-collaboration-top .oc-top-left-item,
    .our-collaboration-top .oc-top-right .wp-block-column {
        padding: 40px 30px 31px !important;
    }
    .our-collaboration-top .wp-block-mindspun-grid-row .oc-top-left-item .wp-block-media-text__content {
        max-width: 60%;
    }
    .our-collaboration-top .oc-top-left .oc-top-title,
    .our-collaboration-top .oc-top-right .oc-top-title {
        font-size: 28px;
        line-height: 34px;
    }
    .our-collaboration-top .oc-top-left p:not(.oc-top-title),
    .our-collaboration-top .oc-top-right p:not(.oc-top-title) {
        font-size: 18px;
        line-height: 24px;
        margin: 13px 0 0;
    }
    .our-collaboration-bottom {
        margin-top: 70px;
        gap: 20px;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 {
        font-size: 36px;
        line-height: 44px
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt p {
        margin: 13px 0 0;
        font-size: 18px;
        line-height: 24px;
    }
    .our-collaboration-grow {
        margin: 50px 0 0;
    }
    .our-collaboration-grow .partner-with-us-btn {
        margin-top: 22px;
    }
    .compliance-transparency {
        padding-top: 46px !important;
        padding-bottom: 62px !important;
    }
    .compliance-transparency .compliance-transparency-step {
        margin-top: 30px;
    }
    .compliance-transparency-step .ct-step-number i {
        font-size: 28px;
    }
    .compliance-transparency-step .wp-block-column p {
        margin: 20px 0 0;
        font-size: 18px;
        line-height: 23px;
    }
    .features-functionalities.abillion-different .ff-tab {
        margin-top: 46px;
    }
    .partner-benefits {
        padding: 22px 0 60px;
    }
    .partner-benefits .partner-benefits-view.partner-benefits-view {
        margin-top: 35px;
    }
    .partner-benefits-view .wp-block-columns .wp-block-column {
        padding: 34px 30px 40px !important;
    }
    .partner-benefits-view .wp-block-column .pb-item-title {
        font-size: 22px;
        margin: 18px 0 13px
    }
    .partner-benefits-view .wp-block-column p:not(.pb-item-title) {
        font-size: 18px;
    }
    .partners-says.partner-says-different-bg {
        background-position: 100% 45px;
    }
    .partners-says.partner-says-different-bg .cb-carousel-block {
        margin-top: 20px;
    }
    .how-join {
        padding: 55px 0 78px;
    }
    .how-join-top-view {
        margin: 40px 0 0;
    }
    .how-join-top-view .wp-block-column .hj-top-icon i {
        width: 79px;
        height: 79px;
    }
    .how-join-top-view .wp-block-column .hj-top-icon::after {
        width: calc(100% - 87px);
    }
    .how-join-bottom-view {
        margin-top: 65px;
    }
    .how-join .how-join-top-view {
        margin: 50px 0 0;
    }
    .how-join-bottom-view .hj-bottom-cnt {
        padding: 20px 0 20px 53px;
    }
    /* Partner Page End */
    /* Cms Page Start */
    .privacy-policy-page main {
        padding: 50px 0 75px;
    }
    .terms-conditions-page main {
        padding: 50px 0 72px;
    }
    .cms-page main h1 {
        font-size: 55px;
        line-height: 60px;
    }
    .cms-page main h2 {
        font-size: 50px;
        line-height: 58px;
        margin: 0 0 22px;
    }
    .cms-page main h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .cms-page main h4 {
        font-size: 28px;
        line-height: 34px;
    }
    .cms-page main h5 {
        font-size: 26px;
        line-height: 32px;
    }
    .cms-page main .wp-block-group > h2 {
        margin: 0 0 20px;
    }
    /* Cms Page End */
    /* News Page Start */
    .news-topbar {
        padding: 32px 0;
    }
    .featured-analysis .featured-analysis-inner {
        align-items: center;
    }
    .featured-analysis-inner .fai-cnt {
        padding: 32px 27px;
    }
    .featured-analysis-inner .fai-cnt .fa-tag {
        padding: 8px 14px;
        font-size: 15px;
    }
    .featured-analysis-inner .fai-cnt h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 19px 0 13px;
    }
    .featured-analysis-inner .fai-cnt p {
        font-size: 18px;
    }
    .featured-analysis-inner .fai-cnt .read-full {
        margin: 8px 0 0;
    }
    .news-article {
        padding: 10px 0 42px;
    }
    .market-news {
        padding: 30px 0 50px;
    }
    .market-news .section-header h2 {
        margin-bottom: 20px;
    }
    .market-news .news-tabs {
        margin: 18px 0 28px;
    }
    .trending-abillion {
        padding: 50px 0;
    }
    .trending-abillion-view .ta-left .ta-feature-title {
        font-size: 28px;
        margin: 0 0 13px;
    }
    .trending-abillion-view .ta-left .ta-feature-desc {
        font-size: 18px;
    }
    .trending-abillion-view .ta-right .ta-right-heading {
        margin: 0 0 15px;
        max-width: 152px;
    }
    .trending-abillion-view .ta-right .ta-item {
        padding: 13px 0;
    }
    .stock-live-update .section-header p {
        font-size: 18px;
    }
    .stock-live-update .stock-live-update-img {
        margin: 40px 0 0;
    }
    .hot-ai-picks .news-view {
        margin-top: 32px;
    }
    .lets-connect.stay-ahead .lets-connect-row {
        margin-top: 12px;
        padding: 40px 33px 43px 33px;
        align-items: center !important;
    }
    .lets-connect .lets-connect-row .lc-left-col {
        align-self: center;
    }
    .lets-connect-row .lc-left-col h3 {
        font-size: 36px;
        line-height: 42px;
        margin: 0;
    }
    .stay-ahead .lets-connect-row .lc-left-col .sub-heading {
        font-size: 28px;
        margin: 14px 0 0;
    }
    .stay-ahead .lets-connect-row .lc-left-col .stay-ahead-form {
        margin: 30px 0 0;
    }
    /* News Page End */
}
@media only screen and (max-width: 1199px) {
    /* Globar Start */
    .subscribe-btn {
        padding: 12px 15px;
        min-width: 150px;
    }
    .section-header h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .section-header p {
        font-size: 18px;
        line-height: 24px;
    }
    .become-partner .wp-element-button {
        min-width: 215px;
    }
    .lets-connect .lets-connect-row .lc-left-col {
        flex-basis: 69.66% !important;
    }
    .lets-connect .lets-connect-row .lc-right-col {
        flex-basis: 28.33% !important;
    }
    /* Globar End */
    /* Header Start */
    header .main-menu .wp-block-navigation li:not(:last-child)::after {
        margin: 0 5px;
    }
    header .main-menu .wp-block-navigation > li > a {
        font-size: 1.0rem;
    }
    /* Header End */
    /* Footer Start */
    footer {
        padding: 24px 0;
    }
    footer .footer-top .footer-socials {
        gap: 30px;
    }
    /* Footer End */
    /* Home Chart Start */
    .stock-investment-container .form-row {
        justify-content: center;
        gap: 16px;
    }
    .porfolio-item .portfolio-dash-status {
        min-width: unset;
        width: 100%;
        max-width: 100%;
    }
    .portfolio-title {
        font-size: 13px;
    }
    .portfolio-chart-box {
        height: max-content;
    }
    /* Home Chart End */
    /* Home Page Start */
    .investment-performance {
        padding-bottom: 50px;
    }
    .investment-performance .badge-sub-title {
        margin-bottom: 14px;
    }
    .investment-performance .hr-title  {
        font-size: 45px;
        line-height: 56px;
        max-width: 100%;
    }
    .investment-performance .hr-title br {
        display: none;
    }
    .investment-performance .hr-description {
        margin: 0 auto 16px;
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
    }
    .investment-performance .hr-description br {
        display: none;
    }
    .investment-performance .hr-start-analysis {
        margin-top: 30px;
    }
    .investing-powered {
        padding-top: 46px;
        padding-bottom: 63px;
        min-height: 2481px;
    }
    .investing-powered .investing-powered-title {
        font-size: 45px;
        line-height: 52px;
    }
    .investing-powered .investing-powered-top-hero {
        margin-top: 40px;
    }
    .why-abillion-content .why-abillion-title {
        margin-top: 42px;
        padding: 10px 32px;
        font-size: 28px;
        line-height: 34px;
    }
    .why-abillion-content .why-abillion-title::before,
    .why-abillion-content .why-abillion-title::after {
        top: 7px;
        right: -10px;
        width: 20px;
        height: 21px;
    }
    .why-abillion-content .why-abillion-title::after {
        top: auto;
        bottom: -9px;
    }
    .why-abillion-content .why-abillion-sub-title {
        font-size: 26px;
        line-height: 110%;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    .why-abillion-content .why-abillion-sub-title br,
    .why-abillion-content .why-abillion-description br {
        display: none;
    }
    .why-abillion-content .why-abillion-description {
        font-size: 19px;
        line-height: 110%;
    }
    .why-abillion-view {
        margin-top: 45px !important;
        gap: 20px;
    }
    .why-abillion-view .wp-block-columns {
        gap: 20px;
    }
    .why-abillion-view .wp-block-columns .why-abillion-view-title {
        font-size: 24px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .why-abillion-view .wp-block-columns p:not(.why-abillion-view-title) {
        margin-top: 0;
    }
    .human-machine {
        margin-top: 55px;
    }
    .human-machine > .wp-block-columns {
        gap: 30px;
    }
    .human-machine .wp-block-columns .hm-title {
        font-size: 40px;
        line-height: 100%;
    }
    .human-machine .wp-block-columns .hm-subheading {
        margin-top: 18px;
        font-size: 24px;
        line-height: 120%;
    }
    .human-machine .wp-block-columns .hm-content {
        margin-top: 26px;
        font-size: 17px;
        line-height: 120%;
    }
    .human-machine .wp-block-columns .hm-content br {
        display: none;
    }
    .why-abillion-try {
        margin-top: 48px;
    }   
    .why-abillion-try h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .features-functionalities.abillion-different {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .features-functionalities .section-header p {
        margin: 8px 0 0;
    }
    .features-functionalities .ff-tab {
        margin-top: 45px;
        gap: 28px;
    }
    .ff-tab .ff-right {
        padding-left: 30px;
    }
    .features-functionalities.abillion-different .ff-tab .ff-right {
        padding: 28px 20px 20px;
    }
    .features-functionalities.abillion-different .ff-tab .ff-right h3,
    .features-functionalities.abillion-different .ff-tab .ff-right p {
        padding: 0 11px;
    }
    .ff-tab .ff-right .ff-tab-title {
        font-size: 26px;
    }
    .ff-tab .ff-right p {
        font-size: 17px;
    }
    .ff-tab .ff-right p br {
        display: none;
    }
    .ff-tab .ff-right figure {
        margin-top: 30px;
    }
    .ff-tab .ff-right .wp-block-buttons {
        margin-top: 35px;
    }
    .partners-says {
        margin: 0;
        padding: 0 0 65px;
        min-height: inherit;
    }
    .partners-says::before {
        height: 60px;
    }
    .partners-says .cb-carousel-block {
        margin-top: 30px;
    }
    .partners-says .cb-carousel-block .swiper {
        margin: 0 0 7px;
    }
    .partners-says .cb-carousel-block p:not(.partner-say-nm) {
        font-size: 20px;
        line-height: 30px;
        max-width: 80%;
    }
    .partners-says .cb-carousel-block p:not(.partner-say-nm) br {
        display: none;
    }
    .partners-says .cb-carousel-block .partner-say-nm {
        margin-top: 21px;
        font-size: 17px;
    }
    .news-insights {
        padding-top: 40px;
        padding-bottom: 52px;
    }
    .news-insights .news-insights-view {
        margin-top: 20px;
    }
    .news-insights .section-header,
    .news-insights .news-insights-view {
        max-width: 100%;
    }
    .news-insights-view {
        gap: 40px;
    }
    .news-insights-view .ni-left-col figure {
        margin: 0 0 20px;
    }
    .news-insights-view .ni-left-col .wp-block-post-date time,
    .news-insights-view .ni-right-col .wp-block-post-date time {
        font-size: 16px;
    }
    .news-insights-view .ni-left-col .wp-block-post-title,
    .news-insights-view .ni-right-col .wp-block-post-title {
        font-size: 18px;
        line-height: 26px;
        margin: 7px 0 11px;
    }
    .news-insights-view .ni-right-col ul li {
        margin: 24px 0 0;
        padding: 24px 0 0;
    }
    .faq {
        padding-top: 44px;
        padding-bottom: 50px;
    }
    .faq .faq-accordion {
        margin-top: 20px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title {
        padding: 20px 40px 17px 20px;
    }
    .faq .faq-accordion .faq-content .wp-block-column p br {
        display: none;
    }
    .faq .faq-accordion .faq-content {
        margin: -13px 0 0;
        padding: 0 20px 17px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title::after {
        top: 22px;
        right: 19px;
    }
    .faq .faq-accordion .faq-content .wp-block-column p,
    .faq .faq-accordion .faq-content .wp-block-column ul li,
    .faq .faq-accordion .faq-content .wp-block-column ol li {
        font-size: 17px;
        line-height: 24px;
    }
    .lets-connect {
        padding-top: 45px;
        padding-bottom: 64px;
    }
    .lets-connect .section-header h2 br {
        display: none;
    }
    .lets-connect .lets-connect-row {
        margin-top: 35px;
    }
    .lets-connect .lets-connect-row {
        margin-top: 35px;
        gap: 30px;
        padding: 30px 38px 40px 33px;
    }
    /* Home Page End */
    /* Pricing Page Start */
    .pricing-plan-view .pricing-plan > .wp-block-column h4 {
        padding: 18px 20px;
        height: 60px;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li {
        padding: 18px 20px 18px 40px;
        font-size: 14px;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li.check-list::before {
        left: 20px;
        top: 22px;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li.cross-list::before {
        left: 20px;
        top: 20px;
    }
    /* Pricing Page End */
    /* Partner Page Start */
    .partner-top-banner {
        padding: 30px 0;
    }
    .partner-top-banner .wp-block-group {
        min-height: 350px !important;
    }
    .partner-top-banner .wp-block-column {
        max-width: 60%;
    }
    .partner-top-banner .wp-block-column h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .partner-top-banner .wp-block-column p {
        margin: 15px 0 0;
    }
    .partner-top-banner .wp-block-column p br {
        display: none;
    }
    .partner-top-banner .wp-block-column .wp-block-buttons {
        margin-top: 50px;
    }
    .partner-top-banner .live-portfolio-test-btn .wp-element-button {
        min-width: 196px;
        padding: 15px;
    }
    .our-proposition .wp-block-group {
        padding: 0 0 16px;
        min-height: 400px !important;
    }
    .our-proposition .wp-block-group .op-sub-title {
        font-size: 20px;
        line-height: normal;
    }
    .our-proposition .wp-block-column h2 {
        max-width: 100%;
        margin: 18px auto 15px;
    }
    .our-proposition .wp-block-column p {
        max-width: 100%;
        margin: 20px 0 0;
    }
    .our-collaboration {
        margin: 0;
    }
    .our-collaboration .our-collaboration-top {
        margin-top: 30px;
    }
    .our-collaboration-top .wp-block-mindspun-grid-row,
    .our-collaboration .our-collaboration-top .oc-top-left {
        gap: 20px;
    }
    .our-collaboration-top .oc-top-left-item {
        min-height: 280px;
    }
    .our-collaboration-top .oc-top-left-item .wp-block-media-text__media {
        right: 9px;
    }
    .our-collaboration-top .oc-top-left p:not(.oc-top-title) br,
    .our-collaboration-top .oc-top-right p:not(.oc-top-title) br {
        display: none;
    }
    .our-collaboration-bottom {
        margin-top: 60px;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 br {
        display: none;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt p {
        margin: 10px 0 0;
    }
    .our-collaboration-grow {
        margin: 42px 0 0;
    }
    .our-collaboration-grow .partner-with-us-btn .wp-element-button {
        padding: 16px 20px;
        min-width: 196px;
    }
    .compliance-transparency {
        padding-top: 42px !important;
        padding-bottom: 50px !important;
    }
    .compliance-transparency .compliance-transparency-step {
        gap: 35px;
    }
    .compliance-transparency-step .ct-step-number i {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 26px;
    }
    .compliance-transparency-step .wp-block-column p {
        margin: 18px 0 0;
    }
    .compliance-transparency-step .wp-block-column p br {
        display: none;
    }
    .partner-benefits {
        padding: 12px 0 52px;
    }
    .partner-benefits .partner-benefits-view.partner-benefits-view {
        margin-top: 28px;
    }
    .partner-benefits .partner-benefits-view.partner-benefits-view,
    .partner-benefits-view .wp-block-columns {
        gap: 20px;
    }
    .partner-benefits-view .wp-block-columns .wp-block-column {
        padding: 30px 24px 30px !important;
        width: calc(32% - 1px);
    }
    .partner-benefits-view .wp-block-column .pb-item-title {
        font-size: 21px;
        margin: 15px 0 11px;
    }
    .partner-benefits-view .wp-block-column p:not(.pb-item-title) {
        font-size: 17px;
    }
    .partner-benefits-view .wp-block-column p:not(.pb-item-title) br {
        display: none;
    }
    .partners-says.partner-says-different-bg {
        background-position: 100% 40px;
        padding-top: 0;
    }
    .how-join {
        padding: 47px 0 65px;
    }
    .how-join .how-join-top-view {
        margin: 38px 0 0;
    }
    .how-join-top-view .wp-block-column .hj-top-icon i {
        width: 70px;
        height: 70px;
    }
    .how-join-top-view .wp-block-column .hj-top-icon::after {
        width: calc(100% - 77px);
    }
    .how-join-top-view .wp-block-column .hw-step-title {
        margin: 19px 0 9px;
        font-size: 21px;
    }
    .how-join-top-view .wp-block-column p:not(.hw-step-title) {
        font-size: 17px;
        line-height: 23px;
    }
    .how-join-top-view .wp-block-column p:not(.hw-step-title) br {
        display: none;
    }
    .how-join-bottom-view {
        margin-top: 55px;
    }
    .how-join-bottom-view .hj-bottom-cnt {
        padding: 20px 0 20px 33px;
    }
    .how-join-bottom-view .hj-bottom-cnt {
        width: calc(49% - 3px);
    }
    .how-join-bottom-view .hj-bottom-hero {
        width: calc(51% - 10px);
    }
    .how-join-bottom-view .hj-bottom-cnt h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .how-join-bottom-view .hj-bottom-cnt p {
        font-size: 17px;
        line-height: 23px;
    }
    .how-join-bottom-view .hj-bottom-cnt p br {
        display: none;
    }
    .how-join-bottom-view .wp-block-buttons {
        margin-top: 30px;
    }
    /* Partner Page End */
    /* Cms Page Start */
    .privacy-policy-page main,
    .terms-conditions-page main {
        padding: 45px 0 65px 0;
    }
    .cms-page main h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .cms-page main h2 {
        font-size: 44px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .cms-page main h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .cms-page main .wp-block-group > h2 {
        margin: 0 0 15px;
    }
    /* Cms Page End */
    /* News Page Start */
    .news-topbar {
        padding: 30px 0;
    }
    .featured-analysis-inner .fai-cnt {
        padding: 24px 20px;
    }
    .featured-analysis-inner .fai-cnt h2 {
        font-size: 26px;
        line-height: 32px;
        margin: 17px 0 11px;
    }
    .featured-analysis-inner .fai-cnt p {
        font-size: 17px;
    }
    .news-article-inner {
        gap: 24px;
    }
    .news-article-inner .news-article-left {
        width: calc(31% - 8px);
    }
    .nal-bottom .nal-btm-row {
        padding: 12px 16px 12px 13px;
    }
    .news-article {
        padding: 10px 0 45px;
    }
    .news-article-inner .news-article-title {
        font-size: 19px;
    }
    .news-article-left .nal-top .news-tabs .tab {
        padding: 6px 10px;
        font-size: 13px;
    }
    .news-article-center .nac-view .nac-row .nac-left a {
        font-size: 17px;
        line-height: 23px;
    }
    .news-article-left .view-all-link-row {
        padding: 13px 0 14px;
    }
    .news-article-inner .news-article-center {
        width: calc(40% - 9px);
        height: 100%;
    }
    .news-article-center .nac-view .nac-row .nac-left {
        width: calc(90% - 67px);
    }
    .news-article-center .nac-view .nac-row {
        padding: 17px 0 16px;
        min-height: 126px;
    }
    .news-article-inner .news-article-right {
        padding-left: 20px;
    }
    .news-article-right .nar-view .nar-row {
        padding: 10px 0;
    }
    .news-article-right .nar-view .nar-row a {
        font-size: 15px;
    }
    .news-article-inner.news-article-inner-bottom .news-article-left {
        gap: 38px;
    }
    .news-article-inner-bottom .news-article-center .nac-view .nac-row {
        min-height: 109px;
        padding: 13px 0 15px;
    }
    .market-news .news-view .owl-nav,
    .hot-ai-picks .news-view .owl-nav {
        margin-top: 42px;
        display: flex;
        justify-content: center;
        gap: 12px;   
    }
    .market-news .news-view .owl-nav button,
    .hot-ai-picks .news-view .owl-nav button {
        position: unset;
        top: 100%;
        margin: 0;
    }
    .market-news .news-view .owl-nav button.owl-prev,
    .hot-ai-picks .news-view .owl-nav button.owl-prev {
        left: 0;
    }
    .market-news .news-view .owl-nav button.owl-next,
    .hot-ai-picks .news-view .owl-nav button.owl-next {
        right: 0;
    }
    .market-news {
        padding: 20px 0 50px;
    }
    .market-news .news-tabs {
        margin: 18px -15px 28px;
        flex-wrap: nowrap;
        padding: 0 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }
    .market-news .news-tabs::-webkit-scrollbar {
        display: none;
    }
    .trending-abillion .section-header h2 {
        margin: 0 0 25px;
    }
    .trending-abillion {
        padding: 50px 0 40px;
    }
    .trending-abillion-view {
        gap: 28px;
    }
    .trending-abillion-view .ta-left .ta-feature-title {
        font-size: 26px;
        margin: 0 0 13px;
    }
    .trending-abillion-view .ta-left .ta-feature-desc {
        font-size: 17px;
    }
    .trending-abillion-view .ta-right .ta-right-list::after {
        height: 127px;
    }
    .trending-abillion-view .ta-right .ta-item-title {
        font-size: 17px;
    }
    .stock-live-update {
        padding: 35px 0 40px;
    }
    .stock-live-update .stock-live-update-img {
        margin: 35px 0 0;
    }
    .lets-connect.stay-ahead {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lets-connect.stay-ahead .lets-connect-row {
        margin-top: 0;
    }
    .lets-connect-row .lc-left-col h3 {
        font-size: 34px;
        line-height: 40px;
    }
    .stay-ahead .lets-connect-row .lc-left-col .sub-heading {
        font-size: 26px;
        margin: 12px 0 0;
    }
    .stay-ahead .lets-connect-row .lc-left-col .stay-ahead-form {
        margin: 26px 0 0;
    }
    .lets-connect .lets-connect-row .lc-right-col {
        top: 0;
    }
    /* News Page End */
}
@media only screen and (max-width: 991px) {
    /* Header Start */
    header .wp-block-group .header-logo {
        max-width: 220px;  
    }
    header .main-menu .wp-block-navigation > li > a {
        margin: 0;
        padding: 0 4px;
    }
    header .main-menu .wp-block-navigation li:not(:last-child)::after {
        margin: 0 4px;
    }
    header .main-menu .wp-block-navigation > li {
        font-size: 16px !important;
    }
    header .main-menu .wp-block-navigation > li > a {
        font-size: 15px;
    }
    /* Header End */
    /* Footer Start */
    footer .footer-top .wp-block-site-logo img {
        max-width: 180px;
    }
    footer .footer-top .footer-socials {
        gap: 16px;
    }
    footer .footer-top .wp-block-navigation li a {
        font-size: 15px;
        line-height: 23px;
    }
    /* Footer End */
    /* Home Chart Start */
    .stock-investment-container .form-group.amount,
    .stock-investment-container .form-group.time {
        min-width: 100%;
    }
    .stock-investment-container .form-group.stocks {
        min-width: 100%;
    }
    .porfolio-item .portfolio-dash-status {
        max-width: max-content;
    }
    .perform-matrics-box, .portfolio-overtime-box {
        padding: 15px;
    }
    .porfolio-item li:nth-child(1) .portfolio-dash-box {
        padding: 8px;
    }
    .cust-hero-dashboard .row {
        gap: 16px 0;
    }
    .chart-box #portfolioChart {
        height: 376px;
    }
    .cust-sm-cardflex {
        display: flex;
        justify-content: center;
        margin-top: 4px;
    }
    /* Home Chart End */
    /* Home Page Start */
    .investment-performance .hr-badge {
        font-size: 14px;
        width: 100%;
    }
    .investment-performance .hr-title {
        font-size: 36px;
        line-height: 43px;
    }
    .investment-performance .hr-description {
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto 26px auto;
    }   
    .investment-performance .hr-start-analysis {
        margin-top: 26px;
    }
    .investing-powered .investing-powered-top-hero {
        margin-top: 36px;
    }
    .investing-powered {
        padding-top: 46px;
        padding-bottom: 60px;
        min-height: 2150px;
    }
    .why-abillion-content .why-abillion-title {
        margin-top: 32px;
    }
    .why-abillion-content .why-abillion-sub-title {
        font-size: 24px;
        line-height: 110%;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .why-abillion-content .why-abillion-description {
        font-size: 18px;
    }
    .why-abillion-view {
        margin-top: 35px !important;
        padding: 0 !important;
    }
    .why-abillion-view .wp-block-columns .wp-block-column {
        padding: 20px 15px !important;
        flex-basis: 48% !important;
    }
    .why-abillion-view .wp-block-columns .why-abillion-view-title {
        font-size: 22px;
    }
    .human-machine {
        margin-top: 52px;
    }
    .human-machine > .wp-block-columns {
        gap: 20px;
    }
    .human-machine > .wp-block-columns .wp-block-column {
        flex-basis: 38% !important;
    }
    .human-machine .wp-block-columns .hm-title {
        font-size: 36px;
    }
    .human-machine .wp-block-columns .hm-subheading {
        margin-top: 15px;
        font-size: 23px;
    }
    .why-abillion-try {
        margin-top: 46px;
        gap: 12px;
    }
    .why-abillion-try h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .why-abillion-try .wp-block-buttons {
        margin-top: 12px;
    }
    .features-functionalities {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .features-functionalities .section-header p {
        margin: 6px 0 0;
    }
    .features-functionalities .ff-tab {
        margin-top: 35px;
        gap: 24px;
    }
    .features-functionalities .ff-tab .ff-left {
        flex-basis: calc(42% - 4px) !important;
        width: 100%;
    }
    .features-functionalities .ff-tab .ff-right {
        flex-basis: calc(56% - 6px) !important;
        width: 100%;
    }
    .ff-tab .ff-right {
        padding-left: 25px;
    }
    .ff-tab .ff-right p {
        margin: 5px 0 0;
    }
    .ff-tab .ff-right figure {
        margin-top: 26px;
    }
    .partners-says {
        padding: 0 0 58px;
    }
    .partners-says .cb-carousel-block {
        margin-top: 20px;
    }
    .partners-says .cb-carousel-block .swiper {
        margin: 0 0 3px;
    }
    .news-insights {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .news-insights-view {
        gap: 30px;
    }
    .news-insights .news-insights-view .ni-left-col {
        flex-basis: calc(39% - 8px) !important;
    }
    .news-insights .news-insights-view .ni-right-col {
        flex-basis: calc(56% - 0px) !important;
    }
    .news-insights-view .ni-left-col figure {
        margin: 0 0 18px;
    }
    .news-insights-view .ni-left-col .wp-block-post-date time,
    .news-insights-view .ni-right-col .wp-block-post-date time {
        font-size: 15px;
    }
    .news-insights-view .ni-left-col .wp-block-post-title,
    .news-insights-view .ni-right-col .wp-block-post-title {
        font-size: 16px;
        line-height: 23px;
        margin: 5px 0 7px;
    }
    .news-insights-view .ni-right-col .wp-block-post-title {
        margin-bottom: 0;
    }
    .news-insights-view .ni-left-col .entry-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .news-insights-view .ni-right-col ul li {
        margin: 18px 0 0;
        padding: 18px 0 0;
    }
    .news-insights-view .ni-right-col ul li .wp-block-columns .wp-block-column:not(:last-child) {
        align-self: flex-start;
    }
    .news-insights-view .ni-right-col ul li .wp-block-columns .wp-block-column:last-child {
        flex-basis: 60% !important;
    }
    .news-insights-view .ni-right-col ul li .wp-block-columns {
        gap: 15px;
    }
    .news-insights-view .ni-right-col .wp-block-buttons {
        margin-top: 35px;
    }
    .faq {
        padding-top: 42px;
        padding-bottom: 45px;
    }
    .lets-connect {
        padding-top: 40px;
        padding-bottom: 58px;
    }
    .lets-connect .lets-connect-row {
        margin-top: 32px;
        padding: 30px;
        gap: 28px;
        flex-direction: column-reverse;
    }
    .lets-connect .lets-connect-row .lc-right-col {
        margin: auto;
        top: 0;
    }
    .lets-connect .lets-connect-row .lc-left-col {
        text-align: center;
        flex-basis: 100% !important;
        width: 100%;
    }
    .lets-connect-row .lc-left-col .lpt-btn {
        justify-content: center
    }
    .lets-connect-row .lc-left-col .lc-left-btn-grp {
        justify-content: center;
    }
    /* Home Page End */
    /* Pricing Page Start */    
    .pricing-plan-view .pricing-plan {
        background-color: transparent !important;
        gap: 10px;
        box-shadow: none;
        flex-direction: column;
        border-radius: initial;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column {
        border-radius: 8px;
        padding: 24px 20px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .pricing-plan-view .pricing-plan > .wp-block-column:not(:last-child) > .wp-block-group {
        border-right: 0;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column h4,
    .pricing-plan-view .pricing-plan > .wp-block-column .ppb-button {
        display: none;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column > .wp-block-group {
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column > .wp-block-group:last-child {
        margin: 0;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .ppt-title {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 0;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .ppt-description {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .ppt-description br {
        display: none;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .price-value h3 {
        font-size: 24px;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .price-value p {
        font-size: 12px;
        margin-top: 5px;
    }
    .pricing-plan-view .pricing-plan > .wp-block-column .price-value {
        font-size: 24px;
        margin: 20px 0;
        padding: 0;
    }
    .pricing-plan-view .wp-block-column .view-button {
        display: block;
    }
    .pricing-plan-view .wp-block-column .wp-block-list {
        margin: 20px 0 0;
        width: 100%;
        display: none;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li {
        padding: 12px 0 12px 22px;
        font-size: 14px;
        border-top: 1px dashed #d2dddd;
        border-bottom: 0;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li:last-child {
        border-bottom: 1px dashed #d2dddd;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li.check-list::before {
        left: 0;
        top: 15px;
    }
    .pricing-plan-view .wp-block-column .wp-block-list li.cross-list::before {
        left: 0;
        top: 14px;
    }
    .our-proposition .wp-block-group {
        padding: 0 0 16px;
        min-height: 440px !important;
    }
    .our-proposition .wp-block-column h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .our-proposition .wp-block-column p {
        margin: 15px auto 0;
    }
    /* Pricing Page End */
    /* Partner Page Start */
    .partner-top-banner .wp-block-column {
        max-width: 64%;
    }
    .partner-top-banner .wp-block-column h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .partner-top-banner .wp-block-column .wp-block-buttons {
        margin-top: 45px;
    }
    .our-collaboration {
        padding: 10px 0 65px;
    }
    .our-collaboration-top .wp-block-mindspun-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .our-collaboration-top .oc-top-left-item {
        min-height: 270px;
    }
    .our-collaboration-top .wp-block-mindspun-grid-row .oc-top-left-item .wp-block-media-text__content {
        max-width: 80%;
    }
    .our-collaboration-top .oc-top-left-item,
    .our-collaboration-top .oc-top-right .wp-block-column {
        padding: 24px !important;
    }
    .our-collaboration-bottom {
        margin-top: 50px;
        gap: 22px;
    }
    .our-collaboration-bottom .oc-bottom-item {
        gap: 0;
        padding: 15px !important;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt {
        padding: 15px 0 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .our-collaboration-bottom .oc-bottom-item:nth-child(even) .oc-bottom-cnt {
        padding-left: 0;
        padding-right: 0;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-hero {
        width: 100%;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-hero img {
        width: 100%;
    }
    .our-collaboration-bottom .oc-bottom-item:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .our-collaboration-grow {
        margin: 38px 0 0;
    }
    .compliance-transparency .compliance-transparency-step {
        gap: 50px;
        margin: 28px 0 0;
        flex-direction: column;
    }
    .compliance-transparency-step > .wp-block-column {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .compliance-transparency-step > .wp-block-column::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 105%;
        margin: auto;
        width: 1px;
        height: 35px;
        background: #ad79ff
    }
    .compliance-transparency-step > .wp-block-column:last-child::after {
        display: none;
    }
    .compliance-transparency-step .ct-step-number::after {
        display: none;
    }
    .compliance-transparency-step .wp-block-column p {
        margin: 15px 0 0;
    }
    .features-functionalities.abillion-different .ff-tab {
        margin-top: 38px;
    }
    .features-functionalities.abillion-different .ff-tab {
        gap: 24px;
    }
    .partner-benefits {
        padding: 0px 0 44px;
    }
    .partner-benefits-view .wp-block-columns .wp-block-column {
        text-align: center;
        width: 100%;
    }
    .how-join .how-join-top-view {
        margin: 28px 0 0;
        gap: 60px;
        display: flex;
        flex-direction: column;
    }
    .how-join-top-view .wp-block-column {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .how-join-top-view .wp-block-column p:not(.hw-step-title) {
        margin: 0;
    }
    .how-join-top-view .wp-block-column::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 106%;
        margin: auto;
        width: 1px;
        height: 40px;
        background-color: #00a267;
    }
    .how-join-top-view .wp-block-column:last-child::after {
        display: none;
    }
    .how-join .how-join-bottom-view {
        flex-direction: column-reverse;
        padding: 15px !important;
    }
    .how-join-bottom-view .hj-bottom-hero {
        width: 100%;
        margin: 0;
    }
    .how-join-bottom-view .hj-bottom-hero figure img {
        width: 100%;
    }
    .how-join-bottom-view .hj-bottom-cnt {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4px 0 0;
    }
    .how-join-bottom-view .wp-block-buttons {
        margin-top: 20px;
    }
    /* Partner Page End */
    /* News Page Start */
    .featured-analysis .featured-analysis-inner {
        flex-direction: column-reverse;
        padding: 15px;
        gap: 25px;
    }
    .featured-analysis-inner .fai-hero {
        width: 100%;
        margin-right: 0;
    }
    .featured-analysis-inner .fai-hero img {
        border-radius: 10px;
        width: 100%;
    }
    .featured-analysis-inner .fai-cnt {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .featured-analysis-inner .fai-cnt h2 {
        margin: 14px 0 8px;
    }
    .featured-analysis-inner .fai-cnt p {
        max-width: 100%;
    }
    .news-article-inner {
        gap: 34px 24px;    
    }
    .news-article-inner .news-article-left {
        width: 100%;
    }
    .news-article-inner .news-article-center {
        width: calc(50% - 12px);
        padding: 0;
    }
    .news-article-inner .news-article-right {
        width: calc(50% - 12px);
        height: auto;
    }
    .news-article-inner.news-article-inner-bottom .news-article-center {
        width: calc(60% - 12px);
    }
    .news-article-inner.news-article-inner-bottom .news-article-right {
        width: calc(40% - 12px);
    }
    .news-article-inner-bottom .news-article-left .nal-top .nal-top-right {
        width: calc(33% - 10px);
    }
    .news-article-inner-bottom .news-article-left .nal-top .nal-top-right .nal-btn-tp-impact.down {
        width: auto;
    }
    .news-article-inner.news-article-inner-bottom .news-article-left .news-article-left-bottom img {
        width: 100%;
    }
    .news-article-inner-bottom.news-article-inner .news-article-right img {
        margin-left: auto;
    }
    .trending-abillion {
        padding: 40px 0 30px;
    }
    .trending-abillion .section-header h2 {
        margin: 0 0 22px;
    }
    .trending-abillion-view {
        gap: 24px;
    }
    .trending-abillion-view .ta-left {
        width: calc(52% - 8px);
    }
    .trending-abillion-view .ta-left .ta-feature-title {
        font-size: 24px;
    }
    .trending-abillion-view .ta-right {
        width: calc(50% - 10px);
    }
    .trending-abillion-view .ta-right .ta-item {
        align-items: flex-start;
    }
    .hot-ai-picks {
        padding: 15px 0 50px;
    }
    .hot-ai-picks .news-view {
        margin-top: 30px;
    }
    .news-view .item-cnt .title {
        min-height: 66px;
    }
    /* News Page End */
}
@media (max-width: 768px) {
    /* Home Chart Start */
    .signup-modal-content {
        padding: 32px 24px;
        margin: 20px;
        border-radius: 20px;
    }
    .signup-modal-title {
        font-size: 24px;
    }
    .signup-form-input {
        padding: 14px 16px;
        font-size: 15px;
    }
    .signup-submit-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
    /* Home Chart End */
    /* Cms Page Start */
    .privacy-policy-page main,
    .terms-conditions-page main {
        padding: 40px 0 55px;
    }
    /* Cms Page End */
}
@media only screen and (max-width: 767px) {
    /* Global Start */
    .subscribe-btn {
        padding: 10.50px 15px;
        font-size: 18px;
    }
    .section-header h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .live-portfolio-test-btn .wp-element-button {
        font-size: 18px;
        padding: 14px 15px;
    }
    .start-free-trial-btn .wp-element-button,
    .request-live-demo-btn .wp-element-button,
    .become-partner .wp-element-button {
        font-size: 18px;
    }
    .read-full {
        font-size: 17px;
        min-width: 175px;
        padding: 12px 15px;
    }
    /* Global End */
    /* Header Start */
    header.wp-block-template-part {
        padding: 5px 0;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
        display: none;
    }
    .wp-block-navigation__responsive-container-open svg,
    .wp-block-navigation__responsive-container-close svg {
        display: none;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
        overflow-y: auto;
    }
    button.wp-block-navigation__responsive-container-open {
        width: 24px;
        height: 22px;
        border-bottom: 2px solid #000;
        position: relative;
        top: -4px;
    }
    button.wp-block-navigation__responsive-container-open::before,
    button.wp-block-navigation__responsive-container-open::after {
        content: '';
        position: absolute;
        left: 0;
        top: -3px;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background-color: #000;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    button.wp-block-navigation__responsive-container-open::after {
        top: 9px;
    }
    html.has-modal-open .wp-block-navigation__responsive-container-open {
        border-bottom: 0;
        top: 0;
    }
    html.has-modal-open:not(:has(.headersticky)) body {
        overflow-x: hidden;
    }
    html.has-modal-open header.wp-block-template-part.headersticky {
        position: fixed;
        left: 0;
        right: 0;
    }
    html.has-modal-open .wp-block-navigation__responsive-container-open::before,
    html.has-modal-open .wp-block-navigation__responsive-container-open::after {
        top: 0;
    }
    html.has-modal-open .wp-block-navigation__responsive-container-open::before {
        transform: rotate(-45deg);
    }
    html.has-modal-open .wp-block-navigation__responsive-container-open::after {
        transform: rotate(45deg);
    }
    header .wp-block-group .header-logo {
        max-width: 190px;
    }
    header .main-menu .wp-block-navigation {
        padding: 0;
    }
    header .wp-block-navigation__responsive-container {
        top: 42px;
        padding: 0 !important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 0;
        border-top: 1px solid #ccc;
    }
    header .main-menu .wp-block-navigation li:not(:last-child)::after {
        display: none;
    }
    header .main-menu .wp-block-navigation__responsive-container .wp-block-navigation,
    header .main-menu .wp-block-navigation__responsive-container .wp-block-navigation > li {
        width: 100%;
    }
    header .main-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation > li > a {
        display: block;
        font-size: 1rem;
        width: 100%;
        padding: 8px 15px;
        border-bottom: 1px solid #ccc;
    }
    header .header-main .main-menu {
        width: auto !important;
    }
    /* Header End */
    /* Footer Start */
    footer {
        padding: 18px 0;
    }
    footer .footer-top {
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }
    footer .footer-top .wp-block-navigation__responsive-container-open {
        display: none;
    }
    footer .footer-top .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        position: unset;
    }
    footer .footer-top .wp-block-site-logo img {
        max-width: inherit;
    }
    footer .footer-top .wp-block-navigation li a {
        font-size: 14px;
        line-height: normal;
    }
    footer .footer-top .wp-block-navigation li::after {
        margin: 3px 9px 0 10px;
        height: 14px;
    }
    /* Footer End */
    /* Home Chart Start */
    .portfolio-dash-box .cust-icon-box {
        align-items: center;
    }
    .cust-sm-cardflex {
        justify-content: end;
    }
    .analysis-cont-box {
        padding: 8px 15px;
    }
    .stock-investment-container .submit-btn {
        padding: 10px 22px;
        min-height: inherit;
        min-width: inherit;
    }
    .stock-investment-container .form-control,
    .stock-investment-container .form-control#stockSelect {
        min-height: 46px;
    }
    /* Home Chart End */
    /* Home Page Start */
    .investment-performance {
        padding-top: 40px;
        padding-bottom: 32px;
    }
    .investment-performance .hr-badge {
        padding: 8px 10px;
        width: auto;
        font-size: 13px;
    }
    .investment-performance .badge-sub-title {
        padding: 6px 14px;
        gap: 2px;
        margin-bottom: 13px;
    }
    .investing-powered {
        padding-top: 30px;
        padding-bottom: 50px;
        min-height: inherit;
    }
    .investing-powered .investing-powered-title {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 14px;
    }
    .investing-powered .investing-powered-top-hero {
        margin-top: 26px;
    }
    .why-abillion-content .why-abillion-title {
        margin-top: 20px;
        padding: 8px 22px;
        font-size: 24px;
        line-height: 30px;
    }
    .why-abillion-content .why-abillion-title::before,
    .why-abillion-content .why-abillion-title::after {
        right: -7px;
        width: 15px;
        height: 16px;
    }
    .why-abillion-content .why-abillion-sub-title {
        font-size: 22px;
        line-height: 110%;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .why-abillion-view {
        margin-top: 22px !important;
    }
    .why-abillion-view .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        text-align: center;
    }
    .human-machine {
        margin-top: 40px;
    }
    .human-machine > .wp-block-columns {
        gap: 32px;
        text-align: center;
    }
    .human-machine > .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        flex-direction: column-reverse;
    }
    .human-machine .wp-block-columns .hm-title {
        font-size: 32px;
    }
    .human-machine .wp-block-columns .hm-subheading {
        margin-top: 13px;
        font-size: 18px;
    }
    .human-machine .wp-block-columns .hm-content {
        margin-top: 18px;
        font-size: 16px;
        line-height: 120%;
    }
    .why-abillion-try {
        margin-top: 35px;
        gap: 12px;
    }
    .why-abillion-try h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .why-abillion-try p {
        font-size: 17px;
    }
    .features-functionalities {
        overflow-x: hidden;
        padding-top: 32px;
        padding-bottom: 40px;
    }
    .features-functionalities .ff-tab {
        margin-top: 30px;
        gap: 15px;
    }
    .features-functionalities .ff-tab .ff-left {
        flex-basis: 100% !important;
        width: 100%;
        white-space: nowrap;
        display: flex;
        overflow-x: auto;
        margin: 0 -15px;
        flex-grow: 1;
        padding: 0 15px 6px;
    }
    .ff-tab .ff-left .wp-block-media-text {
        gap: 11px;
        font-size: 18px;
        line-height: normal;
        padding: 10px;
    }
    .ff-tab .ff-left .wp-block-media-text figure {
        width: 33px;
        height: 33px;
        padding: 6px;
        border-radius: 7px;
    }
    .features-functionalities .ff-tab .ff-right {
        flex-basis: 100% !important;
        padding: 14px 0 0;
        border-top: 1px solid #cfcad9;
        border-left: 0;
        text-align: center;
    }
    .features-functionalities.abillion-different .ff-tab .ff-right h3,
    .features-functionalities.abillion-different .ff-tab .ff-right p {
        padding: 0;
    }
    .ff-tab .ff-right .ff-tab-title {
        font-size: 24px;
    }
    .ff-tab .ff-right figure {
        margin-top: 25px;
    }
    .ff-tab .ff-right .wp-block-buttons {
        margin-top: 32px;
        display: inline-flex;
    }
    .ff-tab .ff-right .wp-block-buttons .wp-element-button {
        font-size: 16px;
        line-height: normal;
        padding: 12px 24px;
    }
    .partners-says {
        padding: 0 0 40px;
    }
    .partners-says::before {
        height: 50px;
    }
    .partners-says .cb-carousel-block {
        margin-top: 15px;
    }
    .partners-says .cb-carousel-block figure {
        margin-bottom: 18px;
    }
    .partners-says .cb-carousel-block p:not(.partner-say-nm) {
        font-size: 18px;
        line-height: 25px;
        max-width: 100%;
    }
    .partners-says .cb-carousel-block .partner-say-nm {
        margin-top: 16px;
        font-size: 16px;
    }
    .news-insights {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .news-insights-view .ni-left-col .wp-block-post-title,
    .news-insights-view .ni-right-col .wp-block-post-title {
        font-size: 18px;
        line-height: 24px;
        margin: 7px 0 9px;
    }
    .news-insights-view .ni-right-col ul li .wp-block-columns .wp-block-column:not(:last-child) {
        max-width: 100%;
    }
    .news-insights-view .ni-right-col .wp-block-buttons {
        margin-top: 22px;
    }
    .news-insights-view .ni-right-col .wp-block-buttons .wp-block-button {
        margin: auto;
    }
    .faq {
        padding-top: 32px;
        padding-bottom: 48px;
    }
    .faq .section-header h2 {
        text-align: center;
    }
    .faq .faq-accordion {
        margin-top: 16px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title {
        padding: 12px 30px 15px 15px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title {
        font-size: 19px;
        line-height: 25px;
    }
    .faq .faq-accordion .wp-block-columns .wp-block-column .faq-row-title::after {
        top: 16px;
        right: 12px;
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .faq .faq-accordion .faq-content {
        margin: -10px 0 0;
        padding: 0px 15px 12px;
    }
    .faq .faq-accordion .faq-content .wp-block-column p,
    .faq .faq-accordion .faq-content .wp-block-column ul li,
    .faq .faq-accordion .faq-content .wp-block-column ol li {
        font-size: 16px;
        line-height: 22px;
    }
    .lets-connect {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .lets-connect .lets-connect-row {
        margin-top: 26px;
        padding: 20px;
        gap: 25px;
    }
    .lets-connect-row .lc-left-col h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .lets-connect-row .lc-left-col p {
        font-size: 17px;
        line-height: 23px;
        margin: 5px 0 0;
    }
    .lets-connect-row .lc-left-col .lpt-btn {
        margin-top: 23px;
    }
    .lets-connect-row .lc-left-col .lc-left-btn-grp {
        margin-top: 21px;
        padding: 19px 0 0;
        flex-direction: column;
    }
    .lets-connect-row .lc-left-col .lc-left-btn-grp > .wp-block-buttons,
    .lets-connect-row .lc-left-col .lc-left-btn-grp > .wp-block-buttons .wp-block-button {
        width: 100%;
    }
    .lets-connect-row .live-portfolio-test-btn,
    .lets-connect-row .live-portfolio-test-btn .wp-element-button {
        width: 100%;
    }
    /* Home Page End */
    /* Pricing Page Start */
    .choose-plan {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .choose-plan .cp-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .choose-plan .cp-description {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .switch_section label {
        font-size: 14px;
        line-height: normal
    }
    /* Pricing Page End */
    /* Partner Page Start */
    .partner-top-banner {
        padding: 30px 0 45px;
        background-position: left;
    }
    .partner-top-banner .wp-block-group {
        min-height: inherit !important;
    }
    .partner-top-banner .wp-block-column {
        max-width: 100%;
        padding: 0;
    }
    .partner-top-banner .wp-block-column h1 {
        max-width: 100%;
        font-size: 34px;
        line-height: 42px;
    }
    .partner-top-banner .wp-block-column p {
        font-size: 17px;
        line-height: 25px;
        margin: 12px 0 0;
        max-width: 78%;
    }
    .partner-top-banner .wp-block-column .wp-block-buttons {
        margin-top: 35px;
    }
    .partner-top-banner .live-portfolio-test-btn .wp-element-button {
        padding: 14px 20px;
        min-width: inherit;   
    }
    .our-collaboration {
        padding: 10px 0 50px;
    }
    .our-proposition .wp-block-group {
        padding: 40px 0;
        min-height: inherit !important;
    }
    .our-proposition .wp-block-group .op-sub-title {
        max-width: 244px;
        padding: 10px 30px;
        top: 0;
    }
    .our-proposition .wp-block-column h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 20px auto 15px;
    }
    .our-proposition .wp-block-column p {
        font-size: 16px;
        line-height: 24px;
        margin: 13px auto 0;
    }
    .our-collaboration .our-collaboration-top {
        margin-top: 22px;
    }
    .our-collaboration-top .oc-top-left-item {
        padding: 20px 20px 0 !important;
    }
    .our-collaboration-top .wp-block-mindspun-grid-row .oc-top-left-item .wp-block-media-text__content {
        max-width: 100%;
        text-align: center;
    }
    .our-collaboration-top .oc-top-left .oc-top-title,
    .our-collaboration-top .oc-top-right .oc-top-title {
        font-size: 26px;
        line-height: 32px;
    }
    .our-collaboration-top .oc-top-left p:not(.oc-top-title),
    .our-collaboration-top .oc-top-right p:not(.oc-top-title) {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 0;
    }
    .our-collaboration-top .oc-top-left-item .wp-block-media-text__media {
        position: unset;
        margin-top: 21px;
        display: flex;
        justify-content: center;
    }
    .our-collaboration-top .oc-top-left-item .wp-block-media-text__media img {
        width: auto;
    }
    .our-collaboration-top .oc-top-right .wp-block-column {
        padding: 20px !important;
    }
    .our-collaboration-bottom {
        margin-top: 35px;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 0;
    }
    .our-collaboration-grow {
        margin: 26px 0 0;
    }
    .compliance-transparency {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
    }
    .compliance-transparency .compliance-transparency-step {
        margin: 24px 0 0;
    }
    .compliance-transparency-step .ct-step-number i {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 20px;
    }
    .compliance-transparency-step .wp-block-column p {
        margin: 12px 0 0;
        font-size: 16px;
        line-height: 22px;
    }
    .features-functionalities.abillion-different {
        padding-top: 34px;
        padding-bottom: 40px;
    }
    .features-functionalities.abillion-different .ff-tab {
        margin-top: 32px;
    }
    .features-functionalities.abillion-different .ff-tab .ff-right {
        padding: 15px;
    }
    .partner-benefits {
        padding: 0px 0 40px;
    }
    .partner-benefits .partner-benefits-view.partner-benefits-view {
        margin-top: 20px;
    }
    .partner-benefits-view .wp-block-columns .wp-block-column {
        padding: 20px !important;
        width: 100%;
    }
    .partner-benefits-view .wp-block-column .pb-item-title {
        margin: 14px 0 10px;
    }
    .partner-benefits-view .wp-block-column p:not(.pb-item-title) {
        margin: 1px 0 0;
    }
    .partners-says.partner-says-different-bg {
        background-position: 100% 40px;
    }
    .how-join {
        padding: 35px 0 52px;
    }
    .how-join .how-join-top-view {
        margin: 24px 0 0;
    }
    .how-join-top-view .wp-block-column::after {
        top: 104%;
    }
    .how-join-top-view .wp-block-column .hj-top-icon i img {
        max-width: 90%;
    }
    .how-join-top-view .wp-block-column .hw-step-title {
        margin: 17px 0 8px;
        font-size: 20px;
    }
    .how-join-top-view .wp-block-column p:not(.hw-step-title) {
        font-size: 16px;
        line-height: 22px;
    }
    .how-join-bottom-view {
        margin-top: 45px;
    }
    .how-join-bottom-view .hj-bottom-cnt {
        padding: 0;
    }
    .how-join-bottom-view .hj-bottom-cnt h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .how-join-bottom-view .hj-bottom-cnt p {
        font-size: 16px;
        line-height: 22px;
    }
    .how-join-bottom-view .wp-block-buttons,
    .how-join-bottom-view .wp-block-buttons .live-portfolio-test-btn {
        width: 100%;
    }
    .how-join-bottom-view .live-portfolio-test-btn .wp-element-button {
        max-width: inherit;
        min-width: inherit;
        font-size: 16px;
        padding: 16px 15px
    }
    /* Partner Page End */
    /* Cms Page Start */
    .privacy-policy-page main,
    .terms-conditions-page main {
        padding: 30px 0 38px;
    }
    .cms-page main .wp-block-group > h2 {
        margin: 0 0 13px;
    }
    .cms-page main h1,
    .cms-page main h2,
    .cms-page main h3,
    .cms-page main h4,
    .cms-page main h5,
    .cms-page main h6 {
        margin: 20px 0 5px;
    }
    .cms-page main h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .cms-page main h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .cms-page main h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .cms-page main h4 {
        font-size: 24px;
    }
    .cms-page main h5 {
        font-size: 22px;
    }
    .cms-page main p,
    .cms-page main ul li,
    .cms-page main ol li {
        font-size: 18px;
        line-height: 26px;
    }
    .cms-page main p {
        margin: 0 0 10px;
    }
    .cms-page main ul,
    .cms-page main ol {
        margin: 8px 0 20px;
    }
    /* Cms Page End */
    /* News Page Start */
    .news-topbar {
        padding: 24px 0;
    }
    .featured-analysis {
        padding: 42px 0;
    }
    .featured-analysis-inner .fai-cnt h2 {
        margin: 12px 0 8px;
        font-size: 24px;
        line-height: 30px;
    }
    .featured-analysis-inner .fai-cnt p {
        font-size: 16px;
        margin: 8px 0 15px;
    }
    .news-article {
        padding: 5px 0 45px;
    }
    .news-article-inner {
        gap: 30px;
    }
    .news-article-center .nac-view .nac-row:first-child {
        padding-top: 10px;
    }
    .news-article-inner .news-article-center,
    .news-article-inner.news-article-inner-bottom .news-article-center,
    .news-article-inner.news-article-inner-bottom .news-article-right {
        width: 100%;
    }
    .news-article-center .nac-view .nac-row {
        min-height: inherit;
    }
    .news-article-inner .news-article-right {
        width: 100%;
        height: auto;
        border: 0;
        padding: 0;
    }
    .news-article-right .nar-view .nar-row {
        padding: 12px 0;
    }
    .news-article-right .nar-view .nar-row a {
        font-size: 16px;
    }
    .news-article-inner.news-article-inner-bottom {
        margin-top: 36px;
    }
    .news-article-inner.news-article-inner-bottom .news-article-left .news-article-left-bottom {
        padding: 15px 10px 10px;
    }
    .news-article-inner.news-article-inner-bottom .news-article-left .news-article-left-bottom strong {
        padding: 0 10px 12px;
    }
    .news-article-inner-bottom .news-article-left .nal-top .nal-top-right {
        width: calc(58% - 10px);
    }
    .news-article-inner.news-article-inner-bottom .news-article-left {
        gap: 34px;
    }
    .news-article-inner-bottom .news-article-center .nac-view .nac-row {
        min-height: inherit;
    }
    .news-article-inner-bottom.news-article-inner .news-article-right img {
        margin: auto;
    }
    .market-news {
        padding: 0px 0 40px;
    }
    .market-news .news-view .owl-nav,
    .hot-ai-picks .news-view .owl-nav {
        margin-top: 28px;
    }
    .trending-abillion {
        padding: 30px 0 20px;
    }
    .trending-abillion-view {
        flex-flow: row wrap;
        gap: 30px;
    }
    .trending-abillion .trending-abillion-view {
        margin-top: 15px;
    }
    .trending-abillion-view .ta-left {
        width: 100%;
    }
    .trending-abillion-view .ta-left .ta-feature-img {
        margin: 0 0 20px;
    }
    .trending-abillion-view .ta-left .ta-feature-title {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .trending-abillion-view .ta-left .ta-feature-desc {
        font-size: 16px;
    }
    .trending-abillion-view .ta-right {
        width: 100%;
    }
    .trending-abillion-view .ta-right .ta-item-title {
        font-size: 16px;
    }
    .trending-abillion-view .ta-right .ta-right-heading {
        margin: 0 0 12px;
    }
    .stock-live-update {
        padding: 25px 0 30px;
    }
    .stock-live-update .section-header p {
        font-size: 17px;
    }
    .stock-live-update .stock-live-update-img {
        margin: 26px 0 0;
    }
    .hot-ai-picks {
        padding: 5px 0 33px;
    }
    .hot-ai-picks .news-view {
        margin-top: 22px;
    }
    .lets-connect.stay-ahead {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .lets-connect.stay-ahead .lets-connect-row {
        padding: 20px;
    }
    .stay-ahead .lets-connect-row .lc-left-col .sub-heading {
        font-size: 22px;
        margin: 12px 0 0;
    }
    .stay-ahead .lets-connect-row .lc-left-col .sub-heading br {
        display: none;
    }
    .stay-ahead .lets-connect-row .lc-left-col .stay-ahead-form {
        margin: 20px 0 0;
    }
    .stay-ahead-form .form-group {
        flex-direction: column;
    }
    .stay-ahead-form .form-group input[type="email"] {
        width: 100%;
    }
    /* News Page End */
    .our-collaboration-bottom .oc-bottom-item .oc-bottom-cnt h2 {
        margin: 0;
    }
    .how-join-bottom-view {
        margin-top: 25px;
    }
}
@media (max-width: 576px) {
    /* Home Chart Start */
    .freetrial-modal-content {
        padding: 40px 25px;
    }
    .freetrial-modal-title {
        font-size: 20px;
    }
    .modal-buttons {
        flex-direction: column;
        width: 100%;
    }
    .btn-modal {
        width: 100%;
    }
    .notification {
        width: 90%;
        min-width: auto;
        padding: 18px 20px;
    }
    .notification-content {
        gap: 15px;
    } 
    .spinner-loader {
        width: 28px;
        height: 28px;
    }
    /* Home Chart End */
}
@media only screen and (max-width: 567px) {
    /* Home Chart Start */
    .portfolio-dash-box .cust-icon-box {
        width: 40px;
    }
    .portfolio-dash-box .cust-dash-amt {
        width: 240px;
    }
    /* Home Chart End */
    /* Partner Page Start */
    .partner-top-banner .wp-block-column p {
        max-width: 100%;
    }
    /* Partner Page End */
}
@media (max-width: 480px) {
    /* Home Chart Start */
    .stock-notify-wrapper .stock-notify-content {
        padding: 32px 24px;
    }
    .stock-notify-wrapper #stockNotifyMessage {
        font-size: 16px;
    }
    .stock-notify-wrapper .icon-container {
        width: 60px;
        height: 60px;
    }
    .stock-notify-wrapper .icon-container svg {
        width: 30px;
        height: 30px;
    }
    /* Home Chart End */
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
    border: 1px solid #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    border: 1px solid #46b450;
}
.schedule-meeting-page .wp-site-blocks:has(header),
.schedule-meeting-page .wp-site-blocks:has(main),
.schedule-meeting-page .wp-site-blocks:has(footer) {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.schedule-meeting-page .wp-site-blocks main {
    flex: 1;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .schedule-meeting-page .wp-site-blocks:has(header),
    .schedule-meeting-page .wp-site-blocks:has(main),
    .schedule-meeting-page .wp-site-blocks:has(footer) {
        height: 100%;
    }
}