/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap');
/*======================
   02. Basic css
========================*/
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html { scroll-behavior: smooth; }
.ai-tools-scroll-top-a{background: #C4FF7D;padding: 10px 20px;border-radius: 99999px;color: #000;margin: 10px 0px 20px;display: block;width: max-content;}


html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Inter', sans-serif;
	background-color: var(--site-bg-FFF);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.005em;
	color: #666A6A;
}
main{
	overflow: hidden;
}
ol,
ul {
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.loader3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #F3734E;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
.container{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.row>div{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 15px;
}
.col-4{
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}
.text-center{
	text-align: center;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.logo2{
	display: none;
	width: 100%;
}
.article_details_wrapper .related_wrap .row>div{
	margin-top: 0;
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 1;
	margin-left: 18px;
}
.hamburger-menu span {
	background: #080E0F;
	width: 30px;
	height: 3px;
	display: block;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}
.mobile_trigger .search_btn{
	display: inline-block;
	cursor: pointer;
}
.mobile_form{
	display: flex;
	align-items: center;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 100% !important;
	transform: translateY(-50%);
	z-index: 2;
	max-width: 900px;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
}
.mobile_form.open{
	visibility: visible;
	pointer-events: all;
}
.mobile_form input{
	border: 1px solid #080E0F;
	border-radius: 4px;
	width: 100%;
	padding: 0 35px 0 14px;
	height: 44px;
}
.search_close{
	position: absolute;
	right: 12px;
	cursor: pointer;
}
.mobile_menu{
	display: none;
}
.dark_toggle{
	width: 32px;
	height: 32px;
	background: #191919;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	cursor: pointer;
	border-radius: 50%;
}
.menu_btn{
	background: #E0F108;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #191919;
	padding: 13px 32px;
}
.mobile_menu .btn_wrap{
	margin-top: 40px;
}
.mobile_menu .dark_toggle{
	margin-top: 14px;
}

/*bottom menu*/
.bottom_menu{
	padding-bottom: 40px;
}
.bottom_wrap{
	padding: 32px 0 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #E3E3E3;
}
.bottom_wrap ul{
	display: flex;
}
.bottom_wrap ul li{
	padding-right: 32px;
}
.bottom_wrap ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #535353;
}
.search_form input{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #838383;
	border: none;
	padding: 0;
	padding-left: 30px;
	background-image: url(https://www.greenbot.com/wp-content/themes/greenbot-new/assets/img/search2.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 19px;
	width: 80px;
	transition: 0.3s;
}
.search_form input::placeholder{
	color: #838383;
	opacity: 1;
}
.search_form input:focus{
	width: 180px;
}
.home_menu{
	transform: translateY(-100%);
	position: fixed;
	transition: 0.4s;
}
.home_menu.sticky{
	transform: translateY(0);
}


.text-right{
	text-align: right;
}
.logo {
	display: block;
	max-width: 157px;
}
header {
	position: sticky;
	top: 0;
	z-index: 1024;
	width: 100%;
	background-color: #c4ff7d;
/* 	border-bottom: 2px solid #000; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 64px;
	border: none;
}
header .container{
	position: relative;
}
header .row,
.home_header .row{
	align-items: center;
}
.home_header{
	background-color: #B7ECD6;
	border-bottom: 2px solid #000;
	padding: 20px 0;
}
.menu_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.menu_wrap>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu_wrap>ul>li {
	padding: 2px 15px 0;
}
.menu_wrap ul li>a {
	font-size: 16px;
	color: #191919;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	white-space: nowrap;
}
header .menu_wrap > ul > li > a.deals {
	padding-left: 0;
	color: #F3734E;
	font-weight: 500;
}
.menu_wrap ul li a img{
	margin-right: 6px;
}
.menu_wrap ul>li>a.active,
.menu_wrap ul>li>a:hover {
	color: #F3734E;
}
.drop_wrap{
	position: relative;
}
.drop_menu {
	background-color: #fff;
	border: 2px solid #191919;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	min-width: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.drop_wrap:hover .drop_menu{
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.drop_menu ul li{
	padding: 12px 0;
}
.right_part{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.right_part .menu_btn {
	font-size: 12px;
	padding: 11px 12px;
	margin-left: 16px;
}


.menu_content{
	padding: 12px 24px 12px;
}
.news_wrap{
	border-top: 2px solid #000000;
	margin-top: 12px;
}
.news_box{
	display: flex;
	align-items: center;
	margin-top: 24px;
	width: 352px;
	white-space: normal !important;
}
.news_img{
	height: 80px;
	width: 80px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 12px;
	flex-shrink: 0;
}
.news_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news_box h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #191919;
	margin-bottom: 8px;
}
.news_box p{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #717171;
}
.drop_btn {
	width: 100%;
	background-color: #E0F108;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	padding: 16px 20px;
	text-align: center;
	display: block;
	border-top: 2px solid #000;
	margin-top: 12px;
	transition: 0.3s;
}
.drop_btn:hover{
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.2) inset;
}


.title_wrap{
	background-color: #FF90E8;
	border-bottom: 3px solid #080E0F;;
	padding-top: 36px;
}
.title_wrap h4{
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	letter-spacing: 0.005em;
	color: #080E0F;
	position: relative;
}
.title_wrap h4::before{
	position: absolute;
	content: attr(data-text);
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px #080E0F;
	text-stroke: 1px #080E0F;
	left: 3px;
	bottom: -3px;
}
.col-8{
	max-width: 66.67%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.67%;
	flex: 0 0 66.67%;
}
.blog_box.phn_box {
	border: 2px solid #191919;
	height: 478px;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	background-color: #191919;
}
.blog_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: var(--site-bg-FFF);
	border-radius: 4px;
	overflow: hidden;
	color: inherit;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 30px;
}
.blog_box:hover{
	-webkit-box-shadow: 6px 6px 0 #080E0F;
	box-shadow: 6px 6px 0 #080E0F;
}
.blog_img{
	width: 259px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 2px solid var(--border-color-080E0F);
	border-radius: 4px 0 0 4px;	
}
.blog_img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog_overlay_card .blog_content{
	background: var(--sec-bg-FFF);
}

.blog_content{
	border: 2px solid var(--sec-border-color-080E0F);
	border-radius: 0px 0px 8px 8px;
	border-top: none;
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.category_body .blog_box.sm .blog_content{
	border: none;
}
.category{
	font-size: 14px;
	color: var(--font-color-sub-080E0F);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}
.category p.post-category-name{
	color: #F99A8A;
	font-weight: 600;
	text-transform: uppercase;
}
.category p{
	color: #717171;
}
.blog_content h2{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: var(--font-color-080E0F);
	margin: 12px 0px;
}
.author{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--font-color-auth-name-080E0F);
}
.category_body .phn_box .author .sidebar-author-name{
	color: var(--phn-box-author-color-9E9E9E);
}
.author h5{
	font-weight: 500;
}
.author img{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.blog_content>p{
	margin-top: 15px;
	color: var(--font-color-sec-content-717171);
	line-height: 24px;
	font-weight: 400;
	font-family: Inter;
	font-size: 14px;
	letter-spacing: 0%;
}
.blog_area{
	position: relative;
	padding-bottom: 120px;
}
.subscribe_box {
	background: #FDC62D;
	border-left: 3px solid #080E0F;
	border-bottom: 3px solid #080E0F;
	color: #080E0F;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc((100% - 1230px) / 2 + 400px);
	height: 673px;
	top: -95px;
	right: 0;
	position: absolute;
	z-index: 1;
}
.subscribe_box::before {
	content: '';
	right: 0;
	top: 50%;
	width: 62.17%;
	position: absolute;
	background-color: #FF90E8;
	border-radius: 50px 0 0 50px;
	height: 85%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.subscribe_box h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 3px #080E0F;
	text-stroke: 3px #080E0F;
	margin-bottom: 16px;
}
.subscribe_box p{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #080E0F;
}
.subscribe_box form{
	width: 100%;
	max-width: 352px;
}
.subscribe_box form input{
	height: 72px;
	background: #FFFFFF;
	width: 100%;
	padding: 0 26px;
	border: none;
	margin-top: 40px;
	font-size: 14px;
}
.subscribe_box form input::-webkit-input-placeholder{
	color: #666A6A;
	opacity: 1;
}
.subscribe_box form input::-moz-placeholder{
	color: #666A6A;
	opacity: 1;
}
.subscribe_box form input:-ms-input-placeholder{
	color: #666A6A;
	opacity: 1;
}
.subscribe_box form input::-ms-input-placeholder{
	color: #666A6A;
	opacity: 1;
}
.subscribe_box form input::placeholder{
	color: #666A6A;
	opacity: 1;
}
.subscribe_box form button{
	width: 100%;
	height: 72px;
	background-color: #080E0F;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	margin-top: 24px;
	border: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.subscribe_box form button:hover{
	background-color: #F3734E;
}

.blog_box.sm .blog_img{
	width: 150px;
}
.blog_box.sm .blog_content{
	padding: 21px 16px;	
}
.blog_box.sm .blog_content h2{
	font-size: 18px;
	margin-bottom: 8px;
}
.blog_box.sm .author{
	font-size: 12px;
}
.blog_box.sm .author img{
	height: 24px;
	width: 24px;
}

/*best product area*/
.best_product{
	padding: 48px 0 56px;
	border-top: 3px solid #080E0F;
	border-bottom: 3px solid #080E0F;
	color: #080E0F;
	text-align: center;
}
.best_product h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 56px;
}
.best_product h4{
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #080E0F;
	margin-top: 14px;
}
.best_product .owl-nav button{
	width: 72px;
	height: 72px;
	background: rgba(0, 0, 0, 0.56);
	backdrop-filter: blur(16px);
	border: none;
	padding: 0 5px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.best_product .owl-nav button.owl-prev{
	left: 30px;
}
.best_product .owl-nav button.owl-next{
	right: 30px;
}

/*tos area*/
.tos_area{
	padding: 120px 0;
}
.tos_area .title_wrapper{
	margin-bottom: 10px;
}
.blog_box.md{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blog_box.md .blog_img {
	border-radius: 4px 4px 0 0;
	width: 100%;
}
.blog_box.md .blog_content {
	border-radius: 0 0 4px 4px;
	border-left: 2px solid var(--border-color-080E0F);
	padding: 16px 16px 24px;
	border-top: none;
	background: var(--sec-bg-FFF);
}
.more{
	font-weight: 500;
	font-size: 16px;
	color: var(--font-color-sub-080E0F);
	margin-top: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 10px;
}
.more i{
	font-size: 10px;
}
.more img{
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more:hover img{
	margin-left: 15px;
}
.tos_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
}
.button {
	display: inline-block;
	border: none;
	border-radius: 4px;
	padding: 14px 29px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #191919 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
}
.button:hover{
	-webkit-box-shadow: 4px 4px 0 #E0F108;
	box-shadow: 4px 4px 0 #E0F108;
	-webkit-transform: translate(-4px, -4px);
	-ms-transform: translate(-4px, -4px);
	transform: translate(-4px, -4px);
}
.apple_product{
	padding-bottom: 120px;
}
.marquee_box {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding: 16px 0;
	background-color: #191919;
}
.marquee_box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-animation: marquee 10s linear infinite forwards;
	animation: marquee 10s linear infinite forwards;
}
.marquee_box ul:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-66%);
		transform: translateX(-66%);
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-66%);
		transform: translateX(-66%);
	}
}
.marquee_box ul li{
	padding-left: 26px;
	margin-left: 16px;
	position: relative;
}
.marquee_box ul li:not(:first-child)::before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.marquee_box ul li a{
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	color: #fff;
}

