@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1030px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*=======Top-Caption=======*/	
.top_caption{
	float:left;
	width:100%;
	background:#f2f9ff;
	padding:7px 0;
	}
.caption_text{
	color:#646464;
	font-size:12px;
	line-height:16px;
	}
.caption_text a{
	font-weight:600;
	text-decoration:underline;
	}
	
/*========Header========*/	
.header{
	float:left;
	width:100%;
	padding:17px 0;
	}		
.logo{
	float:left;
	width:188px;
	}
	
/*-------Banner------*/
.banner{
	float:left;
	width:100%;
	background:#f2f9ff;
    position: relative;
	overflow:hidden;
	}
.banner_row{
	position:relative;
	}
.banner_left{
	width:59%;
    text-align: left;
	padding:45px 0 120px;
	position:relative;
	}
.date_box{
	display:inline-block;
	vertical-align:top;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
	padding:9px 20px 7px 43px;
	position:relative;
	}
.calender_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	width:13px;
	}
.date_box p{
	color:#000000;
    font-size:15px;
    line-height:19px;
    text-align:left;
	}
.date_box p span{font-weight:bold;}
.banner_heading{
	color:#041c39;
	font-size:36px;
    line-height:44px;
    font-weight:bold;
	letter-spacing:0.5px;
    margin-top:20px;
	}
.banner_paragraph{
	color:#000000;
	font-size:17px;
    line-height:26px;
    margin-top:15px;
	}
.banner_list{
	display: flex;
	display: -webkit-flex;
	width:88%;
	margin-top:28px;
	}
.banner_list li{
	display:flex;
    display:-webkit-flex;
	align-items:center;
	text-align:left;
	padding:0 15px;
    position: relative;
	}
.banner_list li:first-child{padding-left:0;}
.banner_list li:last-child{padding-right:0;}
.banner_list li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	background:#e1e1e1;
	}
.banner_list li:last-child:after{display:none;}
.banner_list li p{
	width:calc(100% - 25px);
	color:#041c39;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.3px;
	padding-left:10px;
	}
.banner_list_icon_box{
	width:25px;
	}
.banner_list_icon{
	display:block;
	width:25px;
	}	
.banner_product{
	position:absolute;
	right:-55px;
    bottom:50px;
	}
	
/*=====Common-CSS======*/	
.common_heading{
	color:#041c39;
    font-size:34px;
    line-height:42px;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid #d7d7d7;
    padding-bottom:15px;
	margin-top:30px;
	}
.common_heading.margin-top-0{margin-top:0;}
.common_paragraph{
	color:#0a0a0a;
	font-size:17px;
    line-height:25px;
	text-align:left;
    margin-top:20px;
	}
.common_paragraph.bold{font-weight:bold;}
.common_image{
	display:inline-block;
	vertical-align:middle;
	margin:25px auto 5px;
	border-radius:10px;
	}
.small_image1{
	float:right;
	border-radius:10px;
	margin:25px -32px 0 10px;
	}
	
/*========================*/
/*=======sectionOne=======*/
.sectionOne{
	float:left;
	width:100%;
    position: relative;
	padding:0 0 20px;
	}	
/*BEST_EDITER*/
.best-editor-row{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
	
	width:100%;	
	transition:all ease 0.5s;
	border:1px solid #e1e1e1;
	border-radius:12px;
	padding:20px 0;
	margin-top:30px;
	background:#fff;
	border:2px solid #3f97ee;
	transition:all ease 0.5s;
	box-shadow:0px 0 25px -5px rgba(0,0,0,0.5);
	margin-top:-42px;
	position:relative;
	z-index:1;	
	}
.best-editor-row-left{
    width:24%;
	padding:0 30px;
	position:relative;
	}
.best-ribbon{
	position:absolute;
    top:-33px;
    left:3px;
	color:#fff;
    font-size:16px;
    line-height:16px;
	font-weight:500;
	background:#3492f0;
    padding:8px 11px 5px;
	border-radius:10px 10px 0 0;
	}
.best-ribbon img{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-2px 5px 0 0;
	}
.editor_logo-col{
	display:flex;
    align-items:center;
    justify-content:space-around;
	flex-direction:column;
	flex-wrap:wrap;
    column-gap:25px;
    text-align:left;
	position:relative;
	}
.best_com-logo{
	display:block;
	width:155px;
	margin:10px auto 0;
	}
.special_tag{
	display:inline-block;
	vertical-align:middle;
	background:#fff5f5;
	border:1px dashed #ff001e;
	border-radius:6px;
	color:#ef0e0e;
	font-size:14px;
    line-height:14px;
	letter-spacing:-0.3px;
	padding:10px 10px;
	margin-top:20px;
	animation: jump ease-in-out 1.5s infinite;
	position:relative;	
	}
