@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 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  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;

	}
.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:#104899;
	position:relative;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:60%;
	text-align:left;
	padding:20px 0 40px;
	position:relative;
	}
.banner_heading{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:37px;
	line-height:46px;
	letter-spacing:-0.5px;
	font-weight:bold;
	}
.banner_paragraph{
	float:left;
	width:100%;
	color:#dfecff;
	font-size:16px;
	line-height:24px;
	margin-top:10px;
	} 
.banner_image{
	position:absolute;
	bottom:0;
    right:-465px;
	}		
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#0f68bc;
	font-size:32px;
	line-height:40px;
	text-align:left;
	font-weight:bold;
	margin-top:55px;
	}	
.common_heading.margin-top-0{margin-top:0;}
.common_paragraph{
	color:#000000;
	font-size:17px;
	line-height:27px;
	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;
	}	
.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:15px;
	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;
	transition: background-color 0.3s ease, transform 0.3s ease;
	}
	
.top_product_box:hover, .top_product_box:focus, .top_product_box:active {
	background-color: #f0f8ff;
	transform: scale(1.02);
}	
	
.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:20px;
	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:6px;
	width:20px;
	color:#ffffff;
	font-size:20px;
    line-height:20px;
	font-weight:600;
	text-align:left;
    position: relative;
    z-index: 5;
	}
.top_pick_number:before{
	content:'';
	position:absolute;
	top:-35px;
    left:-12px;
    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;
	mix-blend-mode: multiply;	
	}	
.top_product_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#ffffff;
	font-size:17px;
	line-height:17px;	
	font-weight:600;
	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:16px 10px 12px;
    margin-top:25px;
	transition: background 0.3s ease;
	}
	
/* Pulse animation only on hover */
.top_product_button:hover {

  animation: simplePulse 1.2s infinite ease-in-out;
}

@keyframes simplePulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.top_product_box:hover .top_product_button {
  animation: simplePulse 1.2s infinite ease-in-out;
}		

button.top_product_button{outline: none; border: none; cursor: pointer}
.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;
	}
.top_product_paragraph{
	color:#000000;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	}
.people_choice_product .top_product_paragraph{
	border-bottom:none;
	padding-bottom:0;
	}
.deal_text{
	color:#ef0e0e;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	letter-spacing:-0.3px;
	border-bottom:1px solid #ececec;
	padding-bottom: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:15px;
	line-height:23px;
	background:url(../images/circle-tick.png)no-repeat left 2px;
	background-size:17px;
	padding-left:26px;
	margin-top:8px;
	}				
.top_product_right{
	width:18%;
	}
.top_product_rating{
	border-radius:10px;
	border:1px solid #bebebe;
	padding:21px 20px;
	}
.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:43px;
	line-height:41px;
	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: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: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:24px 13px 16px;
	}	
	
.body-img {
	border-radius: 15px;
}	
	
/*======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: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: 35px;
  height: 35px;
	 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;
    }



.box-ads {
  display: flex;
  align-items: center;         /* vertically center items */
  gap: 20px;                   /* space between elements */
  padding: 16px;
  background-color: #f9f9f9;   /* optional styling */
  border-radius: 8px;          /* optional styling */
  box-shadow: 0 8px 27px rgba(0,0,0,.1);
  border:1px solid #ccc;
}

.box-ads img {
  max-width: 150px;            /* adjust size as needed */
  height: auto;
  flex-shrink: 0;
  border-radius:4px;
}

.box-ads h3 {
  margin: 0;
  font-size: 24px;
  flex: 1;
  font-weight:700; text-align:left;
}
.box-ads h3 span{
	font-weight:400;
	font-size: 18px;
	}

.box-ads a {
  flex-shrink: 0;
}

.box-ads-cta-subtxt{ font-size:12px; text-align:center;}


  /* Modal Background */
  .popup-question {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
	padding:0 20px;
	
  }

  /* Popup Box */
  .popup-content {
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    max-width: 350px;
    width: 100%;
	background:url(../img/popup-bg.jpg) no-repeat center center;
	background-size:cover;
  }

  .popup-content h2 {
    font-size: 28px;
	line-height:1.1;
    margin-bottom: 90px;
    color: #000;
  }

  .popup-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .popup-buttons button {
    padding: 10px 35px 8px;
    border: 2px solid #FFF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
	line-height:1;
    color: white;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  .popup-buttons .yes-btn {
    background-color: #00b32d;
  }

  .popup-buttons .no-btn {
    background-color: #d80000;
  }

  .popup-buttons button:hover {
    animation: simplePulse 1.2s infinite ease-in-out;
  }
		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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


.common_paragraph{margin-top:20px;}

.banner_left{width:62%;}
.banner_paragraph{font-size:14px;}

.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){	

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

.common_heading{font-size:27px; line-height:34px; 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;}

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_pick_text{font-size:12px;}
.top_pick_number{font-size:18px; line-height:18px;}
.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:18px;}
.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_text{margin-top:20px;}

}

@media (max-width: 991px) {
	.logo {
	display: block;
	margin: 0 auto;
	float: none;
}
}

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

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

.common_heading{font-size:24px; line-height:3s2px; 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:65px;}


.header {
	height: 65px;
	display: flex;
	align-items: center;
}

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:26px; line-height:34px; letter-spacing:0;}
.banner_paragraph{font-size:14px; line-height:1.2; margin-top:10px; letter-spacing:0;}
.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_pick_star{width:16px;}
.top_pick_box_inr {
	padding: 0px 20px 15px;
}
.top_pick_number{top:6px; left:6px;font-size: 15px; line-height: 15px;}
.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:36px; object-fit:contain; margin:0 0 0 6px;}
.people_choice_product .top_product_logo{width:auto; height:29px;}
.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:0px;}
.people_choice_product .top_product_content{padding:0 0;}
.top_product_paragraph{font-size:17px; line-height:25px;}
.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: 45px 0 225px;}

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

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

}






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;}

.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; margin-top: 1rem; width: 100%; justify-content: center;}
.btn:hover{background: #11d237;}
.btn-max{width: max-content; max-width: 100%}

@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;
	}
	
	 .box-ads {
    flex-direction: column;
    text-align: center;
	max-width:350px;
	margin:0 auto;
	gap:5px;
  }

  .box-ads h3 {
    margin: 12px 0;
	text-align:center;
  }
	
}


@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;}
}