@font-face {
	font-family: "DM Sans Regular";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Regular"),
		url("font/DMSans-Regular.woff") format("woff");
}




@font-face {
	font-family: "DM Sans Medium";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Medium"),
		url("font/DMSans-Medium.woff") format("woff");
}

@font-face {
	font-family: "DM Sans SemiBold";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans SemiBold"),
		url("font/DMSans-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Bold";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Bold"),
		url("font/DMSans-Bold.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Black";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Black"),
		url("font/DMSans-Black.woff") format("woff");
}

@font-face {
	font-family: "DM Sans ExtraLight";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans ExtraLight"),
		url("font/DMSans-ExtraLight.woff") format("woff");
}

@font-face {
	font-family: "DM Sans Thin";
	font-style: normal;
	font-weight: normal;
	src: local("DM Sans Thin"),
		url("font/DMSans-Thin.woff") format("woff");
}

* {
	font-family: "DM Sans Regular";
}


body {
	/*     font-family: Arial, sans-serif; */
	margin: 0;
	padding: 0;
}

.blog_page_header_section{
	background-color: #020012;
	color: white;

}

.blog_page_header_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* 	padding-top: .5rem; */
	padding-block:0.7rem;
	color: white;
	max-width: 1260px;
	margin: 0 auto;
	/* 	padding-bottom: 0.5rem; */
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	/* 	height: 4rem */
}

.blog_page_header_logo {
	display: flex;
	font-size: 20px;
	align-items: center;
	padding: .35rem .5rem;
}

.blog_page_header_logo img {
	width: 40px;
	height: 40px;
	/* 	margin-right: 10px; */
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem!important;

}

.menu ul li {
	padding: 8px 16px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #fff;

}

.menu ul li:last-child {
	padding-right: 0;
}

.menu ul li a {
	text-decoration: none;
	color:#fff;
	letter-spacing:0.5px
}

.menu ul li:hover {
	/* background-color: #555; */
}

.menu ul.dropdown-menu {
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	background-color: #1c1c3e;
	list-style: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0;
	min-width: 14rem;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 0.375rem;
}



ul.dropdown-menu li{
	padding: 0.5rem 1rem;

}

.dropdown-menu li {
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
	color: white;
}

.dropdown-menu li a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	gap: 0px;
	display: flex;

}

.menu .dropdown-menu li:hover {
	background-color: #3b82f6;
}

.menu ul.dropdown-menu.show {
	display: block;
}

.menu .dropdown .lists_icon_section{
	display: flex;
	align-items: center;
	/* 	gap: 8px; */
}

.menu .dropdown .lists_icon_section span{
	letter-spacing: 0.5px;
}

.blog_page_header_logo img {
	height: 2.65rem;
	width: 100%;
}

.single.single-post #page{
	background: #04001d;
}

.footer-width-fixer {
	background: #04001d;
	padding-top: 2.5rem;
	/* 	padding-bottom: 1rem; */
}

.Footer_footerContainer__ag8yS img.mx-auto.site_logo_wp {
	height: 4.5rem;
	width: 100%;
}


@media (min-width: 1280px) {
	.BlogSingle_blogContent__ZbxTC {
		max-width: 1033px;
	}
}

@media (min-width: 1536px) {
	.BlogSingle_blogContent__ZbxTC {
		max-width: 1280px;
	}
}



/* .BlogSingle_blogContent__ZbxTC{
padding-inline: 1.25rem;
} */

.BlogSingle_postcontent__U9TZC a {
	color: blue;
	text-decoration: underline;
}


.Footer_menuList__65pd2 {
	max-width: 1200px;
	gap: 3rem !important;
}

.Footer_menuList__65pd2>div {
	gap: 3rem !important;
}

.foot-menus {
	margin-bottom: 5rem;
}


.Footer_footerSection__nNsmK {
	border-top: 1px solid #ffffff52;
	padding-top: .7rem;
	margin-bottom: 0 !important;
}

a.foot-text {
	text-decoration: underline;
}

.foot-text {
	font-size: 12px;
	letter-spacing: .5px;
	color: #ffffffb3;
}

.foot-menus a:hover{
	color: unset!important;
}

a.foot-text:hover{
	color:#9894a2 !important;
}
/*  blog post banner image style  starts*/
.post-banner {
	width: 100%;
	height: 300px; /* Adjust the height as needed */
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}
.banner-title {
	font-size: 2rem;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-radius: 5px;
}