@keyframes jump{
	0%{ transform: translateY(0);}
	50%{ transform: translateY(-10px);}
	100%{ transform: translateY(0);}
	}
.special_tag:after{
	content: '';
    position: absolute;
    bottom: -5px;
    left: 20px;
    width: 6px;
    height: 6px;
    background: #fff5f5;
    border-right:1px dashed #ff001e;
    border-bottom:1px dashed #ff001e;
    transform: rotate(45deg);
	}
.editor_product_image{
	display:block;
	width:170px;
	margin:10px auto 0;
	}
.best-editor-row-cntnt{
	width:45%;
	border-left:1px solid #e8e8e8;
	padding:10px 27px 10px 35px;
	}		
.best-editor-list{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    row-gap:8px;
	}
.best-editor-list li{
	color:#000000;
	font-size:16px;
    line-height:24px;
	text-align:left;
    background:url(../images/green-tick.webp)no-repeat left 4px;
	background-size:17px;
    padding-left:28px;
	font-weight:500;
	}
.best-editor-row-rev{
	width:31%;
	padding:0 30px 0 0;
	}
.best-editor-row-rev_inner{
	width:100%;
	border:2px dashed #3492f0;
	border-radius:12px;
	padding:30px 25px 20px;
	}
.best-editor-rating-row{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
    justify-content:space-between;
	max-width:200px;
	width:100%;
	margin:0 auto;
	}	
.rating-txt{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content:center;
	width:86px;
    height:70px;
	text-align:center;
	border-radius:6px;
	color:#ffffff;
	font-size:36px;
	line-height:70px;
	font-weight:800;
	background:#3491ef;
	}
.rating-txt-cntnt{
	width:calc(100% - 100px);
	}
.best-editor-row-star{
	display:block;
	width:98px;
	margin-left:-3px;
	}	
.grade-txt{
	color:#000000;
	font-size:18px;
	line-height:22px;
	text-align:left;
	font-weight:500;
	margin-top:8px;
	}
.top_provider_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:60px auto 0;
	}
.top_provider_row_left{
	width:60%;
	text-align:left;
	}
.top_provider_row_right{
	width:37%;
	}
.top_provider_image{
	display:block;
	border-radius:10px;
	margin:0 auto 0;
	}
.best-editor-row-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    text-align:center;
	margin-top:30px;
	}
a.best-row-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:57px;	
	font-weight:800;
	text-align:center;
	letter-spacing:0.3px;
	border-radius:15px;
	background:#11d237;
	border-radius:6px;
	text-transform:uppercase;
	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
	}
.best-btn-txt{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#000000;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.3px;
	margin-top:8px;
	}	
	
/*========sectionTwo========*/
.sectionTwo{
	float:left;
	width:100%;
    position: relative;
	padding:35px 0 20px;
	}	
.section2_product_row{
	display: -webkit-flex;
    display: flex;
    justify-content: start;
	flex-wrap:wrap;
	width:100%;
	column-gap:2.6%;
	row-gap:35px;	
	}
.section2_product_column{
	width:31.6%;	
	border-radius:10px;
	background:#ffffff;
	border:1px solid #c6c6c6;
	padding:22px 13px 20px;
	position:relative;	
	
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}
.section2_product_column1{
	border:2px solid #1b7dd8;
	padding:20px 13px;
	}
.section2_product_column_num{
	position:absolute;
	top:-12px;
	left:-12px;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content:center;
	width:35px;
    height:35px;
	border-radius:50%;
	background:#a7a7a7;
	color:#ffffff;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	text-align:center;
	}
