@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: 'Poppins';
	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 25px 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;
	}
.top_heading{
	font-size:18px !important;
	text-align:left;
	font-weight:700;
	}	
	
/*========Header========*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:68px;
	}
.header{
	float:left;
	width:100%;
	height:68px;
	position: relative;

	}
.fixed-nav .header{
	position: fixed;
	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:380px;
	margin-top:0px;
	}	
	
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:#eff6fc;
	position:relative;
	}
.banner_left{
	float:left;
	width:60%;
	text-align:left;
	padding:45px 0 100px;
	position:relative;
	}
.banner_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:46px;
	line-height:1.1;
	letter-spacing:-1px;
	font-weight:bold;
	}
.banner_paragraph{
	float:left;
	width:100%;
	color:#292929;
	font-size:15px;
	line-height:25px;
	margin-top:15px;
	}
ul.banner_list{
	float:left;
	width:100%;
	margin-top:35px;
	}      
ul.banner_list li{
	float:left;
	padding:0 20px 0 55px;
	position:relative;
	}  
ul.banner_list li:first-child{padding-left:40px;}
ul.banner_list li:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:36px;
	background:#e1e1e1;
	}
ul.banner_list li:last-child:after{display:none;}
ul.banner_list li p{
	color:#010233;
	font-size:13px;
	line-height:18px;
	letter-spacing:0.3px;
	}
.banner_list_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:18px;
	width:25px;
	}	
ul.banner_list li:first-child .banner_list_icon{left:0;}
.banner_image {
	position: absolute;
	bottom: 32px;
	right: -393px;
	max-width: 65%;
}		
	
/*=======COMMON-CSS======*/	
.sub_heading{
	color:#000000;
	font-size:36px;
	line-height:36px;
	text-align:left;
	font-weight:bold;
	margin-top:70px;
	}	
.sub_heading.margin-top-0{margin-top:0;}
.common_heading{
	color:#000000;
	font-size:40px;
	line-height:52px;
	text-align:left;
	font-weight:bold;
	letter-spacing:-0.5px;
	}	
.common_paragraph{
	color:#000000;
	font-size:17px;
	line-height:27px;
	text-align:left;
	margin-top:25px;
	}
.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 60px;
	}	
.top_product_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	background:#ffffff;
	border:1px solid #3492f0;
	box-shadow:0 1px 10px 1px rgba(0,0,0,0.2);
	border-radius:0 10px 10px 10px;
	padding:26px 30px 26px 0;
	margin-top:-35px;
	position:relative;
	z-index:1;
	}
.top_pick_text{
	position:absolute;
	top:-35px;
	left:-1px;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	background:#3492f0;
	border-radius:14px 14px 0 0;
	padding:8px 24px 7px 10px;
	}
.top_pick_star{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 10px -1px 0;
	width:23px;
	}
.top_product_left{
	width:24%;
	text-align:center;
	}
.top_product_logo{
	display:block;
	width:224px;
	margin:0 auto;	
	mix-blend-mode: multiply;	
	}	
.top_product_star{
	display:block;
	width:141px;
	margin:15px auto 0;	
	}
.top_product_grade{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-top:13px;
	}
.top_product_grade span{
	display:inline-block;
    vertical-align:middle;
	font-size:22px;
	font-weight:bold;
	margin:2px 4px 0 0;
	}
.top_product_content{
	width:50%;
	text-align:left;
	border-left:1px solid #e8e8e8;
	padding:0 25px 0 35px;
	}
.top_product_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	border-bottom:1px solid #ececec;
	padding-bottom:12px;
	}
ul.top_product_content_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.top_product_content_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:15px;
	line-height:23px;
	font-weight:500;
	background:url(../images/circle-tick.png)no-repeat left 2px;
	background-size:17px;
	padding-left:26px;
	margin-top:10px;
	}				
.top_product_right{
	width:25%;
	border-radius:20px;
	border:2px dashed #ef0e0e;
	padding:22px 25px 25px;
	}
.deal_text{
	color:#ef0e0e;
	font-size:18px;
	line-height:24px;
	letter-spacing:-0.3px;
	}
.deal_text span{font-weight:bold;}
.deal_tag{
	display:inline-block;
	vertical-align:middle;
	margin:5px 6px 0 0;
	width:20px;
	}