/*  blog post banner image style  ends*/



/*  tab catogeries style start*/

.tab-item {
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	background: #f0f0f0;
	margin-right: 5px;
}
.tab-item.active {
	background: #0073aa;
	color: white;
}
.post-item {
	display: block; /* All posts are visible by default */
	margin-bottom: 15px;
}

div#tab-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem !important;
}


.propvator_blog{
	background: #04001d;
}

.propvator_blog .tab-pane .post-item .post-content h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.1rem;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.propvator_blog .tab-pane .post-item .post-content h3 a:hover{
	color:unset;
}
.propvator_blog .tab-pane .post-item .post-content p{
	margin-bottom: 2.5rem;
	color: #fff;	
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;


}

.propvator_blog .tab-pane .post-item .post-content a.read-more{
	color: #fff;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-radius: 1rem;
	background-color: #3338d3;
}

.propvator_blog .tab-pane .post-item .post-thumbnail a img{
	width: 100%
}

.propvator_blog .tab-pane .post-item{
	border-color: #3338d3;
	border-width: 1px
}

.propvator_blog .tab-pane .post-item .post-content{
	padding-bottom: 2.5rem;
	padding-top: 1.25rem;	
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}


/*  tab catogeries style end*/



.blog_heading_content h1{
	font-family: "DM Sans Regular" !important; 
}

.blog_heading_content .tab-menu{
	display: flex;
	justify-content: start;
	margin: 50px 0 !important;
}
.blog_heading_content .tab-menu li.tab-item{
	border: 1px solid #3338d3;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 5px;
	color: #fff;
}


/* section.elementor-section.propvator_blog {
padding-top: 13rem;
} */
section.elementor-section.propvator_blog {
	padding-top: 3rem;
}