.tab_menu{
	background-color: #1FA95B;
	border-bottom: 3px solid #080E0F;
	padding: 10px 0;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tab_menu::-webkit-scrollbar {
	background: transparent;
	width: 0;
	height: 0;
}
.tab_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.tab_menu ul li a{
	font-weight: 600;
	font-size: 24px;
	color: #080E0F;
	line-height: 1.1;
	display: inline-block;
	padding: 16px 24px;
	border: 2px solid transparent;
	white-space: nowrap;
	border-radius: 100px;
}
.tab_menu ul li a.active{
	background-color: #FF90E8;
	border-color: #080E0F;
	margin: 0 12px;
}
.more_btn_wrap{
	text-align: center;
	margin-top: 48px;
}
.more_btn_wrap a.button{
	background-color: #FDC62D;
	border-color: transparent;
}

/*footer area*/
footer{
	background-color: #C4FF7D;
	padding-bottom: 40px;
}
footer p{
	color: #191919;
	margin-top: 24px;
}
footer ul li a{
	color: #191919;
	margin-top: 24px;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer ul li a:hover{
	color: #F3734E;
}
footer h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #191919;
}
footer .container>.row>div{
	margin-top: 40px;
}
.col-6{
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.justify-content-end{
	justify-content: flex-end;
}
.copy_right{
	border-top: 1px solid #191919;
	margin-top: 40px;
}
.copy_right .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.copy_right p{
	font-size: 16px;
	font-weight: 500;
}
.copy_right .social_icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.copy_right .social_icons a{
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px;
	margin-top: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.copy_right .social_icons a:not(:last-child){
	margin-right: 20px;
}
.copy_right .social_icons a:hover{
	background-color: #E0F108;
}
footer form { max-width:100%; width:100%; flex-direction:column; }
footer form input{
	background: #FFFFFF;
	border: 1px solid #191919;
	border-radius: 4px 0px 0px 4px;
	border-right: none;
	width: 100%;
	font-size: 12px;
	color: #080E0F;
	padding: 20px;
}
footer form input::-webkit-input-placeholder{
	color: #080E0F;
	opacity: 1;
}
footer form input::-moz-placeholder{
	color: #080E0F;
	opacity: 1;
}
footer form input:-ms-input-placeholder{
	color: #080E0F;
	opacity: 1;
}
footer form input::-ms-input-placeholder{
	color: #080E0F;
	opacity: 1;
}
footer form input::placeholder{
	color: #080E0F;
	opacity: 1;
}
footer form button{
	background-color: #E0F108;
	border: 1px solid #191919;
	border-radius: 0px 4px 4px 0px;
	padding: 0 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer form button:hover{
	background-color: #d6e700;
}
footer form button img{
	width: 13px;
}

/* footer newsletter form css start */
.newsletter-footer-wapper { display: flex; flex-direction: column; gap: 8px; margin-top: 30px; }
.newsletter-footer-wapper p { margin:0; }
.newsletter-footer-wapper p span { max-width:100%; width:100%; display:block; }
.newsletter-footer-input p input {
	background-color: transparent;
	border: 1px solid #191919;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .005em;
	font-family: 'Inter', sans-serif;
}
.newsletter-footer-button p input {
	border: 1px solid #191919;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .005em;
	font-family: 'Inter', sans-serif;
	background-color:#191919;
	color:#fff;
}
.newsletter-footer-wapper .wpcf7-spinner {
	width: 24px !important;
	height: 24px !important;
	margin: auto;
	margin-top: 10px;
}
footer form .wpcf7-response-output { margin-top:0 ;  font-weight: 400; font-size: 16px; letter-spacing: .005em; font-family: 'Inter', sans-serif; color: #191919; }
/* footer newsletter form css end */


.subscribe p{
	color: #191919;
}
.marquee_box.apple_news{
	background-color: #FF90E8;
}
.shape2{
	display: none;
}
.breadcrumb{
	padding: 14px 0;
	border-bottom: 2px solid var(--sec-border-color-080E0F);
}
.breadcrumb ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumb ul li{
	margin: 2px 0;
}
.breadcrumb ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.15;
	color: var(--font-color-191919);
	position: relative;
}
.breadcrumb ul li:not(:last-child){
	padding-right: 32px;
	position: relative;
}
.breadcrumb ul li:not(:last-child)::before {
	content: '\f105';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: inherit;
	font-family: 'FontAwesome';
	right: 0;
	font-size: 16px;
	color: var(--font-color-191919);
	right: 10px;
}
.breadcrumb ul li + li a.active{
	font-weight: 400;
	opacity: 0.8;
	pointer-events: none;
}
.category_header {
/* 	background-color: #C9C1F6;
	border-bottom: 2px solid #080E0F; */
	padding: 20px 0;
}
.category_header .container{
	position: relative;
	text-align: center;
}
.category_header .container img{
	width: 100%;
}
.category_header .container h1{
	font-weight: 600;
	font-size: 40px;
	line-height: 140%;
	color: var(--font-heading-191919);
	width: 100%;
	/*font-style: italic;*/
}
/*.category_header .container h1::before{
	font-style: italic;
	position: absolute;
	content: attr(data-text);
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px #080E0F;
	text-stroke: 1px #080E0F;
	left: 3px;
	bottom: -3px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}*/
.tos_area.v2{
	padding-top: 10px;
}

/*phn category area*/
.title_wrapper h2{
	font-weight: 800;
	font-size: 32px;
	position: relative;
	color: var(--font-heading-191919);
	margin-bottom: 0;
	text-transform: uppercase;
}
./*title_wrapper h2::before{
	text-transform: uppercase;
	font-style: italic;
	position: absolute;
	content: attr(data-text);
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--font-color-191919);
	text-stroke: 1px var(--font-color-191919);
	left: 3px;
	bottom: -3px;
	white-space: nowrap;
}*/
.blog_box.phn_box{
	border: 2px solid #191919;
	height: 478px;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	background-color: #191919;
}
.blog_box.phn_box h2,
.blog_box.phn_box h5{
	color: #FFFFFF;
}
.blog_box.phn_box .blog_content{
	padding: 15px;
}
.blog_box.phn_box .category p{
	color: #EEEEEE;
}
.blog_box.phn_box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
	z-index: -1;
}
.blog_box.phn_box>img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	border-radius: 4px;
	object-fit: cover;
}
.blog_box.phn_box .blog_content{
	border: none;
}
/*more article*/
.details_wrap{
	color: var(--font-color-080E0F);
}
.details_wrap h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 24px;
}
.author_panel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.author_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.author_box img{
	height: 48px;
	width: 48px;
	border-radius: 50%;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.author_box .ab_author_name{
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-transform: uppercase;
}
.author_box .ab_author_name span{
	color: #F99A8A;
}
.details_wrap .author_box p{
	color: #797D7D;
	margin-top: 0;
	font-size: 14px;
}
.social_panel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social_panel a{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3px;
	background-color: #3B5998;
	margin-left: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.social_panel a:hover{
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
}
.social_panel a:nth-child(2){
	background-color: #000000;
}
.social_panel a:nth-child(3){
	background-color: #0077b5;
}
.banner{
	border: 2px solid #080E0F;
	margin-top: 32px;
}
.banner img{
	width: 100%;
}
.details_wrap p{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--font-color-sec-content-717171);
	margin-top: 32px;
}
.details_wrap h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-top: 32px;
}

.related_box{
	background: #F5F6F6;
	border: 2px solid #080E0F;
	padding: 25px 25px 25px 36px;
	position: relative;
	margin-top: 32px;
}
.related_box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 14px;
	background: #F7A8C2;
	border-right: 2px solid #080E0F;
}
.related_box p{
	margin-top: 0;
	font-weight: 500;
}
.related_box p span{
	font-size: 18px;
	font-weight: 700;
	color: #F7A8C2;
	margin-right: 16px;
	text-transform: uppercase;
}
.subscribe_panel {
	background: #B7ECD6;
	border: 2px solid #080E0F;
	padding: 24px;
	margin-top: 32px;
}
.subscribe_panel h4{
	margin-top: 0;
}
.subscribe_panel p{
	margin-top: 16px;
	max-width: 460px;
}
.subscribe_panel form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}
.subscribe_panel form input{
	background: #FFFFFF;
	border: 1px solid #080E0F;
	font-size: 14px;
	line-height: 1.15;
	width: 100%;
	padding: 18px;
}
.subscribe_panel form button {
	background-color: #E0F108;
	font-size: 16px;
	font-weight: 600;
	color: #191919;
	line-height: 140%;
	padding: 15px 40px;
	margin-left: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #191919;
}
.subscribe_panel form button:hover{
	background-color: #191919;
	color: #fff;
}