.section2_product_column1 .section2_product_column_num{background:#1b7dd8;}
.section2_product_column_top{
	float:left;
	width:100%;
	background:#f2f2f2;
	border-radius:8px;
	border:1px solid #f6f6f6;
	padding:25px 10px;
	position:relative;
	overflow:hidden;
	}
.section2_product_column1 .section2_product_column_top{border:1px solid #dfeefb; background:#f0f8ff; padding:45px 10px 5px;}
.section2_product_column_tag{
	position:absolute;
	top:0;
	left:0;
	right:0;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	background:#1b7dd8;
	padding:7px 10px 9px;
	}
.section2_column_product{
	display:inline-block;
	vertical-align:middle;	
	height:200px;
	width:auto;
	}
.section2_product_column_offer_tag{	
	position:absolute;
	top:105px;
    right:56px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:45px;
	height:47px;
	background:url(../images/offer-tag-bg.webp) no-repeat center top;
	background-size:45px;
	color:#ffffff;
	font-size:11px;
	line-height:12px;
	font-weight:800;
	text-transform:uppercase;
	padding-top:2px;
	}
.section2_product_column_bottom{
	float:left;
	width:100%;
	padding:15px 0 0;
	}
.product_column_logo_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	min-height:36px;
	position:relative;	
	}
.product_column_rating_box{
	position:absolute;
	top:-35px;
	right:16px;
	background:#ffffff;
	text-align:center;
	border:1px solid #b1b1b1;
	-webkit-box-shadow:2px 3px 3px 1px rgba(0,0,0,0.2);
	box-shadow:2px 3px 3px 1px rgba(0,0,0,0.2);
	border-radius:8px;
	padding:6px 8px;	
	}	
.section2_product_column1 .product_column_rating_box{border-color:#99c4ec;}
.product_column_rating_text1{
	color:#000000;
	font-size:20px;
    line-height:20px;
	font-weight:800;
	}
.product_column_star{
	display:inline-block;
	vertical-align:middle;
	margin:6px auto 0;
	width:70px;
	}
.product_column_rating_text2{
	color:#000000;
	font-size:14px;
    line-height:14px;
	margin-top:6px;
	}
.section2_product_column_logo{
	display:block;
	margin-left:6px;
	}
.product_column_logo1{width:140px;}
.product_column_logo2{width:100px;}
.product_column_logo3{width:150px;}
.product_column_logo4{width:90px;}
.product_column_logo5{width:126px;}
ul.section2_product_column_list{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
	width:100%;
    row-gap:6px;
	margin-top:20px;
	}
ul.section2_product_column_list li{
	color:#000000;
	font-size:13px;
    line-height:21px;
	text-align:left;
    background:url(../images/green-tick.webp)no-repeat left 2px;
	background-size:16px;
    padding-left:25px;
	font-weight:500;
	}
ul.section2_product_column_list .list_cross{
	background:url(../images/cross.webp)no-repeat left 2px;
	background-size:16px;
	}		
.product_column_price{
	display:inline-block;
	vertical-align:middle;
	width:100%;	
	margin:18px auto 0;
	}
.product_column_offer_price{
	display:inline-block;
	vertical-align:middle;
	color:#1b7dd8;
	font-size:20px;
    line-height:20px;
	font-weight:bold;
	}
.product_column_offer_retail_price{
	display:inline-block;
	vertical-align:middle;
	color:#cccccc;
	font-size:18px;
    line-height:20px;
	margin-left:6px;
	position:relative;
	}
.product_column_offer_retail_price:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	right:0;
	height:1px;
	background:#ef0e0e;
	transform:rotate(-8deg);
	}
.product_column_btn{
	display:inline-block;
    vertical-align:middle;
	max-width:288px;
    width:100%;
    height:50px;
    color:#ffffff;
    font-size:16px;
    line-height:52px;
    font-weight:800;
    text-align:center;
    letter-spacing:0.3px;
    border-radius:15px;
    background:#11d237;
    border-radius:6px;
    text-transform:uppercase;
    margin-top:20px;
	}
.product_column_deal_text{
	color:#ef0e0e;
	font-size:14px;
	line-height:14px;
	text-decoration:underline;
	margin-top:8px;
	}
.product_column_deal_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	width:18px;
	}
.s2_top_product_box{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s2_top_product_box .common_heading{
    border-bottom:none;
    padding-bottom:0;
	}
.s2_top_product_box_inner{
	float:left;
	width:100%;
	border:2px solid #3492f0;
	border-radius:10px;
	box-shadow: 0px 0 25px -5px rgba(0, 0, 0, 0.5);
	padding:0 35px;
	margin-top:40px;
	}
.s2_top_product_box_inner_top{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
	width:100%;	
	padding:27px 0;
	}
.s2_top_product_box_heading{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
	width:33%;
	}
.s2_top_product_box_num{
	width:36px;
	color:#1b304a;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	}
.s2_top_product_box_contnt{
	width:calc(100% - 50px);
	}
.s2_top_product_box_logo{
	float:left;
	margin-left:0;
	max-width:100%;
	width:200px;
	}
.s2_top_product_box_deal_text{
	width:26%;
	color:#ef0e0e;
	font-size:16px;
	line-height:16px;
	text-decoration:underline;
	}
.s2_top_product_box_deal_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
	width:18px;
	}
.s2_top_product_review{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
    justify-content:space-between;
	width:16%;
	}
.s2_top_product_rating_txt{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content:center;
	width:68px;
    height:56px;
	text-align:center;
	border-radius:5px;
	color:#ffffff;
	font-size:28px;
	line-height:56px;
	font-weight:800;
	background:#3491ef;	
	}
.s2_top_product_rating_content{
	width:calc(100% - 80px);
	}
.s2_top_product_star{
	display:block;
	width:80px;
	margin-left:-3px;
	}
.s2_top_product_grade_txt{
	color:#000000;
	font-size:16px;
	line-height:20px;
	text-align:left;
	font-weight:500;
	margin-top:8px;
	}
.s2_top_product_box_bottom{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
    justify-content:space-between;
	padding-bottom:35px;
	}
.s2_top_product_box_bottom_left{
	width:50%;	
	}
.s2_top_product_image{
	display:inline-block;
	vertical-align:middle;
	box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.2)
	}
