a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: 'Inter', sans-serif;
}
.headingone {
	font-size:21px;
	line-height:24px;
	font-weight:700;
	color:#001A3C;
	margin:15px 0 15px;
}
.headingtwo {
	font-size:22px;
	line-height:24px;
	font-weight:400;
	color:#001A3C;
}
.headingtwo strong {
	font-weight:700;
}
.headingthree {
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#001A3C;
}
.subheading {
	font-size:16px;
	line-height:22px;
	font-weight:300;
	color:#005CEF;
}
.subheading strong {
	font-weight:700;
}
.text-heading {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#3A5454;
}
.text-heading strong {
	font-weight:700;
}
.logosec {
	padding:15px 0;
}
.uspsec {
	padding:10px 0;
	background:#001A3C;
}
.uspbox {
	display:flex;
	align-items:center;
	justify-content:center;
}
.uspbox img {
	margin-right:6px;
}
.uspbox span {
	color:#fff;
	font-weight:600;
	font-size:10px;
	text-transform:uppercase;
}
.herosec {
	background:#f7fafe;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:25%;
	display: block;
	width: 28px;
	height: 27px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowleft.png) left top no-repeat;
	background-size:28px 27px;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:25%;
	display: block;
	width: 28px;
	height: 27px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowright.png) left top no-repeat;
	background-size:28px 27px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:10px;
}
[dir='rtl'] .slick-prev {
	right:10px;
	left: auto;
}
.slick-next {
	right:10px
}
[dir='rtl'] .slick-next {
	right: auto;
	left:10px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width:8px;
	height:8px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width:8px;
	height:8px;
	padding: 0;
	background:#E0E0E0;
	cursor: pointer;
	color: transparent;
	border-radius:100%;
	border: 0;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#005CEF;
}
.section {
	padding:30px 0;
}
.rowgap {
	margin-top:30px;
}
.herocontent {
	max-width:594px;
	margin:0 auto;
}
.ratingsec {
	display:flex;
	align-items:center;
}
.ratingsec span {
	color:#171818;
	font-weight:700;
	font-size:13px;
	margin-left:8px;
}
.herosec h6 {
	font-size:14px;
	color:#005CEF;
}
.herosec h6 strong {
	font-weight:700;
}
.herocontent ul {
	margin:18px 0 0;
}
.herocontent ul li {
	font-size:14px;
	background:url(../images/tick.png) left center no-repeat;
	background-size:14px auto;
	padding-left:22px;
	font-weight:300;
	color:#001A3C;
	margin-top:12px;
}
.herocontent ul li:first-child {
	margin-top:0;
}
.herocontent ul li strong {
	font-weight:bold;
}
.heorbuttonouter {
	margin-top:20px;
}
.btn-default {
	width:100%;
	height:50px;
	line-height:50px;
	background:#4FA76D;
	font-size:16px;
	font-weight:700;
	text-align:center;
	display:block;
	color:#fff;
	border-radius:5px;
}
.btn-default:hover {
	color:#fff;
	background:#13b44a;
}
.availtext {
	margin-left:10px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.availtext img {
	width:9px;
}
.availtext span {
	padding-left:5px;
	font-size:9px;
	color:#171818;
}
.availtext span strong {
	font-weight:700;
	color:#4FA76D;
}
.cardimg {
	margin-top:15px;
}
.bannerslidersec {
	margin-top:20px;
}
.bannerslidersec h5 {
	color:#0F0F0F;
	font-size:16px;
	font-weight:300;
	line-height:20px;
}
.bannerslidersec h5 strong {
	font-weight:700;
}
.bannerslidersec .row {
	margin:20px -10px 0;
}
.boxsliderouter {
	padding:0 10px;
}
.boxslideroutertitle {
	font-size:15px;
	font-weight:700;
	margin-bottom:15px;
}
.boxslider, .boxslider2 {
	padding:0 40px;
}
.boxsliderarrow, .boxsliderarrow2 {
	top:50%;
	position:absolute;
	width:95%;
	left:0;
	right:0;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.boxarrowleft, .boxarrowright, .boxarrowleft2, .boxarrowright2 {
	width:23px;
	cursor:pointer;
}
.boxslider .item, .boxslider2 .item {
	padding:0 5px 0 5px;
}
.topreview {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-top:25px;
}
.toprevcontent {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align:center;
}
.topreviewimg {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.topreviewimg img {
	width:42px;
}
.toprevcontent p {
	color:#3A5454;
	font-size:13px;
	line-height:18px;
	font-weight:300;
}
.toprevauthor {
	margin-left:15px;
}
.toprevauthor strong {
	display:block;
	font-size:12px;
	font-weight:600;
	color:#001A3C;
}
.toprevauthor img {
	width:70px;
}
.shadowbox {
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	overflow:hidden;
	padding:25px;
}
.shadowboxinner {
	max-width:1062px;
	margin:0 auto;
}
.shadowboxinner h6 {
	margin:10px 0;
}
.meetsec .ratingsec {
	margin-top:15px;
}
.stepslider .item {
	padding:0 5px;
	text-align:center;
}
.stepno {
	border-radius:100%;
	width:22px;
	height:22px;
	line-height:22px;
	margin:15px auto;
	background:#005CEF;
	font-size:13px;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.stepslider h3 {
	font-weight:300;
	font-size:20px;
	line-height:22px;
	color:#3A5454;
}
.stepslider h3 strong {
	font-weight:700;
	color:#001A3C;
}
.stepslider p {
	font-size:16px;
	font-weight:300;
	color:#3A5454;
	line-height:18px;
	margin-top:10px;
}
.steparrow {
	position:absolute;
	top:35%;
	left:0;
	width:100%;
	text-align:center;
}
.steparrow img {
	width:410px;
	margin:0 auto;
}
.videosec {
	background:#F7FAFF;
	overflow:hidden;
}
.videosec h2, .videosec h6 {
	color:#fff;
}
.videoouter {
	margin:25px 0;
}
.videoouter a {
	z-index:99;
}
.watch {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.videographicone {
	position:absolute;
	left:-50px;
	top:-40px;
}
.videographictwo {
	position:absolute;
	right:-140px;
	top:40px;
}
.videosec:after {
	width:100%;
	content:"";
	position:absolute;
	left:0;
	height:360px;
	background:#001A3C;
	top:0;
}
.videosec .container {
	position:relative;
	z-index:99;
}
.videosec h6.colorblack {
	color:#000000;
	max-width:904px;
	margin-left:auto;
	margin-right:auto;
}
.viddigitbox {
	margin:15px 0;
	text-align:center;
}
.viddigitbox h4 {
	font-size:53px;
	line-height:48px;
	font-weight:800;
	color:#005CEF;
}
.viddigitbox p {
	font-size:13px;
	line-height:18px;
	color:#001A3C;
	font-weight:300;
	margin-top:15px;
}
.zigzagsec h6 {
	max-width:994px;
	margin-left:auto;
	margin-right:auto;
}
.zigzagcontent h4 {
	color:#001A3C;
}
.zigzagcontent h4 span {
	font-weight:700;
	color:#005CEF;
}
.zigzagcontent {
	max-width:428px;
	margin:0 auto;
}
.zigzagcontent p {
	font-size:13px;
	line-height:20px;
	color:#3A5454;
	font-weight:300;
	margin-top:15px;
}
.zigzagcontent p strong {
	font-weight:700;
}
.swaprow .zigzagcontent h4 {
	max-width:358px;
}
.swaprow .zigzagcontent {
	max-width:414px;
}
.zigzagcontent ul, .joinsec ul {
	margin-top:15px;
}
.zigzagcontent ul li {
	font-size:13px;
	background:url(../images/tick.png) left 2px no-repeat;
	color:#001A3C;
	font-weight:300;
	background-size:13px auto;
	padding-left:21px;
	margin-top:10px;
}
.joinsec ul li {
	font-size:13px;
	line-height:18px;
	background:url(../images/tick.png) left 2px no-repeat;
	color:#001A3C;
	font-weight:300;
	background-size:13px auto;
	padding-left:21px;
	margin-top:15px;
}
.zigzagcontent ul li strong, .joinsec ul li strong {
	font-weight:700;
}
.zigzagcontent {
	margin-top:25px;
}
.enjoysec, .doctorsec, .botctasec {
	background: rgba(0, 92, 239, 0.03);
}
.buttonouter .availcardouter .buttoncard {
	margin-top:15px;
	padding:0 25px;
}
.mobavailtext {
	margin-bottom:12px;
}
.mobavailtext img {
	width:11px;
}
.mobavailtext span {
	font-size:11px;
}
.enjoysec .ratingsec, .viagrasec .ratingsec {
	margin-top:25px;
}
.enjoysec h5 {
	font-size:16px;
	color:#040404;
	margin-bottom:25px;
	font-weight:700;
}
.enjoysec h5 strong {
	color:#005CEF;
}
.enjoysliderouter {
	margin-top:25px;
}
.quizslider .item {
	padding:0 12px;
}
.quizslider {
	padding:0 20px;
}
.quizslider .slick-prev {
	left:-5px;
	top:50%;
}
.quizslider .slick-next {
	right:-5px;
	top:50%;
}
.docslider .item {
	padding:0 20px;
}
.docimg img {
	height:230px;
	display:block;
	margin:0 auto;
}
.docslider h4 {
	font-size:18px;
	font-weight:700;
	color:#001A3C;
	margin-top:25px;
}
.docslider h6 {
	margin-top:5px;
	color:#005CEF;
	color:#005CEF;
}
.docslider p {
	font-size:13px;
	line-height:20px;
	margin-top:15px;
	color:#001A3C;
	font-weight:300;
}
.joinsec ul {
	max-width:519px;
}
.joinsec .ratingsec {
	margin-top: 15px;
}
.comparesec {
	background:#001A3C;
}
.comparesec h2, .comparesec h6.subheading {
	color:#fff;
}
.comparesec p {
	color:#fff;
}
.comparesec p.text {
	max-width:606px;
	margin:15px auto 0;
	font-size:12px;
	line-height:16px;
	font-weight:300;
	text-align:center;
}
.comparesec p.text strong {
	font-weight:700;
}
.comparesec .row {
	z-index:999;
}
.comgraphics1 {
	position: absolute;
	left: 60px;
	top: 30px;
}
.comgraphics2 {
	position: absolute;
	right: 60px;
	bottom:-30px;
}
.tableouter .row {
	border-radius:5px;
	overflow:hidden;
}
.celltitle {
	padding:10px 15px;
	color:rgba(255, 255, 255, 0.7);
	font-size:10px;
}
.celldata {
	background:#fff;
	padding:10px 15px;
	display:flex;
	color:#3A5454;
	font-weight:300;
	font-size:12px;
}
.celldata strong {
	font-weight:700;
	color:#005CEF;
}
.bestvalue {
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/tick.png) left center no-repeat;
	background-size:12px auto;
	padding-left:19px;
	font-weight:700;
	color:#005CEF;
}
.comparesec .topreview {
	padding:0 10px;
}
.comparesec .toprevauthor strong {
	color:#fff;
}
.revstar {
	margin:20px 0;
}
.botreviewslider p {
	color:#3A5454;
	font-size:16px;
	line-height:22px;
	max-width:212px;
	margin:0 auto;
	font-weight:300;
}
.botauthor {
	margin-top:15px;
	font-weight:600;
	text-transform:capitalize;
	color:#001A3C;
	font-size:12px;
}
.botreviewslider .slick-prev, .botreviewslider .slick-next {
	top:50%;
}
.botreviewslider .slick-dots {
	margin-top:40px;
}
.faqsec {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3faff+0,ffffff+100 */
	background: rgb(243,250,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243, 250, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243, 250, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243, 250, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3faff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.faqsec p.smlltext {
	font-size:13px;
	color:#3A5454;
	line-height:18px;
	font-weight:300;
}
.faqcontent {
	margin-bottom:25px;
}
.acc {
	margin:15px 0 0;
}
.acc:first-child {
	margin:0;
}
.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	border-radius:8px;
}
.acc-content {
	display: none;
}
.acc-head h6 {
	font-weight:300;
	color:#3A5454;
	font-size:12px;
	line-height:16px;
	width:90%;
	margin-left:10px;
}
.acc .active h6 {
	font-weight:700;
	color:#005CEF;
}
.accordion-header-icon {
	background:url(../images/plus.png) left center no-repeat;
	width:26px;
	height:26px;
	background-size:26px 26px;
}
.active .accordion-header-icon {
	background:url(../images/minus.png) left center no-repeat;
	width:26px;
	height:26px;
	background-size:26px 26px;
}
.acc-content p {
	font-size:12px;
	color:#3A5454;
	font-weight:300;
	margin-top:15px;
	max-width:553px;
	line-height:18px;
}
.footer {
	padding:25px 0;
	background:#fff;
}
.footerlogo a {
	width:100px;
	display:block;
	margin:0 auto;
}
.footlink {
	text-align:center;
	margin:15px 0;
}
.footlink a {
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	color:#005CEF;
	font-weight:300;
	margin:0 10px;
}
.footlink a:hover {
	color:#001A3C;
}
.copyright {
	font-size:12px;
	color:#001A3C;
	text-align:center;
}
.steparea {
	padding:25px 0;
}
.stepareainner {
	margin:0 auto;
	max-width:660px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.stepnavno {
	width:19px;
	height:19px;
	border:1px solid #B8B8B8;
	margin:0 auto;
	font-size:11px;
	line-height:16px;
	text-align:center;
	color:rgba(93, 93, 93, 0.6);
	border-radius:100%;
	background:#fff;
	position:relative;
	z-index:99;
	position:relative;
}
.stepnavnotick {
	position:absolute;
	left:0;
	top:0;
	width:19px;
	height:19px;
	display:none;
	border-radius:100%;
}
.active .stepnavnotick {
	display:block;
}
.active .stepnavno {
	border:none;
	background:none;
}
.steptitle {
	text-align:center;
	margin-top:10px;
	color:#3A5454;
	font-size:11px;
	line-height:13px;
	font-weight:400;
}
.active .steptitle {
	font-weight:700;
}
.progressbarstep {
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:8px;
	height:1px;
	background:#B8B8B8;
}
.progressbarstepone {
	width:54%;
	position: absolute;
	left:0;
	right:0;
	top: 7px;
	height: 2px;
	background: #005CEF;
}
.progressbarsteptwo {
	width:80%;
	position: absolute;
	left:0;
	right:0;
	top: 7px;
	height: 2px;
	background: #005CEF;
}
.progressbarstepfull {
	width:100%;
	position: absolute;
	left:0;
	right:0;
	top: 7px;
	height: 2px;
	background: #005CEF;
}
.steppartarea {
	background:#F7FAFF;
}
.monthsquareinner {
	margin:0 auto;
	max-width:526px;
}
.radioouterrow {
	background:#fff;
	padding:20px;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin-top:10px;
	min-height:80px;
	border:1px solid #fff;
	cursor:pointer;
	position:relative;
}
.radioouterrow .styled {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
	left:0;
	top:0;
}
.radioouterrow:first-child {
	margin:0;
}
.radio {
	width: 18px;
	height: 18px;
	padding: 0 5px 0 0;
	background:url(../images/radiobutton.png) no-repeat left top;
	display: block;
	clear: left;
	float: left;
}
.radioboxleft label {
	font-weight:700;
	color:#3A5454;
	margin-left:15px;
	cursor:pointer;
}
.radioboxleft label span {
	margin-bottom:7px;
	display:block;
	width:72px;
	border-radius:50px;
	height:16px;
	background:#005CEF;
	color:#fff;
	font-weight:700;
	text-transform:capitalize;
	font-size:10px;
	line-height:14px;
	text-align:center;
}
.radioboxleft label em {
	display:block;
	font-size:12px;
	margin-top:7px;
	color:#FF9800;
	font-weight:600;
}
.old-price {
	color:#EA4335;
	font-weight:600;
	font-size:12px;
	text-decoration:line-through;
}
.currentprice {
	color:#005CEF;
	font-weight:700;
	font-size:16px;
	margin-top:7px;
}
.currentprice span {
	font-size:12px;
	font-weight:300;
	color:#005CEF;
}
.radioouterrowactive {
	border:3px solid #005CEF;
}
.prevstep {
	margin-top:20px;
	font-size:14px;
	text-transform:capitalize;
}
.prevstep a {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#005CEF;
}
.prevstep a img {
	margin-right:8px;
}
.stepuspsec {
	margin:25px auto;
	max-width:600px;
}
.stepuspsec p {
	font-size:12px;
	line-height:18px;
	color:#001A3C;
	margin-top:12px;
}
.prescriptionbox {
	padding:25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	max-width:740px;
	margin:0 auto;
}
.prescriptionbox .row {
	margin:0 -7px;
}
.prescriptionbox .form-group {
	padding:0 7px;
}
.prescriptionbox label {
	display:block;
	width:100%;
	font-weight:700;
	color:#3A5454;
	font-size:12px;
	margin-bottom:10px;
}
.form-control {
	width:100%;
	border: 1px solid #D1D4DB;
	border-radius: 5px;
	height:43px;
	padding:0 15px;
	font-size:12px;
	box-shadow:none;
	outline:none;
	font-weight:300;
	color:#3A5454;
}
.form-control:hover, .form-control:focus {
	outline:none;
	box-shadow:none;
	border: 1px solid #D1D4DB;
}
.address {
	background:#fff url(../images/seachicon.png) right 15px center no-repeat;
	background-size:17px 17px;
}
.checkbox {
	background:url(../images/checkbox.png) no-repeat center top;
	width:25px;
	height: 25px;
}
.checkboxouter label {
	cursor:pointer;
}
.landerlistouter {
	background:#F7FAFF;
}
.landerrow {
	padding:20px;
	background:#fff;
	margin-top:30px;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.nodisplay {
	display:none;
}
.landerrow:first-child {
	margin:0;
}
.landerrow .row {
	margin:0 -8px;
}
.landerrowcol {
	padding:0 8px;
}
.landerrowdata h4 {
	font-weight:700;
	font-size:14px;
	color:#001A3C;
}
.pertabrow {
	margin:8px 0;
}
.lowtext {
	font-size:12px;
	font-weight:300;
	color:#3A5454;
}
.pertabprice {
	margin:0 8px;
	background:#005CEF;
	font-size:8px;
	color:#fff;
	font-weight:700;
	padding:3px 7px;
	border-radius:50px;
}
.bluestar {
	width:60px;
}
.landerrowdata p {
	font-size:12px;
	line-height:19px;
	color:#3A5454;
	margin-top:8px;
	font-weight:300;
}
.landerrowdata p strong {
	font-weight:700;
}
.choosedoes {
	margin-top:12px;
}
.choosedoes h6 {
	font-size:12px;
	color:#3A5454;
	font-weight:700;
}
.chooserow {
	margin-top:12px;
	flex-wrap:wrap;
}
.choosebox {
	display:flex;
	align-items:center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top:10px;
}
.choosebox:first-child {
	margin:0;
}
.choosebox label {
	font-weight:700;
	cursor:pointer;
	font-size:12px;
	color:#3A5454;
	margin-left:8px;
}
.popularchoose {
	width:36px;
	height:36px;
	background:#FBBC04;
	border-radius:100%;
	margin:0 0 0 10px;
	text-align:center;
	font-size:8px;
	line-height:8px;
	padding:10px 0;
	font-weight:700;
	color:#FFFFFF;
}
.landerrow .buttonouter {
	margin-top:28px;
}
.landerrow .buttonouter a {
	width:100%;
	border:1px solid #4FA76D;
	line-height:48px;
	height:50px;
	font-weight:700;
	font-size:16px;
	text-align:center;
	display:inline-block;
	color:#4FA76D;
	display:inline-block;
	border-radius: 5px;
}
.landerrow .buttonouter a:hover {
	background:#4FA76D;
	color:#fff;
}
.landerrow .buttonouter a.active {
	background:#4FA76D url(../images/whitetick.png) left 20px center no-repeat;
	background-size:18px auto;
	color:#fff;
}
.loadouter {
	text-align:center;
}
.loadouter a {
	text-decoration:underline;
	font-weight:700;
	color:#3A5454;
	font-size:12px;
}
.loadouter a:hover {
	color:#000;
}
.nextsteplander {
	margin:15px 0;
}
.nextsteplander .btn-default {
	max-width:318px;
	width:auto;
}
.landeruser {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.landeruser img {
	width:30px;
	height:30px;
	border-radius:100%;
	object-fit:cover;
}
.landerpricearea {
	margin:10px 0;
	display:flex;
	align-items:center;
}
.landeroldprice {
	font-size:10px;
	color:#EB001B;
	font-weight:300;
}
.landeroldprice strong {
	font-weight:700;
	font-size:14px;
}
.landercurrentprice {
	font-size:10px;
	color:#005CEF;
	margin-left:15px;
	font-weight:300;
}
.landercurrentprice strong {
	font-weight:700;
	font-size:14px;
}
.landerrowdata ul {
	margin-top:10px;
	margin-left:10px;
}
.landerrowdata ul li {
	margin-top:10px;
	font-size: 12px;
	color: #3A5454;
	font-weight: 300;
	list-style-type:disc;
}
.buttonouterlander2 a.add-to-cart {
	width:100%;
	height:55px;
	display:flex;
	justify-content:center;
	align-items:center;
	align-items:center;
	border:1px solid #4FA76D;
	color:#4FA76D;
	font-size:18px;
	font-weight:700;
	border-radius:5px;
	line-height:55px;
}
.buttonouterlander2 a.add-to-cart img.carticon {
	margin-left:6px;
}
.buttonouterlander2 a.add-to-cart img.whitetick {
	margin-right:6px;
	display:none;
}
.landerrow .buttonouterlander2 a.active {
	background:#4FA76D;
	color:#fff;
}
.buttonouterlander2 a.add-to-cart:hover img {
	filter: brightness(0) invert(1);
}
.landerrow .buttonouterlander2 a.active img.carticon {
	display:none;
}
.landerrow .buttonouterlander2 a.active img.whitetick {
	display:block;
}
.landerrow .buttonouterlander2 {
	margin-top:25px;
}
.buttonouterlander2 a:hover {
	background:#4FA76D;
	color:#fff;
}
.landerratingstar {
	margin-top:15px;
}
.landerratingstar img {
	width:68px;
	margin-top:12px;
	margin:0 6px 0 0;
}
.landerratingstar span {
	font-weight:300;
	color:#3A5454;
	font-size:12px;
}
.landerratingstar span strong {
	font-weight:700;
}
.popularbadge {
	width:79px;
	height:18px;
	line-height:17px;
	margin-left:auto;
	margin-bottom:15px;
	border-radius:50px;
	text-align:center;
	font-weight:700;
	background:#005CEF;
	color:#fff;
	font-size:10px;
}
.bestvaliebadge {
	background:#000;
}
.billingsteparea h6 {
	font-size:12px;
}
.counter {
	display:flex;
	align-items:center;
	margin-left:5px;
	font-size:12px;
}
.countbox {
	font-weight:700;
	color:#EA4335;
}
.billingouter {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	max-width:623px;
	margin: 30px auto 0;
}
.billingouter h4 {
	font-weight: 700;
	font-size: 14px;
	color:#001A3C;
}
.billingmainarea {
	margin-top:25px;
}
.paymentbox {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	display:flex;
}
.paymentbox:first-child {
	border:none;
}
.paymentoption {
	display:flex;
	align-items:center;
	justify-content:center;
}
.paymentoption label {
	margin-left:10px;
	font-weight:700;
	color:#3A5454;
	font-size:12px;
	cursor:pointer;
}
.careddetails {
	margin-top:15px;
}
.careddetails .form-group {
	padding:0 5px;
	margin-bottom:18px;
}
.billingrading {
	display:flex;
	margin-top:10px;
	align-items:center;
	justify-content:center;
}
.billingrading span {
	font-size:11px;
	margin-left:10px;
}
.billingrading span strong {
	font-weight:700;
}
.thankyouleft {
	max-width:593px;
}
.thankyououter {
	background:#F7FAFF;
}
.thankyouleft h2 strong {
	font-weight:800;
}
.thankyouleft h6 {
	font-weight:700;
	margin:15px 0;
	color:#001A3C;
}
.thankyouleft h6 span {
	color:#00B67A;
}
.orderdetailrow h5 {
	font-size:12px;
	color:rgba(0, 26, 60, 0.5);
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:600;
}
.orderdetailrow p {
	color:#001A3C;
	font-size:14px;
	line-height:24px;
}
.orderdetailbox {
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	position:relative;
	z-index:99;
	padding:25px;
}
.orderdetail {
	display:flex;
	align-items:center;
}
.orderdetail span {
	font-size:10px;
	color:rgba(0, 26, 60, 0.5);
	margin-left:10px;
	text-transform:uppercase;
	font-weight:600;
}
.ordertitle {
	margin:10px 0;
}
.ordertitle p {
	color:rgba(58, 84, 84, 1);
	font-size:11px;
	line-height:15px;
	font-weight:300;
	margin-top:8px;
}
.orderprodimg {
	margin-top:-25px;
}
.promobox {
	margin:15px 0 25px;
	border:1px solid #0079FC;
	display:flex;
	justify-content:space-between;
	border-radius:5px;
	overflow:hidden;
}
.promoinout {
	width:70%;
	height:43px;
	background:#fff;
	border:none;
	outline:none;
	padding-left:15px;
	color:#3A5454;
	font-size:12px;
	font-weight:300;
}
.promobutton {
	border:none;
	width:43px;
	height:43px;
}
.orderdetaildata {
	margin-top:20px;
}
.orderdetaildata .row {
	margin-top:10px;
}
.orderdetaildata p {
	color:#001A3C;
	font-size:11px;
}
.orderdetaildata p strong {
	font-weight:700;
}
.orderdetaildata p strong.colorred {
	color:#EA4335;
}
.totaldiscount {
	padding:20px 0;
	margin-top:20px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.totaldiscount p {
	color:#005CEF;
	font-size:13px;
	font-weight:700;
}
.checkoutouter {
	background:#F7FAFF;
}
.satisfectionarea {
	margin-top:60px;
	padding:25px;
	background:rgba(217, 217, 217, 0.2);
}
.satisfectionarea .row {
	margin-left:-10px;
	margin-right:10px;
}
.garunteecol {
	padding:0 10px;
}
.garunteeimg {
	margin:-50px 0 0 20px;
}
.satisfectionarea h3 {
	color:#001A3C;
	font-weight:700;
	line-height:100%;
}
.satisfectionarea h3 strong {
	color:#005CEF;
}
.satisfectionarea p.smalltext {
	color:#3A5454;
	font-size:12px;
	font-weight:300;
	line-height:19px;
}
.stepcheckoutarea {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top:25px;
	margin-top:25px;
}
.stepcheckoutarea a {
	font-size:11px;
	text-decoration:underline;
}
.stepcheckoutarea a img {
	width:11px;
}
.stepcheckoutarea a:hover {
	color:#000;
}
.checkoutwingleft {
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding:25px;
	margin:20px 0;
}
.checkoutwingleft h4 {
	line-height:100%;
	color:#001A3C;
	font-weight:700;
}
.checkoutwingleft p {
	margin-top:12px;
	font-weight:300;
	color:#3A5454;
	font-size:14px;
	line-height:20px;
}
.checkoutwingleft ul {
	margin-top:15px;
}
.checkoutwingleft ul li {
	background:url(../images/tick.png) left center no-repeat;
	background-size:14px auto;
	font-weight:300;
	font-size:12px;
	color:#3A5454;
	padding-left:21px;
	margin-top:12px;
}
.checkoutwingleft ul li strong {
	font-weight:700;
}
.moresec {
	padding:20px 0;
	margin:25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.moresec p.includetext {
	text-transform:uppercase;
	font-size:10px;
	color:rgba(0, 26, 60, 0.5);
	font-weight:600;
	letter-spacing: 0.04em;
	margin:0 0 15px;
}
.moreimg {
	margin:30px 0 0;
}
.sidereview p {
	font-size:12px;
	line-height:19px;
}
.siderevauthor {
	margin-top:15px;
	display:flex;
	align-items:center;
}
.siderevimg img {
	width:39px;
	border-radius:100%;
}
.siderevauthorname {
	padding-left:15px;
}
.siderevauthorname strong {
	display:block;
	font-weight:700;
	margin-bottom:5px;
	font-size:12px;
	color:rgba(0, 26, 60, 1);
}
.siderevauthorname img {
	width:78px;
	display:block;
}
.checkoutwingright {
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding:25px;
	margin:20px 0;
}
.checkoutwingright h4 {
	line-height:120%;
	color:#001A3C;
	font-weight:700;
	margin:15px 0;
}
.checkoutwingright h4 strong {
	color:#005CEF;
}
.checkoutwingright p {
	font-size:14px;
	line-height:18px;
	color:#3A5454;
	font-weight:300;
	margin-top:12px;
}
.checkoutwingright p strong {
	font-weight:700;
}
.rightwingimg2 {
	margin:30px 0 20px;
}
.checkoutwingright ul {
	margin-top:15px;
	padding-bottom:15px;
}
.checkoutwingright ul li {
	background:url(../images/tick.png) left 2px no-repeat;
	background-size:14px auto;
	font-weight:300;
	font-size:12px;
	line-height:18px;
	color:#3A5454;
	padding-left:25px;
	margin-top:12px;
}
.checkoutwingright ul li strong {
	font-weight:700;
}
.altorderbox {
	background: #FFFFFF;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding:25px;
}
.altordertitle {
	display:flex;
	align-items:center;
}
.altordertitle strong {
	font-weight:700;
	font-size:20px;
	color:#001A3C;
	margin-left:15px;
}
.altorderrow {
	margin:20px -8px 0;
}
.altordercol {
	padding:0 8px;
}
.altorderprodimg {
	width:60px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow:hidden;
	border-radius:5px;
}
.altorderproddetail {
	padding-left:10px;
}
.altorderproddetail h4 {
	font-size:14px;
	font-weight:700;
	color:#001A3C;
}
.altorderproddetail h5 {
	color:#3A5454;
	font-weight:700;
	font-size:12px;
	margin:6px 0;
}
.altorderproddetail p {
	font-weight:300;
	color:#3A5454;
	font-size:12px;
}
.altorderprice {
	font-size:16px;
	color:#005CEF;
	font-weight:700;
}
.altdeliverydate {
	text-align:right;
	font-size:10px;
	color:#3A5454;
	margin-top:4px;
	line-height:18px;
}
.candelbar {
	padding:15px 10px;
	background: #FBFBFB;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin-top:15px;
}
.canceltext {
	font-size:12px;
	color:#3A5454;
	font-weight:300;
	line-height:19px;
}
.cancelicontext {
	display:flex;
	align-items:center;
	margin-top:10px;
}
.cancelicontext span {
	margin-left:8px;
	color:#3A5454;
	font-size:12px;
	font-weight:300;
}
.altprodprevprice {
	text-decoration:line-through;
	color:#EB001B;
	font-size:12px;
	font-weight:500;
	margin-bottom:4px;
}
.altshipping .prescriptionbox, .altshipping .orderdetailbox {
	margin-top:30px;
}
.quantity {
	display:flex;
	align-items:center;
	margin-top:10px;
}
.quantity label {
	font-size:12px;
	font-weight:300;
	margin-right:3px;
	color:#3A5454;
}
.quantity select {
	border:none;
	font-weight:300;
	background:none;
	color:#3A5454;
	font-size:12px;
	padding-right:12px;
	background:url(../images/selectarrow.png) right center no-repeat;
	background-size:7px auto;
}
.prescriptionbox ul {
	margin:0;
	padding:0;
}
.prescriptionbox ul li {
	margin-top:10px;
	font-size:14px;
	color:#001A3C;
	font-weight:300;
	background:url(../images/tick.png) left center no-repeat;
	padding-left:25px;
	background-size:14px auto;
}
.prescriptionbox ul li:first-child {
	margin:0;
}
.prescriptionbox ul li strong {
	font-weight:700;
}
.prescriptionbox p {
	font-size:14px;
	font-weight:300;
	margin-top:15px;
	color:#3A5454;
	line-height:19px;
}
.altshipping .billingouter {
	max-width:none;
}
 @media only screen and (min-width :400px) {
 .landeruser {
 right:15px;
 top:15px;
 width:40px;
 height:40px;
}
 .landeruser img {
width:40px;
height:40px;
}
.billingsteparea h6, .counter {
font-size:13px;
}
.stepcheckoutarea a {
font-size:14px;
}
.stepcheckoutarea a img {
width:14px;
}
}
@media only screen and (min-width :480px) {
 .headingone {
font-size:26px;
line-height:29px;
}
 .headingtwo, .headingthree {
font-size:27px;
line-height:35px;
}
.herosec h6 {
font-size:16px;
}
.landerrowdata h4 {
font-size:16px;
}
.pertabprice {
font-size:10px;
padding:5px 10px;
}
.bluestar {
width:70px;
}
.pertabrow {
margin:10px 0;
}
.landerrowdata p, .landerrowdata ul li {
font-size:14px;
margin-top:10px;
}
 .choosebox {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: none;
margin:0 0 0 34px;
}
 .form-control {
padding:0 20px;
}
 .landeruser {
 width:60px;
 height:60px;
}
 .landeruser img {
width:60px;
height:60px;
}
.landeroldprice, .landercurrentprice {
font-size:14px;
}
.billingsteparea h6, .counter {
font-size:14px;
}
.billingouter h4 {
 font-size: 16px;
}
.paymentoption label {
font-size:14px;
}
.orderdetail span {
font-size:12px;
}
.totaldiscount p {
font-size:14px;
}
.altorderprodimg {
width:77px;
}
.altorderproddetail {
padding-left:15px;
}
.altorderproddetail h5 {
margin:8px 0;
}
.altorderprice {
font-size:18px;
}
}
 @media only screen and (min-width :576px) {
 .landerrow {
padding:40px;
}
.landerrowdata h4 {
font-size:18px;
}
.landerrow .buttonouter a {
max-width:247px;
height:55px;
line-height:53px;
font-size:18px;
}
 .choosebox {
margin-left:49px;
}
.loadouter a {
font-size:14px;
}
.landeruser {
top:20px;
right:20px;
}
.buttonouterlander2 a {
max-width:206px;
}
 .landerratingstar {
margin:0 0 0 15px;
}
.landerratingstar img {
width:68px;
}
.landerratingstar span {
display:block;
font-size:12px;
margin-top:3px;
}
.popularbadge {
margin-top:-30px;
margin-right:-30px;
}
.billingsteparea h6, .counter {
font-size:16px;
}
.billingouter h4 {
 font-size: 18px;
}
.careddetails .form-group {
padding:0 8px;
}
.altorderbox {
padding:35px;
}
}
 @media only screen and (min-width :768px) {
 .subheading {
font-size:18px;
line-height:26px;
}
 .container {
max-width:750px
}
.section {
padding:40px 0;
}
 .rowgap {
margin-top:40px;
}
.herosec h6 {
font-size:18px;
}
.herocontent ul li {
font-size:16px;
background-size:16px auto;
padding-left:24px;
}
.heorbuttonouter {
display:flex;
margin-top:25px;
flex-wrap:wrap;
margin-bottom:25px;
align-items:center;
}
.btn-default {
width:225px;
}
.bannerslidersec h5 {
font-size:12px;
line-height:16px;
}
.herosec {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fafe+0,ffffff+91 */
background: rgb(247,250,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247, 250, 254, 1) 0%, rgba(255, 255, 255, 1) 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247, 250, 254, 1) 0%, rgba(255, 255, 255, 1) 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247, 250, 254, 1) 0%, rgba(255, 255, 255, 1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafe', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
 .topreview {
align-items:start;
}
 .topreviewimg {
-ms-flex: 0 0 60px;
flex: 0 0 60px;
max-width: 60px;
order:1;
margin:0;
}
.topreviewimg img {
width:60px;
}
.toprevcontent {
order:2;
-ms-flex: 0 0 347px;
flex: 0 0 347px;
max-width:347px;
text-align:left;
padding-left:12px;
}
.toprevauthor {
margin:10px 0 0 0;
}
.toprevauthor strong {
margin-right:8px;
}
.heroimg {
position:absolute;
left:0;
top:0;
width:300px;
}
.shadowbox {
padding:40px 40px;
margin-top:-40px;
}
.shadowboxinner h6 {
max-width:438px;
}
.meetsec .ratingsec {
display:block;
margin:0 0 0 15px;
}
.meetsec .ratingsec span {
display:block;
margin:5px 0 0;
}
.jack {
 position: absolute;
 right: -20px;
 bottom: -40px;
 width: 250px;
}
.videoouter {
margin:35px 0;
}
.videosec:after {
height:520px;
}
.viddigitbox {
margin:0;
}
.zigzagcontent {
margin-top:0;
}
.buttonouter .availtext {
margin-left:0;
}
.buttonouter .availcardouter {
margin-left:10px;
}
.buttonouter .availcardouter .buttoncard {
width:172px;
margin-top:10px;
}
.enjoysliderouter:first-child {
margin:0;
}
.docslider h4 {
font-size:20px;
}
.docslider h6 {
font-size:16px;
}
.docslider p {
font-size:16px;
}
.joinsec .ratingsec {
 display: block;
 margin: 0 0 0 15px;
}
.joinsec .ratingsec span {
 display: block;
 margin: 5px 0 0;
}
.comparesec p.text {
font-size:14px;
line-height:18px;
}
 .brandlogoouter {
display:flex;
align-items:center;
}
.bestvalue {
margin-left:40px;
}
.comparesec .toprevcontent {
padding-left:20px;
-ms-flex: 0 0 461px;
flex: 0 0 461px;
max-width: 461px;
}
.comparesec .toprevcontent p {
font-size:16px;
line-height:18px;
}
 .comparesec .topreviewimg {
 -ms-flex: 0 0 90px;
 flex: 0 0 90px;
 max-width: 90px;
}
 .comparesec .topreviewimg img {
width:90px;
}
.botreviewslider .slick-prev {
left:-20px;
}
.botreviewslider .slick-next {
right:-20px;
}
.faqcontent {
max-width:448px;
margin:0;
}
.faqcontent p.smlltext {
max-width:424px;
}
.acc-head h6 {
font-size:14px;
line-height:18px;
}
.acc-content p {
font-size:14px;
line-height:20px;
}
 .radioouterrow {
padding:15px 30px;
}
.radioboxleft label {
font-size:20px;
}
.radioboxleft label em {
font-size:14px;
}
.radioboxleft label span {
width:72px;
height:18px;
line-height:16px;
}
.currentprice {
font-size:20px;
}
.currentprice span {
font-size:14px;
}
 .stepuspsec p {
font-size:14px;
line-height:22px;
}
.prescriptionbox {
padding:38px;
}
.prescriptionbox label {
font-size:14px;
}
.form-control {
height:53px;
}
.form-control {
font-size:16px;
}
.prescriptionbox .form-group {
margin-bottom:25px;
}
.prescriptionbox .row {
margin:0 -15px;
}
 .prescriptionbox .form-group {
padding:0 15px;
}
 .landerlistouter .container {
max-width:740px;
}
 .landerrow {
margin-top:40px;
}
 .landerrow {
padding:50px;
}
.landerrowdata {
padding-left:23px;
}
.landerrowdata h4 {
font-size:22px;
}
.popularchoose {
border-radius:50px;
width:83px;
line-height:20px;
height:20px;
padding:0;
font-size:10px;
}
.popularchoose br {
display:none;
}
 .choosebox {
margin-left:60px;
}
.billingouter {
 padding: 38px;
 margin-top:40px;
}
.billingouter h4 {
 font-size:22px;
}
.billingrading {
display:block;
margin:0;
}
.billingrading span {
margin:8px 0 0;
font-size:12px;
}
.billingcardimg {
width:410px;
}
.orderdetailbox {
padding:40px;
}
.ordertitle p {
font-size:12px;
line-height:20px;
}
.promoinout {
font-size:14px;
}
.promobutton {
width:48px;
height:48px;
}
.orderdetaildata p {
font-size:14px;
}
.totaldiscount p {
font-size:16px;
}
.billingcardimgcheckout {
 width: 480px;
}
.satisfectionarea p.smalltext {
font-size:14px;
}
.satisfectionarea {
 margin-top:25px;
}
.garunteeimg {
margin: 0;
}
.altordertitle strong {
font-size:22px;
}
.candelbar {
margin:25px 0;
}
}
@media only screen and (min-width :992px) {
 .subheading {
font-size:21px;
line-height:29px;
}
 .headingone {
 font-size: 29px;
 line-height: 34px;
}
 .headingtwo {
font-size:30px;
line-height:38px;
}
 .headingthree {
font-size:30px;
line-height:36px;
}
 .text-heading {
font-size:18px;
}
 .container {
max-width:970px
}
.uspslider .slick-slide:first-child .uspbox {
justify-content:start;
}
.uspslider .slick-slide:nth-child(2) .uspbox {
justify-content:start;
padding-left:30px;
}
.uspslider .slick-slide:nth-child(3) .uspbox {
justify-content:end;
}
.uspslider .slick-slide:last-child .uspbox {
justify-content:end;
}
.ratingsec span {
font-size:14px;
}
.herosec h6 {
font-size:20px;
}
.herocontent ul li {
font-size:18px;
background-size:18px auto;
padding-left:26px;
}
.availtext img {
width:11px;
}
.availtext span {
font-size:11px;
}
.bannerslidersec h5 {
font-size:14px;
line-height:18px;
}
.boxslider .item, .boxslider2 .item {
 padding:0 0 0 10px;
}
.boxslider, .boxslider2 {
margin-left:-10px;
padding:0;
}
.boxsliderarrow, .boxsliderarrow2 {
 width:58px;
 top:-5px;
 right: 15px;
 left: auto;
}
 .toprevcontent {
 -ms-flex: 0 0 395px;
flex: 0 0 395px;
max-width:395px;
}
.heroimg {
width:380px;
}
.shadowboxinner h6 {
max-width:578px;
}
.jack {
 right:0;
 width: 250px;
}
.videosec:after {
height:570px;
}
.buttonouter .availcardouter {
margin-left:15px;
}
.buttonouter .availcardouter .buttoncard {
width:230px;
}
.enjoysec h5 {
font-size:18px;
}
.quizslider {
padding:0;
}
.celltitle {
font-size:13px;
padding:18px 20px;
}
.celldata {
padding:18px 20px;
font-size:18px;
}
.bestvalue {
background-size:16px auto;
padding-left:28px;
font-size:16px;
}
.botreviewslider .slick-prev {
left:-20px;
}
.botreviewslider .slick-next {
right:-20px;
}
.totaldiscount p {
font-size:18px;
}
.promobox {
margin-top:10px;
}
.billingcardimgcheckout {
width:230px;
}
.checkoutwingleft {
border-top-right-radius:0;
border-bottom-right-radius:0;
margin:0;
}
.checkoutwingright {
border-top-left-radius:0;
border-bottom-left-radius:0;
margin:0;
}
.altshipping .orderdetailbox {
margin-top:0;
}
}
@media only screen and (min-width :1200px) {
 .headingone {
font-size:35px;
line-height:40px;
}
 .headingtwo {
font-size:36px;
line-height:44px;
}
 .container {
max-width:1170px
}
.section {
padding:50px 0;
}
 .rowgap {
margin-top:50px;
}
.herosec h6 {
font-size:22px;
}
.herocontent ul li {
font-size:20px;
background-size:20px auto;
padding-left:30px;
}
.btn-default {
width:272px;
font-size:18px;
}
.btn-default {
height:60px;
line-height:60px;
}
.availtext {
margin-left:30px;
}
.availtext img {
width:12px;
}
.availtext span {
font-size:12px;
padding-left:10px;
}
.bannerslidersec h5 {
font-size:16px;
line-height:20px;
}
.boxslideroutertitle {
font-size:14px;
}
.bannerslidersec .row {
margin-top:30px;
}
.boxslideroutertitle {
margin-bottom:20px;
}
 .toprevcontent {
 -ms-flex: 0 0 488px;
flex: 0 0 488px;
max-width:488px;
}
.heroimg {
width:760px;
left:-270px;
}
.shadowbox {
padding:60px 60px;
margin-top:-50px;
position:relative;
}
.jack {
 right:25px;
 width:320px;
 bottom:-60px;
}
.steparrow img {
width:500px;
}
.videosec .container, .zigzagsec .container {
max-width:1077px;
}
.videosec:after {
height:620px;
}
.viddigitbox h4 {
font-size:63px;
line-height:48px;
}
.viddigitbox p {
font-size:16px;
line-height:20px;
}
.zigzagcontent p {
font-size:16px;
line-height:22px;
}
.zigzagcontent ul li {
font-size:16px;
background:url(../images/tick.png) left 2px no-repeat;
background-size:16px auto;
padding-left:27px;
margin-top:13px;
}
.joinsec ul li {
font-size:15px;
line-height:20px;
background:url(../images/tick.png) left 2px no-repeat;
background-size:16px auto;
padding-left:26px;
}
.buttonouter .availcardouter .buttoncard {
width:260px;
}
.enjoysec h5 {
font-size:20px;
}
.comparesec p.text {
font-size:16px;
line-height:20px;
}
.tableouter {
width:994px;
margin:0 auto;
}
.faqsec p.smlltext {
font-size:16px;
line-height:20px;
}
.acc-head h6 {
font-size:16px;
line-height:20px;
margin-left:15px;
}
.accordion-header-icon {
 width:29px;
 height:29px;
 background-size:29px 29px;
}
.active .accordion-header-icon {
 width:29px;
 height:29px;
 background-size:29px 29px;
}
.acc-content p {
font-size:16px;
line-height:20px;
}
.botctacontent {
padding-left:40px;
}
.footleft {
display:flex;
align-items:center;
justify-content:start;
}
.footlink {
order:3;
margin:0;
}
.footlink a {
margin:0 0 0 25px;
}
.copyright {
order:2;
margin:0 50px;
}
.thankyouleft h6 {
font-size:22px;
line-height:30px;
}
.orderdetailbox {
padding:40px 50px;
}
.promoinout {
height:55px;
}
.promoinout {
font-size:16px;
}
.promobutton {
width:55px;
height:55px;
}
.billingcardimgcheckout {
width:320px;
}
.billingsteparea h6, .counter {
 font-size: 18px;
}
.stepcheckoutarea {
padding-top:30px;
margin-top:30px;
}
.altorderbox {
padding:40px 38px;
}
.altorderproddetail {
 padding-left: 20px;
}
.altshipping .orderdetailbox {
 padding: 40px 38px;
}
.prescriptionbox ul li {
font-size:16px;
background-size:16px auto;
padding-left:28px;
}
.prescriptionbox .toprevcontent {
-ms-flex: 0 0 528px;
flex: 0 0 528px;
max-width: 528px;
}
}
@media only screen and (min-width :1280px) {
 .headingone {
font-size:39px;
line-height:44px;
}
 .headingtwo {
font-size:40px;
line-height:48px;
}
 .subheading {
font-size:24px;
line-height:34px;
}
 .container {
max-width:1250px
}
.herosec .headingone br {
display:none;
}
.herosec h6 {
font-size:24px;
}
.availtext {
margin-left:40px;
}
.bannerslidersec h5 {
font-size:18px;
line-height:22px;
}
.heroimg {
width:760px;
left:-220px;
}
.shadowboxinner h6 {
 max-width: 658px;
}
.steparrow img {
width:539px;
}
.zigzagcontent {
max-width:438px;
}
.enjoysliderouter {
padding-left:20px;
}
.thankyouleft h2 {
font-size:39px;
line-height:44px;
}
.billingcardimgcheckout {
width:350px;
}
.checkoutwingright p {
padding-right:15px;
}
.candelbar {
display:flex;
justify-content:space-between;
align-items:center;
}
.cancelicontext {
margin:0;
}
}
@media only screen and (min-width :1440px) {
.heroimg {
width:760px;
left:-150px;
}
}
@media only screen and (min-width :1800px) {
.heroimg {
width:790px;
left:0;
}
}
@media only screen and (min-width :1900px) {
.heroimg {
width:820px;
}
}
