/**
Theme Name: Project Manda
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Template: astra
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: project-manda
*/
.form_div .elementor-field-type-email input::placeholder {
    color: #073C44 !important;
}
.elementor-message.elementor-message-success.elementor-message-svg {
    display: none;
}
.elementor-popup-modal .dialog-widget-content {
    background-color: transparent !important;
	box-shadow: unset !important;
}
.elementor-popup-modal .dialog-message {
    overflow: unset;
}
.popup_bottom {
    width: 1132px;
    margin: 0 auto;
    max-width: 98% !important;
}
.popup_bottom b {
    width: 60%;
}
.form_div .elementor-field-type-email {
    width: 100%;
    max-width: 257px;
}
.form_div .elementor-field-type-submit {
    width: 106px;
}
.error404 #primary {
    padding: 0;
}
.page-id-4695 .site-content a, .page-id-4756 .site-content a {
    color: #073C44;
    text-decoration: underline !important;
}
.funnel-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.individual-steps .signin_tag {
    position: static;
    transform: none;
    margin-top: 24px;
    margin-left: 24px;
	display: flex;
    flex-wrap: wrap;
}
.individual-steps .steps_wrapper {
    padding-bottom: 30px;
}
.individual-steps .signin_tag a {
    margin-bottom: 10px;
}
.individual-steps .step_inner img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.manda2 {
    position: absolute !important;
    bottom: -30px !important;
}
.manda2 img {
    width: 155px !important;
    height: 128px !important;
}
::selection {
  background-color: #fddeba;
  color: #000000;
}
::-moz-selection {
  background-color: #fddeba;
  color: #000000;
}
::-webkit-scrollbar {
    width: 15px; 
}
::-webkit-scrollbar-thumb {
    background-color: #1bdbb1; 
    border-radius: 50px;
    border: 3px solid #f1f1f1;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 50px;
}
p{
	margin-bottom: 0;
}
a:focus {
    outline: 0;
}
body *{
	font-family: "Avantt TRIAL", Sans-serif !important;
}
a, .toggle_icon{
	text-decoration: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.error404 #content .ast-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.error404 #content  #primary {
    margin: 0;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
}
.sign_btn .elementor-button-icon {
    margin-top: 3px;
}
.page-id-966{
	background-color: #073C44;
}
.page-id-1192{
	background-color: #fafafa;
}
.hover_btn .elementor-button {
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    touch-action: manipulation;
	backface-visibility: hidden;
}
.hover_btn .elementor-button:hover {
    transform: scale(1.05);
}
.main-header-menu .sub-menu {
    background: transparent;
    border: none !important;
    box-shadow: unset !important;
}
.sub-menu li a.menu-link {
    padding-bottom: 5px !important;
}
.f_links .elementor-widget-container a:hover {
    color: #0bccb0;
}
.main-navigation li .menu-link:hover {
    color: #0bccb0 !important;
}
#menu-item-17 a {
    color: #073C44 !important;
    font-weight: 600;
    padding: 0 20px !important;
}
#menu-item-17 {
    background-color: #1ADEB0;
    border: 1px solid #1ADEB0;
    height: 40px;
    border-radius: 30px;
    transition: all .2s linear;
}
.hero_sec {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#page .site-content {
    margin-top: -110px;
}
.page-id-2594 .ast-builder-menu-1 .menu-item > .menu-link, .page-id-4756 .ast-builder-menu-1 .menu-item > .menu-link, .page-id-4695 .ast-builder-menu-1 .menu-item > .menu-link {
    color: #073C44;
}
.page-id-2594.header_sticky .ast-builder-menu-1 .menu-item > .menu-link, .page-id-4756.header_sticky .ast-builder-menu-1 .menu-item > .menu-link, .page-id-4695.header_sticky .ast-builder-menu-1 .menu-item > .menu-link{
	color: #ffffff;
}
/* mobile menu  */
.toggle_icon {
  cursor: pointer;
}
span.menu-icon {
    color: #FFB3FD;
}
.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background-color: #0a3d4e;
    padding: 20px 20px 20px 30px;
    transition: right 0.3s ease-in-out;
}
.menu.open {
  right: 0;
}
.menu ul {
    list-style-type: none;
    margin-left: 10px;
    padding-top: 100px;
}
.menu ul li {
  	margin: 25px 0;
	position: relative;
}
.menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.contact-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1ADEB0;
    border-radius: 30px;
    font-size: 16px !important;
    color: #073C44 !important;
}
.footer-links {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 5px;
}
.close-icon {
  display: none;
}
.footer-links div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-links p {
    margin-bottom: 0;
/* 	display: none; */
}
/* Toggle open and close styles */
.toggle_icon.open .menu-icon {
  display: none;
}
.toggle_icon.open .close-icon {
    display: inline-block;
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 20px;
}
/* Show menu when open */
.menu.open {
  display: flex;
}
/* Dropdown menu */
.dropdown-content {
  display: none;
  list-style-type: none;
  padding: 0 0 0 20px !important;
}
.dropdown-toggle:after, .dropdown-toggle.open:after{
	content: ' ';
    background-repeat: no-repeat;
    background-size: 20px;
    width: 19px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 20px;
	top: 8px;
}
.dropdown-toggle:after {
    background-image: url('../svg/down-arrow-2.svg');
}
.dropdown-toggle.open:after {
    background-image: url('../svg/up-arrow-2.svg');
}
.dropdown.open .dropdown-content {
  display: block;
}
/* footer card */
.footer_card {
    padding: 40px 20px;
    text-align: center;
}
.icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}
.icons img {
	width: 40px;
	height: 40px;
}
.title {
	color: #44FFC8;
	font-size: 1.5em;
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 34px;
}
.cs_button {
    display: inline-block;
    margin-top: 20px;
    background-color: rgb(26, 222, 176);
    padding: 12px 24px;
    border-radius: 30px;
    border: 1px solid rgb(26, 222, 176);
    font-size: 16px;
    line-height: 24px;
    color: #073C44 !important;
    font-weight: 600;
}
.bottom_footer_icon img {
    width: 25px;
    height: 25px;
}
.bottom_footer_icon {
    margin-bottom: 0px;
}
.testimonial_person {
    display: flex;
    gap: 25px;
    align-items: center;
}
.testimonial_person p {
    margin-bottom: 0;
    color: #fff;
}
.abs_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
.sec_img {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(43%);
    top: -50px;
}
.sec_img img {
    width: 143px;
}
.middle_sec {
    max-width: 930px !important;
    margin: -68px auto -66px;
    z-index: 9;
    border-radius: 20px;
}
.img_tag .elementor-widget-container {
    padding: 10px 20px;
    background-color: #FDDEBA;
    border-radius: 100px;
}
.terms_img_tag .elementor-widget-container{
	background-color: rgba(255, 179, 253, 1);
}
.enterprise_img_tag .elementor-widget-container{
	background-color: #0D8DA1;
}
.feature_faq summary[aria-expanded="true"] {
    border-width: 0 !important;
}
.feature_btn {
    display: flex;
    gap: 20px;
}
.cs_btn a, .cp_btn a, .funnel-buttons a, .signin_tag a {
    text-decoration: none !important;
    white-space: nowrap;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    touch-action: manipulation;
    backface-visibility: hidden;
    border-radius: 33px 33px 33px 33px;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}