.s2_top_product_box_bottom_right{
	width:45%;
	}
.s2_top_product_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	text-align:left;
	}
.s2_top_product_box_list_heading{
	color:#041c39;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
	margin-top:15px;
	}
ul.s2_top_product_box_list{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    row-gap:8px;
	text-align:left;
	margin-top:13px;
	}
ul.s2_top_product_box_list li{
	color:#000000;
	font-size:16px;
    line-height:24px;
	text-align:left;
	font-weight:500;
    background:url(../images/green-tick.webp)no-repeat left 4px;
	background-size:17px;
    padding-left:26px;
	}
.s2_top_product_box_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;	
	font-weight:800;
	text-align:center;
	letter-spacing:0.3px;
	border-radius:15px;
	background:#11d237;
	border-radius:6px;
	text-transform:uppercase;
	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
	margin-top:25px;
	}

/*=======sectionThreeo========*/
.sectionThree{
	float:left;
	width:100%;
	padding:20px 0 65px;
	}
.sec3_row{
	float:left;
	width:100%;
	}
.sec3_left{
	float:left;
	width:63.6%;
	}	
ul.step_list{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
	width:95%;
    row-gap:26px;
	margin:30px auto 25px;
	}
ul.step_list li{
	width:100%;
	text-align:left;
	padding-left:58px;
	position:relative;	
	}
ul.step_list li:before{
	content:'';
	position:absolute;
	top:20px;
	bottom:-30px;
	left:16px;
	border-left:2px dotted #1b7dd8;
	}
ul.step_list li:last-child:before{display:none;}
.step_list_number{
	position:absolute;
	top:0;
	left:0;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content:center;
	width:34px;
    height:34px;
	border-radius:50%;
	background:#1b7dd8;
	color:#ffffff;
	font-size:20px;
	line-height:33px;
	font-weight:600;
	text-align:center;
	}
.step_list_heading{
	color:#041c39;
	font-size:23px;
	line-height:29px;
	font-weight:bold;
	}
.step_list_paragraph{
	color:#000000;
	font-size:17px;
	line-height:25px;
	margin-top:5px;	
	}
ul.rated_list{
	display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    row-gap:5px;
	margin-top:15px;
	}
ul.rated_list li{
	color:#000000;
	font-size:16px;
    line-height:24px;
	text-align:left;
	font-weight:500;
    background:url(../images/green-tick.webp)no-repeat left 4px;
	background-size:18px;
    padding-left:30px;
	}
.sec3_right{
	float:right;
	width:32%;
	}
.rating_system-box{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	padding:20px 25px 25px;
	margin-top:10px;
	}
.rating_system-hdg{
	color:#041c39;
	font-size:26px;
    line-height:34px;	
	font-weight:bold;
	}
.rating_system-para{
	color:#000;
	font-size:16px;
    line-height:24px;	
	margin-top:13px;
	}
ul.rating_system-list{
	display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: column;
    margin-top:5px;
	}
ul.rating_system-list li{
	color:#010233;
	font-size:16px;
    line-height:24px;	
	text-align:left;
	padding-left:18px;
	margin-top:4px;
	position:relative;
	}
ul.rating_system-list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	width:7px;
	height:7px;
	background:#3492f0;
	border-radius:50%;
	}	
.editor-choice-bx{
	float:right;
    width:32%;
	border:3px solid #1b7dd8;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin-top:30px;
	position:relative;	
	}
.sticky{
	top:30px;
	position: -webkit-sticky;
	position: sticky;
	}	
.choice-bx-top{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px 10px 0 0;
	padding:80px 30px 25px;
	}
.choice-ribbon-tag{
	position:absolute;
    top:23px;
    left:-18px;
	color:#fff;
    font-size:20px;
    line-height:20px;
	font-weight:bold;
	text-align:left;
	background:#1b7dd8;
    padding:10px 38px 12px 40px;
	}
.choice-ribbon-tag:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-1px;
	background:#47969b;
	border-right:15px solid #fff;
	clip-path: polygon(0% 50%, 100% 0, 100% 100%, 0% 50%);
	}	
.choice-ribbon-tag:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-15px;
	border-top:15px solid #1160aa;
    border-left:15px solid transparent;	
	}
.choice-bx-logo{
	display:block;
	margin:0 auto;
	width:160px;
	}
.choice-rating-bx{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	max-width:160px;
	width:100%;
	margin:22px auto 0;
	}
.choice-rating-txt1{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	text-align:center;
	justify-content:center;
	width:68px;
    height:56px;
	text-align:center;
	border-radius:5px;
	color:#ffffff;
	font-size:28px;
	line-height:56px;
	font-weight:bold;
	background:#3491ef;
	}
.choice-rating-bx-contnt{
	width:calc(100% - 80px);
	}
