@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: "Lato", sans-serif;
	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: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
	url('Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'),
	url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
	url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
	url('Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Poppins';
	src: url('Poppins-ExtraBold.woff2') format('woff2'),
	url('Poppins-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	max-width: 1200px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-------Top-Caption-------*/
.top_caption{
	float:left;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	padding:5px 0 2px;
	}
.caption_text{
	display:inline-block;
	vertical-align:middle;
	color:#343434;
	font-size:12px;
	line-height:12px;
	}
.caption_text a{
	text-decoration:underline;
	}
	
/*========Header========*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:68px;
	}
.header{
	float:left;
	width:100%;
	height:68px;
	position: relative;
	margin-top:-68px;
	top:68px;
	}
.fixed-nav .header{
	/*position: fixed;*/
	position: relative;
	z-index: 60;
	top: 0;
	background: #fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}		
.logo{
	float:left;
	width:230px;
	margin-top:17px;
	}	
	
ul.mainMenu{
	float:right;
	margin-top:22px;
	}
ul.mainMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.mainMenu li:last-child{padding-right:0;}
ul.mainMenu li:after{
	content:'';
	position:absolute;
	top:6px;
	right:0;
	width:1px;
	height:14px;
	background:#000;
	}
ul.mainMenu li:last-child:after{display:none;}
ul.mainMenu li a{
	color:#373737;
	font-size:15px;
	line-height:23px;
	}
	
/*MOBILE MENU CSS*/
.mob-mnu-ic{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 31px;
	z-index: 16;
	height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding:0;
	cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 3px);
	transform: rotate(-45deg) translate(-6px, 3px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:112px;
	background:#fff;
	z-index:64;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	letter-spacing:0.3px;
	color:#000;
	}
.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin:10px 0;
	border-radius: 20px;
	background: #19c354;
	padding:0;
	text-align:center;
	}
	
.fixed-nav .header .bar1{ background-color:#000;}
.fixed-nav .header .bar2{ background-color:#000;}
.fixed-nav .header .bar3{ background-color:#000;}

/*=======================*/	
		
/*========Banner========*/
.banner_section{
	float:left;
	width:100%;
	background:#f0f6ff;
	position:relative;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:70%;
	text-align:left;
	padding:40px 0 60px;
	position:relative;
	}
.banner_heading{
	font-family: "Playfair Display", serif;
	float:left;
	width:100%;
	color:#0c569d;
	font-size:32px;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-weight:900;
	}
.banner_paragraph{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:1.2;
	margin-top:10px;
	} 
.banner_image{
	position:absolute;
	bottom:0;
    right:-391.9px;
	}		
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#0f68bc;
	font-size:18px;
	line-height:1.2;
	text-align:left;
	font-weight:bold;
	margin-top:55px;
	}	
.common_heading.margin-top-0{margin-top:0;}
.common_paragraph{
	color:#000000;
	font-size:16px;
	line-height:1.4;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.margin-top-5{margin-top:5px;}
.common_paragraph.margin-top-15{margin-top:15px;}
.common_image{
	display:inline-block;
    vertical-align:middle;
	border-radius:10px;
    margin:35px 0 5px;
	}	
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:382px;
	width:100%;
	height:70px;
    color:#ffffff;
	font-size:19px;
	line-height:75px;
	text-align:center;
	font-weight:400;
	text-align:center;
	letter-spacing:0.3px;
	background:#11d236;
	border-radius:10px;
	margin:40px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-2px -6px 0 12px;
	}	
		
/*======================*/		
	
/*======Section-1======*/
.section1{
	float:left;
	width:100%;
	padding:0 0 40px;
	}	
.claimed-box{ text-align:center; padding:4px; background:#000; color:#FFF; border-radius:4px; opacity: 0;
  animation: fadeIn 1s ease-in forwards; animation-delay: 1s; font-size:14px;}	
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.last_update_text{
	float:left;
	color:#393939;
	font-size:14px;
	line-height:19px;
	background:#ffffff;
	text-align:left;
	border-radius:5px;
	letter-spacing:-0.5px;
	-webkit-box-shadow:0 5px 10px 1px rgb(0 0 0 / 0.2);
    box-shadow:0 5px 10px 1px rgb(0 0 0 / 0.2);
	padding:11px 53px 7px 55px;
	margin-top:-30px;
	position:relative;
	}
.last_update_text span{
	color:#000000;
	font-weight:500;
	letter-spacing:0;
	}
.calender_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:15px;
	width:24px;
	}	
.top_provider_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	row-gap:20px;
	width:100%;
	margin-top:30px;
	position:relative;
	}
.top_product_box{
	float:left;
	width:100%;
	background:#ffffff;
	border:1px solid #cdcdcd;
	border-radius:12px;
	position:relative;
	z-index:1;
	overflow:hidden;
	}
.people_choice_product{
	border:2px solid #3492f0;
	box-shadow:0 1px 10px 1px rgba(0,0,0,0.2);
	}
.top_pick_text{
	position:absolute;
	top:-33px;
	right:34px;
	color:#000000;
	font-size:13px;
	line-height:13px;
	background:#fcce5e;
	border-radius:14px 14px 0 0;
	padding:12px 15px 7px 10px;
	}
.top_pick_star{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 6px 0 0;
	width:18px;
	}
.top_pick_number{
	position:absolute;
	top:10px;
    left:12px;
	width:20px;
	color:#ffffff;
	font-size:13px;
    line-height:6px;
	font-weight:600;
	text-align:left;
    position: relative;
    z-index: 5;
	}
.top_pick_number:before{
	content:'';
	position:absolute;
	top:-41.1px;
    left:-18px;
    border-top:38px solid transparent;
    border-bottom:38px solid transparent;
    border-right:38px solid #b9b9b9;	
	transform:rotate(45deg);
	z-index:-1;
	}
.people_choice_product .top_pick_number:before{border-right-color:#4187ed;}
.top_pick_box_inr{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 0px 15px 10px 0px;
	}
.top_product_left{
	width:26%;
	text-align:center;
	padding:0 30px;
	}
.editor_choice_text{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;	
	font-weight:600;
	text-align:center;
	border-radius:50px;
	background: rgb(66,133,236);
	background: linear-gradient(90deg, rgba(66,133,236,1) 0%, rgba(11,186,251,1) 100%);
	padding:7px 12px 4px;
	margin-bottom:20px;
	}
.top_product_logo{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;	
	}	
.top_product_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#ffffff;
	font-size:14px;
	line-height:1.2;	
	font-weight:600;
	text-align:center;
	border-radius:5px;
	background:#1261c9;
	border-radius:5px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	-webkit-box-shadow: 0 3px 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow:0 3px 5px 1px rgba(0, 0, 0, 0.2);
	padding:12px 0 12px;
    margin-top:10px;
	}	
.top_product_content{
	width:56%;
	text-align:left;
	border-left:1px solid #e8e8e8;
	padding:15px 25px;
	}
.people_choice_product .top_product_content{
	padding:2px 25px;
	}
.second_product .top_product_content{
	padding:2px 25px;
	}		
.top_product_paragraph{
	color:#000000;
	font-size:15px;
	line-height:1.2;
	font-weight:600;
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	padding-top:10px;
	}
.people_choice_product .top_product_paragraph{


	color: #000000;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	
	
	
	}
.second_product .top_product_paragraph{
	border-bottom:none;
	padding-bottom:0;
	}	
.deal_text{
	color:#ef0e0e;
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	letter-spacing:-0.3px;
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	margin-top:10px;
	}
.deal_text span{font-weight:600;}
.deal_tag{
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 0 0;
	width:15px;
	}	
ul.top_product_content_list{
	float:left;
	width:100%;
	margin-top:7px;
	}
ul.top_product_content_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:14px;
	line-height:1.2;
	background:url(../images/circle-tick.png)no-repeat left 2px;
	background-size:14px;
	padding-left:26px;
	margin-top:8px;
	}				
.top_product_right{
	width:15%;
	}
.top_product_rating{
	border-radius:10px;
	border:1px solid #bebebe;
	padding:10px 10px;
	}
.people_choice_product .top_product_rating{border-color:#000000;}
.top_product_star{
	display:block;
	margin:0 auto;
	width:112px;	
	}
.top_product_grade{
	color:#000000;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	margin-top:12px;
	}
.top_product_grade span{
	font-size:30px;
	line-height:1.2;
	letter-spacing:0;
	font-weight:bold;
	}
		
/*======Section-2======*/
.section2{
	float:left;
	width:100%;
	padding:40px 0;
	}
.section2_content{
	float:left;
	width:100%;
	}	
.section2_left{
	float:left;
	width:64%;
	}		
.glp_injection_row{
	float:left;
	width:100%;
	margin-top:5px;
	}
.glp_injection_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	background:#ffffff;
	border-radius:12px;
	border:1px solid #e8ebef;
	-webkit-box-shadow:0 5px 10px 0 rgb(0 0 0 / 0.1);
    box-shadow:0 5px 10px 0 rgb(0 0 0 / 0.1);
	padding:15px 25px 15px 15px;
	margin-top:25px;
	}
.glp_injection_box_left{
	width:164px;	
	}
.glp_injection_image{
	display:block;
	margin:0 auto;
	border-radius:8px;
	}