.funnel-buttons a{
    line-height: 26px;
    padding: 10px 20px !important;
    display: inline-block !important;    
	background-color: #fff;
    color: #1F1F1F;
    border: 1px solid #747775;
}
.signin_tag a {
    background-color: #fff;
    color: #1F1F1F;
    border: 1px solid #747775;
}
.cp_btn a:hover, .cs_btn a:hover, .cs_button:hover, #menu-item-17:hover, .funnel-buttons a:hover, .signin_tag a:hover{
	transform: scale(1.05);
}
.cs_btn a {
    background-color: #1ADEB0;
    color: #073C44;
	border: 1px solid #1ADEB0;
    border-color: #1ADEB0;
}
.cp_btn a {
    background-color: transparent;
    border: 1px solid #fff;
}
.subtitle {
    color: #1ADEB0;
    font-size: 20px;
    line-height: 24px;
}
.box_content {
    font-size: 18px;
    color: #F1FFF0;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.solution_box .elementor-image-box-img {
    margin-top: 7px !important;
    text-align: end;
    width: 38% !important;
}
.solution_box p:last-child {
    display: none;
}
.free_tag {
    background-color: #FC5B42;
    width: fit-content;
    padding: 5px 22px;
    border-radius: 40px;
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg, .feature_faq.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg, .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg  {
    fill: transparent;
}
.img_box_h3_spacing h3 {
    margin-bottom: 0;
}
.steps {
    overflow-x: hidden;
    padding: 0px 0 30px 0;
    position: relative;
    margin: 0 auto;
}
.steps_wrapper {
    background-color: #732568;
    border-radius: 20px;
    padding: 0px 30px 70px 30px;
	position: relative;
}
.step_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step_number {
    color: #FDDEBA;
    font-size: 80px;
    font-weight: 600;
}
.steps_wrapper h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    padding-left: 25px;
    width: 72%;
}
.step_content {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
}
.step_inner img {
    width: 30px;
    height: 30px;
	margin-top: -25px;
}
.last_step {
    width: 83%;
}
.signin_tag {
    position: absolute;
    bottom: -11px;
    left: 47%;
    transform: translateX(-47%);
}
.signin_tag img {
    width: 20px;
    height: 20px;
	margin-right: 5px;
}
.indvidual_page {
    max-width: 1070px !important;
    margin: -122px auto -122px;
    z-index: 1;
}
#steps .slick-list {
    overflow: visible !important;
}
input {
    height: 50px !important;
    border-radius: 40px !important;
    padding: 8px 22px !important;
}
.paid_form_inner {
    display: flex;
    gap: 20px;
}
.paid_funnel_form p {
    margin-bottom: 20px;
}
.sub_btn {
    text-align: center;
}
span.wpcf7-spinner {
    display: none;
}
ul {
    margin: 0 !important;
}
.help_points li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.hero_sec_middle {
    max-width: 411px !important;
    margin: -30px auto -55px;
    z-index: 9;
}
.testimonial_wrapper {
    display: flex !important;
    gap: 70px;
}
.test_content {
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.testimonial_inner {
/*     width: 72%; */
	width: 100%;
}
.test_logo {
    width: 28%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    height: fit-content;
}
.logo_img {
    margin-top: 50px;
}
.logo_img img {
    margin: 0 auto;
}
.test_saved {
    background-color: #feeedc;
    border-radius: 30px;
    margin-top: 50px;
    padding: 30px;
}
.test_saved h3 {
    font-size: 38px;
    line-height: 45px;
    color: #02515D;
}
.test_saved p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    color: #02515D;
    font-weight: 600;
}
.solution_wrapper {
    border-radius: 20px;
    padding: 20px 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 366px;
	margin-right: 15px;
}
.solution_wrapper h3 {
    font-size: 80px;
    line-height: 80px;
    color: #511124;
    text-align: center;
}
.solution_wrapper p {
    color: #511124;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}
.solution_wrapper img {
    width: 100%;
}
.peatch{
	background-color: #FDDEBA;
}
.blue{
	background-color: #0D8DA1;
}
.Bright_Pink{
	background-color: #F56284;
}
.Grey{
	background-color: #D0D7D7;
}
.Orange{
	background-color: #FC5B42;
}
.White{
	background-color: #fff;
}
.funnel_position {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.pricing figure.elementor-image-box-img {
    text-align: start !important;
    width: auto !important;
}
.table-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #063d3d;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.row {
	display: flex;
	border-bottom: 1px solid #0d8da16b;
}
.f_row .column.other-columns {
    border-top: 1px solid #0D8DA1;
    border-radius: 20px 20px 0 0;
    align-items: baseline;
    padding-bottom: 40px;
    padding-top: 30px;
}
.row:last-child {
	border-bottom: none; 
}
.column {
    flex: 1;
    padding: 15px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.first-column {
    background-color: #073C44;
    text-align: left;
    color: #fff;
    display: unset;
    padding-left: 0;
}
.other-columns {
	background-color: #02515D;
	font-weight: 500;
	font-size: 24px;
	color: #F1FFF0;
	border-left: 1px solid #0D8DA1;
	border-right: 1px solid #0D8DA1;
}   
.third-column {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    margin-left: 10px;
    border-left: 1px solid #0D8DA1;
    border-right: 1px solid #0D8DA1;
}
.spacing-column {
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn_table {
    color: #02515D !important;
    font-size: 14px;
    background-color: #1ADEB0;
    text-decoration: none !important;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 700;
/*     white-space: nowrap; */
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    touch-action: manipulation;
    backface-visibility: hidden;
    display: block;
}
.btn_table:hover {
    transform: scale(1.05);
}
.which_price {
	font-size: 16px;
	line-height: 20px;
	color: #F1FFF0;
	font-weight: 300;
}
.last_row .other-columns {
	border-bottom: 1px solid #0D8DA1;
	border-radius: 0 0 20px 20px;
}
.f_row .first-column {
    display: flex;
    justify-content: end;
    align-items: baseline;
}
.scroll-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; 
}
.font_jersey h2 {
    font-family: "Jersey 20", sans-serif !important;
}
.coming_soon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.coming_soon img {
    width: 45px;
    height: 45px;
}
.slack_img div {
    background-color: #fff;
    height: 80px;
    display: flex;
    width: 125px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.header_sticky .site-header {
    position: fixed;
    width: 100%;
    background-color: #073c44 !important;
    top: 0;
	height: 60px;
}
.header_sticky .main-header-menu .sub-menu {
    border-radius: 15px;
    padding: 10px 10px 18px 10px;
    background-color: #fff;
}
.page-id-2594.header_sticky .main-header-menu .sub-menu, .page-id-4695.header_sticky .main-header-menu .sub-menu, .page-id-4756.header_sticky .main-header-menu .sub-menu {
    background-color: #073c44;
}
.current_page_item > a, .menu a.active {
    color: #0bccb0 !important;
}
.header_sticky .main-header-menu .sub-menu li .menu-link {
    color: #073c44;
}
.header_sticky .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 60px;
}
.header_sticky .ast-primary-header-bar .site-primary-header-wrap .ast-site-identity, .header_sticky .ast-primary-header-bar .ast-site-identity {
    padding: 0;
}
.header_sticky .site-branding img {
    height: 35px;
}
.about_logo img {
    width: 275px !important;
    height: 50px !important;
}
/* stack card css */
.by_gredient{
	background: linear-gradient(90deg, #fad0c4, #ffd1ff);
}
.tab_flex {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	align-items: center;
}
.tab_heading h2 {
	font-size: 80px;
	font-family: Arial, sans-serif;
	color: #073C44;
	line-height: 96px;
	letter-spacing: -1px;
	font-weight: 600;
}
.graph_img img {
	max-width: 100%;
	height: auto;
}
.counter {
    font-weight: bold;
    color: #fff;
    background-color: #073C44;
    padding: 10px;
    border-radius: 15px;
    width: 130px;
    display: inline-block;
    text-align: center;
}
.tabs-container {
/*     display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center; */
    padding: 9px 20px 9px 10px;
    width: 90%;
    margin: -180px auto 105px auto;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(87.00000000000007, 47, 184, 0.10196078431372549);
    border-radius: 60px;
    height: 61px;
}
.tabs-container .slick-list {
    top: -7px;
}
.tab-item {
    text-align: center;
/*     position: relative; */
    transition: all 0.3s ease;
    padding: 10px 5px;
/* 	display: flex; */
/*     align-items: center; */
}
.tab-item a {
	border-radius: 20px;
	background: #fff;
    color: #02515D;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 15px;
	padding: 10px 20px;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.tab_peatch.active, .tab_peatch:hover{
	background: #FDDEBA;
}
.tab_pink.active, .tab_pink:hover{
	background: #FFB3FD;
}
.tab_blue.active, .tab_blue:hover{
	background: #0D8DA1;
	color: #fff;
}
.tab_peatch{
	border: 1px solid #FDDEBA;
}
.tab_pink{
	border: 1px solid #FFB3FD;
}
.tab_blue{
	border: 1px solid #0D8DA1;
}
.slick-next, .slick-prev {
	display: none !important;
}
.main_card_div {
    margin-top: 200px;
}
/* .stack_wrapper{
	display: flex;
	justify-content: space-between;
	gap: 50px;
} */
/* .stack_card {
	padding: 50px 20px;
	background-color: #ffffff;
} */
/* #cards {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 40px;
} */
.card {
    /* position: sticky; */
    /* top: 200px; */
    /* padding-top: 20px; */
    margin-top: 50px;
}
#shoer_sweet, #measure_time, #prevent_burnout{
	padding-top: 30px;
}
#set_agenda, #Insert_headline{
	padding-top: 40px;
}
#crunch_numbers{
	padding-top: 50px;
}
#Provide_feedback{
	padding-top: 60px;
}
.card-content {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-content div, .card-content figure {
    width: 50%;
}
.card-content > figure {
  position: relative;
}
figure div {
    position: absolute;
    top: 30px;
    left: 30px;
}
figure div a {
    background-color: #FDDEBA;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}
.card-content {
  transform-origin: 50% 0%;
  transition: transform 0.5s ease, z-index 0.3s ease;
}
.teams_plan {
    background-color: #FFB3FD !important;
}
.enterprise_plan {
    background-color: #0D8DA1 !important;
    padding: 30px 20px !important;
}
.enterprise_plan .Individual_content {
    color: #fff;
}
.Individual_plan {
    max-width: 820px;
    margin: 100px auto 100px auto;
    background-color: #FDDEBA;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 10px 66px;
    height: 90px;
}
.Individual_content {
    color: #02515D;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
.Individual_btn a {
    background-color: #1ADEB0;
    border: 1px solid #1ADEB0;
    padding: 9px 23px;
    border-radius: 50px;
    color: #073C44;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    touch-action: manipulation;
    backface-visibility: hidden;
    display: block;
    height: 44px;
	text-align: center;
}
.Individual_btn a:hover {
    transform: scale(1.05);
}
.card-content h2 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 500;
    color: #073C44;
}
.card-content p strong {
    color: #02515D;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.content_3, .card_ul li {
    font-size: 16px;
    line-height: 24px;
    color: #02515D;
}
.tab_heading {
    width: 60%;
}
.graph_img {
    width: 40%;
}
.sticky-block {
    top: 80px;
    position: sticky;
    z-index: 20;
}
.page-id-2594 .custom-logo {
    width: 275px;
}
/* slack page css */
.slack_page_box h3 {
    width: 61%;
}
.slack_page_box p {
    width: 85%;
}
.width_1070 {
	width: 1070px
}
@media(max-width: 1240px){
	.d_none_1240{
		display: none;	
	}
	.d_block_1240{
		display: block !important;
	}
	.width_1070 {
		max-width: 88% !important;
	}
}
@media(max-width: 1100px){
	.bottom_mar {
		margin-bottom: -255px;
	}
	.top_mar {
		margin-top: -255px;
	}
}
@media(max-width: 1075px){
	.indvidual_page {
		max-width: 95% !important;
	}
}
@media(max-width: 1024px){
	.slack_page_box h3, .slack_page_box p {
		width: 90%;
	}
	.width_1070 {
		max-width: 80% !important;
	}
	.individual-steps .signin_tag {
		margin-left: 0;
	}
	.feature_faq summary {
		align-items: flex-start !important;
	}
	.tabs-container {
		width: 100%;
	}
	.counter {
		padding: 0px;
		width: 90px;
	}
	.tab_heading h2 {
		font-size: 52px;
		line-height: 62px;
	}
	.card-content h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.stack_card {
		padding: 50px 0px;
	}
	.middle_sec {
		max-width: 95% !important;
		margin: -58px auto -58px;
	}
	.hero_sec_middle {
		margin: -35px auto -55px;
	}
	.steps_wrapper h3, .step_content {
		padding-left: 0px;
	}
	.steps_wrapper h3 {
		width: 94%;
	}
	.last_step {
		width: 100%;
	}
	.testimonial_wrapper {
		gap: 20px;
	}
	.test_content {
		font-size: 32px;
		line-height: 38px;
	}
	.logo_img {
		margin-top: 0px;
	}
}
@media(max-width: 921px){
	.table-container {
        min-width: 760px; 
	}
	.first-column, .other-columns {
		width: 100px;
	}
	.header_sticky .menu-icon img {
		width: 40px;
	}
	.header_sticky .ast-mobile-header-wrap .ast-primary-header-bar, .header_sticky .ast-primary-header-bar .site-primary-header-wrap {
		min-height: 60px;
	}
	#page .site-content {
		margin-top: -100px;
	}
	.menu ul li a {
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
	}
	.dropdown-content li a {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.dropdown-content li {
		margin: 0 !important;
		padding: 15px 0 0 0 !important;
	}
}
@media(max-width: 821px){
	.signin_tag {
		left: 45%;
		transform: translateX(-50%);
	}
	.Individual_plan {
		width: 95%;
	}
	.enterprise_plan {
		padding: 30px 50px !important;
	}
	.Individual_content {
		width: 70%;
	}
	.Individual_btn {
		width: 38%;
	}
	.popup_close_icon {
		top: -26px !important;
	}
}
@media(max-width: 768px){
	.tab-item {
		padding: 10px 5px;
	}
      .column {
        font-size: 16px;
        padding: 10px;
      }
	.testimonial_wrapper {
		margin-right: 5px !important;
		flex-direction: column;
		gap: 30px;
		background-color: #073C44;
		border: 1px solid #0D8DA1;
		border-radius: 20px;
		padding: 30px;
	}
	.testimonial_inner, .test_logo {
		width: 100%;
	}
	.test_saved {
		margin-top: 30px;
	}
}
@media(max-width: 767px){
	.popup_bottom {
		max-width: 90% !important;
	}
	.form_div .elementor-field-type-email {
		max-width: 100%;
	}
	.popup_close_icon {
		top: -106px !important;
	}
	.bottom_mar {
		margin-bottom: -220px;
	}
	.top_mar {
		margin-top: -220px;
	}
	.width_1070 {
		max-width: 95% !important;
	}
	.steps-platforms {
		display: flex;
		margin-bottom: 18px;
	}
	.full_width {
		width: 100%;
	}
	.full_width .elementor-widget-container img, .slack_page_box h3, .slack_page_box p {
		width: 100%;
	}
	.indvidual_page {
		margin: -163px auto -163px;
	}
	.img_box_h3_spacing h3 {
		font-weight: 500 !important;
	}
	.m_400 .elementor-widget-container, .fw_400 .elementor-widget-container {
		font-weight: 400 !important;
	}
	.mobile_weight h2 {
		font-weight: 600 !important;
	}
	#cards{
		padding-left: 0;
	}
	.Individual_plan {
		flex-direction: column;
		border-radius: 20px;
		padding: 20px 20px 30px 20px;
		height: 188px;
	}
	.Individual_btn a {
		width: fit-content;
		margin: 0 auto;
	}
	.funnel_img img {
		max-width: 190px;
	}
	.coming_soon {
		gap: 15px;
		flex-wrap: wrap;
	}
	.paid_form_inner {
		gap: 0px;
		flex-direction: column;
	}
	.solution_box .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}
	.solution_box .elementor-image-box-wrapper h3 {
		margin-bottom: 0;
	}
	.testimonial_wrapper {
		padding: 40px 20px 20px 20px;
	}
	.test_logo {
		padding: 20px;
	}
	.test_content {
		font-size: 24px;
		line-height: 28px;
	}
	.hero_sec_middle {
		max-width: 85% !important;
		margin: -24px auto -55px;
	}
	.slick-track {
		display: flex;
		height: 100%;
	}
	.steps_wrapper h3, .Individual_content, .Individual_btn {
		width: 100%;
	}
	.Individual_content, .Individual_btn{
		text-align: center;
	}
	.img_box_flex .elementor-image-box-wrapper {
		display: flex;
		gap: 15px;
	}
	.signin_tag {
		left: 52%;
		bottom: -22px;
	}
	.signin_tag a {
		display: flex;
		align-items: center;
		padding: 15px 40px 15px 20px;
	}
	.mobile_content_400 .elementor-widget-container {
		font-weight: 400;
	}
	.mobile_heading_600 h2 {
		font-weight: 600 !important;
	}
	.img_box_h3_spacing .elementor-widget-container .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.feature_btn {
		gap: 10px;
	}
	.indvidual_page figure {
		margin-bottom: 15px !important;
	}
	.sec_img img {
		width: 133px;
	}
	.sec_img {
		left: 50%;
		transform: translateX(33%);
		top: -80px;
	}
	.middle_sec {
		margin: -142px auto -109px;
	}
	.btn_grid {
		display: flex;
		justify-content: center !important;
	}
	.title {
		font-size: 24px;
	}
	.icons img {
		width: 23px;
		height: 23px;
	}
	.footer_card {
		padding: 20px 20px;
	}
	.solution_wrapper, .steps_wrapper {
		margin-right: 20px;
	}
}
@media(max-width: 700px){
	.tab_flex {
		flex-direction: column;
		gap: 30px;
	}
	.card-content {
		flex-direction: column;
	}	
	.card-content div, .card-content figure, .tab_heading,.graph_img {
		width: 100%;
	}
	.card-content p strong {
		font-size: 16px;
		line-height: 24px;
	}
	.fp {
		margin-bottom: 0 !important;
	}
	.tabs-container {
		margin: -150px auto 55px auto;
	}
}
@media(max-width: 650px){
	.bottom_mar {
		margin-bottom: -235px;
	}
	.top_mar {
		margin-top: -235px;
	}
}
@media(max-width: 544px){
	.bottom_mar {
		margin-bottom: -250px;
	}
	.top_mar {
		margin-top: -250px;
	}
	.indvidual_page {
		margin: -208px auto -208px;
	}
	.team_page.indvidual_page {
		margin: -194px auto -193px;
	}
	#page .site-content {
    	margin-top: -81px;
	}
	.individual-steps .step_inner {
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.individual-steps .slick-track {
		height: 500px !IMPORTANT;
	}
}
@media(max-width: 480px){
	.bottom_mar {
		margin-bottom: -265px;
	}
	.top_mar {
		margin-top: -265px;
	}
	.popup_close_icon {
		top: -156px !important;
	}
}
@media(max-width: 450px){
	.bottom_mar {
		margin-bottom: -285px;
	}
	.top_mar {
		margin-top: -285px;
	}
}
@media(max-width: 370px){
	.feature_btn {
		flex-wrap: wrap;
		row-gap: 30px;
		justify-content: center;
	}
	.bottom_mar {
		margin-bottom: -300px;
	}
	.top_mar {
		margin-top: -300px;
	}
}
@media(min-width: 300px){
	.max_954 {
		max-width: 94% !important;
		margin: 50px auto;
		border-radius: 20px;
	}
}
@media(min-width: 767px){
	.steps {
		display: flex;
		gap: 20px;
	}
}
@media(min-width: 980px){
	.middle_sec.desk_sec {
		max-width: 970px !important;
	}
}
@media(min-width:1024px){
	.max_954 {
		max-width: 954px !important;
		margin: 100px auto 120px auto;
		border-radius: 20px;
	}
}