p.no_post_propvator {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

section.elementor-section.propvator_blog .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

section.elementor-section.propvator_blog .elementor-element.elementor-widget-heading {
	margin-bottom: 0;
}

section.elementor-section.propvator_blog ul.tab-menu {
	margin: 50px 0;
}

section.elementor-section.propvator_blog li.tab-item {
	border: 1px solid #3338d3;
	padding: 5px 20px;
	border-radius: 5px;
	/* 	margin: 0 5px; */
	color: #fff;
	background-color: #04001D;
}

section.elementor-section.propvator_blog li.tab-item.active {
	background-color: #3338d3;
	cursor:pointer;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00000080;
	top: 0;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail {
	position: relative;
    cursor: pointer;
    width: 100%;
    height: 15rem;
    max-height: 20rem;
    overflow: hidden;
	display: flex;
    align-items: center;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail .no_thumb{
	width: 100%;
	background: #ffffff61;
	height: 100%;
}

.post-thumbnail .logo-article {
	position: absolute;
	top: 0;
	padding: 20px;
	display: flex;
}

.post-thumbnail .logo-article img {
	width: 100px;
	color: #fff;
	z-index: 10;
	height: auto;
}

.post-thumbnail span.blog-highlight {
	padding-top: .25rem;
	padding-bottom: .25rem;
	background-color: #fff;
	z-index: 10;
	padding-left: .75rem;
	padding-right: .75rem;
	border-radius: 0.25rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.5;
	margin-left: 0.5rem;
	text-transform: uppercase;
}


/* .blog_heading_content .tab-content div#tab-content .post-thumbnail .post-category {
position: absolute;
top: 0;
z-index: 10;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail span.category-name {
color: #ef4444;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 700;
transition-duration: .3s;
transition-property: opacity;
transition-timing-function: cubic-bezier(.4,0,.2,1);
opacity: 0;
}

.blog_heading_content .tab-content div#tab-content .post-thumbnail:hover span.category-name {
opacity: 1;
} */

.Footer_footerDesc__mjflT {
	max-width: 71% !important;
	line-height: 20px !important;
	font-size: 11px !important;
	margin-block: 2rem !important;
	font-weight: 100;
	letter-spacing: .5px;
	color: #f6f6f6 !important;
}

.Footer_menuList__65pd2 a {
	font-family: DM Sans regular;
	font-size: 14px !important;
}

.foot-social-icons a img {
	height: auto;
	width: 1.8rem;
}

.propvator_blog .tab-pane .post-item .post-content a {
	color: #fff;
}

.mobile_menu, .mobile_menu_close {
	width: 24px;
	color: #e5e7eb;

}



.mobile_menu, .mobile_menu_close{
	display: none;
}

.mobile_sub_menus{
	max-height: 0;
	overflow: hidden;
}


.post-banner {
	background-size: cover;
	background-position: center;
	height: 300px; /* Adjust as needed */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
}

.banner-title {
	font-size: 2rem;
	font-weight: bold;
	z-index: 2;
}


/* banner design */

.featured-header-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.featured-header-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 200px 0;
}

.featured-header-overlay .logo-article{
	display: flex;
	align-items: center;
}

.featured-header-overlay .logo-article img {
	width: 150px;
	color: #fff;
	z-index: 10;
	height: auto;
}

.featured-header-overlay span.blog-highlight {
	padding-top: .38rem;
	padding-bottom: .38rem;
	background-color: #fff;
	z-index: 10;
	padding-left: .75rem;
	padding-right: .75rem;
	border-radius: 0.25rem;
	font-weight: 700;
	/* 	font-size: .875rem; */
	line-height: 1.25rem;
	margin-left: 0.5rem;
	text-transform: uppercase;
	color: #000;
}

.featured-header-overlay h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-top: 1.25rem;
}

.featured-header-overlay .inner_content {
	padding-block: 1.25rem;
	padding-inline: 1.75rem;

}


/*  banner design*/

.post-thumbnail.propvator_blog img.attachment-medium.size-medium.wp-post-image {
	width: 100%;
    object-fit: cover;
    height: 100%;
}

.featured-header-overlay p.post-date {
	color: #fff;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: 1px;
}

.propvator_blog .tab-pane .post-item .post-content p.post-date {
	color: #fff;
	font-weight: 700;
	margin-bottom: 1.1rem;
	letter-spacing: 0.9px;
	font-size: 14px;

}

/* .BlogSingle_postcontent__U9TZC p {
margin-bottom: 1.5rem;
} */

/* .BlogSingle_postcontent__U9TZC h2 {
font-size: 1.875rem;
line-height: 2.25rem;
margin-bottom: 1rem;
font-weight: 600;
letter-spacing:0.15rem;
}
*/

.BlogSingle_postcontent__U9TZC h2{
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	line-height:1.5;
	margin-bottom: 1rem;
	letter-spacing:0.1px;
}
/* .BlogSingle_postcontent__U9TZC h3{
font-weight: 18px;
font-weight: 600;
color: #ffffff;
line-height:1.5;
margin-bottom:1rem;
} */
/* .BlogSingle_postcontent__U9TZC h3 {
font-size: 1.25rem;
line-height: 1.75rem;
margin-bottom: 1rem;

} */

.BlogSingle_postcontent__U9TZC ul li span {
	font-weight: 600;

}


.BlogSingle_postcontent__U9TZC ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1.5rem;
}

.BlogSingle_postcontent__U9TZC ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 1.5rem;
}

.BlogSingle_postcontent__U9TZC ol li:not(:first-child) {
	margin-top: 8px;
}
/* .BlogSingle_postcontent__U9TZC ul li:not(:first-child){
margin-top: 8px;	
} */

.featured-header-section.no-image .featured-header-overlay {
	padding: 50px 0 0 0;
	background:transparent;
}

/* Blog page tab design starts */

/* Blog page tab design ends */


/* changes on 21/3/2025 */
/* .my-20 .BlogSingle_blogContent__ZbxTC .BlogSingle_postcontent__U9TZC > p, .my-20 .BlogSingle_blogContent__ZbxTC .BlogSingle_postcontent__U9TZC li{
font-size: 17px !important;
line-height: 1.5 !important;
letter-spacing:0.1px;
} */

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	font-family: DM Sans Medium !important;
}

.single-post p {
	font-family: DM Sans Regular !important;
}

.single-post p {
	font-size: 16.7px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.1px;
	margin-block: 0.75rem !important;
}

.single-post h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.single-post h3:after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #163eff, #3355ff00);
	height: 1px;
	width: 20%;
	margin-top: .5rem;
}

.single-post h3 {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
	font-size: 21px !important;
	margin-top: 1.25rem !important;
	color: #ffffff !important;
	line-height: 1.5 !important;
}

/* changes on 21/3/2025 */

@media only screen and (max-width: 1400px){
	.blog_heading_content .tab-content div#tab-content .post-thumbnail{
/* 		height: unset !important;*/
	}
}

@media only screen and (max-width: 768px){
	/* 	 */
	.mobile_sub_menus ul li {
		margin-top: 8px;
	}

	.mobile_sub_menus ul li li {
		margin-top: 0;
	}

	.mobile_sub_menus ul li:first-child {
		margin-top: 0;
	}
	.mobile_sub_menus ul {
		padding-top: .5rem;
		padding-bottom: 0.75rem;
	}

	.mobile_sub_menus ul li .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	/* 	 */
	.blog_heading_content .tab-content div#tab-content .post-thumbnail{
/* 		height: unset !important; */
	}
	.Footer_footerContainer__ag8yS img.mx-auto.site_logo_wp {
		height: 4rem;
	}

	.BlogSingle_postcontent__U9TZC{
		padding-inline: 12px;
	}

	.blog_page_header .blog_header {
		width: 100%;
	}
	.blog_page_header_logo{
		padding-left: 0 !important;
	}
	.desktop_menu{
		display: none;
	}
	.mobile_menu{
		display: block;
	}
	.mobile_menu.hidden{
		display: none;
	}
	.mobile_menu_close{
		display: block;
	}
	.mobile_menu_close.hidden{
		display: none;
	}
	.mobile_sub_menus{
		max-height: 0;
		overflow: hidden;
	}
	.mobile_sub_menus.show{       
		max-height: max-content;
		overflow: auto;
		transition: all 1s ease-in-out;
	}

	.mobile_sub_menus.show ul li a{
		text-decoration: none;
		color :#fff;
	}
	
	.mobile_sub_menus.show ul{
		padding-top: 3px;
		list-style: none;     
		display: flex;        
		flex-direction: column;
		gap: 1rem;
		padding-left: 0;
		margin-block: 0;
	}

	.mobile_sub_menus.show  ul li .dropdown-menu{
		max-height: 0;
		overflow: hidden;
	}
	.mobile_sub_menus.show  ul li .dropdown-menu.show{
		max-height: max-content;
		background: #1c1c3e;
		z-index: 99;
		padding-top: .5rem;
		padding-bottom: .5rem;
		border-radius: 0.375rem;
		margin-top: 1rem;
		transition: all 1s ease-in-out;

	}
	.mobile_sub_menus.show  ul li{
		padding-left: 12px;
		padding-right: 12px;    
		/* 		padding-top: .5rem; */
		/* 		padding-bottom: .5rem; */
	}

	.mobile_sub_menus.show  ul li a{
		display: flex;
		font-size:17px;
	}

	.mobile_sub_menus.show .lists_icon_section{
		display: flex;
		align-items: center;
/* 		gap: 5px; */
		font-size: 16px;

	}

	.mobile_sub_menus{
		/* 		padding-top: .5rem; */
		padding-right: .25rem;
		padding-left: .75rem;
		/* 		padding-bottom: .75rem; */
	}
	.mobile_sub_menus.show{
		/* 		padding-top: .5rem;
		padding-bottom: .75rem; */
	}

	.blog_page_header_container {
		padding-bottom: .5rem;
		padding-left:28px;
		padding-right:28px;
	}
	.blog_page_titleTag h1.elementor-heading-title.elementor-size-default {
		font-size: 16px !important;
	}
	div#tab-content {
		grid-template-columns: 1fr !important;
	}
	.blog_heading_content .tab-menu {
		flex-flow: column;
		gap: 15px;
	}
	section.elementor-section.propvator_blog li.tab-item{
		text-align: center;
	}
	div#tab-content{
		margin-bottom: 5rem;
	}
	.Footer_menuList__65pd2>div {
		gap: 1.5rem !important;
	}
	.Footer_footerDesc__mjflT {
		font-size: 12px !important;
		max-width: 95% !important;
		margin-top: 1.4rem !important;
		margin-bottom: 2.5rem !important;
	}
	.foot-text {
		color: #ffffff;
		font-size: 14px;
		letter-spacing: .7px;
	}
	.Footer_footerSection__nNsmK {
		padding-top: 1.3rem;
		padding-bottom: 1rem;
		margin-bottom: 0 !important
	}
	.foot-social-icons a img {
		width: 2.2rem;
	}
	.foot-menus {
		margin-bottom: 3rem;
	}
	.Footer_menuList__65pd2 a {
		font-size: 1rem !important;
		letter-spacing: .5px;
	}
	.propvator_blog .tab-pane .post-item{
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1536px) {
	.propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1536px!important;
		margin: 0 auto;
	}
}