.choice-rating-bx-star{
	display:block;
	width:80px;
	margin-left:-3px;
	}	
.choice-rating-txt2{
   color:#000000;
	font-size:16px;
	line-height:20px;
	text-align:left;
	font-weight:500;
	margin-top:8px;
	}
.choice-bx-btm{
	float:left;
	width:100%;
	background:#fdf3ef;
	border-radius:0 0 10px 10px;
	padding:25px 28px 30px;
	}
ul.choice-bx-list{
	display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: column;
	row-gap:6px;
	}
ul.choice-bx-list li{
	color:#000000;
	font-size:16px;
    line-height:24px;
	text-align:left;
    background: url(../images/green-tick.webp)no-repeat left 4px;
	background-size:15px;
    padding-left:25px;	
	}
.choice-bx-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:50px;
	color:#ffffff;
	font-size:18px;
	line-height:52px;	
	font-weight:800;
	text-align:center;
	letter-spacing:0.3px;
	border-radius:15px;
	background:#11d237;
	border-radius:6px;
	text-transform:uppercase;
	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.3);
	margin-top:20px;
	}
.sectionThree .best-editor-row{float:left; margin-top:45px;}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px solid #d9d9d9;
	padding:50px 0;
	}
.footer_logo{
	display:block;
	margin:0 auto;
	width:190px;
	}
.footer_text{
	color:#000;
	font-size:17px;
	line-height:25px;
	margin-top:25px;
	}
.footer_text.margin-top{margin-top:10px;}
.footer_text a{padding:0 5px;}	
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:26px; line-height:34px; padding-bottom:10px;}
.common_paragraph{font-size:16px; line-height:24px;}
.common_image{margin:22px auto 2px;}
.small_image1{max-width:39%; margin:15px -5px 0 10px;}

.top_caption{padding:4px 0;}
.caption_text{font-size:11px;}

.header{padding:13px 0 13px;}
.logo{width:165px;}

.banner_left{width:68%; padding:35px 0 100px;}
.date_box{padding:9px 20px 7px 34px;}
.date_box p{font-size:12px; line-height:16px;}
.calender_icon{left:13px;}
.banner_heading{font-size:30px; line-height:38px; margin-top:15px;}
.banner_paragraph{width:98%; font-size:16px; line-height:25px; margin-top:10px;}
.banner_list{width:100%; margin-top:20px;}
.banner_list li{padding:0 5px 0 10px;}
.banner_list li p{width:calc(100% - 20px); font-size:13px;  line-height:17px; letter-spacing:0; padding-left:8px;}
.banner_list_icon_box{width:20px;}
.banner_product{right:-50px; width:340px; bottom:45px;}

.best-editor-row{padding:20px 0;}
.best-ribbon{top:-31px; font-size:14px; line-height:14px; padding:8px 11px 6px;}
.best-ribbon img{width:20px;}
.best-editor-row-left{width:26%; padding:0 15px;}
.best_com-logo{width:185px; margin-top:0;}
.special_tag{font-size:12px; line-height:12px; padding:9px 10px;}
.editor_product_image{width:140px;}
.best-editor-row-cntnt{width:48%; padding:0 20px;}
.best-editor-list{row-gap:6px;}
.best-editor-list li{font-size:14px; line-height:22px; padding-left:26px; background-position:left 3px;}
.best-editor-row-rev{width:26%; padding:0 15px 0 0;}
.best-editor-row-rev_inner{padding:15px 15px 20px;}
.rating-txt{width:55px; height:50px; font-size:22px; line-height:50px;}
.rating-txt-cntnt{width:calc(100% - 65px);}
.grade-txt{font-size:14px; line-height:18px; margin-top:5px;}
.best-editor-row-btn{margin-top:20px;}
a.best-row-btn{height:42px; font-size:16px; line-height:45px;}
.best-btn-txt{font-size:11px; line-height:14px; letter-spacing:0; margin-top:6px;}
.top_provider_row{margin:40px auto 0;}
.top_provider_row_left{width:59%;}
.top_provider_row_right{width:38%;}
.top_provider_image{margin:60px auto 0;}

.sectionTwo{padding:20px 0;}
.section2_product_row{column-gap:2%; row-gap:30px;}
.section2_product_column{width:32%; padding:20px 13px;}
.section2_product_column_num{left:-10px; width:30px; height:30px; font-size:16px; line-height:30px;}
.section2_product_column_top{padding:15px 10px;}
.section2_product_column1 .section2_product_column_top{padding:35px 10px 5px;}
.section2_column_product{width:auto; height:160px; object-fit:cover;}
.section2_product_column_offer_tag{top:85px; right:25px;}
.product_column_rating_box{right:10px; padding:6px 6px;}
.product_column_rating_text1{font-size:16px; line-height:16px;}
.product_column_star{margin:0 auto; width:50px;}
.product_column_rating_text2{font-size:10px; line-height:10px; margin-top:0;}
.product_column_logo_box{min-height:33px;}
.section2_product_column_logo{margin-left:4px;}

.product_column_logo2{width:95px;}
.product_column_logo3{width:67px;}
.product_column_logo4{width:85px;}
.product_column_logo5{width:109px;}
ul.section2_product_column_list{width:96%; row-gap:5px; margin-top:15px;}
ul.section2_product_column_list li{letter-spacing:0.3px;}
.product_column_deal_text{font-size:12px; line-height:12px;}
.product_column_deal_text img{margin:-4px 8px 0 0; width:16px;}
.product_column_btn{ margin-top:15px;}
.s2_top_product_box{margin-top:40px;}
.s2_top_product_box_inner{padding:0 20px; margin-top:16px;}
.s2_top_product_box_inner_top{padding:19px 0;}
.s2_top_product_box_heading{width:32%;}
.s2_top_product_box_num{width:30px; font-size:30px; line-height:30px;}
.s2_top_product_box_logo{margin-left:0; width:192px;}
.s2_top_product_box_deal_text{font-size:14px; line-height:14px;}
.s2_top_product_box_deal_text img{margin:-2px 8px 0 0; width:15px;}
.s2_top_product_review{width:20%;}
.s2_top_product_rating_txt{width:55px; height:50px; font-size:22px; line-height:50px;}
.s2_top_product_rating_content{width:calc(100% - 65px);}
.s2_top_product_grade_txt{font-size:13px; line-height:13px; margin-top:6px;}
.s2_top_product_box_bottom_left{width:40%;}
.s2_top_product_box_bottom_right{width:56%;}
ul.s2_top_product_box_list{row-gap:6px; margin-top:12px;}
.s2_top_product_box_btn{height:55px; font-size:22px; line-height:55px; margin-top:20px;}

.sectionThree{padding:20px 0 45px;}
ul.step_list{row-gap:25px; margin:25px 0 20px;}
ul.step_list li{padding-left:45px;}
ul.step_list li:before{left:15px;}
.step_list_number{width:30px; height:30px; font-size:17px; line-height:29px;}
.step_list_heading{font-size:20px; line-height:26px;}
.step_list_paragraph{font-size:16px; line-height:24px;}
.rating_system-box{padding:20px 15px 25px; margin-top:0;}
.rating_system-hdg{font-size:20px; line-height:24px;}
.rating_system-para{font-size:15px; line-height:23px; margin-top:10px;}
ul.rating_system-list li{font-size:14px; line-height:22px; padding-left:18px;}
.choice-ribbon-tag{top:15px; font-size:13px; line-height:23px; padding:4px 28px 5px 30px;}
.choice-bx-top{padding:60px 15px 20px;}
.choice-bx-logo{width:140px;}
.choice-rating-bx{max-width:148px; margin-top:15px;}
.choice-rating-bx-contnt{width:calc(100% - 65px);}
.choice-rating-txt1{width:55px; height:50px; font-size:24px; line-height:50px;}
.choice-rating-txt2{font-size:14px; line-height:18px; margin-top:5px;}
.choice-bx-btm{padding:20px 15px 25px;}
ul.choice-bx-list{row-gap:5px;}
ul.choice-bx-list li{font-size:14px; line-height:22px; padding-left:22px;}
.choice-bx-btn{height:48px; font-size:18px; line-height:48px; margin-top:15px;}
.sectionThree .best-editor-row{margin-top:55px;}