.top_product_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#ffffff;
	font-size:20px;
	line-height:20px;	
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	background:#11d237;
	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:21px 0 14px;
	}
.section1_content_box{
	float:left;
	width:100%;
	margin-top:75px;
	}	
.section1_content_left{
	float:left;
	width:50%;
	text-align:left;
	}	
.section1_content_right{
	float:right;
	width:39%;
	}
ul.section1_content_list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:-20px;
	}
ul.section1_content_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	letter-spacing:-0.3px;
	border-bottom:1px solid #b7b7b7;
	padding:23px 15px 22px 90px;
	position:relative;
	}
ul.section1_content_list li:last-child{border-bottom:none;}
.section1_content_list_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:57px;
	}	
.glp_list_box{
	float:left;
	width:100%;
	}
.glp_list_row{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:100%;
	row-gap:50px;
    column-gap:3.5%;
	margin-top:40px;
	}
.glp_list_column{
	width:31%;
	border:1px solid #e3e3e3;
	border-radius:10px;
	padding:30px 22px;
	position:relative;
	}
.glp_top_choice{
	border:2px solid #1b7dd8;
	}
.glp_list_column_number{
	position:absolute;
	top:-16px;
	left:-20px;
	width:45px;
	height:45px;
	background:#a7a7a7;
	border-radius:50%;
	color:#ffffff;
	font-size:25px;
	line-height:52px;
	font-weight:600;
	text-align:center;
	}
.glp_top_choice .glp_list_column_number{background:#1b7dd8;}
.glp_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f2f2f2;
	border-radius:10px;
	border:1px solid #e9eff4;
	padding:46px 0;
	position:relative;
	}
.glp_product_logo{
	display:block;
	margin:0 auto;
	}
.glp_top_choice .glp_product_box{padding:58px 0 34px;}
.glp_top_choice_text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	color:#ffffff;
	font-size:15px;
	line-height:15px;
	letter-spacing:-0.3px;
	font-weight:bold;
	background:#1b7dd8;
	padding:10px 0 6px;
	border-radius:10px 10px 0 0;
	}
.offer_row{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.glp_deal_text{
	float:left;
	width:55%;
	color:#010101;
	font-size:15px;
	line-height:20px;
	text-align:left;
	margin-top:12px;
	}
.glp_deal_text.red_text{color:#ff0000;}
.glp_deal_text span{font-weight:bold;}
.rating_box{
	float:right;
	background:#ffffff;
	border-radius:10px;
	border:1px solid #96c4ee;
	-webkit-box-shadow:2px 2px 5px 2px rgb(0 0 0 / 0.2);
    box-shadow:2px 2px 5px 2px rgb(0 0 0 / 0.2);	
	padding:3px 10px 5px;
	margin:-35px 18px 0 0;
	z-index:1;
	position:relative;
	}
.rating_star{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	width:77px;
	}
.rating_text{
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin-top:6px;
	}
.rating_text span{
	font-size:22px;
	font-weight:800;
	}
ul.glp_content_list{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:75px;

	}
ul.glp_content_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:15px;
	line-height:25px;
	font-weight:500;
	letter-spacing:0.2px;
	background:url(../images/tick.png)no-repeat left 6px;
	background-size:12px;
	padding-left:22px;
	margin-top:10px;
	}
.glp_button{
	display:inline-block;
	vertical-align:middle;
	max-width:245px;
	width:100%;
	color:#ffffff;
	font-size:18px;
	line-height:18px;	
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	background:#11d237;
	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:21px 0 14px;
	margin-top:25px;
	}
.btn-wrapper {
	position:absolute;
	vertical-align:bottom;
	bottom:0;
	left:0;
	width:100%;
	margin:0 auto 10px;
	}	
.btn-wrapper .top_product_button{ display:block; margin:0 auto 10px; max-width:90%;}	
		
/*======Section-2======*/
.section2{
	float:left;
	width:100%;
	background:#f4fafe;
	padding:55px 0 40px;
	}
.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:20px;
	line-height:25px;
	font-weight:bold;
	}
.glp_provider_list_paragraph{
	color:#0a0a0a;
	font-size:17px;
	line-height:25px;
	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;	
	}	
.sticky{
	top:80px;
	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;
	}
.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 10px;
	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:24px 13px 16px;
	}
	
