/*----- Reset -----*/

html {
	font-size: 62.5%;
  }
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
* {
      touch-action: manipulation;
  }
html{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html * {max-height:1000000px;}
body{
	font-family: 'Harmonia Sans';
	color: #333;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-weight:400;
	line-height: 1.42857;
	font-weight: normal;
    font-style: normal;
}
/*::-webkit-scrollbar {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 0;
}*/
a{
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration:none;
}
a:focus{
	outline:none;
	outline-offset:0;
}
a:hover{
	color: #666;
	text-decoration: none;
}
p{
	line-height: 1.2;
	font-size:14px;
	color:#333;
	word-wrap: break-word;
	white-space: no-wrap;
	word-break: break-word;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul,li{
	list-style: none;
	padding-left: 0;
}
*{
	padding:0px;
	margin:0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

*, *::after, *::before {
    box-sizing: border-box;
}
.fixclear::before, .fixclear::after {
    content: " ";
    display: table;
}
.fixclear::after {
    clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.align_left{
	text-align:left;
}
.align_right{
	text-align:right;
}
.align_justify{
	text-align:justify;
}

/*----- Reset -----*/

@media only screen and (max-width:1024px) {
	html {
		font-size: 55%;
	}
}


/*----- Global Styles ----*/

.wraper{
	max-width:1366px;
	width:100%;
	margin:0 auto;
}
.wraper-fluid{
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
.section{
	width:100%;
}
.orange_text{color:#ff0000;}
.orange_text_bold{
	color:#ff0000;
	font-weight: bold;
    font-style: normal;
}
.head_color{background: white;border-bottom: 10px solid #f20607;}
.green_button{background:#ffbe00;}
.green_footer{background:#ffbe00;}
.bold_txt{
	font-weight: bold;
    font-style: normal;
}
.semi_black{
	font-weight: bold;
	font-style: normal;
	font-size:2.4rem;
	margin:1.5rem 0;
	color:black;
	line-height:1.2;
	font-size: 2.4rem!important;
}

@media only screen and (max-width:1024px) {
	.wraper{
		padding:0 1rem;
	}
}

/*----- Global Styles ----*/


/*--- head_sec start ---*/

.head_sec_inner {
    display: flex;
    padding: 10px 0 0;
    align-items: center;
    justify-content: space-between;
}
.head_logo p{
	color:white;
	font-size:3rem;
}
.head_txt p{
	color: #000;
	font-size:2rem;
	text-transform:uppercase;
}
@media only screen and (max-width:1024px) {
	.head_sec_inner {
		flex-direction:column;
		justify-content: center;
	}
}
@media only screen and (max-width:1280px) {
	.head_sec_inner {
		padding: 2rem 1rem;
	}
	.body_sec_inner {
		padding: 0 1rem;
	}
}

/*--- head_sec end ---*/


/*--- body_sec start ---*/

.body_sec_inner{
	display:flex;
	justify-content: space-between;
}
.body_sec_lft{width:65%;}
.body_sec_rgt{width:30%;}
h2.main_tittle{
	color:black;
	font-size:4rem;
	line-height:1.3;
	margin:1.5rem 0;
}
h3.sub_tittle{
	font-size:4rem;
	line-height:1.2;
}
hr.black_line {
    border-width: 1px;
    border-color: black;
	margin:1.5rem 0;
}
p.by_auth{
	color:black;
	font-size:2rem;
	line-height: normal !important;
    margin: 0 !important;
}
.body_sec_lft p{
    font-size: 2rem;
    color: black;
    margin: 1.5rem 0;
    line-height: 1.7;
}
/*@media (min-width: 769px) { 
    .body_sec_lft p {
        line-height: 1.5;
    }
}*/
p.semi_black.xtra_large{font-size:3rem;}
.button_area button.green_button {
    padding: 2rem 10rem;
    max-width: 50rem;
    border: none;
    border-radius: 1.2rem;
	cursor:pointer;
	margin:2rem 0;
}
.button_area button.green_button.button_duo {
    padding: 2rem 5rem;
    max-width: 70rem;
    border: none;
    border-radius: 1.2rem;
    cursor:pointer;
    margin:2rem 0;
}
.button_area button.green_button:hover, .button_area button.green_button.button_duo:hover{
	background:#026a02;
}
.button_area {
    text-align: center;
}
.button_area button.green_button span{
	color:white;
	font-size: 2.6rem;
	text-transform:uppercase;
	line-height:1.2;
}
.update_txt_hed{background:#0b70e3;}
.update_txt_hed h3{
	color:white;
	text-transform:uppercase;
	font-size:3rem;
	padding:1rem 1rem;
	margin:0 0;
}
.update_txt {
    /* padding: 1rem; */
    /* border: 1px solid #eae9e9; */
    margin:2rem 0;
}
.update_txt_body{background: #ff0000;border-radius: 20px;}
.update_txt_body p{
	color: white;
	margin:0 0;
	padding: 2rem;
	line-height:1.7;
	font-size: 3rem;
	font-weight: 700;
}
.side_panel{
	text-align:center;
	border:4px solid #000;
	padding:10px;
	margin-top:2rem;
}
h3.side_panel_hed{
	font-size:2.8rem;
	margin:0 0 5px;
}
p.rat_rev_txt{font-size:1.8rem;}

ul.side_panel_des li{
	position:relative;
	font-size: 2rem;
	margin-bottom: .5rem;
	padding-left: 40px;
}
ul.side_panel_des li:before{
	position:absolute;
	width:29px;
	height:29px;
	content:"";
	background: url(../img/pre_green_tick.png) no-repeat;
	top:0;
	left:0;
}
ul.side_panel_des {
    display: block;
    text-align: left;
    margin-bottom: 1.5rem;
}
.thumb_sec{
	margin:3rem 0;
}
.thumb_sec ul{
	display:flex;
	justify-content:space-between;
}
/*.thumb_sec ul li{
	width:48%;
}*/
.thumb_sec.mob{display:none;}
.thumb_sec.tab{display:none;}
@media only screen and (max-width:1024px) {
	.body_sec_inner {
		flex-direction: column;
		align-items: center;
	}
	.body_sec_lft {
		width: 100%;
	}
	.body_sec_rgt {
		width: 100%;
		max-width: 42rem;
		margin-bottom: 2rem;
	}
	.thumb_sec.desk{display:none;}
	.thumb_sec.tab{display:block;}
	.thumb_sec ul li {
		padding: 10px;
	}
	.thumb_sec ul {
		justify-content: center;
	}
}
@media only screen and (max-width:540px) {
	.thumb_sec.tab{display:none;}
	.thumb_sec.mob{display:block;}
	.thumb_sec ul {
		flex-direction:column;
	}
    .thumb_sec ul li {
    padding: 10px 0px;
}
/* .thumb_sec ul li img{
    width: 100%;height: auto;
} */
	.thumb_sec ul li {
		text-align: center;
	}
}

/*--- body_sec end ---*/


/*--- footer_area start ---*/

.footer_area{background:#383c38;}
.footer_area_inner{padding: 40px 40px; text-align:center;}
.footer_area_inner p{color:white; text-transform:uppercase; margin-bottom:2rem; line-height:1.4;}

/*--- footer_area end ---*/


/*--- float_object start ---*/

.float_object {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
.float_object_inner{
	display:flex;
	justify-content:center;
	padding:2rem 0;
}
.float_lft{width:45%; text-align:center;}
.float_rgt{width:45%; text-align:center;}
.float_lft p{
	color:white;
	font-size:3rem;
	font-weight: bold;
    font-style: normal;
}
.float_rgt a{
	border:none;
	background:#fff;
	border-radius:1.2rem;
	padding: 1.8rem 2rem;
	cursor:pointer;
	display: block;
	width: 100%;
}
.float_rgt a span{
	color:black;
	font-size: 2.4rem;
	font-weight: bold;
    font-style: normal;
}
a.side_btn{
	background:none;
	border:none;
	cursor:pointer;
	margin:2rem auto;
	max-width: 90%;
	display: block;
}
@media only screen and (max-width:1024px) {
	.float_object_inner {
		flex-direction: column;
	}
	.float_lft, .float_rgt {
		width: 100%;
	}
	.float_lft p {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
    .float_rgt a{
	    padding: 2rem 1.2rem;
    }
	.float_rgt a span {
		/* font-size: 3rem; */
        font-size: 2rem;
	}
    .button_area button.green_button.button_duo{    margin: 2rem auto;}
}
@media only screen and (max-width:767px){
    .float_rgt a{
	    padding: 2rem 1rem;
    }
	/* .float_rgt button span {
		font-size: 1.8rem;
	} */
}
/*--- float_object end ---*/

.body_sec_lft p.semi_black {
    font-size: 2.85rem !important;
}
.button_area button.side_btn {
    max-width: 100%;
}


.redbox_updatetxt {
  padding: 30px 25px;
  text-align: center;
  background-color: #eff8fe;
  border: 2px solid #fd1111;
  margin-bottom: 100px;
}
.redbox_updatetxt.body_sec_lft {
  width: 100%;
}
.redbox_updatetxt .redbx_btn {
	max-width: 430px;
	margin: auto;
	margin-top: 20px;
}
.redbox_updatetxt .redbx_btn a {
	background-color: #ffbe00;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #050100;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0px 5px 1px 2px #83858b;
	border-radius: 8px;
	padding: 2rem 1rem;
	margin: 10px 0px;
    display: block;
}
:root {
	--gradient: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
  }
  
  .d_flex_center {
	display: flex;
	align-items: center;
	gap:20px;
  }
  
  .b_f_container {
	background-color: #0f0f0f;
	display: flex;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	align-items: center;
	justify-content: center;
	padding: 15px 0 10px;
	gap: 20px;
  }
  
  .b_f_container p {
	margin: 0;
  }
  
  .b_f_container .b_f_title_header {
	font-weight: 900;
	font-size: clamp(1.288rem, -0.874rem + 5.763vw, 7.313rem);
	margin: 0;
  font-style: italic;
  color: white;
  }
  
  .sale_b_f_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 clamp(0.406rem, -1.35rem + 3.305vw, 1.625rem);
	background: var(--gradient);
	line-height: 120%;
  }
  
  .b_f_sale {
	font-weight: 700;
	font-size: clamp(1.313rem, -0.398rem + 3.22vw, 4rem);
	line-height: 120%;
  }
  
  .b_f_promo {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	text-align: center;
  }
  
  .b_f_promo_text {
	color: #e51f1f;
	font-size: clamp(1.75rem, 0.21rem + 1.017vw, 1.125rem);
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	margin: 0;
  }
  
  .b_f_promo_code {
	color: #000;
	background: #acf4a1;
	background-color: #acf4a1;
	border-radius: 5px;
	padding: 4px clamp(0.094rem, -0.401rem + 0.932vw, 0.438rem);
	font-family: Inter;
	font-size: clamp(1.75rem, 0.48rem + 0.508vw, 0.938rem);
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
  }
  
  .b_f_promo_price {
	font-style: italic;
	font-weight: 900;
	font-size: clamp(4.5rem, -0.381rem + 5.424vw, 7rem);
	color: #e51f1f;
	line-height: clamp(4.5rem, -0.381rem + 5.424vw, 6.5rem);
  }
  
  .b_f_timer ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	margin-top: 3px;
  }
  
  .b_f_timer ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	gap: clamp(0.188rem, -0.083rem + 0.508vw, 0.375rem);
  }
  
  .b_f_timer ul li p {
	font-size: clamp(1.155rem, 0.445rem + 0.339vw, 0.75rem);
	font-weight: 700;
  }
  
  .b_f_timer ul li span {
    text-align: center;
    width: clamp(3.875rem, 0.074rem + 3.39vw, 4.925rem);
    background: var(--gradient);
    font-size: clamp(1.938rem, -0.053rem + 1.864vw, 2.625rem);
    font-weight: 700;
    padding: clamp(0.125rem, -0.235rem + 0.678vw, 1.375rem) clamp(0.25rem, -0.11rem + 0.678vw, 0.5rem);
}
  
  .b_f_timer p {
	text-align: center;
	font-size: clamp(0.75rem, 0.21rem + 1.017vw, 2.125rem);
	font-style: normal;
	font-weight: 600;
	color: white;
  }
  
  .b_f_container.hide_desktop {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	align-items: start;
	padding: 10px 12px;
	gap: 8px;
  }
  
  .b_f_m_left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left !important;
  }
  
  .b_f_m_right {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
  }
  
  @media screen and (max-width: 768px) {
	.hide_mobile {
	  display: none !important;
	}
  
	p.b_f_title_header {
	  font-size: 27px !important;
	}
  
	span.b_f_sale {
	  font-size: 18px !important;
	}
  
	.b_f_promo {
	  text-align: center;
	}
  
	.b_f_promo_code {
	  font-size: 15px !important;
	}
  
	.b_f_timer p {
	  margin-top: 10px;
	  font-size: 12px !important;
	}
  
	.b_f_timer ul li {
	  font-size: 15px !important;
	}
  
	.b_f_timer ul {
	  max-width: 200px;
	  margin: 3px auto;
	}
  
	.b_f_timer ul li p {
	  font-size: 12px !important;
	}
  
	.b_f_promo_code {
	  padding: 4px 8px;
	}
	.d_flex_center {
	  margin-bottom: 5px;
	  gap: 10px;
  }
  }
  
  @media screen and (min-width: 768px) {
	.hide_desktop {
	  display: none !important;
	}
  }
  
  
 .side-reviews{ width:100%; height:auto; max-width:380px;}