.footer{padding:40px 0 35px;}
.footer_logo{width:160px;}
.footer_text{font-size:16px;line-height:24px; margin-top:20px;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.common_heading{font-size:24px; line-height:32px;}
.common_paragraph{font-size:15px; line-height:23px;}
.common_image{margin: 20px auto 1px;}
.small_image1{float:none; display:inline-block; vertical-align:middle; max-width:65%; margin:20px auto -10px;}

.banner{ padding-bottom:40px;}
.banner_left{width:100%; padding:20px 0 0;}
.date_box{padding:9px 15px 7px 35px;}
.banner_heading{font-size:27px; line-height:35px; letter-spacing:0; margin-top:13px;}
.banner_paragraph{font-size: 15px;line-height:22px; margin-top:14px;}
.banner_list{flex-wrap:wrap; justify-content:space-between; column-gap:5px; margin-top:15px;}
.banner_list li{width:23%; flex-direction:column; text-align:center; padding:0 0;}
.banner_list li:after{right:-8px;}
.banner_list li p{font-size:12px; line-height:16px; letter-spacing:0; padding-left:0; margin-top:6px;}
.banner_list_icon_box{width:25px;}
.banner_product{position:static; display:inline-block; vertical-align:middle; width:100%; margin-top:10px;}

.sectionOne{padding:0 0 15px;}
.best-editor-row{padding:15px 15px 20px;}
.best-ribbon{font-size:13px; line-height:13px;}
.best-ribbon img{width:20px;}
.best-editor-row-left{width:100%; padding:0;}
.editor_logo-col{flex-direction:inherit; column-gap:20px; justify-content:space-between;}
.best_com-logo{width:145px; margin:0 0;}
.best-editor-row-rev_inner{display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; align-items:center; width:108px; padding:0; border:0; border-radius:0;}
.rating-txt{width:40px; height:38px; font-size:17px; line-height:39px; border-radius:4px;}
.rating-txt-cntnt{width:calc(100% - 48px);}
.grade-txt{font-size:12px; line-height:12px; margin-top:7px;}

.best-editor-row_mid{display:flex; display:-webkit-flex; flex-wrap:wrap; width:100%;}
.editor_product_image_box{display:flex; display:-webkit-flex; flex-direction:column; flex-wrap:wrap; width:100%;}
.special_tag{width:150px; padding:7px 10px;  margin:25px auto 0;}
.editor_product_image{width:160px;}

.best-editor-row-cntnt{width:100%; padding:0 0; margin-top:5px; border:none;}
.best-editor-list{max-width:365px; margin:0 auto;}
.best-editor-list li{letter-spacing:0.3px;}
a.best-row-btn{max-width:355px; height:48px; font-size:18px; line-height:48px;}
.best-btn-txt{font-size:11px; line-height:14px; letter-spacing:0; margin-top:6px;}

.top_provider_row{margin:30px auto 0;}
.top_provider_row_left{width:100%;}
.top_provider_image{margin:22px auto 0;}

.sectionTwo{padding:15px 0 20px;}
.section2_product_row{column-gap:0; row-gap:25px; padding:0 10px;}
.section2_product_column{width:100%; padding:20px 15px 25px;}
.section2_product_column_top_inner{display:inline-block; vertical-align:top; max-width:291px; width:100%; position:relative;}
.section2_product_column_tag{font-size:13px; line-height:13px; padding:8px 10px 9px;}
.section2_product_column_offer_tag{top:40px; right:70px;}
.product_column_rating_box{right:15px; padding:6px 8px;}
.product_column_logo_box{min-height:auto;}
.section2_product_column_logo{margin-left:4px;}
.product_column_logo1{width:130px;}
.product_column_logo2{width:100px;}
.product_column_logo3{width:130px;}
.product_column_logo4{width:90px;}
.product_column_logo5{width:120px;}
ul.section2_product_column_list{max-width:305px; width:100%; row-gap:6px; margin:20px auto 0;}
.product_column_price{margin:20px auto 0;}
.product_column_deal_text{letter-spacing:0.3px; margin-top:10px;}

.s2_top_product_box{margin-top:30px;}
.s2_top_product_box_inner{padding:0 15px; margin-top:12px;}
.s2_top_product_box_heading{align-items:start; width:55%;}
.s2_top_product_box_num{width:22px; font-size:22px; line-height:30px;}
.s2_top_product_box_contnt{width:calc(100% - 26px);}
.s2_top_product_box_logo{width:130px;}
.s2_top_product_box_deal_text{float:left; width:100%; font-size:11px; line-height:11px; text-align:left; margin:7px 0 0 5px;}
.s2_top_product_box_deal_text img{margin:-2px 6px 0 0; width:15px;}
.s2_top_product_review{width:108px;}
.s2_top_product_rating_txt{width:40px; height:38px; font-size:17px; line-height:39px;}
.s2_top_product_rating_content{width:calc(100% - 48px);}
.s2_top_product_grade_txt{font-size:12px; line-height:12px; margin-top:5px;}
.s2_top_product_box_bottom_right{width:100%;}
.s2_top_product_image{margin:5px auto 17px;}
.s2_top_product_paragraph{font-size:15px; line-height:23px;}
.s2_top_product_box_list_heading{font-size:18px; line-height:22px; margin-top:20px;}
ul.s2_top_product_box_list li{font-size:15px; line-height:23px; background-size:16px; padding-left:25px;}	
ul.s2_top_product_box_list{row-gap:6px; margin-top:12px;}
.s2_top_product_box_btn{max-width:310px; height:50px; font-size:20px; line-height:50px;}

.sectionThree{padding:15px 0 30px;}
.sec3_left{width:100%;}
ul.step_list{row-gap:25px; margin:20px 0;}
.step_list_number{font-size:16px;}
.step_list_heading{font-size:19px; line-height:25px;}
.step_list_paragraph{font-size:15px; line-height:23px;}
ul.rated_list{row-gap:6px;}
ul.rated_list li{font-size:15px; line-height:23px; letter-spacing:0.3px; background-size:16px; padding-left:25px;}
.sec3_right{width:100%;}
.rating_system-box{width:94%; margin-left:3%; padding:20px 20px 25px; margin-top:30px;}
.rating_system-hdg{font-size:22px; line-height:26px;}
.editor-choice-bx{width:94%; margin-right:3%; margin-top:30px;}
.sticky{ position:relative; top:0;}
.choice-rating-bx{max-width:140px;}
.choice-rating-bx-contnt{width:calc(100% - 60px);}
.choice-rating-txt1{width:50px; height:45px; font-size:22px; letter-spacing:0.3px; line-height:44px;}
.choice-bx-btm{padding:20px 15px 25px;}
ul.choice-bx-list{max-width:245px; margin:0 auto; row-gap:5px;}
ul.choice-bx-list li{font-size:14px; line-height:22px; letter-spacing:0.3px; padding-left:22px;}
.choice-bx-btn{width:85%;}

.footer{padding:30px 0 25px;}
.footer_logo{width:130px;}
.footer_text{font-size:13px; line-height:21px; margin-top:20px;}

}