/*======Section-3======*/
.section3{
	float:left;
	width:100%;
	background:#f4fafe;
	padding:45px 0 80px;
	}
.section3_top_product_box{
	margin-top:0;
	position:relative;
	}	
.top_pick_number{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-24px;
	width:48px;
	height:48px;
	border:1px solid #3492f0;
	border-radius:50%;
	background:#ffffff;
	color:#0a0a0a;
	font-size:28px;
	line-height:52px;
	font-weight:600;
	text-align:center;
	}
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding: 45px 0 105px;
	}
.footer_logo{
	display:block;
	margin:0 auto;
	width:380px;
	}
.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;}		

.disclosure-txt {
	font-size: 13px !important;
	color: #666;
	margin-bottom: 30px;
}


/*Sticky Footer*/

.sticky-footer .container{
	max-width:1000px;
	}


.sticky-footer {
	display: none;
  position:fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff; /* or any background */
  z-index: 999;           /* stay above other content */
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1); /* optional */
  padding: 15px 0;
  
  text-align:left;
}

.sticky-footer-logo {
  width: 100%;
  max-width:160px;
  height: auto;
}


.exit-footer-close-btn{
	position: absolute;
	top: -40px;
  right: 15px;
	width: 37px;
  height: 37px;
	 background-color: #eee;
  color: #333;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index:98;

	}

.exit-footer-close-btn:hover{
  background-color: #333;
  color: #fff;
}

.sticky-txt-box{ text-align:center;}
.sticky-txt-box span{ display:block; font-size:13px;}

.sticky-footer .top_product_button{ margin-top:0px;}


/*Star Rating CSS*/

.svg-star-rating {
      display: flex;
	  align-items: center;
    }
    .svg-stars {
      display: flex;
      gap: 0px;
      justify-content: center;
      margin-bottom: 4px;
    }
    .svg-stars svg {
      width: 24px;
      height: 24px;
    }
    .star-full {
      fill: #ffc107;
    }
    .star-half {
      fill: url(#half-gradient);
    }
    .star-empty {
      fill: #e0e0e0;
    }
    .rating-label {
      font-size: 30px;
      color: #000;
	  font-weight:700;
    }
	

		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){


.sub_heading{font-size:33px; line-height:33px; margin-top:55px;}
.common_heading{font-size:38px; line-height:48px;}
.common_paragraph{margin-top:20px;}

.banner_left{width:62%; padding:45px 0 100px;}
.banner_heading{font-size:42px;}
.top_product_logo{width:198px;}
.top_product_star {width:130px;}
.top_product_grade{font-size:15px; line-height:23px; margin-top:10px;}
.top_product_content{padding:0 25px 0 25px;}
.top_product_paragraph{font-size:14px;}
ul.top_product_content_list li{font-size:13px; line-height:21px; background-position:left 1px; background-size:15px;  padding-left:25px;}
.top_product_right{padding:22px 22px 25px;}
.deal_text{font-size:16px; line-height:24px;}

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

.glp_list_row{row-gap:40px;}
.glp_deal_text{font-size:14px;}
.rating_box{margin:-35px 12px 0 0;}
ul.glp_content_list li{font-size:14px; line-height:22px; letter-spacing:0;}

}

@media only screen and (max-width:1024px){	

.show-tab{ display:block;}
.show-desk{ display:none;}

.sub_heading{font-size:27px; line-height:34px; margin-top:40px;}
.common_heading{font-size:29px; line-height:39px;}
.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; }

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

.banner_left{width:67%; padding:35px 0 100px;}
.banner_heading{font-size:32px; }
ul.banner_list{margin-top:25px;}
ul.banner_list li{padding:0 15px 0 45px;}
ul.banner_list li:first-child{padding-left:32px;}
.banner_list_icon{left:15px; width:20px;}
.banner_image {
	bottom: 30px;
	right: -242px;
	max-width: 55%;
}

.section1{padding:0 0 40px;}
.top_product_box{padding:20px 15px 20px 0;}
.top_product_logo{width:150px;}
.top_product_star{width:125px;}
.top_product_grade span{font-size:20px; margin:2px 2px 0 0;}
.top_product_content{width:48%; padding:0 15px 0 18px;}
.top_product_paragraph{font-size:14px; line-height:22px; letter-spacing:0.3px; padding-bottom:10px;}
ul.top_product_content_list li {font-size:14px; line-height:22px; letter-spacing:0.3px; background-position:left 2px; background-size:16px;}
.top_product_right{width:26%; border-radius:10px; padding:20px 20px 25px;}
.deal_tag{width:16px;}
.top_product_button{font-size:18px; line-height:18px; padding:19px 0 13px;}