.like_panel{
    background: var(--bg-cont-C9C0F5);
    border: 2px solid var(--border-color-191919);
    padding: 24px;
    margin-top: 32px;
}
.like_panel h4{
	font-weight: 600;
	margin-top: 0;
}
.like_panel ul li:not(:last-child){
	border-bottom: 1px solid var(--border-color-191919);
}
.like_panel ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--font-color-080E0F);
	padding: 16px 0;
	display: inline-block;
}
.like_panel ul li:last-child a{
	padding-bottom: 0;
}
.like_panel ul li a span{
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px;
	-webkit-box-shadow: 2px 2px 0 #000000;
	box-shadow: 2px 2px 0 #000000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.article_details_wrapper{
	padding-bottom: 80px;
}
.article_details_wrapper .row>div{
	margin-top: 40px;
}
.related_wrap .blog_box.sm{
	margin-top: 24px;
}
.related_wrap .blog_box.sm .blog_img {
	width: 100px;
}
.related_wrap .blog_box.sm .blog_content h2 {
	font-size: 16px;
	line-height: 140%;
}
.related_wrap .blog_box.sm .blog_content {
	padding: 12px 12px;
	border: none;
}
.sidebar-block-title.why-trust-box-title {
	display: flex;
	align-items: baseline;
}
.why-trust-box h4{
	margin: auto auto 20px;
	margin-left: auto;
	margin-left: 10px;
}
.related_wrap .widget-content {
  margin-top: 30px;
}
.related_wrap h4{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: var(--font-color-080E0F);
}
/*return-to-top START CSS*/
.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 50%;
	background: #e0f108;
	z-index: 1000;
}
.back-to-top img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*simple card*/
.simple_wrap{
	padding-top: 12px;
}
.simple_card .blog_content{
	border-radius: 0;
	border: none;
	padding: 20px 0;
}
.simple_card:not(:last-child) .blog_content{
	border-bottom: 1px solid var(--border-color-191919);
}
.simple_card:last-child .blog_content{
	padding-bottom: 0;
}
.title_wrapper{
	border-bottom: 2px solid var(--border-color-191919);
	padding-bottom: 14px;
	margin-bottom: 40px;
}
.title_wrapper h2{
	line-height: 1.1;
}
.phn_category{
	padding-bottom: 120px;
}