/*========================
popup
==========================*/
.popup_Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0);
	z-index:999;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
	overflow: auto;
	}
.popup_Box .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0,0,0,.8);
	
	display: -webkit-flex;
    display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	}	
.pop_content{
	float: left;
    width: 100%;
    padding: 35px 0;
	}		
.pop_content_inner{
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    max-width: 800px;
    background: #fff;
    position: relative;
    padding: 8px;	
	}
.pop_cont_wrap{
	float:left;
	width:100%;
	position:relative;
	border:2px dashed #f70000;
	padding:1px;
	}
.pop_header{
	float:left;
	width:100%;
	background:#f70000;
	padding:12px;
	}	
.pop_limited_text{
	font-size:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	}	
.pop_limited_text img{
	display: inline-block;
    vertical-align: middle;
    margin: -9px 10px 0 0;
    width: 23px;
	}	
.pop_mid_box{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}	
.pop_imgbx{
    width: 42%;
    padding: 25px 0;
	}	
.pop_imgbx img{
	margin: 0 auto 0;
    display: block;
    width: 395px;
	}
	
.pop_contbx{
    width: 58%;
    text-align: center;
    padding: 40px 25px 40px 0;
	}		
.pop_heading{
	font-size:50px;
	line-height:58px;
	color:#000;
	font-weight:bold;
	}	
.pop_heading span{ color:#3492f0;}	
.pop_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
	}

.pop_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:375px;
	margin-top:40px;
	}	
.common_button_top{
	color:#000;
	margin-bottom:10px;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.common_button_top li{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	letter-spacing:0.3px;
	padding:0 8px;
	}
.common_button_top li.green-dot{
	padding-left:18px;
	border-right:1px solid #515458;
	position:relative;
	}
.green-dot:after{
	content: '';
	position: absolute;
	top:50%;
	margin-top:-5px;
	left: 0;
	width:8px;
	height:8px;
	border-radius: 50%;
	background: #42c216;
	animation: breath 1.3s infinite;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-3px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}

.low-stock{
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 12px;
    margin:-3px 3px 0;
	}
.low-stock span{
	float: left;
	width:12px;
	height: 100%;
	background: #d6d6d6;
	margin: 0 1.5px;
	transition: 0.5s;
	}
.bold{ font-weight:700;}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
	
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0;}
	100%{ opacity:1;}
	}
		
a.pop_btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:375px;
    height: 62px;
    color: #ffffff;
    font-size: 28px;
    line-height: 62px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.3px;
    border-radius: 15px;
    background: #11d236;
    border-radius: 6px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	}				
.pop_close{
    position: absolute;
    z-index: 99;
    right: -30px;
    top: -30px;
    cursor: pointer;
    width: 16px;
	}
	
@media only screen and (max-width:1021px){
.pop_contbx{ padding: 35px 25px 35px 0;}	
.pop_heading{ font-size: 46px; line-height: 54px;}
}

@media only screen and (max-width:767px){
.pop_imgbx{ width: 100%; padding: 15px 0 5px;}
.pop_imgbx img{ margin: 0 auto 0; width: 230px;}
.pop_contbx{ width:100%; padding:5px 15px 20px;}
.pop_header{ padding:10px;}
.pop_limited_text{font-size: 17px; line-height: 17px;}
.pop_limited_text img{ margin: -6px 10px 0 0; width: 16px;}
.pop_heading{ font-size: 36px; line-height: 44px;}
.pop_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.pop_btn_box{ margin-top:20px;}
a.pop_btn{ height: 50px; font-size: 20px; line-height: 50px;}
.low-stock{ width:65px; height:10px;}
.low-stock span{ width:10px;}
.common_button_top li{ font-size:11px; line-height:12px; padding: 0 6px;}
.common_button_top li.green-dot{ padding-left:14px;}
.green-dot:after{ margin-top:-4px;}
.pop_close{ right: -15px; top: -28px; width: 12px;}
}