.section1_content_box{margin-top:45px;}
.section1_content_left{width:50%;}
.section1_content_right{width:42%;}
ul.section1_content_list li{font-size:16px; line-height:24px; padding:18px 10px 18px 60px;}
.section1_content_list_icon{width:45px;}

.glp_list_row{row-gap:35px; column-gap:6%; padding:0 20px; margin-top:35px;}
.glp_list_column{width:47%; padding: 25px 22px 30px;}
.glp_list_column_number{font-size:22px; line-height:52px;}
.glp_top_choice_text{font-size:14px; letter-spacing:0.3px;}
.rating_text span{font-size:20px;}
.glp_product_logo{object-fit:contain; height:55px;}
.rating_star{width:70px;}
.rating_box{padding:3px 10px 5px; margin:-30px 15px 0 0;}
.rating_text{margin-top:4px;}
ul.glp_content_list li{font-size:15px; line-height:23px;}
.glp_button{margin-top:20px;}

.section2{padding:40px 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_text{margin-top:20px;}

}

@media only screen and (max-width:767px){

.show-mob{display:block;}
.hide-mob{display:none !important;}

.sub_heading{font-size:24px; line-height:32px; margin-top:30px;}
.common_heading{font-size:24px; line-height:34px;}
.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:#eff6fc; padding:7px 0;}
.caption_text{font-size:11px; line-height:16px;}

.top-fix-bar{margin-bottom:55px;}
.header {
	height: 65px;
	display: flex;
	align-items: center;
}
.logo {
	display: block;
	margin: 0 auto;
	float: none;
}	
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: 15px 0 30px;
}
.banner_left{width:100%; padding:0 0;} 
.banner_heading{font-size:28px;  letter-spacing:0;}
.banner_paragraph{margin-top:5px;line-height: 1.1; }
ul.banner_list{display: -webkit-flex; display: flex; justify-content: space-between; margin:20px 0 0;}
ul.banner_list li{padding:0 15px} ul.banner_list li:first-child{padding-left:0;}
ul.banner_list li:after{height:60px;}
ul.banner_list p{text-align: center;}
.banner_list_icon{transform:none; position:static; display:block; left:15px; width:20px; margin:0 auto 8px;}
.mobile_banner_image{width:calc(100% + 30px); margin-left:-15px; margin-bottom:-132px; max-width:none; margin-top:15px;}

.section1{padding:0 0 30px;}
.top_product_box {
	padding: 10px 20px 15px;
	margin-top: 6px;
}
.top_pick_text{top:-28px; font-size:13px; line-height:15px; padding:5px 24px 5px 10px;border-radius: 10px 10px 0 0;}
.top_pick_star {margin: 0px 5px 0px 0;width: 18px;}

.top_product_left{width:100%;}
.top_product_logo{display:inherit; float:left; width:175px; margin:8px 0 0;}

.top_product_rating {
	float: right;
	display: flex;
	flex-direction: column;
	align-items: end;
	position: absolute;
	top: 9px;
	right: 11px;
}
.top_product_star{width:60px; margin:0 0;}
.top_product_grade{float:right; font-size:12px; line-height:20px; margin-top:5px;}
.top_product_grade span{font-size:17px;margin: 0px 2px 0 0;}

.top_product_content{width:100%; border-left:none; padding:0 0; margin-top:0px;}
.top_product_paragraph{font-size:15px; line-height:23px; letter-spacing:0.3px; padding-bottom:10px;}
ul.top_product_content_list li{font-size:14px; line-height:1.6; margin-top:0px;}
.top_product_right{width:100%; padding:10px; margin-top:10px;}

.section1_content_box{margin-top:25px;}
.section1_content_left{width:100%;}
ul.section1_content_list{margin-top:5px;}
ul.section1_content_list li{font-size:15px; line-height:23px; letter-spacing:0.3px; padding:15px 10px 15px 60px;}
.section1_content_list_icon{width:45px;}