/*hot_news*/
.hot_news{
	padding-bottom: 120px;
}
.hot_news .title_wrapper{
	margin-bottom: 10px;
}
.hot_news .blog_content{
	width: 100%;
}
.hot_news .blog_box .blog_content h2{
	font-size: 24px !important;
}
.hot_news .blog_box .blog_img{
	width: 180px !important;
	/*height: 180px;*/
	object-fit: cover;
}
.hot_news .blog_box.sm .author img {
	height: 32px;
	width: 32px;
}
.hot_news .blog_box.sm .author {
	font-size: 16px;
}

/*main area*/
.main_area{
	margin-top: 2%;
	padding-bottom: 120px;
	padding-top: 10px;
}
.col-7{
	max-width: 58.33%;
	flex: 0 0 58.33%;
}
.main_card{
	margin-top: 30px;
	display: block;
}
.main_card>img{
	width: 100%;
	border-radius: 4px;
	margin-bottom: 16px;
}
.main_card .blog_content{
	padding: 0;
	border: none;
}
.main_card .blog_content h2{
	font-size: 32px;
}
.date_author{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_card .author img {
	height: 40px;
	width: 40px;
}
.date_author p{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #717171;
}
.col-5{
	max-width: 41.67%;
	flex: 0 0 41.67%;
}
.sm_card{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.sm_card:first-child {
	margin-top: 0;
}
.sm_card .blog_img{
	border: none;
	border-radius: 10px;
	width: 110px;
	height: 110px;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 12px;
}
.sm_card .blog_content{
	border: none;
	padding: 0;
}	
.sm_card .category {
	font-size: 12px;
	margin-bottom: 4px;
}
.sm_card .blog_content h2 {   
	font-size: 20px;
	color: var(--font-color-191919);    
	margin-bottom: 8px;
}
.sm_card p{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #717171;
	margin-top: 0;
}
.main_area .title_wrapper{
	margin-bottom: 10px;
}

.bg_title{
	background: #C9C1F6;
	padding: 20px 0;
	border-top: 2px solid #191919;
	border-bottom: 2px solid #191919;
	margin-bottom: 26px;
}
.bg_title .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bg_title .title_wrapper{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.bg_title .title_wrapper h2{
	margin-bottom: 0;
}

.subscribe_wrap {
	background: #B7ECD6;
	border: 2px solid #191919;
	border-radius: 4px;
	padding: 23px 24px 27px;
	margin-top: 30px;
}
.subscribe_wrap h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #191919;
	margin-bottom: 10px;
}
.subscribe_wrap p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #191919;
	margin-bottom: 16px;
}
.subscribe_wrap form{
	display: flex;
}
.subscribe_wrap input{
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #191919;
	padding: 0 16px;
	width: 100%;
}
.subscribe_wrap button{
	border: 1px solid #191919;
	background: #E0F108;
	width: 60px;
	border-left: none;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.3s;
}
.subscribe_wrap button:hover{
	background-color: #d6e700;
}

.btn_wrap{
	margin-top: 48px;
	text-align: center;
}
.btn_wrap .button{
	font-size: 16px;
	padding: 17px 24px;
	background: #c4ff7d;
}
.btn_wrap .button:hover{
	-webkit-box-shadow: 6px 6px 0 #191919;
	box-shadow: 6px 6px 0 #191919;
	-webkit-transform: translate(-6px, -6px);
	-ms-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px);
}
.col-3{
	max-width: 25%;
	flex: 0 0 25%;
}