.glp_injection_box_right{
	width:calc(100% - 195px);
	text-align:left;
	}
.glp_injection_box_heading{
	color:#000000;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	}
.glp_injection_box_paragraph{
	color:#000000;
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	}
ul.glp_provider_list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:5px;
	}
ul.glp_provider_list li{
	float:left;
	width:100%;
	padding-left:30px;
	margin-top:30px;
	position:relative;
	}
.glp_tick{
	position:absolute;
	top:4px;
	left:0;
	width:16px;
	}
.glp_provider_list_heading{
	color:#0a0a0a;
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	}
.glp_provider_list_paragraph{
	color:#0a0a0a;
	font-size:16px;
	line-height:1.4;
	margin-top:10px;	
	}

.choice_box{
	float:right;
    width:31%;
	background:#ffffff;
	-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:1px solid #d3dce4;
	border-radius:10px;
	position:relative;
	margin-bottom:30px;
	}	
.sticky{
	top:75px;
	position: -webkit-sticky;
	position: sticky;
	}
.choice_box_title{
	float:left;
	width:100%;
	color:#000000;
    font-size:14px;
    line-height:14px;
	font-weight:600;
	background:#ffe59c;
	border-radius:10px 10px 0 0;
	padding:8px 10px 4px;
	}
.choice_box_content{
	float:left;
	width:100%;
	padding:25px 25px 30px;
	}	
.choice_box_logo{
	display:block;
	width:214px;
	margin:0 auto;
	}
.choice_box_paragraph{
	color:#1b1b1b;
    font-size:14px;
    line-height:24px;
	text-align:left;
	border-bottom:1px solid #d6dee6;
	padding-bottom:15px;
	margin-top:15px;
	}
ul.choice_box_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.choice_box_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:14px;
    line-height:22px;
	text-align:left;
    background: url(../images/circle-tick.png)no-repeat left 2px;
	background-size:14px;
    padding-left:25px;	
	margin-top:10px;
	}
.choice_rating_box{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
    line-height:28px;
	text-align:left;
	margin:30px 0 0;
	position:relative;
	display: flex;
    align-items: center;
	column-gap:15px;
	}
.choice_rating_text{
    color:#ffffff;
    font-size:34px;
    line-height:34px;
    font-weight:600;
	text-align:center;
    background:#3491ef;
    border-radius:5px;
    padding:16px 13px 16px;
	}	
	
/*======Section-3======*/
.section3{
	float:left;
	width:100%;
	padding:45px 0 80px;
	}
.section3_top_product_box{
	margin-top:0;
	position:relative;
	}	

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px solid #d9d9d9;
	padding:60px 0 45px;
	}
.footer_logo{
	display:block;
	margin:0 auto;
	width:190px;
	}
.footer_text{
	color:#000;
	font-size:16px;
	line-height:24px;
	margin-top:25px;
	}