.glp_list_row{row-gap:15px; column-gap:0; padding:0 10px; margin-top:22px;}
.glp_list_column{width:100%; padding:20px 20px 25px;}
.glp_product_box {
	padding: 10px 10px 15px;
}
.glp_top_choice .glp_product_box {
	padding: 35px 10px 10px;
}
.glp_list_column_number{transform: none;top: -12px; left: -13px;  width: 30px; height: 30px; font-size: 16px; line-height: 33px;}
.glp_deal_text { font-size: 16px; line-height: 22px;}
ul.glp_content_list{ margin-top:5px;}
ul.glp_content_list li{ margin-top:5px; line-height:1.2;}
.rating_box {margin: -20px 15px 0 0;}
.rating_star {width: 60px;}
.rating_text {margin-top: 2px;font-size: 12px; line-height: 15px;}


.section2{padding:30px 0;}
.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;}

.footer{padding: 45px 0 225px;}

.footer_text{font-size:14px; line-height:22px;}
.footer_text{margin-top:20px;}

.sticky-txt-box{ text-align:left;}


}



.top_product_logo{max-width: 214px;}
button.top_product_button{border: none;}
article{text-align: left}
article h2{color:#0f68bc;font-size:32px;line-height:1.2;text-align:left;font-weight:bold;margin-top:55px; margin-bottom:1.5rem}	
article .h-icon{display: flex; gap:10px;}
.cta_box{background: #3491ef; padding: 1rem; font-size: 1.25rem; border-radius: 5px}
.cta_box_2{display: flex; flex-wrap: wrap; gap:15px;	align-items: center;box-shadow:0 5px 10px 0 rgb(0 0 0 / 0.1);
	padding:15px 25px 15px 15px;	border-radius:12px;
	border:1px solid #e8ebef; background:#FFF;}

.list li{margin-bottom: .5rem; padding-left: 20px; position: relative}
.list li:before{content: ""; display: block; width: 6px; height: 6px; background-color:#0f68bc;position: absolute; left: 0; top: 0; margin-top: 0; border-radius: 50%; transform: translateY(100%)}
.list.pros>li{padding-left: 26px;}
.list.pros>li:before{width: 16px; height: 16px; margin-top: -8px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.list.pros>li:before {background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2311d237' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");}

.num-list {counter-reset: num-counter; padding-left: 1rem;}
.num-list li {position: relative;list-style: none;padding-left: 2em;margin-bottom: 0.5em;}
.num-list li:before {counter-increment: num-counter;content: counter(num-counter) ". ";position: absolute;left: 0;font-weight: 700; color: #0f68bc;}

.btn{display:flex;align-items: center; height: 45px; font-size: 1rem; font-weight: 600; border-radius: 5px; letter-spacing: 0.5px;box-shadow:0 3px 5px 1px rgba(0, 0, 0, 0.2); background: #11d237; color: white!important; width: 100%; }
.btn:hover{background: #11d237;}
.btn-max{width: max-content; max-width: 100%}
.top_product_logo{max-height: 50px!important; width: auto!important}
@media (max-width: 768px) {
	article h2{font-size: 1.5rem}	
	
	
}


@media (max-width:600px){
	
	.exit-intent-modal-content .svg-star-rating, .sticky-footer .svg-star-rating{
	zoom: .5;
	}
}

@media (max-width: 576px) {
	.top_product_logo{ display: block!important; float: none!important; max-width:120px;}
}





@media (max-width:575px){
.svg-star-rating{
	display: flex;
  flex-direction: column;
  align-items: center;
	position:absolute;
	top:15px; right:15px;
	border-left:1px solid #CCC; padding-left:10px;
	zoom:.9;
	}
.sticky-footer .svg-star-rating{ margin-top:38px;}	
.sticky-txt-box{ margin-bottom:10px;}

.banner_heading{ font-size:28px; line-height:1; padding-top:3px;}
.banner_paragraph{ font-size:13px; line-height:1.1;}
}

@media (max-width:541px){
	.cta_box_2{
	justify-content: center;
	text-align:center;
	
}
.btn-max{ margin:0 auto;}
.box-ads-cta-subtxt{ text-align:center;}
}


@media (max-width: 370px) {	
.svg-star-rating{
	zoom: .7; top:68px;
	}
.sticky-txt-box{max-width:210px; }
.sticky-txt-box span{font-size:11px;}
}