/* NEW HEADINGS */
.related_wrap .sidebar-post-title{
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	margin-bottom: 8px;
	color: var(--font-color-080E0F);
	font-weight: 600;
}
.related_wrap .sidebar-author-name{
	font-size: 12px;
	font-weight: 500;
}
.author span.author-name{
	font-weight: 500;
}

/* HOME - NEW HEADINGS */
.home-page .heading_area .main-h1 {
	padding: 40px 0;
	text-align: center;
	position: relative;
}

.home-page .heading_area .main-h1 h1{
	font-weight: 600;
	font-size: 36px;
	line-height: 140%;
	color: #080E0F;
	width: 100%;
	font-style: italic;
}

.home-page .heading_area .main-h1 h1::before{
	font-style: italic;
	position: absolute;
	content: attr(data-text);
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px #080E0F;
	text-stroke: 1px #080E0F;
	left: 3px;
	bottom: 38px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

@media (max-width: 1199px) {
	.home-page .heading_area .main-h1 h1::before{
		content: "";
	}
}

.home-page .category h2{
	font-size: 16px;
	color: #080E0F;	
	margin:0;
}

.home-page .blog_content h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #080E0F;
	margin-bottom: 12px;
}

.home-page .main_area .category h2{
	font-size: 16px;
	color: #080E0F;
	margin-bottom: 0;
}

.home-page .main_area .blog_content h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #080E0F;
	margin-bottom: 12px;
}

.home-page .main_area .sm_card .category h2{
	font-size: 12px;
}

.home-page .main_area .sm_card .blog_content h3{
	font-size: 20px;
	color: #191919;
	margin-bottom: 8px;
}

.greenbot-review-col-left p,
.greenbot-review-col-right p{
    color: #403F3F;
}

.why-trust-box-m-title{
    color: var(--font-color-080E0F);
}