@media (max-width: 1440px) {
	.container-main {
		padding: 0 80px;
	}
}


@media (max-width: 1200px) {
	.container-main {
		padding: 0 60px;
	}
	.header-left img {
		max-width: 200px;
	}
	.header-links ul{
		gap:20px;
	}
	.bravendix-hero-content-heading h1 {
		font-size: 52px;
	}

	.what-bravendix-delivers-flex {
		grid-template-columns: repeat(2, 1fr);
	}

	.inside-bravendix-flex {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 1024px) {

	.why-bravendix-exists-flex {
		flex-direction: column;
	}

	.why-bravendix-exists-left,
	.why-bravendix-exists-right {
		width: 100%;
		padding-left: 0;
	}

	.why-bravendix-exists-right-flex {
		padding-top: 20px;
	}

	.the-structural-shift-flex-top {
		flex-direction: column;
	}

	.the-structural-shift-chart-panel,
	.the-structural-shift-card {
		width: 100%;
	}


}


@media (max-width: 991px) {
	
	.mob-header {
		display: block;
	}

	.main-header {
		display: none;
	}

	.mob-header-logo img {
		max-width: 220px;
	}

	.mob-header .navbar {
		background: var(--color-white);
		padding: 16px 0px;
	}

	body.menu-open {
		overflow: hidden;
		height: 100vh;
	}

	.container-fluid {
		padding: 0 40px;
	}

	.mob-header .collapse {
		visibility: unset;
	}

	.mob-header .navbar-nav {
		padding-bottom: 600px;
		padding-top: 20px;
	}

	.mob-header .navbar-toggler {
		padding: 0;
	}

	.mob-header .nav-link {
		font-size: 16px;
		font-weight: 500;
		color: var(--light-white-color);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}


	.navbar-collapse ul li a:hover {
		color: var(--white-color);
	}


	.navbar-toggler:focus {
		box-shadow: unset;
	}

	.mob-header .navbar-toggler-icon {
		background-image: url(../images/menu-icon.webp);
		background-repeat: no-repeat;
		width: 27px;
		height: 27px;
	}

	body.menu-open .mob-header .navbar-toggler-icon {
		background-image: url(../images/close-icon.webp);
		height: 27px;
		width: 27px;
	}



	.mob-header-inner {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.weekly-memo a {
		margin-top: 20px;
		padding: 10px 20px;
	}

	.bravendix-ai-economy-flex {
		display: grid;
		grid-template-columns:1fr 1fr;
		margin:unset;
	}

	.bravendix-ai-economy-block {
		width: 100%;
		padding:5px;
	}

	.bravendix-ai-economy-block::before {
		content: unset;
	}

	.what-bravendix-delivers-flex {
		grid-template-columns: 1fr;
	}

	.inside-bravendix-flex {
		grid-template-columns: 1fr;
	}


	h2 {
		font-size: 32px
	}

	p {
		font-size: 14px;
	}
}

@media(max-width:850px) {
	.access-alignment-flex {
		flex-direction: column;
		gap: 100px;
	}

	.access-alignment-left,
	.access-alignment-right {
		width: 100%;
	}

	.direct-contact-contain {
		flex-direction: column;
	}

	.direct-contact-left-contain,
	.direct-contact-right-contain {
		width: 100%;
	}

	.terms-use-block ul li::before {
		display: none;
	}

	.terms-use-block ul li {
		flex-direction: column;
		align-items: unset;
	}

	.breaking-info-flex {
		flex-direction: column;
	}

	.feed-dot-wrap,
	.feed-dot {
		display: none;
	}

	.breaking-info-left {
		width: 100%;
		position: unset;
	}

	.breaking-info-right {
		width: 100%;
	}

	.left-line {
		display: none;
	}

	.inside-the-membership-content-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.latest-issues-content-flex {
		flex-direction: column;
	}

	.latest-issues-content-left,
	.latest-issues-content-right {
		width: 100%;
	}



	.form-panel {
		padding: 20px;
	}
}

@media (max-width: 768px) {

	.container-main {
		padding: 0 40px;
	}

	.bravendix-hero-content-heading h1 {
		line-height: 1.2;
	}

	.bravendix-hero-content-desc p {
		font-size: 14px;
	}

	.bravendix-ai-economy-flex {
		grid-template-columns: 1fr;
	}


	.footer-flex {
		flex-direction: column;
		gap: 20px;
	}

	.footer-flex {
		padding-bottom: 20px;
	}
	.the-structural-shift-content {
		padding:24px;
	}
	.insights-inner-page-heading h1 {
		font-size: 36px;
	}

	.insights-inner-page-main h1 {
		font-size: 28px;
	}

	.insights-inner-page-main h2 {
		font-size: 22px;
	}

	.insights-inner-page-main p {
		font-size: 16px;
	}
	.footer-copyright{
		display:block;
	}
	.footer-copyright p{
		text-align:left;
	}
}

@media (max-width: 600px) {
	.container-fluid {
		padding: 0 20px;
	}

	:root {
		--padding: 46px;
	}

	.ticker-wrap {
		padding: 8px 0px;
	}

	.bravendix-hero-btns {
		padding-top: 20px;
		flex-direction: column;
	}
	.get-started-free,.view-research {
		width: 100%;
	}
	.get-started-free a,
	.view-research a {
		width:100%;
		justify-content: center;
	}

	.form-row {
		grid-template-columns: 1fr;
	}
	.the-structural-shift-heading h2{
		margin-bottom:unset;
	}
	.direct-contact-contain {
		flex-direction: column;
	}

	.ai-is-reshaping-bars-list {
		grid-template-columns: minmax(130px, 1fr) 3fr 30px;
		gap: 12px;
	}

	.ai-is-reshaping-bars-list p.label {
		text-align: unset;
	}

	.bravendix-black-process-form-row-field textarea {
		height: 108px;
	}

	.bravendix-black-process-form-privacy {
		display: block;
		grid-column: 1 / -1;
	}

	.direct-contact-left-contain,
	.direct-contact-right-contain {
		width: 100%;
	}

	.the-structural-shift-bottom-flex {
		flex-wrap: wrap;
	}

	.bravendix-black-process-form-panel .f-field input[type="submit"] {
		width:100% !important; 
	}
	.bravendix-ai-economy-block {
		padding: 10px 0px;
	}


	.bravendix-ai-economy-heading-main .sub-heading,
	.bravendix-ai-economy-heading,
	.ai-is-reshaping-content .sub-heading,
	.what-bravendix-delivers-heading-main .sub-heading,
	.what-bravendix-delivers-heading,
	.inside-bravendix-heading-main .sub-heading,
	.inside-bravendix-heading,
	.current-developments-heading-main .sub-heading,
	.current-developments-heading-main .sub-heading,
	.bravendix-hero-content .sub-heading,
	.current-developments-heading {
		justify-content: unset;
	}

	.bravendix-hero-content-heading h1,
	.get-in-touch-heading h1,
	.form-panel-heading h1,
	.intelligence-feed-heading h1,
	.terms-use-heading h1,
	.why-bravendix-exists-left-content-heading h2,
	.the-structural-shift-heading h2,
	.bravendix-ai-economy-heading h2,
	.ai-is-reshaping-heading-big h2,
	.what-bravendix-delivers-heading h2,
	.inside-bravendix-heading h2,
	.current-developments-heading h2,
	.latest-issues-content-left-block-inner-heading h2,
	.bravendix-quarterly-heading h2,
	.archive-content-block-inner-heading h2,
	.archive-content-block-inner-heading h2,
	.latest-issues-content-left-block-inner-heading h2,
	.insights-hero-content-heading h2,
	.insights-hero-content-heading h2,
	.insights-open-access-heading h2,
	.research-hero-content-heading h2,
	.bravendix-black-hero-content-heading h2,
	.bravendix-black-process-form-panel-heading h2,
	.premium-membership-content-heading h2 {
		font-size: 28px;
	}

	.bravendix-hero-content-heading h1,
	.what-bravendix-delivers-heading h2,
	.the-structural-shift-heading h2,
	.bravendix-ai-economy-heading h2,
	.ai-is-reshaping-heading-big h2,
	.inside-bravendix-heading h2,
	.current-developments-heading h2,
	.current-developments-desc p,
	.the-structural-shift-desc p,
	.bravendix-hero-content-desc p,
	.ai-is-reshaping-desc p,
	.inside-bravendix-desc p,
	.what-bravendix-delivers-desc p,
	.bravendix-hero-content-small-text p,
	.bravendix-ai-economy-desc p {
		text-align: unset;
		margin: 0;
	}

	.footer-main {
		padding-top: 46px;
	}


	.membership-price-content-flex{
		flex-direction:column;
		gap:20px;
	}
	.membership-price-content-left,.membership-price-content-right {
		width: 100%;
	}
	.bravendix-black-process-form-panel .f-field input[type="submit"] {
		width:100%;
	}
	.membership-price-content-right {
		width: 100%;
	}
	.insights-inner-page-main figure {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.insights-inner-page-main table {
		min-width: 600px; 
	}
}


@media (max-width: 390px) {


	.sub-heading {
		justify-content: unset;
	}

	.sub-heading p {
		font-size: 9px;
		padding: 4px 10px;
	}

	.ticker-item {
		font-size: 10px;
	}
}