
*{
	margin:0;
	padding:0;
}
body{
	background:#FFFFFF;
}
:root{
	--baseColor: #0c101f;
	--secondaryColor: #eb0200;
	--lightColor: #FFFFFF;
	--grayColor: #fefbf4;
	--darkColor: #333333;
	--blackColor: #262525;
	--grayTexts: #505050;
	--starColor: #FFCB13;
	--orangeColor: #333333;

	--baseFont: 'Roboto', sans-serif;
	--secondaryFont: "Poppins", sans-serif;
}


/* ===== CSS For "Common Cases" Starts Here ===== */
a{
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}

/* ======================== */

.grid_item{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
	align-content: center;
}

/* ======================== */

.cta_btn_wrap{
	margin-top: 20px;
}
.cta_btn{
	color: var(--lightColor);
	background: var(--secondaryColor);
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 20px;
	border-bottom: 2px solid #e42a00;
	border-radius: 10px;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	padding: 11.5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}
.cta_btn:hover{
	color: var(--lightColor);
	background: #fa3002;
	text-decoration: none;
}

/* ======================== */

.heading{
	margin-bottom: 50px;
	text-align: center;
}
.heading h3{
	color: var(--baseColor);
	font-family: var(--baseFont);
	font-weight: 900;
	font-size: 38px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.heading h4{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 900;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.heading p{
	color: #505050;
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 40px;
}

.heading .head_line{
	margin-top: 5px;
}
.heading .head_line span{
	width: 100px;
	height: 7px;
	display: inline-block;
	background: linear-gradient(90deg, #fa8d29 0%, #fa8d29 100%);
	border-radius: 20px;
}

/* ======================== */

.sub_heading{
	margin-bottom: 10px;
}
.sub_heading h4{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 0px;
}
.sub_heading h5{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0px;
}

/* ======================== */

.para_texts p{
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.para_texts p:last-child{
	margin-bottom: 0px;
}
/* ===== CSS For "Common Cases" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Header" Starts Here ===== */
.header_wrap{
	padding: 8px 0px;
    background: -o-linear-gradient(top, #283138 0%, #283138 100%);
    background: linear-gradient(180deg, #283138 0%, #283138 100%);
}
.header{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 15px;
}
.header .limited_offer h4{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.header .limited_offer h4 .countdown_timer{
	background: #ff8a02;
	display: inline-block;
	padding: 8px 10px;
	border-radius: 4px;
	margin-right: 10px;
}
.header .limited_offer h4 .vertical_separator{
	display: inline-block;
	margin: 0px 5px;
	color: #999999;
}

.header .facts ul{
	margin-bottom: 0px;
	text-align: right;
}
.header .facts ul li{
	list-style: none;
	margin-right: 10px;
	display: inline-block;
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
.header .facts ul li:last-child{
	margin-right: 0px;
}
.header .facts ul li img{
	width: 24px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
/* ===== CSS For "Header" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== Humberger Menu Icon ===== */
.humbergur_icon{
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.humbergur_icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.humbergur_icon span {
	background: var(--blackColor);
}
.humbergur_icon span:nth-child(1) {
	top: 0px;
}
.humbergur_icon span:nth-child(2),
.humbergur_icon span:nth-child(3) {
	top: 10px;
}
.humbergur_icon span:nth-child(4) {
	top: 20px;
}
.humbergur_icon.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.humbergur_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.humbergur_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.humbergur_icon.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
/* ===== Humberger Menu Icon ===== */

/* ============================== */
/* ============================== */

/* ===== CSS For "Navbar" Starts Here ===== */
.navbar-toggler{
	padding: 0px;
}
.navbar{
	padding: 15px 0px;
	z-index: 999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar.active{
	padding: 5px 0px;
}
.navbar .navbar-brand{
	text-decoration: none;
	padding: 0px;
	line-height: 1;
}
.navbar .navbar-brand img{
	max-width: 200px;
}
.navbar .navbar-nav .nav-item{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
	margin-right: 25px;
}
.navbar .navbar-nav .nav-item:last-child{
	margin-right: 0px;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #4F4F4F;
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #fa3002;
}

.navbar .navbar-nav .nav-item .nav-link.active{
	color: var(--secondaryColor);
}

.navbar .navbar-nav .nav-item .cta_btn {
	color: var(--lightColor);
	font-weight: 800;
	font-size: 20px;
	font-family: var(--secondaryFont);
	min-width: 170px;
}
.navbar .navbar-nav .nav-item .cta_btn:hover{
	color: var(--lightColor);
}
/* ===== CSS For "Navbar" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Hero Banner" Starts Here ===== */
.hero_banner{
	background: url('images/Hero_Banner.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
.hero_banner .overlay{
	padding: 80px 0px;
}
.hero_banner .contents{
	max-width: 680px;
}

.hero_banner .contents .mobile_product{
	max-width: 540px;
	margin: 5px auto;
	display: none;
}

.hero_banner .contents .banner_title h2{
	color: var(--baseColor);
	font-family: var(--baseFont);
	font-weight: 900;
	font-size: 50px;
	line-height: 1.1;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.hero_banner .contents .banner_title .color_texts{
	color: #006fc0;
}
.hero_banner .contents .banner_title h2 .break{
	display: block;
}
.hero_banner .contents .banner_title h6{
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 600;
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.hero_banner .contents .bullet_points{
	margin: 15px 0px;
	margin-bottom: 20px;
}
.hero_banner .contents .bullet_points ul{
	margin-bottom: 0px;
}
.hero_banner .contents .bullet_points ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	background: url('images/front_1_Icon.png') no-repeat;
	background-position: left center;
	background-size: 32px 32px;
	padding: 5px 0px;
	padding-left: 40px;
}
.hero_banner .contents .bullet_points ul li:last-child{
	margin-right: 0px;
}
.hero_banner .contents .bullet_points ul li:nth-child(1){
	background: url('images/front_1_Icon.png') no-repeat;
	background-position: left center;
	background-size: 32px 32px;
}
.hero_banner .contents .bullet_points ul li:nth-child(2){
	background: url('images/front_2_Icon.png') no-repeat;
	background-position: left center;
	background-size: 32px 32px;
}
.hero_banner .contents .bullet_points ul li:nth-child(3){
	background: url('images/front_3_Icon.png') no-repeat;
	background-position: left center;
	background-size: 32px 32px;
}

.hero_banner .h_customers_ratings{
	max-width: 500px;
	background: var(--lightColor);
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 10px 15px;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 175px 15px 1fr;
    grid-template-columns: 175px 1fr;
    grid-auto-rows: auto;
    gap: 15px;
}
.hero_banner .h_customers{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 95px 12px 1fr;
    grid-template-columns: 95px 1fr;
    grid-auto-rows: auto;
    gap: 12px;
}

.hero_banner .h_customers_ratings h6{
	color: #4f4f4f;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.hero_banner .h_customers_ratings h6 .bold_texts{
	color: var(--blackColor);
	font-weight: 700;
}

.hero_banner .average_ratings{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 130px 10px 1fr;
    grid-template-columns: 130px 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	padding-left: 60px;
}
.hero_banner .average_ratings i{
	color: var(--starColor);
	font-size: 20px;
}

.hero_banner .banner_cta_wrap{
	margin-top: 15px;
	max-width: 500px;
}
.hero_banner .banner_cta{
	background: var(--secondaryColor);
	border-bottom: 2px solid #b70400;
	border-radius: 10px;
	padding: 4.5px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 105px 10px 1fr 10px 30px;
    grid-template-columns: 105px 1fr 30px;
    grid-auto-rows: auto;
    gap: 10px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.hero_banner .banner_cta:hover{
	background: #fa3002;
}
.hero_banner .banner_cta .discount{
	background: #b70400;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0) inset;
	text-align: center;
	border-radius: 7px;
	padding: 10px 5px;

    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
}
.hero_banner .banner_cta .discount h3{
	color: var(--lightColor);
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 32px;
	line-height: 1;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.3);
	margin-bottom: 5px;
}
.hero_banner .banner_cta .discount h6{
	color: var(--lightColor);
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.3);
	margin-bottom: 0px;
}

.hero_banner .banner_cta .cta_texts h4{
	color: var(--lightColor);
	font-family: var(--secondaryFont);
	font-weight: 800;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.3);
	margin-bottom: 0px;
}
.hero_banner .banner_cta .right_arrow span {
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 300;
	font-size: 42px;
	line-height: 1;
	display: inline-block;
	position: relative;
	top: -3px;
}

.hero_banner .banner_cta_wrap .money_back{
	text-align: center;
	position: relative;
}
.hero_banner .banner_cta_wrap .money_back:before{
	content: "";
	background: var(--grayTexts);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 14px;
}
.hero_banner .banner_cta_wrap .money_back span{
	color: var(--grayTexts);
	font-family: var(--secondaryFont);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	display: inline-block;
	background: #e4e3df;
	padding: 2.5px 10px;
	position: relative;
	z-index: 9;
}
/* ===== CSS For "Hero Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Highlighted Facts" Starts Here ===== */
.highlighted_facts{
	background: var(--blackColor);
	padding: 16px 0px;
}
.highlighted_facts .facts{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 15px;
}
.highlighted_facts .facts .single_fact{
	text-align: center;
}
.highlighted_facts .facts .single_fact .icon{
	margin-bottom: 10px;
}
.highlighted_facts .facts .single_fact .icon img{
	max-width: 48px;
}
.highlighted_facts .facts .single_fact .texts{
	max-width: 170px;
	margin: 0px auto;
}
.highlighted_facts .facts .single_fact .texts h5{
	color: #bdbdbd;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 0px;
}
/* ===== CSS For "Highlighted Facts" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Advantages" Starts Here ===== */
.advantages_wrap{
	background: var(--lightColor);
	padding: 60px 0px;
}
.advantages{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 60px 1fr 60px 320px;
    grid-template-columns: 280px 1fr 280px;
    grid-auto-rows: auto;
    gap: 60px;
}
.advantages .center_product{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
}
.advantages .single_advantage{
	text-align: center;
	margin-bottom: 40px;
}
.advantages .single_advantage:last-child{
	margin-bottom: 0px;
}
.advantages .single_advantage .icon{
	margin-bottom: 15px;
}
.advantages .single_advantage .icon img{
	max-width: 70px;
}

.next_video {
	max-width: 800px;
	margin: 0px auto;
	margin-top: 50px;
}
.next_video video {
	max-width: 100%;
	vertical-align: middle;
}
/* ===== CSS For "Advantages" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "In Action" Starts Here ===== */
.in_action_wrap{
	background: var(--grayColor);
	padding-top: 60px;
}
.in_action_wrap .heading{
	max-width: 920px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.in_action{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 25px;
}
.in_action .single_action{
	background: var(--lightColor);
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	padding: 15px;
}
.in_action .single_action .image{
	margin-bottom: 12px;
}
.in_action .single_action .image img{
	border-radius: 12px;
}
/* ===== CSS For "In Action" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Features" Starts Here ===== */
.features_wrap{
	background: var(--grayColor);
	padding: 40px 0px;
}
.features_box{
	background: var(--darkColor);
	padding: 40px;
	border-radius: 20px;
	text-align: center;
}
.features_box .sub_heading{
	max-width: 95%;
	margin: 0px auto;
	margin-bottom: 30px;
	position: relative;
}
.features_box .sub_heading:before{
	content: "";
	width: 100%;
	height: 1px;
	background: var(--lightColor);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 13px;
}
.features_box .sub_heading h4{
	color: var(--lightColor);
	display: inline-block;
	padding: 0px 20px;
	background: var(--darkColor);
	position: relative;
	z-index: 99;
}
.features_box .features{
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
}
.features_box .features .single_feature{
	text-align: center;
}
.features_box .features .single_feature .icon{
	margin-bottom: 10px;
}
.features_box .features .single_feature .icon img{
	max-width: 55px;
}
.features_box .features .single_feature h5{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
/* ===== CSS For "Features" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "With & Without" Starts Here ===== */
.with_and_without_wrap{
	background: var(--grayColor);
	padding-bottom: 60px;
}
.with_and_without{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 25px;
}
.with_and_without .single_box{
	background: var(--lightColor);
	padding: 40px;
	border: 1px solid #E0E0E0;
	border-radius: 20px;
}
.with_and_without .single_box.with_it{
	border: 4px solid #333333;
}
.with_and_without .heading{
	text-align: left;
	margin-bottom: 30px;
}
.with_and_without .heading h4{
	color: var(--darkColor);
}
.with_and_without .single_box ul{
	margin-bottom: 0px;
}
.with_and_without .single_box ul li{
	list-style: none;
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.with_and_without .single_box ul li:last-child{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.with_and_without .single_box ul li:before{
	content: "\f00d";
	color: #EC5353;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 22px;
	position: absolute;
	left: 0px;
	top: -4px;
}
.with_and_without .single_box.with_it ul li:before{
	content: "\f00c";
	color: #00B890;
}
/* ===== CSS For "With & Without" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Discount Banner" Starts Here ===== */
.discount_banner_wrap{
	background: var(--blackColor);
	padding: 25px 0px;
}
.discount_banner{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 210px 15px 1fr 15px 255px;
    grid-template-columns: 210px 1fr 255px;
    grid-auto-rows: auto;
    gap: 15px;
}
.discount_banner .customer_rating_box{
	background: #404040;
	border: 1px solid #262626;
	border-radius: 10px;
	padding: 7.5px 10px;
	max-width: 315px;
	margin: 0px auto;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 105px 15px 1fr;
    grid-template-columns: 105px 1fr;
    grid-auto-rows: auto;
    gap: 15px;
}
.discount_banner .customer_rating_box .ratings_wrap{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 10px 60px;
    grid-template-columns: 1fr 60px;
    grid-auto-rows: auto;
    gap: 10px;
}

.discount_banner .customer_rating_box .star_ratings{
	line-height: 1;
	margin-bottom: 2px;
}
.discount_banner .customer_rating_box .star_ratings i{
	color: var(--starColor);
	font-size: 12px;
}

.discount_banner .customer_rating_box .average_texts{
	line-height: 1;
}
.discount_banner .customer_rating_box .average_texts span{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 12.5px;
	display: inline-block;
}

.discount_banner .customer_rating_box .average_ratings h3{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0px;
}

.discount_banner .cta_btn_wrap{
	margin-top: 0px;
}
.discount_banner .cta_btn{
	display: block;
}
/* ===== CSS For "Discount Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Using Steps" Starts Here ===== */
.uses_steps{
	background: var(--lightColor);
	padding: 60px 0px;
}
.uses_steps .heading{
	max-width: 920px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.uses_steps .steps{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 25px;
}
.uses_steps .steps .step_box{
	border: 1px solid #E0E0E0;
	border-radius: 20px;
}
.uses_steps .steps .step_box .box_image{
	position: relative;
}
.uses_steps .steps .step_box .box_image img{
	border-radius: 20px 20px 0px 0px;
}
.uses_steps .steps .step_box .box_image .step_count{
	color: var(--darkColor);
	background: var(--lightColor);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	line-height: 64px;
	text-align: center;
	font-family: var(--secondaryFont);
	font-weight: 700;
	font-size: 32px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.uses_steps .steps .box_body{
	padding: 20px 15px;
}
.uses_steps .steps .body_header{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 40px 15px 1fr;
    grid-template-columns: 40px 1fr;
    grid-auto-rows: auto;
    gap: 15px;
	margin-bottom: 15px;
}
.uses_steps .steps .body_header .sub_heading{
	margin-bottom: 0px;
}
.uses_steps .steps .body_header .sub_heading h5{
	color: var(--darkColor);
}
/* ===== CSS For "Using Steps" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Excellent Product" Starts Here ===== */
.excellent_product_wrap{
	background: var(--grayColor);
	padding: 60px 0px;
}
.excellent_product{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 360px;
    grid-template-columns: 1fr 360px;
    grid-auto-rows: auto;
    gap: 25px;
}
.excellent_product .heading{
	text-align: left;
	margin-bottom: 20px;
}
.excellent_product .heading .head_line span{
	width: 50px;
}
.excellent_product .contents .para_texts{
	max-width: 560px;
}
.excellent_product .contents .para_texts p{
	color: #545C67;
}

.excellent_product .how_excellent{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 25px;
	margin-top: 40px;
}
.excellent_product .how_excellent .single_box{
	background: #333333;
	padding: 15px;
	border-radius: 20px;
    display: -ms-grid;
    display: grid;
}
.excellent_product .how_excellent .single_box .image{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
}
.excellent_product .how_excellent .single_box .image img{
	width: 100%;
	height: 210px;
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
}

.excellent_product .how_excellent .single_box .sub_heading{
	padding: 15px 0px;
}
.excellent_product .how_excellent .single_box .sub_heading h4{
	color: var(--lightColor);
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}
.excellent_product .how_excellent .single_box .sub_heading h4 .break{
	display: block;
}

.excellent_product .product_image{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
}
.excellent_product .product_image img{
	border-radius: 20px;
}
/* ===== CSS For "Excellent Product" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Anything Happen" Starts Here ===== */
.anything_happen{
	background: var(--lightColor);
	padding: 60px 0px;
}

.anything_happen .contents_part{
	margin-bottom: 40px;
}
.anything_happen .contents_part:last-child{
	margin-bottom: 0px;
}

.anything_happen .txts_img{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 40px 410px;
    grid-template-columns: 1fr 410px;
    grid-auto-rows: auto;
    gap: 40px;
}

.anything_happen .img_txts{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 410px 40px 1fr;
    grid-template-columns: 410px 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}

.anything_happen .contents_part .image img{
	border-radius: 20px;
}
.anything_happen .contents_part .heading{
	text-align: left;
	margin-bottom: 20px;
}
.anything_happen .contents_part .heading .head_line span{
	width: 50px;
}
.anything_happen .contents_part .para_texts p{
	color: #505050;
}

.anything_happen .info_boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 15px;
	margin-top: 25px;
}
.anything_happen .info_boxes .single_box{
	background: #F9F9F9;
	border: 1px solid #E0E0E0;
	padding: 15px;
	border-radius: 20px;
}
.anything_happen .info_boxes .single_box h2{
	color: var(--baseColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
}
/* ===== CSS For "Anything Happen" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "How Stands Out" Starts Here ===== */
.how_stands_out{
	background: var(--lightColor);
	padding: 60px 0px;
	padding-top: 20px;
}
.how_stands_out .tools_table{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 375px 5px 1fr;
    grid-template-columns: 375px 1fr;
    grid-auto-rows: auto;
    gap: 5px;
}

.how_stands_out .tools_table .table_cell{
	height: 65px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
	background: #F9F9F9;
	border: 1px solid #E0E0E0;
	margin-bottom: 5px;
	padding: 10px 20px;
}
.how_stands_out .tools_table .table_cell:last-child{
	margin-bottom: 0px;
}
.how_stands_out .tools_table .table_cell:first-child{
	border-radius: 10px 10px 0px 0px;
}

.how_stands_out .tools_table .table_header .table_cell{
	border-radius: 10px 0px 0px 10px;
}
.how_stands_out .tools_table .table_header .table_cell:first-child{
	border: none;
	border-radius: 0px;
	background: transparent;
}
.how_stands_out .tools_table .table_header .escape_logo img{
	max-width: 160px;
}
.how_stands_out .tools_table .table_header .table_cell h4{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 23px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.how_stands_out .table_body{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 5px;
}

.how_stands_out .tools_table .table_body .table_cell h5{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.how_stands_out .table_body .table_cell i{
	font-size: 24px;
}
.how_stands_out .table_body .table_cell i.fa-check-circle{
	color: #01B157;
}
.how_stands_out .table_body .table_cell i.fa-times-circle{
	color: #EC5353;
}

.how_stands_out .table_body .single_tool:first-child .table_cell{
	background: #dddddd;
}
.how_stands_out .table_body .single_tool:first-child .table_cell i{
	color: #01B157;
	font-size: 30px;
}

.how_stands_out .table_body .table_cell{
	text-align: center;
}
.how_stands_out .table_body .table_cell .product_logo img{
	max-width: 125px;
}
/* ===== CSS For "How Stands Out" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Customer Reviews" Starts Here ===== */
.customer_reviews{
	background: var(--lightColor);
	padding: 60px 0px;
	padding-bottom: 30px;
}

.customer_reviews .overall_ratings{
	background: var(--grayColor);
	border: 1px solid #E0E0E0;
	border-radius: 7.5px;
	padding: 50px;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 365px 40px 1fr;
    grid-template-columns: 365px 1fr;
    grid-auto-rows: auto;
    gap: 40px;
	margin-bottom: 30px;
}
.customer_reviews .overall_ratings .trust_rate_wrap{
	border-right: 1px solid #E0E0E0;
	padding-right: 40px;
	text-align: center;
}
.customer_reviews .overall_ratings .trust_rate_logo{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.customer_reviews .overall_ratings .trust_rate_logo img{
	max-width: 280px;
}
.customer_reviews .overall_ratings .average_ratings_info{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 70px 10px 1fr;
    grid-template-columns: 70px 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	max-width: 270px;
	margin: 0px auto;
}
.customer_reviews .overall_ratings .achived_rating h2{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	text-align: left;
	margin-bottom: 0px;
}
.customer_reviews .overall_ratings .based_on{
	text-align: left;
}
.customer_reviews .overall_ratings .based_on h5{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.customer_reviews .overall_ratings .based_on h5 i{
	color: var(--starColor);
	font-size: 15px;
}
.customer_reviews .overall_ratings .based_on h5 span{
	position: relative;
	top: 2px;
}
.customer_reviews .overall_ratings .based_on h6{
	color: #4f4f4f;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
}
.customer_reviews .overall_ratings .based_on h6 .bold_texts{
	color: var(--blackColor);
	font-weight: 700;
}

.customer_reviews .rating_by_stars .single_part{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 85px 15px 1fr 15px 60px;
    grid-template-columns: 85px 1fr 60px;
    grid-auto-rows: auto;
    gap: 15px;
	margin-bottom: 15px;
}
.customer_reviews .rating_by_stars .single_part:last-child{
	margin-bottom: 0px;
}
.customer_reviews .rating_by_stars .the_stars h5{
	margin-bottom: 0px;
	font-size: 0px;
}
.customer_reviews .rating_by_stars .the_stars i{
	color: var(--starColor);
	font-size: 15px;
}

.customer_reviews .rating_by_stars .rating_amount h6{
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0px;
}

.customer_reviews .rating_bar .progress_bar{
	width: 100%;
	height: 15px;
	background: #E0E0E0;
}
.customer_reviews .rating_bar .filled_bar{
	width: 0%;
	height: 15px;
	background: var(--starColor);
}
.customer_reviews .rating_bar .filled_bar.filled_hundred{
	width: 100%;
}
.customer_reviews .rating_bar .filled_bar.filled_fifty{
	width: 50%;
}

/* ============================== */

.all_reviews{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	column-fill: balance;
}
.all_reviews .single_reviews{
	margin-top: 12.5px;
	margin-bottom: 12.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%;

	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 15px;
}

@media (min-width: 576px) {

	.all_reviews {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

}

@media (min-width: 768px) {
	.all_reviews {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.all_reviews {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.all_reviews .single_reviews .review_image{
	margin: -7px;
	margin-bottom: 15px;
}
.all_reviews .single_reviews .review_image img{
	width: 100%;
	height: 248px;
	border-radius: 6px;
	-o-object-fit: cover;
	object-fit: cover;
}

.all_reviews .single_reviews .customer_name_photo{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	margin-bottom: 5px;
}
.all_reviews .single_reviews .customer_photo img{
	border-radius: 4px;
}
.all_reviews .single_reviews .customer_name_country h5{
	font-family: var(--baseFont);
	line-height: 1;
	margin-bottom: 3px;
	margin-top: -3px;
}
.all_reviews .single_reviews .customer_name_country h5 .cs_name{
	color: var(--darkColor);
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}
.all_reviews .single_reviews .customer_name_country h5 .verified{
	color: #00b890;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
}
.all_reviews .single_reviews .customer_name_country h5 img{
	width: 12px;
}
.all_reviews .single_reviews .customer_name_country h6{
	font-family: var(--baseFont);
	margin-bottom: 0px;
	line-height: 1;
}
.all_reviews .single_reviews .customer_name_country h6 img{
	width: 16px;
}
.all_reviews .single_reviews .customer_name_country h6 span{
	color: var(--grayTexts);
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	margin-left: 4px;
}

.all_reviews .single_reviews .rating_date{
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 10px 0px;
	font-size: 0px;
	margin-bottom: 10px;
}
.all_reviews .single_reviews .rating_date i{
	color: var(--starColor);
	font-size: 15px;
}
.all_reviews .single_reviews .rating_date span{
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}

.all_reviews .single_reviews .reviews h5{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}
.all_reviews .single_reviews .reviews p{
	color: #4F4F4F;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px;
}
/* ===== CSS For "Customer Reviews" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Highlighted Reviews" Starts Here ===== */
.highlighted_reviews{
	background: var(--grayColor);
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	padding: 40px;
	margin: 40px 0px;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 300px 40px 1fr;
    grid-template-columns: 200px 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}
.highlighted_reviews .person_image img{
	border: 1px solid #E0E0E0;
	border-radius: 15px;
}
.highlighted_reviews .provided_reviews_wrap{
	text-align: center;
	position: relative;
	padding: 50px 0px;
	padding-bottom: 10px;
}
.highlighted_reviews .provided_reviews:before{
	content: "\f10d";
	color: var(--baseColor);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.highlighted_reviews .provided_reviews:after{
	content: "\f10e";
	color: var(--baseColor);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.highlighted_reviews .para_texts p{
	color: var(--darkColor);
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
}

.highlighted_reviews .person_name{
	margin-top: 25px;
}
.highlighted_reviews .person_name h6{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
}
.highlighted_reviews .person_name h6 img{
	max-width: 115px;
	margin-left: 25px;
}
/* ===== CSS For "Highlighted Reviews" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Guarantee Banner" Starts Here ===== */
.guarantee_banner_wrap{
	padding-bottom: 60px;
}
.guarantee_banner{
	background: var(--baseColor);
	padding: 40px 60px;
	border-radius: 20px;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 135px 40px 1fr;
    grid-template-columns: 135px 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}
.guarantee_banner .guarantee_texts{
	text-align: center;
}
.guarantee_banner .guarantee_texts .heading{
	margin-bottom: 20px;
}
.guarantee_banner .guarantee_texts .heading h3{
	color: var(--lightColor);
}
.guarantee_banner .guarantee_texts .para_texts p{
	color: var(--lightColor);
	font-weight: 500;
	font-size: 20px;
}
/* ===== CSS For "Guarantee Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "FAQ's" Starts Here ===== */
.faqs{
	background: var(--grayColor);
	padding: 60px 0px;
}
.faqs .single_item {
	background: var(--lightColor);
	margin-bottom: 15px;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
}
.faqs .single_item:last-child{
	margin-bottom: 0px;
}
.faqs .single_item .click_item a{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 600;
	font-size: 18px;
	display: block;
	text-decoration:none;
	text-transform: capitalize;
	padding: 15px 15px;
	padding-right: 40px;
	position: relative;
}
.faqs .single_item .click_item a:after{
	content:"\f068";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 700;
	color: var(--darkColor);
	position:absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.faqs .single_item .click_item a.collapsed:after{
	content:"\f067";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 700;
	color: var(--darkColor);
	position:absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faqs .contents{
	padding: 20px 15px;
	padding-top: 0px;
	position: relative;
}
.faqs .contents p{
	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.faqs .contents p:last-child{
	margin-bottom: 0px;
}
/* ===== CSS For "FAQ's" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Footer" Starts Here ===== */
.footer{
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 25%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 100%);
}
/* ===== CSS For "Footer" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Footer Banner" Starts Here ===== */
.footer_banner{
	background: var(--lightColor);
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	padding: 40px 120px;

    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 240px 100px 1fr;
    grid-template-columns: 240px 1fr;
    grid-auto-rows: auto;
    gap: 100px;
}
.footer_banner .heading{
	margin-bottom: 10px;
}
.footer_banner .heading h4{
	color: var(--blackColor);
}
.footer_banner .heading h4 .color_texts{
	color: #333333;
}
.footer_banner .heading h4 .break{
	display: block;
}
.footer_banner .heading p{
	margin-top: 10px;
}

.footer_banner .bullet_facts{
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px 0px;
}
.footer_banner .bullet_facts ul{
	margin-bottom: 0px;
	text-align: center;
}
.footer_banner .bullet_facts ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;

	color: var(--grayTexts);
	font-family: var(--baseFont);
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	background: url('images/Wallet_Icon_Black.png') no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	padding-left: 28px;
}
.footer_banner .bullet_facts ul li:last-child{
	margin-right: 0px;
}
.footer_banner .bullet_facts ul li:nth-child(1){
	background: url('images/Wallet_Icon_Black.png') no-repeat;
	background-position: left center;
	background-size: 20px 20px;	
}
.footer_banner .bullet_facts ul li:nth-child(2){
	background: url('images/Fast_Shipping_Icon_Black.png') no-repeat;
	background-position: left center;
	background-size: 20px 20px;	
}
.footer_banner .bullet_facts ul li:nth-child(3){
	background: url('images/Chat_Icon.png') no-repeat;
	background-position: left center;
	background-size: 20px 20px;	
}

.footer_banner .rating_ending{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 6px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.footer_banner .cs_rating_box{
	border: 1px solid #E0E0E0;
	border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 95px 10px 1fr;
    grid-template-columns: 95px 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	padding: 10px 15px;
}
.footer_banner .cs_rating_box h5{
	margin-bottom: 0px;
	font-size: 0px;
}
.footer_banner .cs_rating_box h5 i{
	color: var(--starColor);
	font-size: 15px;
}
.footer_banner .cs_rating_box h5 span{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
}

.footer_banner .ending_box{
	border: 1px solid #E0E0E0;
	border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding: 10px 15px;
}
.footer_banner .ending_box h5{
	margin-bottom: 0px;
}
.footer_banner .ending_box h5 .ending_texts{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.footer_banner .ending_box h5 .countdown_timer {
	background: #ff8a02;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 16px;	
}

.footer_banner .cta_btn_wrap{
	margin-top: 0px;
}
.footer_banner .cta_btn{
	display: block;
}
/* ===== CSS For "Footer Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Footer Contents" Starts Here ===== */
.footer_contents{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 425px 75px 1fr;
    grid-template-columns: 425px 1fr;
    grid-auto-rows: auto;
    gap: 75px;
	border-top: 1px solid #282828;
	margin-top: 40px;
	padding: 40px 0px;
}
.footer_contents .footer_logo {
	margin-bottom: 20px;
}
.footer_contents .footer_logo img{
	max-width: 170px;
}
.footer_contents .short_info .para_texts p{
	color: #bdbdbd;
	font-size: 14px;
}
.footer_contents .site_links_info{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 65px 1fr 65px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 65px;
}
.footer_contents .site_links_info .sub_heading h5{
	color: var(--lightColor);
	text-transform: uppercase;
}
.footer_contents .site_links_info ul{
	margin-bottom: 0px;
}
.footer_contents .site_links_info ul li{
	list-style: none;
	margin-bottom: 10px;
}
.footer_contents .site_links_info ul li:last-child{
	margin-bottom: 0px;
}
.footer_contents .site_links_info ul li a{
	color: #BDBDBD;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.footer_contents .site_links_info ul li a:hover{
	color: var(--lightColor);
}
/* ===== CSS For "Footer Contents" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Copyright & Payments" Starts Here ===== */
.footer .bottom{
	background: var(--lightColor);
	padding: 15px 0px;
	margin-bottom: 86px;
}
.footer .copyright_payment{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 15px;
}
.footer .copyright_payment .copyright p{
	color: var(--darkColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px;
}
.footer .copyright_payment .payment_logos{
	max-width: 305px;
	margin-left: auto;
}
/* ===== CSS For "Copyright & Payments" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Fixed Bottom Banner" Starts Here ===== */
.bottom_fixed_banner_wrap{
	background: var(--blackColor);
	padding: 15px 0px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: -90px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.bottom_fixed_banner_wrap.show{
	bottom: 0px;
}
.bottom_fixed_banner{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 10px 165px;
    grid-template-columns: 1fr 165px;
    grid-auto-rows: auto;
    gap: 10px;
}
.bottom_fixed_banner .product_rating{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 56px 8px 1fr;
    grid-template-columns: 56px 1fr;
    grid-auto-rows: auto;
    gap: 8px;
}
.bottom_fixed_banner .product_image img{
	border-radius: 5px;
}
.bottom_fixed_banner .product_rating h5{
	font-size: 0px;
	margin-bottom: 10px;
}
.bottom_fixed_banner .product_rating h5 i{
	color: var(--starColor);
	font-size: 15px;
}
.bottom_fixed_banner .product_rating h5 span{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
}
.bottom_fixed_banner .product_rating h4{
	color: var(--lightColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0px;
}

.bottom_fixed_banner .cta_btn_wrap{
	margin-top: 0px;
}
.bottom_fixed_banner .cta_btn{
	min-width: 100%;
	font-size: 16px;
}
/* ===== CSS For "Fixed Bottom Banner" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */