@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:1060px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
.header{
	float:left;
	width:100%;
	background:#2a52be;
	padding:13px 0;
	}		
.logo{
	float:left;
	width:139px;
	}
	
/*========Banner========*/
.banner_section{
	float:left;
	width:100%;
	background:#f7f9ff;
	}
.banner_content{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	}
.banner_left{
	width:55%;
	text-align:left;
	padding:35px 0 70px;
	position:relative;
	}
ul.banner_list{
	display:flex;
    display:-webkit-flex;
    gap:10px;
	}
ul.banner_list li{	
	display:-webkit-flex;
    align-items:center;
    column-gap:5px;
    text-align:left;
    border:1px solid #d8d8d8;
    border-radius:5px;
    padding:7px 11px;
    position:relative;
	}
ul.banner_list li p{
	color:#000000;
	font-size:13px;
    line-height:16px;
	}
.banner_list_icn{
	width:19px;
	}	
.banner_heading{
	float:left;
	width:100%;
	color:#00268b;
	font-size:39px;
	line-height:48px;
	font-weight:800;                 
	letter-spacing:-0.2px;
	margin-top:15px;
	}
.banner_right{
	width:45%;
	}
.banner_image{
	display:inline-block;
	vertical-align:middle;
	width:455px;
	}
	
/*========COMMON-CSS=========*/	
.common_heading{
	color:#000000;
	font-size:30px;
	line-height:40px;
	font-weight:800;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
	padding-bottom:15px;
	}
.common_heading.no_border{
	border-bottom:none;
	padding-bottom:0;
	}
.common_paragraph{
	color:#000000;
	font-size:17px;
	line-height:26px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph.margin-top-15{margin-top:15px;}
.link_text{
	color:#187fdd;
	font-weight:bold;
	text-decoration:underline;
	}

/*=========================*/
/*========Section1=========*/
.section1{
	float:left;
	width:100%;
	}
.section1_content{
	float:left;
	width:100%;
	}
.date_box{
	float:left;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.2);
	padding:5px 20px 5px 52px;
	margin-top:-26px;
	position:relative;
	}
.calender_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:15px;
	width:25px;	
	}
.date_box p{
	color:#000000;
    font-size:14px;
    line-height:17px;
	letter-spacing:0.3px;
    text-align:left;
	}
.date_box p span{
	font-weight:bold;	
	}	
.section1_content_inner{
	float:left;
	width:100%;
	padding:55px 0 50px;
	}
.section1_content_left{
	float:left;
	width:61%;
	text-align:left;
	}	
.section1_content_right{
	float:right;
	width:31%;
	}
.author_box{
	float:left;
	width:100%;
	text-align:left;
	-webkit-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	padding:0 15px;
	}
.author_box_top{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	border-bottom:1px solid #dddddd;
	padding:12px 0 8px;
	}
.author_name{
	color:#000000;
    font-size:14px;
    line-height:22px;
	letter-spacing:-0.3px;
	}
.author_name span{
	font-size:20px;
	font-weight:bold;
	}
.author_tick_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 6px;
	width:19px;
	}
.author_image{
	border-radius:50%;
	border:1px solid #ffffff;
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
	width:81px;
	}
.author_box_bottom{
	float:left;
	width:100%;
	padding:15px 0 20px;
	}
.author_box_text{
	color:#000000;
    font-size:16px;
    line-height:24px;
	letter-spacing:-0.3px;
	margin-top:20px;
	}
.author_box_text.margin-top-0{margin-top:0;}

/*========Section2=========*/
.section2{
	float:left;
	width:100%;
	}
.top_product_section{
	float:left;
	width:100%;
	}
.top_product_row{
	float:left;
	width:100%;	
	transition:all ease 0.5s;
	border:1px solid #cccccc;
	border-radius:10px;
	background:#fff;
	padding:5px 15px;
	margin-top:30px;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;	
	}
.top_product_row1{
	border:2px solid #005ac4;
	transition:all ease 0.5s;
	box-shadow:0px 0 25px -5px rgba(0,0,0,0.5);
	}
.top_product_row_left{
    width:20%;
	padding-right:15px;
	position:relative;
	}
.people_choice_tag{
	position:absolute;
	top:-34px;
	right:40px;
	color:#000;
	font-size:15px;
	line-height:16px;
	font-weight:500;
	letter-spacing:0.3px;
	border-radius:15px 15px 0 0;
	background:#f9cb5d;
	padding:8px 12px 2px;
	}
.people_choice_tag img{
	display:inline-block;
	vertical-align:middle;
	width:29px;
	margin:-3px 5px 0 0;
	}
.top_product_row_number_box{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-50px;
	text-align:center;
	}
.top_product_row_number_box p{
	color:#000;
	font-size:40px;
	line-height:44px;
	font-weight:800;
	}
.top_product_row_number_icon{
	width:27px;
    display:block;
    margin:4px auto 2px;
	}
.top_product_image{
	display:inline-block;
	vertical-align:top;
	width:168px;
	}
.top_product_row_content{
	width:35%;
	text-align:left;
	}
.top_product_row_heading{
	color:#000;
	font-size:21px;
	line-height:26px;
	font-weight:bold;
	}	
.top_product_row1 .top_product_row_heading{
	border-bottom:1px solid #e0e0e0;
	padding-bottom:10px;
	}	
.top_product_row_list{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:6px;
	margin-top:20px;
	}
.top_product_row_list li{
	color:#000;
	font-size:16px;
    line-height:24px;
	font-weight:500;
	text-align:left;
    padding-left:25px;
    background: url(../images/green-tick.webp)no-repeat;
	background-position:top 7px left !important;
	background-size:15px !important;
	}
.top_product_row_list .top_product_row_list_red{ background:url(../images/red-cross.webp)no-repeat;}
.top_product_row_review{
	width:18%;
	text-align:center;
	padding:0 15px;
	}
.top_product_row1 .card2{ background:#005ac4;}
.card2{
	width:100%;
	color:white;
	border-radius:8px;
	text-align:center;
	background:#444444;
	overflow:hidden;
	position:relative;
	}
.card2 .top{
	padding:12px 15px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	}
.card2 .top h4{
	font-size:14px;
	line-height:16px;
	font-weight:400;
	margin:0;
	}
.card2 .top h1{
	font-size:44px;
	line-height:44px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:5px 0 0;
	}
.card2 .top h1 sup{
	display:inline-block;
	vertical-align:top;
	font-size:23px;
	line-height:23px;
	font-weight:bold;	
	}
.card2 .bottom{
	padding:14px 15px 15px;
	}
.card2 .bottom h4{
	font-size:14px;
	line-height:14px;
	font-weight:400;
	margin:0;
	}
.rated_star2{
	width:75px;
	margin:10px 0 0;
	}
.score2{
	font-size:31px;
	line-height:31px;
	font-weight:bold;
	}
.top_product_row1 .rating-txt{
	color:#fff;
	background:#1b7dd8;
	}
.rev-txt2{
	color:#636363;
	font-size:12px;
	line-height:20px;
	margin-top:5px;
	}
.top_product_row_button{
	width:250px;
    text-align:center;
	flex-shrink: 0;
	}
a.top_product_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:201px;
	height:50px;
	color:#000000;
	font-size:16px;
	line-height:50px;	
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	background:#fff;
	border-radius:5px;
	letter-spacing:0.5px;
	border:1px solid #000000;
	position:relative;
	text-transform: uppercase;
	}
.top_product_row1 a.top_product_button{
	background:#04ad08;
	color:#fff;
	border:1px solid #04ad08;
	}
a.top_product_button img{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	margin:-4px 0 0 10px;
	}
.top_product_row1 a.top_product_button img{ filter: invert(1);}
	
/*========Section3=========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	}	
.section3_content{
	float:left;
	width:100%;
	}
.section3_content_left{
	float:left;
	width:66%;
	}
.top_rated_row{
	float:left;
	width:100%;		
	}
.top_rated_box{
	width:100%;
	margin-top:55px;
	position:relative;
	}
.top_rated_box.top_rated_box1{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 10px;
	align-items: flex-start;
	
	border-radius:10px;
	padding:25px 25px 35px;
	box-shadow:0px 3px 12px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 3px 12px 2px rgba(0,0,0,0.2);
	margin:20px 0 0;
	position:relative;
	}
.top_rated_box-row{
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: flex-start;
	}
.rated_box1_num{
	position:absolute;
	top:4px;
    left:-50px;
	font-size:35px;
    line-height:30px;
    font-weight:800;
    text-align:center;
	}
.top_rated_box1 .rated_box1_num{top:15px;}
.top_rated_box1 .rated_box1_num img{margin:0 auto 6px;}
.rated_box1_num img{
	display:block;
	margin:8px auto 0;
	width:27px;
	}
.top_rated_box1_heading{
	width:calc(100% - 108px);
	text-align:left;
	padding:0 15px 0 0;
	}
.top_rated_box1_heading p{	
	color:#000;
	font-size:29px;
	line-height:34px;
	font-weight:bold;
	}
.top_rank_small_txt{
	float:left;
	width:100%;		
	font-size:19px;
	line-height:27px;
	font-weight:600;
	margin:8px 0 0;
	}
.rank1_seal{
	width:90px;
	margin:0 0;
	}
.rated_prod{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	border-radius:6px;
	width:100%;
	background:#f1f7ff;
	padding:25px 50px;
	margin:20px 0 0;
	}
.top_rated_box1 .rated_prod{margin:15px auto 0;}
.prod_box{
	width:calc(100% - 260px);
	}
.prod_box img{
	max-width:238px;
	}
.card{
	color:white;
	width:210px;
	border-radius:10px;
	text-align:center;
	background:#2b2b2b;
	box-shadow:0 4px 10px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
	}
.card .top{
	padding:15px 15px 10px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	}
.card .top h4{
	font-size:17px;
	line-height:24px;
	font-weight:500;
	margin:0;
	}
.card .top h1{
	font-size:74px;
	line-height:74px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:5px 0 0;
	}
.card .top h1 sup{
	display:inline-block;
    vertical-align:top;
	font-size:32px;
    line-height:32px;
    font-weight:600;
	}
.card .bottom{
	padding:18px 15px 11px;
	}
.card .bottom h4{
	font-size:17px;
	line-height:17px;
	font-weight:500;
	margin:0 0 5px;
	}
.rated_star{
	width:90px;
	margin:10px 0 6px;
	}
.score{
	font-size:36px;
	line-height:28px;
	font-weight:800;
	}
.score span{
	font-size:18px;
	font-weight:500;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin:30px 0 0;  
	}
.button_offer_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	background:#fffbe3;
	border:1px dashed #e4b033;
	border-radius:5px;
	text-align:left;
	padding:8px 15px 8px 38px;
	margin:0 0 20px;
	position:relative;
	}
.button_offer_text img{
	position:absolute;
	top:9px;
	left:15px;
	width:14px;
	}
.button_offer_text:after{
	content:'';
	position:absolute;
	left:25px;
	bottom:-8px;
	width:12px;
	height:12px;
	background:#fffbe3;
	border-top:1px dashed #e4b033;
	border-right:1px dashed #e4b033;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);	
	}
.button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:67px;
	color:#1a1a1a;
	font-size:25px;
	line-height:65px;
	border:3px solid #1a1a1a;
	background:#ffffff;
	border-radius:5px;
	font-weight:800;
	}
.other_visit-site{ width:92%;}
.button img{
	display:inline-block;
	vertical-align:middle;
	width:11px;
	margin:-3px 0 0 15px;
	}
.compare_box{
	display:flex;
	display:-webkit-flex;
	gap:20px;
	max-width:900px;
	width:100%;
	margin:30px 0 0;
	}
.pros_box, .cons_box{
	flex:1;
	text-align:left;
	border-radius:6px;
	box-sizing:border-box;
	padding:15px 7px 20px 15px;
	}
.pros_box{
	background:#effeeb;
	}
.cons_box{
	background:#ffecec;
	}
.title{	
	font-size:20px;
	line-height:26px;
	font-weight:800;
	border-bottom:1px solid #dadada;	
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:12px;
	margin-bottom:15px;
	}
.pros_box .title{color:#11ad18;}
.cons_box .title{color:#ee1111;}
ul.compare_list{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.compare_list li{
	font-size:16px;
	line-height:22px;
	padding:0 0 0 25px;
	margin-bottom:15px;
	position:relative;
	}
ul.compare_list li:last-child{margin-bottom:0;}
.compare_icon{
	position:absolute;
	top:4px;
	left:0;
	width:15px;
	}	
ul.rated_box1_list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
ul.rated_box1_list li{
	text-align:left;
	border-bottom:1px solid #d7d7d7;
	padding:20px 15px 20px 84px;
	position:relative;
	}
ul.rated_box1_list li:last-child{border-bottom:0px; padding-bottom:0;}
ul.rated_box1_list li img{
	position:absolute;
	top:15px;
	left:0;
	width:64px;
	}
ul.rated_box1_list li h3{
	font-size:20px;
	line-height:26px;
	font-weight:700;
	}
ul.rated_box1_list li p{
	font-size:17px;
	line-height:26px;
	margin:10px 0 0;
	}
.rating_container{
	float:left;
	width:100%;
	margin:15px 0 0;
	}
.rating_row{
	display:flex;
	align-items:center;
	margin:20px 0;
	}
.rating_row:last-child{margin-bottom:0;}
.rating_label{
	width:200px;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	text-align:left;
	}
.rating_bar{
	flex:1;
	background:#e1e1e1;
	border-radius:10px;
	height:14px;
	margin:0 10px;	
	box-shadow:2px 3px 6px 1px rgba(0,0,0,0.2) inset;
	position:relative;
	overflow:hidden;
	}
.top_rated_box1 .rating_fill{ background: #187dda;}
.rating_fill{
	height:100%;
	position:absolute;
	top:0;
	left:0;
	box-shadow:2px 2px 6px 1px rgba(0,0,0,0.1) inset;
	background:#1778d0; 
	border-radius:10px 0px 0px 10px;
	transition: width 1.2s ease;
	}
.rating_score{
	min-width:60px;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	text-align:right;
	}
	
.top_rated_detail_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	background:#fffae7;
	border-radius:10px;
	border:1px solid #e7debb;
	padding:20px 20px 25px;
	margin-top:40px;
	}
.top_rated_detail_box_heading{
	color:#000000;
	font-size:20px;
	line-height:20px;
	font-weight:800;
	}
.top_rated_detail_box_paragraph{
	color:#000000;
	font-size:17px;
	line-height:26px;
	letter-spacing:-0.3px;
	text-align:left;
	margin-top:20px;
	}
.top_rated_detail_box_paragraph.margin-top-15{margin-top:15px;}

.top_rated_box1 .rated_prod{background:#f1f7ff;}
.top_rated_box1 .card{background:#2a52be;}
.top_rated_box1 .button{
	color:#ffffff;
	background:#04ad08;
	border:3px solid #04ad08;
	}
.top_rated_box1 .button img{filter:invert(1);}

.winner_product_box{
    display:inline-block;
    vertical-align:middle;
	width:100%;
    margin-top:65px;
	}	
.winner_product_box_heading{
	color:#2a52be;
	font-size:35px;
	line-height:38px;
	font-weight:800;
	text-align:left;
	}	
.winner_product_box .top_rated_box1{
	border:4px solid #2a52be;
	border-radius:10px;
	}
.section3_detail_row{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	row-gap:35px;
	float:left;
	width:100%;
	margin-top:50px;
	}
.section3_detail_box{
	width:100%;
	text-align:left;
	}
ul.section3_detail_pros_list{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
	row-gap:25px;
    margin-top:25px;
	}
ul.section3_detail_pros_list li{
	text-align:left;
    padding-left:32px;
    background:url(../images/green-tick.webp) no-repeat left 8px;
    background-size:18px !important;
	}
ul.section3_detail_pros_list li h3{
	color:#000000;
	font-size:22px;
    line-height:30px;
    font-weight:bold;
	}
ul.section3_detail_pros_list li p{
	color:#000000;
	font-size:17px;
    line-height:26px;
    margin-top:8px;
	}
ul.section1_detail_cons_list li{
    background:url(../images/red-cross.webp) no-repeat left 8px;
	}
.section3_author_box{
	float:left;
	width:100%;
	text-align:left;
	background:#f7f9ff;
	border:1px solid #99ace1;
	border-radius:10px;
	padding:0 30px 0 20px;
	margin-top:35px;
	}
.section3_author_box_top{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	column-gap:15px;
	width:100%;
	border-bottom:1px solid #dddddd;
	padding:13px 0 10px;
	}
.section3_author_name{
	color:#000000;
    font-size:14px;
    line-height:22px;
	letter-spacing:-0.3px;
	}
.section3_author_name span{
	font-size:20px;
	}
.section3_author_tick_icon{
	display:inline-block;
	vertical-align:top;
	margin:2px 0 0 8px;
	width:19px;
	}
.section3_author_image{
	border-radius:50%;
	border:1px solid #ffffff;
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
	width:66px;
	}
.section3_author_box_bottom{
	float:left;
	width:100%;
	padding:10px 0 20px;
	}
.section3_author_box_text{
	color:#000000;
    font-size:16px;
    line-height:24px;
	margin-top:20px;
	}
.section3_author_box_text.margin-top-0{margin-top:0;}
.section3_content_right{
	float:right;
	width:29%;
	}
.sticky{
	position:sticky;
	top:15px;
	}
.top_choice_box{
	float:left;
    width:100%;
	border:3px solid #005ac4;
	-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;
	padding:65px 6px 25px;
	position:relative;	
	}	
.top_choice_ribbon_tag{
	position:absolute;
    top:15px;
    left:-14px;
	color:#fff;
    font-size:19px;
    line-height:20px;
	font-weight:bold;
	text-align:left;
	background:#2a52be;
    padding:7px 30px 8px 25px;
	}
.top_choice_ribbon_tag:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-1px;
	background:#2a52be;
	border-right:15px solid #fff;
	clip-path: polygon(0% 50%, 105% 0, 105% 100%, 0% 50%);
	}	
.top_choice_ribbon_tag:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-15px;
	border-top:15px solid #00316b;
    border-left:11px solid transparent;	
	}
.top_choice_box_heading{
	color:#000;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	}
.top_choice_product{
	display:inline-block;
	vertical-align:middle;
	margin:15px auto 0;
	width:280px;
	}	
.top_choice_box_rating{
	display:flex;
    display:-webkit-flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
	column-gap:10px;
    width:190px;
	margin:15px auto 0;
	}
.top_choice_box_rating_text1{
	width:54px;
	height:52px;
	color:#fff;
	font-size:36px;
	line-height:30px;
	font-weight:bold;
	background:#005ac4;
	border-radius:4px;
	text-align:center;
	padding:10px 5px;
	
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	}
.top_choice_box_rating_text1 sup{
	font-size:15px;
	line-height:15px;
	font-weight:600;
	}
.top_choice_box_rating_text2{
	color:#000000;
	font-size:15px;
	line-height:22px;
	font-weight:600;
	text-align:left;
	}
.top_choice_box_rating_text2 img{
	width:75px;
	margin-left:-2px;
	}
.top_choice_box_rating_text2 h3{
	color:#000;
	font-size:15px;
    line-height:17px;
	font-weight:600;
	} 
.top_choice_box_button{
	display:inline-block;
	vertical-align:middle;
	max-width:240px;
	width:100%;
	height:48px;
	color:#fff;
	font-size:16px;
	line-height:48px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	background:#04ad08;
	border-radius:5px;
	letter-spacing:0.3px;
	margin-top:10px;
	cursor:pointer;
	position:relative;
	}
.top_choice_box_button img{
    display:inline-block;
    vertical-align:middle;
    width:9px;
	filter:invert(1);
    margin:-3px 0 0 10px;
	}	
	
/*======Footer=======*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	background:#ffffff;
	border-top:1px solid #d5d5d5;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:130px;
	}
.footer_text{
	color:#333333;
	font-size:15px;
    line-height:23px;
	margin-top:10px;
	}	
.footer_text.margin-top-0{margin-top:0;}
.footer_text a{padding:0 5px;}	
.footer_note_text{
	display:inline-block;
	vertical-align:middle;
	color:#000000;
	font-size:13px;
    line-height:21px;
	border:1px solid #acacac;
	padding:17px 20px;
	margin:20px 0 0;
	}	
		
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.banner_left{padding:35px 0 60px;}
.banner_heading{font-size:36px; line-height:46px;}
.section1_content_left{width:64%;}
.section1_content_right{width:33%;}

}

@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;}
.common_paragraph{line-height:25px; margin-top:20px;}

.header{padding:12px 0;}
.logo{width:130px;}

.banner_left{width:59%; padding:35px 0 50px;}
ul.banner_list li{padding:7px 10px;}
.banner_list_icn{width:17px;}
ul.banner_list li p{font-size:12px;}
.banner_right{width:40%;}
.banner_heading{font-size:30px; line-height:40px; letter-spacing:-0.3px; margin-top:10px;}

.date_box p{font-size:13px;}
.section1_content_inner{padding:35px 0 40px;}
.section1_content_left{width:58%;}
.section1_content_right{width:38%;}
.author_name{font-size:13px; line-height:21px;}
.author_name span{font-size:18px;}
.author_image{width:60px;}

.top_product_row{padding:15px 15px; margin-top:25px;}
.people_choice_tag{top:-33px; font-size:13px; line-height:14px;}
.people_choice_tag img{width:24px;}
.top_product_row_left{width:18%;}
.top_product_row_content{width:40%;}
.top_product_row_heading{font-size:17px; line-height:19px;}
.top_product_row_list{gap:8px; margin-top:15px;}
.top_product_row_list li{font-size:13px; line-height:18px; padding-left:19px; background-position:top 7px left !important; background-size:10px !important;}
.top_product_row_review{width:22%; padding:0 12px;}
.card2 .top{padding:12px 10px;}
.card2 .top h4{font-size:12px; line-height:14px;}
.card2 .top h1{font-size:36px; line-height:36px;}
.card2 .top h1 sup{font-size:18px; line-height:18px;}
.card2 .bottom{padding:14px 10px 15px;}
.card2 .bottom h4{font-size:11px; line-height:12px;}
.score2{font-size:24px; line-height:24px;}
.top_product_row_button{width:160px;}
a.top_product_button{max-width:146px; height:42px; font-size:13px; line-height:40px;}
a.top_product_button img{width:8px; margin:-3px 0 0 8px;}

.section3{padding:40px 0;}
.top_rated_box{margin-top:45px;}
.top_rated_box.top_rated_box1{margin:22px 0 0; padding:20px 15px 30px;}
.top_rated_box1_heading p{font-size:28px; line-height:34px;}
.top_rated_box1{padding:20px 15px 30px;}
.top_rated_box1_heading{width: calc(100% - 100px);}
.rank1_seal{width:88px; margin:9px 0 0 0;}
.top_rank_small_txt{font-size:18px; line-height:24px;}

.rated_prod{padding:20px 40px 20px 20px;}
.top_rated_box1.rated_prod{padding-right:30px;}
.card{width:160px;}
.card .top{padding:12px;}
.card .top h4{font-size:17px; line-height:20px;}
.card .top h1{font-size:50px; line-height:50px;}
.card .top h1 sup{font-size:23px; line-height:23px;}
.card .bottom{padding:10px;}
.card .bottom h4{font-size:17px; line-height:17px; margin:0 0 5px;}
.rated_star{width:85px; margin:3px auto 2px;}
.score{font-size:26px; line-height:24px;}
.score span{font-size:15px;}
.top_rated_box1 .prod_box img{max-width:100%;}
.prod_box img{max-width:100%;}
.top_rated_box1 .prod_box img{margin:0;}
.prod_box{width:calc(100% - 215px);}
ul.compare_list li{font-size:15px; line-height:21px; margin-bottom:10px;}
ul.rated_box1_list li{padding:20px 0 20px 75px;}
ul.rated_box1_list li img{width:60px;}
.rating_container{margin:10px 0 0;}
.top_rated_detail_box{margin-top:30px;}

.winner_product_box{margin-top:45px;}
.winner_product_box_heading{font-size:30px; line-height:30px;}

.section3_detail_row{margin-top:40px;}
ul.section3_detail_pros_list li h3{font-size:20px; line-height:28px;}
ul.section3_detail_pros_list li p{line-height:25px;}
.section3_author_box{padding:0 20px; margin-top:30px;}
.section3_author_image{width:60px;}
.section3_author_tick_icon{margin:4px 0 0 8px; width:17px;}
.section3_author_name span{font-size:18px;}

.section3_content_right{width:30%;}
.top_choice_box{padding:55px 10px 20px;}
.top_choice_ribbon_tag{top:10px; font-size:14px; line-height:17px; padding:8px 25px 8px 22px;}
.top_choice_box_heading{font-size:18px; line-height:24px;}
.top_choice_box_rating{width:174px;}
.top_choice_box_rating_text1{width:48px; height:46px; font-size:30px; line-height:26px;}
.top_choice_box_rating_text2 h3{font-size:14px; line-height:16px;}

.footer_text{font-size:14px; line-height:22px;}

}

@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:26px; line-height:30px; padding-bottom:13px;}
.common_paragraph{font-size:16px; line-height:25px; margin-top:20px;}
.common_paragraph.margin-top-15{margin-top:20px;}

.header{padding:9px 0;}
.logo{width:120px; float:none; display:inline-block; vertical-align:middle;}

.banner_section{padding:20px 0 55px;}
.banner_left{width:100%; padding:0;}
.mobile_date_text{color:#000000; font-size:14px; line-height:19px; padding-left:30px; position:relative;}
.mobile_date_text span{font-weight:bold;}
.mobile_date_text img{position:absolute; top:-2px; left:0; width:20px;}
ul.banner_list{gap:0; flex-wrap:wrap; justify-content:space-between;}
ul.banner_list li{width:32%; padding:5px 10px; column-gap:7px;}
ul.banner_list li p{font-size:12px; line-height:15px; letter-spacing:0.3px;}
.banner_heading{font-size:30px; line-height:36px; letter-spacing:0; margin-top:12px;}
.banner_image{display:block; margin:15px auto 0;}

.mobile_author_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-radius:10px;	
	background:#ffffff;
	-webkit-box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.1);
    padding:10px 15px 10px 62px;
    margin-top:-31px;
	position:relative;
	}
.mobile_author_name{color:#191919; font-size:14px; line-height:20px;}
.mobile_author_name span{color:#000000; font-weight:bold;}
.mobile_author_image{width:45px; position:absolute; top:50%; transform:translateY(-50%); left:10px; border-radius:50%;}
.mobile_author_tick_icon{display:inline-block; vertical-align:middle; width:15px; margin:-3px 0 0 6px;}

.section1_content_inner{padding:25px 0 30px;}
.section1_content_left{width:100%;}
.banner_image_box{display:inline-block; vertical-align:middle; width:100%;}
.author_name{font-size:13px; line-height:21px;}
.author_name span{font-size:18px;}
.author_image{width:60px;}

.top_product_section{margin-top:20px; padding-left:0;}
.people_choice_tag{top:-55px; margin-top:25px; right:25px; font-size:12px; line-height:12px; border-radius:12px 12px 0 0;}
.top_product_row{flex-wrap:wrap; justify-content:center; padding:15px 15px 25px; margin-top:25px;}
.top_product_row .top_product_row1{padding-top:20px;}
.top_product_row_left{width:42%; padding-right:0;}
.top_product_row_content{width:100%;}
.top_product_row_heading{font-size:20px; line-height:26px; width:calc(100% - 35px);border-bottom: 1px solid #e0e0e0; padding-bottom: 10px;}
.top_product_row_content_inner_mobile{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 12px;
	align-items:center;
	}
.top_product_row_list{gap:10px; margin-top:20px; align-content:center;}
.top_product_row_list li{font-size:16px; line-height:24px; padding-left:22px; background-position:top 6px left !important;background-size:14px !important;}
.top_product_row_number_box{position:static; transform:none;}
.top_product_row_number_icon{width:23px; margin:0 auto 0;}
.top_product_row_number_box p{font-size:30px; line-height:30px;}
.card2{width:119px; padding-right:0;}
.top_product_row_review_mobile{width:100%;padding:0; display:flex; justify-content:center; max-width:313px; margin:15px auto 0; align-items:center; gap:8%;}
.top_product_image{width:100%;}
.card2 .top h4{font-size:11px; line-height:12px;}
.score2{font-size:26px; line-height:26px;}
.card2 .top{padding:10px 10px;}
.card2 .bottom{padding:10px 10px 11px;}
.top_product_row_button{max-width:220px; width:100%;}
a.top_product_button{width:100%; max-width:100%; height:50px; font-size:18px; line-height:48px; margin-top:20px;}
a.top_product_button img{width:9px; margin:-3px 0 0 10px;}

.section3{padding:25px 0 30px;}
.section3_content_left{width:100%;}
.top_rated_box1{margin:30px 0 0;}
.rated_prod{width:100%;  padding: 15px 15px; margin:20px auto 0;align-items:center; justify-content: center; gap:7%;}
.rated_box1_num{font-size:22px; line-height:24px; position:static; padding-top:3px;}
.rated_box1_num img{width:22px; margin:5px auto 0;}
.top_rated_box1_heading{width: calc(100% - 100px); padding:0 0 0;}
.top_rated_box1_heading p{font-size:23px; line-height:28px;}
.top_rank_small_txt{font-size:14px; line-height:20px; text-align:left; display:inline-block;}
.rank1_seal{width:56px; margin:10px 0 0;}

.card{width:120px;}
.card .top{padding:8px;}
.card .top h4{font-size:12px; line-height:18px;}
.card .top h1{font-size:42px; line-height:42px;}
.card .bottom{padding:8px 8px 10px;}
.card .bottom h4{font-size:12px; line-height:13px;}
.rated_star{width:65px;}
.score{font-size:22px; line-height:22px;}
.score span{font-size:12px;}
.prod_box{width: 150px; margin:0 0;}

.button_box{margin:25px 0 0;}
.button_offer_text{font-size:12px; line-height:16px; max-width:285px; width:100%;}
.button{height:55px; font-size:20px; line-height:51px;}
.button img{width:9px; margin:-3px 0 0 10px;}
.other_visit-site{ width:88%;}

.rated_box1_list_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap:10px;
	align-items:center;
	}
ul.rated_box1_list{margin-top:10px;}
ul.rated_box1_list li img{width:50px;}
ul.rated_box1_list li{padding:15px 0 20px 0;}
ul.rated_box1_list li img{position:static;}
ul.rated_box1_list li h3{width:calc(100% - 60px); font-size:18px; line-height:24px;}
ul.rated_box1_list li p{font-size:15px; line-height:22px; margin-top:15px;}
.top_rated_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 10px;
	align-items:center;
	margin-top:40px;
	}
.top_rated_box-row{align-items:center;}
.top_rated_box.top_rated_box1{ padding: 20px 15px 30px;}
.rating_container{margin:5px 0 0; padding:5px 15px 10px;}
.rating_row{flex-wrap:wrap;}
.rating_label{font-size:15px; line-height:18px; order:1; width:65%;}
.rating_bar{height:10px; margin:5px 1px 0; order:3;}
.rating_score{font-size:14px; line-height:16px; order:2; width:35%;}
.top_rated_box1 .rated_box1_num{position:static; padding-top:5px;}

.compare_box{flex-wrap:wrap; margin:20px 0 0;}
.pros_box, .cons_box{width:100%; flex:auto; padding:15px 15px}
.title{font-size:17px; line-height:22px; padding-bottom:8px; margin-bottom:12px;}
ul.compare_list li{font-size:15px; line-height:23px;}
.compare_icon{top:5px;}

.top_rated_detail_box{padding:20px 15px 25px; margin-top:25px;}
.top_rated_detail_box_paragraph{font-size:16px; line-height:24px; letter-spacing:0;}

.winner_product_box{margin-top:35px;}
.winner_product_box_heading{font-size:28px; line-height:28px;}
.winner_product_box .top_rated_box1_heading{padding:0 8px 0 0; width: calc(100% - 70px);}        

.section3_detail_row{row-gap:30px; margin-top:35px;}
ul.section3_detail_pros_list{margin-top:20px;}
ul.section3_detail_pros_list li h3{font-size:19px; line-height:27px;}
ul.section3_detail_pros_list li p{font-size:16px; line-height:24px;}
ul.section3_detail_pros_list li, ul.section1_detail_cons_list li{ padding-left:30px; background-position:left 6px; background-size: 18px !important;}

.section3_author_box{padding:0 15px; margin-top:25px;}
.section3_author_box_top{column-gap:12px;}
.section3_author_image{width:50px;}
.section3_author_name{font-size:13px; line-height:21px; letter-spacing:0;}
.section3_author_name span{font-size:16px;}
.section3_author_box_text.margin-top-0{margin-top:5px;}

.section3_content_right{width:100%; position:static; margin-top:30px;}
.top_choice_box{width:94%; margin-left:3%; padding:55px 10px 25px;}
.top_choice_box_heading {font-size: 24px; line-height: 30px;}
.choice-rating-bx{font-size:13px;}
.top_choice_ribbon_tag{top:12px; font-size:17px; line-height: 24px; padding:5px 25px 6px 15px; left:-15px;}
.top_choice_ribbon_tagg:after{border-left:12px solid transparent;}
.top_choice_box_rating{width:190px;}
.top_choice_box_rating_text1{width:56px; height:53px; font-size:36px; line-height:36px; padding:10px 5px;}
.top_choice_box_rating_text2 img{width:75px;}
.top_choice_box_rating_text2 h3{font-size:15px; line-height:17px;}
.top_choice_box_button{margin-top:0;}

.footer{padding:25px 0 30px;}
.footer_logo{margin:0 auto 15px; width:120px;}
.footer_text{font-size:13px; line-height:21px;}
.footer_note_text{font-size:11px; line-height:19px; padding:10px 10px; margin:15px 0 0;}

}