.footer_text.margin-top{margin-top:10px;}
.footer_text a{padding:0 5px;}	

.disclaimer-box{ text-align:left; font-size:15px; margin:40px 0;}
		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.common_paragraph{margin-top:20px;}

.banner_left{width:72%;}
.banner_paragraph{font-size:16px;}

.editor_choice_text{margin-bottom:15px;}
.top_product_button{margin-top:20px;}

.section1_content_left{width:52%;}
.section1_content_right{width:40%;}
ul.section1_content_list li{font-size:18px; line-height:26px; padding:22px 10px 18px 75px;}
.section1_content_list_icon{width:55px;}

.section2{padding:25px 0 40px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common_heading{font-size:18px; line-height:1.2; margin-top:40px;}
.common_paragraph{font-size:16px; line-height:26px;}
.common_image{margin:25px 0 5px;}
.common_button{max-width:365px; height:65px; font-size:18px; line-height:70px; margin:25px auto 0;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px;}
ul.menu_list{margin-top:8px;}
ul.menu_list li a{font-size:14px; line-height:22px;}

.banner_left{padding:40px 0 50px;}
.banner_heading{font-size:29px; line-height:37px;}
.banner_paragraph{letter-spacing:0;}
.banner_image{right:-350px; max-width:78%;}

.section1{padding:0 0 25px;}
.last_update_text{font-size:13px; padding:8px 35px 4px 45px;}
.calender_icon{left:13px; width:20px;}

.top_provider_row{row-gap:20px;}
.top_pick_text{font-size:12px;}
.top_pick_number{font-size:13px; line-height:2px; top:14px;}
.top_product_left{width:25%; padding:0 15px;}
.editor_choice_text{font-size:11px; line-height:11px; padding:12px 11px 8px;}

.top_product_content{width:59%; padding:15px 15px;}
.people_choice_product .top_product_content{padding:2px 15px;}
.top_pick_box_inr{padding:0 15px 15px 0;}
.top_product_paragraph{font-size:18px; line-height:1.2;}
.deal_text{font-size:14px; line-height:20px;}

ul.top_product_content_list li{font-size:14px; line-height:22px; background-size:15px; padding-left:23px;}
.top_product_right{width:16%;}
.top_product_rating{padding:16px 10px 10px;}
.top_product_star{width:90px;}
.top_product_grade{font-size:14px; line-height:20px;}
.top_product_grade span{font-size:35px; line-height:35px;}

.section2{padding:25px 0 30px;}
.glp_injection_box{padding:15px 15px 15px 10px; margin-top:20px;}
.glp_injection_box_right{width:calc(100% - 185px);}
.glp_injection_box_paragraph{letter-spacing:0.3px; margin-top:8px;}
ul.glp_provider_list li{margin-top:25px;}
.glp_provider_list_heading{font-size:18px; line-height:24px;}
.glp_provider_list_paragraph{font-size:14px; line-height:22px; margin-top:8px;}

.choice_box{width:33%;}
.choice_box_content{padding:20px 15px 23px;}
.choice_box_logo{width:155px;}
.choice_box_paragraph{font-size:14px; line-height:22px; letter-spacing:0.3px; padding-bottom:10px; margin-top:13px;}
ul.choice_box_list li{letter-spacing:0.3px;}
.choice_rating_text{font-size:25px; line-height:25px; padding:25px 16px 16px;}
.choice_rating_box{font-size:16px; line-height:22px;}

.section3{padding:30px 0 40px;}

.footer{padding:40px 0;}
.footer_logo{width:155px;}
.footer_text{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;}
.banner_image{ display:none;}

.common_heading{font-size:18px; line-height:1.2; margin-top:30px;}
.common_paragraph{font-size:15px; line-height:25px; letter-spacing:0.3px; margin-top:15px;}
.common_image{margin:20px 0 5px;}
.common_button{height:60px; font-size:18px; line-height:65px; margin:10px auto 0;}

.top_caption{border-bottom:none; background:#104899; padding:7px 0;}
.caption_text{color:#ffffff; font-size:11px; line-height:16px;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top:-55px; top:55px;}
.logo{width:160px; margin-top:17px;}	
ul.menu_list{margin-top:8px;}
ul.menu_list li a{font-size:14px; line-height:22px;}
.mob-mnu-ic{top:20px;}
.mobilemenu{top:100px;}
.mobimenu-top{top:55px;}

.banner_section{padding:25px 0 0;}
.banner_left{width:100%; padding:0 0;} 
.banner_heading{font-size:26px; line-height:34px; letter-spacing:0;}
.banner_paragraph{font-size:15px; line-height:23px; margin-top:10px; letter-spacing:0; margin-bottom:40px;}
/* .banner_image{position:static; display:inline-block; vertical-align:middle; margin:15px auto 0; max-width:100%;} */

.section1{padding:0 0 20px;}
.last_update_text{font-size:11px; line-height:16px; padding:6px 25px 4px 38px; margin-top:-20px;}
.calender_icon{left:12px; width:17px;}

.top_provider_row{margin-top:30px; row-gap:20px;}
.top_pick_star{width:16px;}
.top_pick_box_inr{padding:10px 20px 10px;}
.top_pick_number{top:12px; left:6px;font-size: 12px; line-height: 1px;}
.top_pick_number:before{top: -42px;}
.top_product_left{display: flex;  justify-content:space-between; align-items:center; column-gap:10px; width:100%; padding:0 0;}
.editor_choice_text{float:left;}
.top_product_logo{width:auto; height:60px; object-fit:contain; margin:0 0 0 6px;}
.people_choice_product .top_product_logo{width:auto; height:60px;}
.top_product_rating{border-radius:0; padding:0 0; border:none;display: flex; flex-direction: column; align-items: end;}
.top_product_star{width:60px; margin:0;}
.top_product_grade{float:right; font-size:11px; line-height:16px; letter-spacing:0; margin-top:4px;}
.top_product_grade span{font-size:18px; line-height:18px; margin:2px 2px 0 0;}

.top_pick_text{padding: 9px 9px 5px 10px;top: -25px; right: 15px;font-size: 12px;line-height: 13px;border-radius: 10px 10px 0 0;}
.top_pick_star {width: 12px;margin: -5px 4px 0 0;}

.top_product_content{width:100%; border-left:none; padding:0 0; margin-top:20px;}
.people_choice_product .top_product_content{padding:0 0;}
.top_product_paragraph{font-size:17px; line-height:1.2;}
.deal_text{font-size:14px; line-height:22px;margin-top:6px;}
ul.top_product_content_list li{font-size:14px; line-height:20px;}
.top_product_right{width:100%; padding:25px 25px 30px; margin-top:20px;}

.section2{padding:20px 0 30px;}
.section2_left{width:100%;}
.glp_injection_row{padding:0 10px; margin:5px 0;}
.glp_injection_box{align-items:flex-start; padding:25px 25px; margin-top:15px;}
.glp_injection_box_left{width:100%;}
.glp_injection_image{margin:0 auto 20px;}
.glp_injection_box_right{width:100%; text-align:center;}
.glp_injection_box_paragraph{letter-spacing:0.3px; margin-top:8px;}
ul.glp_provider_list li{margin-top:20px;}

.choice_box{width:100%; margin-top:25px;}
.sticky{top:0; position:relative;}
.choice_box_content{padding:20px 20px 25px;}
.choice_box_title{padding:11px 10px 7px; letter-spacing:0.3px;}
.choice_box_logo{width:180px;}
.choice_box_paragraph{font-size:14px; line-height:22px; letter-spacing:0.3px; margin-top:13px; padding-bottom:13px;}
ul.choice_box_list li{font-size:14px; line-height:22px; letter-spacing:0.3px; padding-left:22px; margin-top:10px;}
.choice_rating_text{font-size:34px; line-height:32px; padding:24px 12px 17px;}
.choice_rating_box{font-size:16px; line-height:22px; margin:28px 0 0;}


.footer{padding:25px 0;}
.footer_logo{width:135px;}
.footer_text{font-size:14px; line-height:22px;}
.footer_text{margin-top:20px;}

}