@media (min-width: 1280px) {
	.elementor .propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1280px;
		margin: 0 auto;
	}
}
@media (min-width: 1024px) {
	.propvator_blog .elementor-container.elementor-column-gap-default, .featured-header-overlay .inner_content {
		max-width: 1024px;
		margin: 0 auto;
	}
}

.single-post a {
	color: #3382fc;
	text-decoration: none;
}

.default_thumbnail {
    padding: 20px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.mobile_sub_menus.show ul li ul.dropdown-menu.show li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile_sub_menus.show ul li ul.dropdown-menu {
    gap: 0;
}

.mobile_sub_menus.show ul li ul.dropdown-menu li:hover {
    background: #3b82f6;
}



/* NEW HEADER DESIGN START */

.blog_page_header_section.new_header .header_left {
	display: flex;
	align-items: center;
	gap: 5px;
}

.blog_page_header_section.new_header {
	width: 100%;
	background: url("/Images/header-bg.png") center/cover no-repeat;
	position: relative;
	z-index: 10;
}

.blog_page_header_section.new_header .header_left .header_search {
	position: relative;
	margin-left: 11px;
	width: 276px;
}

.blog_page_header_section.new_header .header_left .header_search .search_mobile {
	display: none;
}

.blog_page_header_section.new_header .header_left .header_search input.search_desktop {
	background: rgba(255, 255, 255, 0.05);
	border: none;
	color: rgb(255 255 255 / .5);
	border-radius: 10px;
	padding: .5rem 1rem .5rem 2.68rem;
	outline: none;
	max-width: 345px;
	height: 40px;
	font-size: .8rem;
}

.blog_page_header_section.new_header .header_left .header_search:before {
	content: "";
	width: 1px;
	position: absolute;
	height: 80%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	left: -11px;
}

.blog_page_header_section.new_header .blog_page_header_container a.compare_btn {
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
	padding: .45rem 1.2rem;
	border-radius: .5rem;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.65;
	text-wrap: nowrap;
}

.blog_page_header_section.new_header .blog_page_header_container {
	padding-left: 25px;
	padding-right: 14px;
	padding-top: 9.8px;
	padding-bottom: 0;
	gap: .5rem;
}

.blog_page_header_section.new_header .blog_page_header_container .blog_page_header_logo {
	padding-left: 5px;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	width: 18px;
	color: rgba(255, 255, 255, 0.5);
}

.elementor.elementor-12:has(.blog_page_header) {
	border: none !important;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section span {
	letter-spacing: 0;
	margin-top: 1px;
}

.blog_page_header_section.new_header .header_left .header_search input.search_desktop::placeholder {
	color: rgb(255 255 255 / 0.4);
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu a {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	gap: 0.78rem;
	height: 100%;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu a svg {
	margin-top: -1px;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section:hover {
	border: 1px solid #4665ff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
		linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
}

.blog_page_header_section.new_header .menu {
	padding-top: 0rem;
	margin: auto;
	margin-top: 0;
	max-width: 1232px;
	padding-bottom: 1.05rem;
	/* position: relative; */
	padding-left: 16.5px;
}

.blog_page_header_section.new_header nav.menu:before {
	content: "";
	position: absolute;
	top: 0;
	width: 98.6%;
	height: 0.1px;
	right: 0;
	background: rgb(255 255 255 / .2);
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul {
	justify-content: center;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li {
	padding: 0;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li>a {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	/* min-width: 130px; */
	font-size: 16px;
	line-height: 1.25rem;
	background-color: rgb(255 255 255 / .05);
	border-radius: 8px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	gap: .75rem;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section {
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	padding-top: .35rem;
	padding-bottom: .35rem;
	/* min-width: 130px; */
	font-size: 16px;
	line-height: 1.25rem;
	background-color: rgb(255 255 255 / .05);
	border-radius: 8px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .25rem;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul {
	justify-content: center;
	gap: 1rem !important;
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li > a:hover {
	border: 1px solid #4665ff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
}

.blog_page_header_section.new_header .blog_page_header_container a.compare_btn:hover {
	color: #fff;
	background-color: rgb(37 99 235 / .2);
}

.blog_page_header_section.new_header nav.menu .desktop_menu {
	display: block !important;
}

img.logo-mobile {
	display: none;
}

.blog_page_header_logo img {
	width: auto;
}

.blog_page_header_section.new_header .menu a.blog {
	border: 1px solid #4665ff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
}

.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section svg {
	width: 18px;
	height: 18px;
}

.blog_page_header_section.new_header .menu a:hover {
	color: #ffffff;
}

.blog_page_header_section.new_header .menu button:hover {
	border: 1px solid #4665ff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
}

.menu .dropdown .lists_icon_section:focus {
	border: 1px solid #4665ff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(180deg, rgba(22, 62, 255, 0.25) 0%, rgba(22, 62, 255, 0) 100%);
}


@media screen and (max-width: 1200px) {
	header.blog_page_header_section.new_header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.blog_page_header_section.new_header .blog_page_header_container {
		padding-left: 0;
		padding-right: 0;
	}

	.blog_page_header_section.new_header .blog_page_header_container .blog_page_header_logo {
		padding-left: 0;
	}
}


@media screen and (max-width: 768px) {

	.blog_page_header_section.new_header .header_left .header_search input.search_desktop {
		display: none;
	}

	.blog_page_header_section.new_header .header_left .header_search .search_mobile {
		display: block;
		background: rgba(255, 255, 255, 0.05);
		border: none;
		color: rgb(255 255 255 / .5);
		border-radius: 10px;
		padding-top: .5rem;
		padding-bottom: .5rem;
		outline: none;
		height: 40px;
		max-width: 100%;
		padding-left: 1.75rem;
	}

	.blog_page_header_section.new_header .blog_page_header_container a.compare_btn {
		font-size: 13.5px;
		padding-top: .4rem;
		padding-bottom: .4rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	header.blog_page_header_section.new_header {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.blog_page_header_section.new_header nav.menu {
		margin-top: 0rem;
		padding-top: 0.55rem;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li>a {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: .5rem;
		padding-bottom: 0.6rem;
		min-width: auto;
		line-height: 1.15rem;
	}
	
	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: .5rem;
		padding-bottom: 0.6rem;
		min-width: auto;
		line-height: 1.15rem;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul {
		gap: 0.5rem !important;
	}

	.blog_page_header_section.new_header .header_left .header_search {
		width: auto;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu a {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: .5rem;
		padding-bottom: 0.6rem;
		min-width: auto;
	}

	.blog_page_header_section.new_header .menu ul.dropdown-menu.show {
		background: #141414;
		width: 100%;
		transform: translateY(-27px);
	}

	.blog_page_header_section.new_header .menu .desktop_menu>ul>li {
		position: unset;
	}

	.blog_page_header_section.new_header .menu ul.dropdown-menu.show li a {
		font-size: 16px;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section svg {
		width: 18px;
		height: 18px;
		margin-top: -1px;
	}

	.blog_page_header_section.new_header .menu {
		padding-left: 0;	
	}

}


@media screen and (max-width: 640px) {

	.blog_page_header_section.new_header .header_left .header_search {
		margin-left: 0;
	}

	.blog_page_header_logo img.logo-desktop {
		display: none;
	}

	.blog_page_header_logo img.logo-mobile {
		display: block;
		width: 38px;
		min-width: 38px;
		object-fit: contain;
	}

	.blog_page_header_section.new_header .header_left .header_search::before {
		display: none;
	}

	.blog_page_header_section.new_header .blog_page_header_container .blog_page_header_logo {
		padding-right: 5px;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu a span {
		display: none;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu a {
		padding-left: .75rem;
		padding-right: .75rem;
		min-width: auto;
		padding-top: .5rem;
		padding-bottom: 0.5rem;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li>a {
		font-size: 13.5px;
		padding-left: .75rem;
		padding-right: .75rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section {
		font-size: 13.5px;
		padding-left: .75rem;
		padding-right: .75rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li .lists_icon_section span {
		margin-top: 0;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul {
		justify-content: space-between;
	}
	
	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li {
		flex: 1;
	}

	.blog_page_header_section.new_header nav.menu .desktop_menu>ul>li.home-menu {
		flex: none;
	}


}

/* NEW HEADER DESIGN STOP */