.cmenu .mainmenu ul li a,
.login_area ul li a {
	font-size: 18px;
	color: var(--text-color-dark)
}

.slick-list,
.slick-track {
	position: relative;
	display: block
}
p{
	color: #072188;
}
body,
html {
	font-family: var(--bodyfont) !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden
}

.brand_section,
.cart_icon span,
.cmn_btn,
.faq_section .title,
.logo,
.manrope_txt,
.range_count,
.top_hdr,
.weight_box {
	text-align: center
}

.cmenu,
body {
	font-weight: 400
}

.cmenu ul li ul,
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.cmenu ul>li,
ul {
	list-style: none
}
.range_count p {
    margin: 0;
    line-height: normal;
}
.cart_icon span,
.cmenu ul>li,
a {
	display: inline-block
}
.new-cta {
    text-align: center;
    margin-top: 35px;
}
.crticon,
.login,
a.call_btn:hover {
	color: #fff !important
}

#slider,
.slick-list:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

:root {
	--bodyfont: "Figtree", sans-serif;
	--bluecolor: #fea239;
	--lightbluecolor: #a0a8f2;
	--text-color-primary: #f5f6f6;
	--text-color-dark: #192e26
}
.wheig_txt_box.hide-d {
    display: none;
}
.slick-slide img {
	max-width: 100%;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-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)
}

.has-submenu .has-submenu-sub>a:after,
.has-submenu>a:after {
	top: 50%;
	transform: translateY(-50%);
	transition: .5s ease-in-out
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.loginui,
.mainmenu>ul>li:first-child,
.rmenubar,
.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
	display: none
}

.clear,
.slick-track:after {
	clear: both
}

.slick-slide {
	margin: 0;
	float: left;
	/* height: 100%; */
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide,
label.slider-title {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

button.slick-arrow {
	position: absolute;
	bottom: -62px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #6e67fd;
	background: #fff;
	font-size: 0;
	padding: 0
}

.banner_txt h1 span,
.clear:after,
.cmenu,
.container,
.has-submenu,
.has-submenu .has-submenu-sub,
.has-submenu .has-submenu-sub>a,
.has-submenu>a,
.logo,
li.cart_icon,
section {
	position: relative
}

button.slick-next,
button.slick-prev {
	background-image: url(../images/ar.svg);
	background-repeat: no-repeat;
	background-position: center
}

button.slick-next {
	left: 38%;
	transform: rotate(180deg)
}

button.slick-prev {
	right: 48%
}

button.slick-arrow.slick-disabled {
	opacity: .5
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.clear:after {
	content: "";
	clear: both;
	width: 100%;
	display: table
}

body {
	background: #e9f7fe;
	background: #f1f7fe;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: var(--deep-green-color)
}

.footer-ratings {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 11px;
	padding: 15px;
	background: radial-gradient(77.38% 77.38% at 50% 50%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	border-radius: 15px;
	border: 1px solid #fff
}

.footer-ratings p span,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.footer-ratings p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: 300
}

.cmenu li.dropdownmenu.main_menu_item.current-menu-item>a,
.top_hdr p {
	font-weight: 700
}

.banner_list ul li span,
.cart_icon span,
.footer-ratings p b,
.gurente_box p span,
.science_behide_section p strong {
	font-weight: 600
}

.ftr-rt {
	display: flex;
	align-items: center;
	gap: 20px
}

.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto
}

ul {
	margin: 0;
	padding: 0
}

a {
	transition: .3s ease-in-out
}

img {
	max-width: 100%
}

a:hover {
	color: #2c3087
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

section {
	padding: 94px 0
}

.top_hdr {
	background: #072188 !important;
	/* background: linear-gradient(275deg, #ffffff 0%, #07218842 83.34%) !important; */
	padding: 10px 0;
	border-radius: 0 0 30px 30px
}

.top_hdr p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}

.top_hdr p img {
	margin-right: 6px
}

.top_hdr p span,
a.call_btn img {
	margin-right: 4px;
}

.logo {
	left: 0;
	right: 0;
	margin: 0;
	width: auto;
	top: 0;
	z-index: 9
}

.has-submenu>a {
	padding-right: 15px
}

.has-submenu>a:after {
	content: "\f2f9";
	position: absolute;
	right: 0;
	font: 20px/1 Material-Design-Iconic-Font;
	color: #03629e
}

.has-submenu .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 70px);
	background: 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	width: 250px;
	padding-top: 0;
	opacity: 0;
	pointer-events: none;
	transition: .5s ease-in-out;
	z-index: 999
}

.has-submenu:hover>.sub-menu {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: all
}

.has-submenu .sub-menu>li {
	height: auto;
	line-height: 20px
}
.footer-ratings {
    cursor: pointer;
}
.has-submenu .sub-menu>li>a {
	padding: 9px 15px;
	display: block;
	font-size: 14px;
	transition: .5s ease-in-out;
	background: #0055a5;
	color: #fff
}

.has-submenu:hover>a:after {
	color: #0055a5
}

.has-submenu .sub-menu>li>a:hover {
	color: #fff;
	background: #00b7c2 !important
}

.has-submenu .has-submenu-sub>a:after {
	content: "\f2f6";
	position: absolute;
	right: 15px;
	font: 20px/1 Material-Design-Iconic-Font;
	color: #000
}

.crticon,
.login_area ul li a {
	line-height: 20px;
	font-weight: 500
}

.has-submenu .sub-menu>li:not(:last-child) {
	border-bottom: 1px solid #fff
}

.has-submenu .has-submenu-sub:hover>a {
	background: #0055a5;
	color: #fff
}

.cmenu ul>li i,
.has-submenu .has-submenu-sub:hover>a:after,
.pc_bc:nth-child(2) h4,
.pc_bc:nth-child(2) p,
.pc_bc:nth-child(3) h4,
.pc_bc:nth-child(3) p {
	color: #072188;
}

.has-submenu .has-submenu-sub .sub-menu {
	left: 100%;
	transform: translate(0, 70px);
	transition: .5s ease-in-out;
	top: 0;
	width: 250px
}

.has-submenu .has-submenu-sub:hover .sub-menu {
	left: 100%;
	transform: translate(0, 0);
	opacity: 1;
	pointer-events: all
}

.cmenu {
	padding: 0 25px;
	height: auto;
	font-size: .875rem;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, .6);
	border-radius: 31px;
	margin-top: 18px
}

.cmenu ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 99999;
	background: #fff;
	box-shadow: 1px 1px 3px 0 #0000004a;
	opacity: 0;
	transition: .2s ease-out;
	left: 0;
	width: 100%;
	top: 78px;
	transform: translateY(-70px)
}

.cmenu ul li ul.dropdown_products {
	z-index: -1
}

header.site-header {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0
}

.pt-114 {
	padding-top: 114px
}

.cmenu ul li.main_menu_item,
.login_area ul li:not(:last-child) {
	margin-right: 30px
}

.cmenu .mainmenu ul li a {
	position: relative;
	padding: 25px 0;
	display: block;
	width: 100%;
	font-weight: 500;
	border-radius: 0;
	text-transform: capitalize;
	font-family: "Figtree", sans-serif;
}

.cmenu .mainmenu>ul>li>a {
	padding: 17px 0;
	color: #072188;
}

.cmenu .mainmenu ul li ul li {
	width: 100%
}

.cmenu .mainmenu ul li ul li a {
	border-bottom: 1px solid #99a29e
}

.cmenu .mainmenu ul li ul li:last-child a {
	border-bottom: 0
}

.crticon {
	background: var(--theme-color);
	padding: 7px 10.5px;
	border-radius: 100vmax;
	font-size: 15px;
	font-family: Inter, sans-serif
}

.logo img {
	
	transition: .5s ease-out
}

.cmenu ul li.main_menu_item>ul {
	width: 413px;
	padding: 0 25px
}

.cmenu ul li.main_menu_item:hover>ul {
	z-index: 999;
	justify-content: center;
	margin: 0;
	opacity: 1;
	visibility: visible;
	line-height: 25px;
	-webkit-transition: .5s ease-out;
	transform: translateY(0)
}

.cmenu ul li a:hover,
.real_people_section .bnnr_starts_box span,
.suplied_section .banner_list ul li {
	color: #072188;
}

.cmenu ul li.main_menu_item:hover i {
	transform: rotate(180deg)
}

.login_area {
	text-align: right
}

.login_area ul li a i {
	color: var(--text-color-dark);
	font-size: 20px
}

.cart_icon span {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--greencolor);
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	position: absolute;
	top: -4px;
	right: -15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.login,
a.call_btn {
	background: var(--bluecolor);
	border-radius: 34px;
	display: inline-block
}

.bnnr_starts_box span.excelent,
.login,
.top_hdr p span,
a.call_btn {
	font-size: 14px;
	font-family: "Figtree", sans-serif;
}

.top_hdr p span {
	display: inline-block;
	background: #fea239;
	padding: 10px;
	color: #fff;
	border-radius: 43px;
	font-weight: 500
}

a.call_btn {
	padding: 6px 13px 6px 7px;
	color: #fff;
	font-weight: 400
}

.cmn_btn,
.login {
	font-weight: 500
}

a.call_btn:hover {
	background: #000
}

.mainmenu {
	margin-left: 21%;
	margin-right: auto;
}

.login {
	padding: 7px 30px;
	margin-left: 8px;
	border: 1px solid var(--bluecolor)
}

.banner_list ul li,
.cmn_btn,
.ft_menu ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 22px
}

.login:hover {
	background: 0 0;
	color: var(--bluecolor) !important
}

.banner_section {
	background: #9bb6e6;
	background: linear-gradient(90deg, #9bb6e6 0, #abe0ef 100%);
	width: 100%;
	min-height: 500px;
	border-radius: 0 0 60px 60px;
	padding-top: 202px;
	padding-bottom: 66px
}

.bnnr_starts_box {
	display: flex;
	gap: 10px;
	margin-bottom: 24px
}

.bnnr_starts_box span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	background: #fff;
	background: radial-gradient(circle, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	border: 1px solid #072188;
	border-radius: 88px;
	color: #072188;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	gap: 2px;
}
.bnnr_starts_box span svg{
	margin-left: 5px;
}
.banner_txt h1 {
	color: #072188;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	font-family: "Lora", serif;
}

.banner_list {
	margin-top: 24px;
	margin-bottom: 60px
}

.banner_list ul li {
	display: flex;
	align-items: center
}

.banner_list ul li:not(:last-child) {
	margin-bottom: 8px
}

.banner_list ul li img,
.gurente_box img {
	margin-right: 10px
}

.bnnr_starts_box span img,
.bnnr_starts_box span.excelent img,
.btn_area .cmn_btn img {
	margin-left: 10px
}

.cmn_btn {
	background: var(--bluecolor);
	padding: 13px 29px;
	border-radius: 31px;
	min-width: 339px;
	border: 1px solid var(--bluecolor);
	font-size: 22px;
}

.cmn_btn:hover {
	/* background: 0 0; */
	color: var(--text-color-primary);
	border: 1px solid var(
	--bluecolor);
	box-shadow: 0px 0px 11.9px 0px #9b9b9b !important;!important;
}

.btn_area {
	display: flex;
	flex-direction: column;
	max-width: 339px;
	justify-content: center;
	align-items: center;
	gap: 10px
}

.white_btn {
	background: #fff;
	padding: 8px 15px;
	border-radius: 31px;
	color: #000
}

.banner_txt h1 span {
	position: relative;
	z-index: 9
}

.banner_txt h1 span:after {
	background: url(../images/boder_dash.svg) center center/240px no-repeat;
	width: 100%;
	height: 40px;
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1
}

.white_btn img {
	margin-right: 5px
}

.banner_section .bnnr_pc {
	margin-left: -100px;
	display: block
}

.brand_section p {
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	color: #000;
	font-family: "Lora", serif;
}

.cmn_gap {
	padding: 100px 0
}

.brand_area {
	background: #fff;
	padding: 19px 0;
	margin-top: 44px
}

.brand_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px
}

.title h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	font-family: "Lora", serif;
	color: #072188;
}

.title h2 span {
	color: #fea239;
}

.wheig_txt_box {
	max-width: 434px
}

.wheig_txt_box .title {
	margin-bottom: 54px
}

.weight_section p {
	font-size: 24px;
	font-weight: 500;
	color: #072188;
}

.weight_box {
	max-width: 422px;
	margin-left: auto
}

.range_count {
	background: var(--bluecolor);
	padding: 15px 25px;
	border-radius: 25px;
	margin-top: 26px
}

.range_count h5 {
	font-size: 29px;
	line-height: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px
}

.range_count p {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500
}

.lbs_box {
	background: #f5f5ff;
	padding: 14px;
	border-radius: 30px;
	margin-top: 40px
}

.lbs_box span.lbs_price {
	display: block;
	border: 1px solid #d5d9ff;
	padding: 10px 20px;
	border-radius: 30px;
	background: #fff;
	font-size: 25px;
	font-weight: 500;
	max-width: 145px;
	margin: -35px auto 24px;
	color: #072188;
}

.gurente_box p {
	font-size: 15px;
	font-weight: 400;
	width: calc(100% - 30px);
	margin-bottom: 0;
	text-align: left
}

.gurente_box {
	border: 1px solid #0077CC;
	border-radius: 24px;
	padding: 10px;
	margin-top: 14px;
	margin-bottom: 70px;
}

.gurente_box h6 {
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
	color: #072188;
}

.magc_pic_area {
	margin-top: 40px
}

.pic_icon {
	background: #072188;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px
}
.review_box svg{
	margin-bottom: 17px;
}
.pic_box h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 58px;
	color: #072188;
}

.pic_box {
	background: #fff;
	border-radius: 20px;
	padding: 20px
}

.pc_bc:nth-child(2) .pic_box,
.pc_bc:nth-child(3) .pic_box {
	background: #cfe4fc;
}

.pc_bc:nth-child(2) .pic_icon,
.pc_bc:nth-child(3) .pic_icon,
.review_box {
	background: #fff
}

.pic_box picture img {
	object-fit: contain;
	margin-top: 20px
}

.pic_box p {
	font-size: 14px;
	margin-bottom: 13px;
	color: #072188;
}

.real_people_section .title h2 {
	margin-bottom: 15px;
	color: #072188;
}

.real_people_section .bnnr_starts_box {
	justify-content: center
}

.verfied_span {
	display: block;
	border: 1px solid #0077CC;
	border-radius: 30px;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.review_box h5 {
	font-size: 24px;
	line-height: 32px;
	color: #072188;
	margin-bottom: 10px
}

.review_box p {
	color: #371b6a;
	margin-bottom: 0
}

.review_box img {
	margin-bottom: 17px
}

.review_box a {
	color: #371b6a;
	border-bottom: 1px solid #000;
}

.review_box .verfied_span {
	margin-top: 17px;
	color: #072188;
}

.review_box .verfied_span img {
	margin-bottom: 0
}

.review_caption h4 {
	font-size: 20px;
	color: #072188;
}

.review_caption img {
	margin-bottom: 0;
	margin-right: 16px
}

.review_caption {
	margin-top: 24px
}

.review_box h6 {
	font-size: 12px;
	margin-top: 10px;
	color: #072188;
}

.review_box {
	padding: 30px;
	border-radius: 20px;
	min-height: 412px;
	height: 100%;
}

.science_box picture img {
	object-fit: cover;
	width: 100%;
	border-radius: 20px
}

.science_box picture {
	margin-bottom: 20px;
	display: block
}

.science_behide_section {
	padding: 50px 0;
	background: #cfe4fc78;
	/* background: linear-gradient(45deg, #0077cc33 0, #dff6fe 100%); */
	border-radius: 60px
}

.science_behide_section .title h2 span {
	/* background: -webkit-linear-gradient(45deg, #3c0597, #0077CC) !important; */
	background-clip: text !important;
	-webkit-background-clip: text !important;
	/* -webkit-text-fill-color: transparent !important; */
	color: #fea239;
}

.science_behide_section p {
	font-size: 20px;
	line-height: 28px
}

.science_behide_section .title {
	margin-bottom: 26px
}

.science_behide_section .txt {
	padding-left: 35px
}

.get_box .content h4 span {
	width: 44px;
	height: 44px;
	display: inline-block;
	background: var(--bluecolor);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	border-radius: 50%;
	margin-right: 5px
}

.get_box .content h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: var(--bluecolor);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px
}

.get_box .content {
	padding-top: 24px
}

.get_box .content p {
	font-size: 18px
}

.get_box {
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .15);
	border-radius: 40px;
	padding: 15px;
	background: #fff;
	min-height: 490px
}

.get_box img {
	border-radius: 23px
}

.get_started_area {
	margin-top: 48px;
	margin-bottom: 43px
}

.accordion-item,
.suplied_section .banner_list ul li:not(:last-child) {
	margin-bottom: 16px;
	color: #072188;
}

.aporved_tx h5 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 29px;
}
.get_started_section{
	padding-bottom: 50px;
}
.suplied_section {
	background: #fff;
	border-radius: 60px;
	overflow: hidden;
	position: relative
}

.sup_bx p {
	font-size: 22px;
	line-height: 25px
}

.sup_bx .title {
	margin-bottom: 24px
}

.suplied_section .sup_bx .cmn_btn img {
	width: 16px
}

.suplied_section .sup_bx .gurente_box p {
	text-align: center;
	font-size: 16px
}

.suplied_section .sup_bx .cmn_btn {
	min-width: 100%
}

.suplied_section picture {
	position: relative;
	z-index: 1
}

.suplied_section picture.overlayabs {
	position: absolute;
	z-index: 0;
	right: 0;
	width: 50%;
	margin-top: 69px;
	    bottom: 0;
}
.suplied_section picture.supplyimgpic {
    display: block;
    max-width: 590px;
    margin: 0 auto;
}
.suplied_section .container {
	position: static
}

.accordion-button {
	font-size: 20px;
	font-weight: 500
}

.faq_section .accordion-button::after {
	background: url(../images/plus.svg) center center / 20px no-repeat #072188;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.accordion-button:not(.collapsed)::after {
	background: url(../images/minus.svg) center center / 20px no-repeat #072188;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none
}

.accordion-item {
	background-color: #fff;
	border: 0;
	border-radius: 22px !important;
	overflow: hidden
}

.faq_section .accordion {
	margin-top: 48px
}

.manrope_txt {
	max-width: 100%;
	margin: 40px auto 0
}

.manrope_txt p {
	font-size: 16px;
	line-height: 24px
}

.site-footer {
	background: #3c3c46
}

.main_footer {
	padding: 56px 0 32px
}

.logo_holder span {
	display: inline-block;
	margin-left: 35px
}

.ft_menu ul,
.login_box ul,
.logo_holder {
	display: flex
}

.quick_links ul li a {
	font-size: 18px;
	line-height: 20px;
	color: #6f6f6f
}

.quick_links ul li:not(:last-child) {
	margin-bottom: 10px
}

.logo_holder {
	margin-bottom: 35px
}

.ft_menu ul {
	justify-content: flex-end;
	align-items: center
}

.ft_menu ul li:not(:last-child) {
	margin-right: 60px
}

.ft_menu ul li a:hover {
	color: var(--lightbluecolor)
}

.dn_ft {
	padding-top: 24px;
	border-top: 1px solid #909090;
	padding-bottom: 40px
}

.dn_ft .gx-6 {
	gap: 40px
}

.dn_ft ul li a {
	color: #6f6f6f;
	font-size: 16px
}

.slider-container {
	position: relative;
	width: 100%;
	border: 0;
	padding: 10px
}

.slider-container .title-container {
	padding: 10px 0
}

.slider-container #value {
	position: absolute;
	right: 10px
}

#slider {
	appearance: none;
	-webkit-appearance: none;
	height: 6px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 1px #4a4a4a;
}

#slider::-webkit-slider-thumb {
	appearance: none;
	background: #fff;
	height: 27px;
	width: 27px;
	border: 5px solid var(--bluecolor);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 2px #4a4a4a
}

#slider::-webkit-slider-thumb:active {
	scale: 1.02
}
.bnnr_starts_box span i{
	font-style: normal;
}
.mobile_v{
	display: none;
}

.cmn_btn{
    -webkit-animation: pulse 1.5s infinite;
    animation: none !important;!I;!;
    /* box-shadow: 0 0 0 0 rgba(35, 3, 89, 0.5); */
}

.cmn_btn:hover {
    -webkit-animation: none;
    animation: none;
  }
  @keyframes pulse {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(35, 3, 89, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(35, 3, 89, 0);
    }
  }
  @-webkit-keyframes pulse {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(35, 3, 89, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(35, 3, 89, 0);
    }
  }
  
.white_btn i{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00ED2B;
    box-shadow: 0px 0px 1px 1px #1ADF3E;
    animation: pulse-animation 1s infinite;
    display: inline-block;
    margin-right: 10px;
}
@-webkit-keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(26, 223, 62, 0.2);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(26, 223, 62, 0);
    }
  }
@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(1 236 42 / 70%);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(26, 223, 62, 0);
    }
  }
  
.btn_area .white_btn{
    margin-top: 68px;
}
.inn_login{
	padding: 9px 30px !important;
  }
  .moretext {
	display: none ;
  }
  .magic_section h2 span{
	/* background: -webkit-linear-gradient(45deg, #3c0597, #0077CC) !important; */
	background-clip: text !important;
	-webkit-background-clip: text !important;
	/* -webkit-text-fill-color: transparent !important; */
	color: #072188;
	}
  .brand_section.cmn_gap {
    padding-top: 70px;
}
.title{
	margin-bottom: 70px;
}

.brand_area{
	margin-top: 70px;
}
.cmn_gap {
    padding: 70px 0;
}
.banner_list ul li span {
    margin: 0px 6px;
}
.banner_list ul li:first-child span{
  margin-left: 0px;
}
.banner_list ul li:last-child span{
	margin-left: 0px;
  }
 .legitscript_badge {
    width: auto !important;
    margin: 0 !important;
}
.legitscript_badge img {
    max-width: 90px;
}
@media (min-width:1400px) {
	.container {
		max-width: 1280px
	}

	.truste_txt {
		max-width: 640px
	}
	
}



@media (max-width:1400px) {
	.pic_box{
		padding: 14px;
	}
	.pic_icon{
		margin-bottom: 14px;
	}
}
@media (max-width:1199px) {

	.cmenu .mainmenu ul li a,
	.get_box .content p,
	.login_area ul li a {
		font-size: 16px
	}

	.cmenu ul li.main_menu_item {
		margin-right: 22px
	}

	.main_footer ul li a {
		font-size: 15px;
		line-height: 20px
	}

	.banner_section .bnnr_pc {
		margin-left: -43px
	}

	.banner_txt h1 {
		font-size: 39px;
		line-height: 57px
	}

	.bnnr_starts_box span {
		padding: 10px 17px
	}

	.pic_box h4 {
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
		margin-bottom: 10px;
		min-height: 43px
	}

	.pic_box {
		padding: 9px
	}

	.pic_icon {
		margin-bottom: 14px
	}

	.pic_box p {
		font-size: 14px;
		margin-bottom: 13px;
		line-height: 20px
	}

	.get_box .content h4,
	.review_box h5 {
		font-size: 22px
	}

	.review_box h5 {
		line-height: 32px
	}

	.review_box {
		min-height: 469px
	}

	.get_box picture {
		overflow: hidden;
		border-radius: 23px;
		display: block
	}

	.get_box img {
		border-radius: 23px;
		object-fit: contain
	}

	.get_box .content h4 span {
		margin-right: 10px
	}

	.get_box .content {
		padding-top: 13px
	}

	.title h2 {
		font-size: 30px;
		line-height: 40px
	}

	.gurente_box {
		margin-bottom: 50px
	}

	.suplied_section picture.overlayabs {
		margin-top: 188px
	}
}

@media (max-width:1023px) {

	.cmenu .mainmenu ul li ul li:last-child a,
	.cmenu .mainmenu>ul>li>a {
		border-bottom: 1px solid #99a29e
	}

	.login,
	.menu_txt {
		text-align: center
	}

	.cmenu {
		padding: 0 6px
	}

	.cmenu .mainmenu ul li ul li:first-child,
	.logo,
	.rmenubar {
		padding: 0
	}

	.cmenu ul li.main_menu_item {
		margin-right: 12px
	}

	.callicon,
	.cmenu .login_area ul li.cart_txt,
	.cmenu ul li.main_menu_item>ul,
	.header-top-list li:first-child~li a .text {
		display: none
	}

	.header-top-list li:first-child {
		margin-right: 10px
	}

	.header-top-list li:first-child~li,
	.header-top-list li:first-child~li a .ico {
		margin-right: 0
	}

	.hashchild>ul {
		left: 90px;
		width: 160px;
		z-index: 124
	}

	.cmenu li:last-child,
	.cmenu li:last-child .currencybx,
	.loginui,
	.suplied_section .banner_list ul li {
		display: block
	}

	.cmenu ul {
		position: fixed;
		top: 0;
		left: -100vw;
		width: 80%;
		height: 100%;
		z-index: 999;
		background: #072188;
		/*		overflow-y: scroll;*/
		font-size: 12px;
		transition: .5s
	}

	.cmenu li:first-child {
		display: block;
		width: 100%;
/*		padding: 18px 10px;*/
		padding: 26px 10px;
		border-bottom: 3px solid var(--theme-color);
		font-size: 14px;
		background: 0 0
	}

	ul.navopen {
		left: 0
	}

	.rmenubar {
		width: 25px;
		height: 15px;
		position: absolute;
		z-index: 99;
		font-size: 22px;
		background: 0 0;
		border-radius: 0;
		-webkit-transition: .5s ease-out;
		transform: translateY(-50%);
		display: block;
		top: 73%;
		right: 31px;
		left: auto
	}

	.lftpnl {
		margin-right: 30px
	}

	.cmenu ul li {
		display: block;
		padding: 0 0 0 16px;
		font-weight: 600;
		font-size: 25px;
		text-align: left;
		margin-bottom: 0
	}

	.mainmenu>ul>li:first-child {
		display: block;
		background: var(--deep-green-color)
	}

	.menu_txt h5 {
		color: #fff;
		font-weight: 600;
		text-transform: capitalize
	}

	.cmenu .login_area ul {
		position: relative;
		background: 0 0;
		height: auto;
		width: auto;
		overflow-y: visible;
		left: auto;
		z-index: 1
	}

	.cmenu .login_area ul li {
		display: inline-block;
		margin-bottom: 0
	}

	.cmenu .login_area ul li:first-child {
		width: auto;
		display: inline-block;
		background: 0 0;
		border: 0
	}

	.logo img {
		max-width: 117px
	}

	.menu_txt {
		width: 100%
	}

	.cmenu .mainmenu>ul>li>a {
		font-size: 18px;
		padding: 25px 20px;
		font-weight: 600 !important
	}

	.cmenu ul li.main_menu_item.mobile_menu>ul.dropdown_products {
		display: block;
		width: 100%;
		top: 100%;
		position: relative;
		padding: 0
	}

	.cmenu ul li ul {
		box-shadow: none
	}

	.cmenu .mainmenu ul li ul li {
		padding-left: 0
	}

	.cmenu ul li.main_menu_item i {
		transform: rotate(0) !important;
		margin-left: auto;
		position: absolute;
		right: 0;
		font-size: 32px
	}

	.cmenu ul li.main_menu_item.mobile_menu i {
		transform: rotate(180deg) !important
	}

	.top_hdr {
		padding: 14px 0
	}

	.clsebtn {
		position: absolute;
		left: auto;
		right: 7px;
		top: 7px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		overflow: hidden
	}

	.cmenu .mainmenu ul li a {
		color: #fff
	}

	.rmenubar .fa.fa-bars {
		position: absolute;
		top: 0;
		left: 0;
		color: #000;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		border: 0
	}

	.login,
	a.call_btn {
		font-size: 12px;
		padding: 9px 8px;
		border-radius: 30px;
		width: auto
	}

	.login {
		width: 100px
	}

	.login_box ul li {
		padding: 5px 0 !important
	}

	.login_box ul {
		position: relative;
		z-index: 9;
		left: auto;
		width: auto;
		height: auto;
		right: 75px;
		display: flex;
		align-items: center;
		background: 0 0
	}

	.banner_txt h1 {
		font-size: 34px;
		line-height: 46px
	}

	.banner_txt h1 span:after {
		background: url(../images/boder_dash.svg) center center/100% no-repeat;
		width: 100%
	}

	.banner_list ul li {
		display: inline-block
	}

	.cmn_gap {
		padding: 56px 0
	}

	.review_box {
		min-height: 432px
	}

	.science_behide_section p {
		font-size: 18px;
		line-height: 26px
	}

	.get_box img {
		border-radius: 23px;
		object-fit: contain;
		height: 191px
	}

	.get_box .content h4 {
		font-size: 17px
	}

	.get_box {
		min-height: 422px
	}

	.suplied_section .row .sup_bx {
		order: 2
	}
	.inn_login {
		padding: 13px 30px !important;
	}
}

.legitscript_badge img {
    width: 90px;
    height: auto;
}

@media (max-width:992px) {
	.banner_section {
        padding-top: 153px;
    }
    .banner_txt h1 span {
	    z-index: 1;
	}
	.main_footer .col-md-12.col-lg-2.order-md-2.order-lg-1 {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    margin-top: 40px;
	}
	.bnnr_starts_box span{
		display: inline-block;
	}
}

@media (min-width: 767.5px) and (max-width: 991.5px) {
  .main_footer .col-md-2.order-2.order-md-1 {
    width: 100%;
    margin-bottom: 36px;
    order: 2 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_footer .col-md-4.order-1.order-md-2 {
    width: 100%;
    margin-bottom: 40px;
    order: 1 !important;
  }
  .ftr-rt {
    justify-content: center;
  }
  .main_footer .ft_menu ul {
    justify-content: flex-start;
  }
  .main_footer .col-md-6.order-2.order-md-3 {
        width: 100%;
        display: none;
  }
}

@media (max-width:767px) {
	.range_count p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
	}
	.wheig_txt_box.hide-d {
    display: block; 
    margin-top: 28px;
	}
	.gurente_box {
    margin-top: 24px; 
}
.wheig_txt_box.hide-m{
	display: none;
}
a.cmn_btn.sz {
    width: 100%;
    margin-bottom: 22px;
}
.gurente_box p {
    font-size: 14px;
    line-height: normal;
}
	.main_footer .col-md-12.col-lg-2.order-md-2.order-lg-1 {
        margin-top: 15px;
    }

	.btn_area,
	.wheig_txt_box {
		max-width: 100%
	}

	.banner_txt,
	.logo_holder,
	.mob_title,
	.quick_links,
	.wheig_txt_box {
		text-align: center
	}

	.quick_links {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}

	.bnnr_starts_box,
	.ftr-rt,
	.logo_holder {
		justify-content: center
	}

	.footer-ratings p {
		font-size: 12px
	}

	.ftr-rt {
		margin-bottom: 46px
	}

	.sup_bx p {
		font-size: 19px;
		line-height: 25px;
		font-weight: 300
	}

	.mob-gra {
	/*	background: -webkit-linear-gradient(90deg, #3c0597 0, #9557ff 58.06%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent*/
	}

	.science_box picture {
		margin-bottom: 0
	}

	.science_behide_section {
		margin-top: 25px
	}

	button.slick-next {
		left: 42%
	}

	button.slick-prev {
		right: 44%
	}

	.banner_section {
		background: linear-gradient(255.94deg, #abe0ef 9.76%, #6e67fd 126.93%)
	}

	.banner_section .row .bn_bx:first-child,
	.banner_section .row .bn_bx:last-child,
	.bnnr_starts_box span,
	.bnnr_starts_box span.excelent,
	.get_box picture {
		order: 2
	}

	.bnnr_starts_box span,
	.bnnr_starts_box span.excelent,
	.get_box .content {
		order: 1
	}

	.banner_section .bnnr_pc {
		margin-left: 0;
		margin-bottom: 0;
		text-align: center;
		padding: 15px;
	}
	.banner_section .bnnr_pc img {
        height: auto !important;
        width: 261px;
    }
	.cmn_btn {
		min-width: auto
	}

	.pic_box h4 {
		min-height: auto;
		margin-top: 50px
	}

	.pic_box {
		padding: 14px
	}

	.btn_area {
		margin: 0 auto;
		padding: 10px;
		border-radius: 52px;
		gap: 0
	}

	.btn_area .cmn_btn {
		min-width: 100%
	}

	.review_area,
	.white_btn {
		padding: 0
	}

	.weight_box {
		margin: 20px auto 0
	}

	.wheig_txt_box .title {
		margin-bottom: 24px
	}

	.brand_area ul {
		flex-wrap: wrap;
		gap: 15px
	}

	.pic_box div:first-child {
		order: 2;
		text-align: left
	}

	.pic_box div:last-child {
		order: 1;
		text-align: center
	}

	.science_box picture img {
		object-fit: contain;
		object-fit: contain;
		height: auto
	}

	.science_box {
		display: flex;
		justify-content: center;
		gap: 10px;
		flex-direction: column
	}

	.science_behide_section .txt {
		padding-left: 0;
		text-align: center;
		margin-top: 20px
	}

	.get_box {
		min-height: auto;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		background: 0 0;
		box-shadow: none
	}

	.suplied_section picture.overlayabs {
		margin-top: 101px
	}

	.science_behide_section {
		padding: 30px 0
	}

	.science_behide_section .title {
		margin-bottom: 17px
	}

	.science_behide_section p {
		font-size: 16px;
		line-height: 26px
	}

	.logo {
		left: 9px
	}

	.review_box h5 {
		font-size: 16px;
		line-height: 22px
	}

	.review_box p {
		font-size: 12px;
		line-height: 19px
	}

	.review_box a {
		font-size: 13px
	}

	.review_caption h4 {
		font-size: 16px
	}

	.review_caption img {
		margin-bottom: 0;
		margin-right: 9px
	}

	.review_box h6 strong {
		display: block
	}

	.review_box {
		min-height: 416px;
		padding: 12px
	}

	.review_caption picture img {
		width: 50px;
		height: 50px
	}

	.get_box .content h4 {
		font-size: 32px
	}

	.get_box .content p {
		font-size: 20px
	}

	.mob_title h2,
	.sticky .btn_area .cmn_btn {
		margin-bottom: 10px
	}

	.mob_title p {
		font-size: 19px
	}

	.suplied_section .banner_list ul li {
		font-size: 16px;
		text-align: left;
		display: flex
	}

	.suplied_section .row .sup_bx {
		order: 2;
		margin-top: -57px
	}

	.accordion-button {
		font-size: 18px;
		font-weight: 500
	}

	.login_box ul {
		right: 52px
	}
	.btn_area.newbaea {
        background: #fff;
        border-radius: 0;
        margin-bottom: 0 !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 7;
        transform: translateY(110px);
		transition: all 0.3s ease-in-out;
    }
	.sticky .btn_area.newbaea {
		background: #fff;
		border-radius: 0;
		margin-bottom: 0 !important;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 7;
		transform: translateY(0px);
	}

	.sticky .white_btn {
		display: block !important
	}

	.home .site-footer {
        margin-bottom: 0;
        position: relative;
        z-index: 8;
    }
	.top_hdr{
		border-radius: 0 0 35px 35px;
	}
	.top_hdr p span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4px;
        font-size: 10px;
        padding: 4px 8px;
    }
	.cmenu{
		border-radius: 10px;
		padding: 6px 6px;
	}
	a.call_btn{
		padding: 4px 8px;
	}
	.bn_bx .banner_list{
		max-width: auto;
        margin: 24px auto 44px;
        text-align: left;
        padding-left: 40px;
	}
	.bn_bx .banner_list ul li{
		text-align: left;
		position: relative;
	}
	.bn_bx .banner_list ul li img {
        position: absolute;
        left: -31px;
        top: 1px;
    }
	.pic_box h4 {
        font-size: 22px;
	}
	.get_box .content h4{
		position: relative;
		margin-bottom: 17px;
	}
	.get_box .content h4 span {
		position: absolute;
		left: 0px;
		top: -9px;
	}
	.desktop_v{
		display: none;
	}
	.mobile_v{
		display: block;
	}
	.bnnr_starts_box span {
        order: 1;
        font-size: 12px;
        padding: 3px 17px;
        width: 50%;
    }
	.bnnr_starts_box span {
        order: 1;
        font-size: 12px;
        padding: 3px 17px;
        display: flex;
        align-items: center;
		gap: 3px;
		justify-content: center;
    }
	.btn_area .cmn_btn .excelent img {
		margin-left: 10px;
		width: 88px;
	}
	.magc_pic_area .pc_bc:nth-child(3){
		order:4;
	   }
	   .magc_pic_area .pc_bc:nth-child(4){
		 order:3;
		}
		.btn_area .white_btn {
			margin-top: 0px;
		}
		.sticky .btn_area .cmn_btn{
			animation: none;
		}
		.mt-5 {
			margin-top: 0 !important;
		}
		.real_people_section{
			padding-bottom: 25px !important;
		}
		.get_started_area{
			margin-bottom: 8px;
		}
		.title {
			margin-bottom: 33px;
		}
		.banner_list ul li span {
			margin: 0px 2px;
		}
}

@media (max-width:575px) {

	.banner_list,
	.logo_holder,
	.quick_links ul li {
		text-align: center
	}

	button.slick-next {
		left: 41%
	}

	button.slick-prev {
		right: 41%
	}

	.dn_ft {
		flex-wrap: wrap;
		justify-content: center !important
	}

	.ft_menu ul {
		justify-content: center;
		margin-top: 27px
	}

	.faq_section .accordion {
		margin-top: 22px
	}

	.ft_menu ul li:not(:last-child) {
		margin-right: 24px
	}

	.cmn_gap {
		padding: 40px 0
	}

	.title h2 {
		font-size: 28px;
		line-height: 40px
	}

	.banner_txt h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.login {
		font-size: 16px
	}

	.banner_list {
		margin-top: 24px;
		margin-bottom: 44px
	}

	.accordion-button {
        font-size: 18px;
        font-weight: 500;
        border-radius: 20px;
        line-height: 23px;
    }

	.bnnr_starts_box {
		flex-wrap: nowrap
	}

	.bnnr_starts_box span {
		order: 1;
		font-size: 12px;
		padding: 3px 17px
	}

	.bnnr_starts_box span.excelent {
		order: 2;
		font-size: 12px
	}

	.banner_list ul li {
		display: inline-block;
		font-size: 14px;
		text-align: center
	}

	.review_box {
		min-height: 430px
	}

	.banner_section {
		padding-bottom: 5px
	}
	.top_hdr p span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4px;
        font-size: 10px;
        padding: 4px 8px;
    }
	.gurente_box h6 {
		width: 100%;
		margin-top: 8px;
		font-size: 12px;
		font-weight: 300;
	}
	.title {
		margin-bottom: 56px;
	}
	.banner_txt h1 span:after{
		bottom: -17px;
	}
}

@media (max-width:479px) {
	
	.top_hdr p {
        font-size: 11px;
    }
	.top_hdr p span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4px;
        font-size: 10px;
        padding: 4px 8px;
    }
    .top_hdr p {
        font-size: 10px;
    }

	.rmenubar {
        top: 71%;
    }

	button.slick-prev {
		right: 39%
	}

	button.slick-next {
		left: 36%
	}

	.review_box .verfied_span {
		font-size: 12px;
		padding: 2px 15px
	}

	.review_box .verfied_span img {
		margin-bottom: 0;
		width: 16px
	}

	.review_caption picture img {
		width: 48px;
		height: 48px
	}

	.review_box {
		min-height: 447px
	}

	.title h2 {
		font-size: 28px;
        line-height: 37px;
	}

	.cmn_btn {
		font-size: 16px;
		padding: 13px 22px;
	}
	.get_box .content h4 {
        font-size: 28px;
    }
	.get_box .content p {
        font-size: 18px;
    }
	.review_box svg {
		margin-bottom: 4px;
		width: 80px;
	}
	.title {
		margin-bottom: 33px;
	}
	.brand_area {
		margin-top: 40px;
	}
}
@media (max-width:359px) {
	.rmenubar {
		top: 75%;
		right: 35px;
	}
	a.call_btn img {
		margin-right: 4px;
	}
	.bnnr_starts_box span {
        
        font-size: 10px;
        
    }
	.bnnr_starts_box span.excelent {
        
        font-size: 10px;
    }
	.bnnr_starts_box span.excelent img{
		width: 88px;
	}
	.banner_section {
        padding-top: 171px;
    }
	.banner_txt h1 {
        font-size: 27px;
        line-height: 36px;
    }
	.banner_section .bnnr_pc img{
		height: auto !important;
	}
	.cmn_btn {
        font-size: 14px;
        padding: 13px 22px;
    }
	.title h2 {
        font-size: 24px;
        line-height: 34px;
    }
	.review_caption picture img {
        width: 39px; 
        height: 39px;
    }
	.review_caption h4 {
        font-size: 14px;
    }
	.review_box p {
        font-size: 12px;
        line-height: 13px;
    }
	.review_box{
		padding: 9px;
	}
	.get_box .content h4 span {
        position: absolute;
        left: 0px;
        top: -3px;
    }
	.get_box .content h4 {
        font-size: 22px;
    } 
}
  
/*================= 4K responsive =================*/
.logos-slider .slick-track {
	display: flex;
	align-items: center;
}

.logos-slider .slick-slide img {
	width: auto;
	max-height: 85px
}
/*@media (max-width: 1440px) {
.sub_science_box{height: 250px}
.science_box{height: 510px}
}
@media (min-width: 1440px) {
.sub_science_box{
	width: 100%;height: 375px;overflow: hidden;    border-radius: 15px;
}
.sub_science_box:first-child{margin-bottom: 10px}
.science_box{
	width: 100%;height: 760px;overflow: hidden;
}
.sub_science_box img, .science_box img{width: 100%;height:100%;object-fit: cover;}
}
*/

@media (min-width: 1640px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1470px;
	}

	.top_hdr p {
		font-size: 16px;
		line-height: 24px;
	}

	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 20px;
	}

	.cmenu ul li.main_menu_item,
	.login_area ul li:not(:last-child) {
		margin-right: 35px;
	}

	.bnnr_starts_box span.excelent,
	.login,
	.top_hdr p span,
	a.call_btn {
		font-size: 16px;
	}

	.banner_txt h1 {
		font-size: 56px;
		line-height: 70px;
	}

	.tbs p {
		font-size: 16px !important;
	}

	.cmn_btn {
		font-size: 24px;
		padding: 16px 30px;
	}

	.wheig_txt_box {
		max-width: 75%;
	}

	.title h2 {
		font-size: 44px;
		line-height: 62px;
	}
    .weight_box {
    max-width: 60%;
}
	.weight_section p {
		font-size: 28px;
	}

	.gurente_box p {
		font-size: 16px;
	}

	.range_count p {
		font-size: 24px;
		line-height: 34px;
	}

	.pic_box h4 {
		font-size: 26px;
		line-height: 36px;
		min-height: 72px;
	}

	.pic_box p {
		font-size: 16px;
		line-height: 30px;
	}

	.pic_box {
		padding: 28px 25px;
	}

	.review_box h5 {
		font-size: 26px;
	}

	.get_box .content h4 {
		font-size: 28px;
	}

	.get_box .content p {
		font-size: 20px;
		line-height: 32px;
	}

	.sup_bx p {
		font-size: 24px;
		line-height: 28px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 20px;
		line-height: 24px;
	}

	.suplied_section .sup_bx .gurente_box p {
		font-size: 18px;
	}

	.gurente_box h6 {
		font-size: 16px;
	}

	.accordion-button {
		font-size: 22px;
	}

	.accordion-body p {
		font-size: 16px;
	}

	.manrope_txt p {
		font-size: 18px;
		line-height: 28px;
	}

	.quick_links ul li a {
		font-size: 20px;
		line-height: 22px;
	}

	.dn_ft ul li a {
		font-size: 18px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 20px;
	}
}

@media (min-width: 1840px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1670px;
	}

	.home-tabs {
		width: 75% !important;
	}

	.nw-btn {
		max-width: 75% !important;
	}

	.tbs p {
		font-size: 18px !important;
	}

	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 22px;
	}

	.banner_txt h1 {
		font-size: 65px;
		line-height: 78px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 22px;
	}

	.logos-slider .slick-slide img {
		max-height: 90px;
	}

	.title h2 {
		font-size: 46px;
	}

	.pic_box h4 {
		font-size: 30px;
		line-height: 42px;
		min-height: 80px;
	}

	.pic_box p {
		font-size: 18px;
		line-height: 35px;
		min-height: 95px;
	}

	.pic_box {
		padding: 40px 25px;
	}

	.review_box h5 {
		font-size: 28px;
	}

	.review_box p {
		font-size: 16px;
		line-height: 26px;
	}

	.review_box h6 {
		font-size: 14px;
	}

	.science_behide_section p {
		font-size: 22px;
		line-height: 32px;
	}

	.get_box .content p {
		font-size: 22px;
		line-height: 34px;
	}

	.sup_bx p {
		font-size: 35px;
		line-height: 50px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 24px;
		margin-bottom: 24px !important;
	}

	.banner_list ul li {
		padding: 0 !important;
	}

	.suplied_section .sup_bx .gurente_box p {
		font-size: 20px;line-height: normal;
	}

	.gurente_box h6 {
		font-size: 18px;
	}

	.accordion-button {
		font-size: 24px;
	}

	.accordion-body p {
		font-size: 20px;
		line-height: 32px;
	}

	.manrope_txt p {
		font-size: 20px;
		line-height: 34px;
	}

}

@media (min-width: 2040px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1870px;
	}

	.bnnr_starts_box span.excelent,
	.login,
	.top_hdr p span,
	a.call_btn {
		font-size: 18px;
	}

	.bnnr_starts_box span {
		padding: 14px 30px;
		font-size: 18px;
	}

	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 24px;
	}

	.banner_txt h1 {
		font-size: 72px;
		line-height: 85px;
	}

	.tbs p {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.hm-tmr1 .ovr {
		font-size: 24px !important;
	}

	.gurente_box p {
		font-size: 18px;
	}

	.pic_box {
		padding: 55px 25px;
	}

	.pic_box h4 {
		font-size: 36px;
		line-height: 48px;
		min-height: 90px;
	}

	.pic_box p {
		font-size: 22px;
		line-height: 38px;
		min-height: 100px;
	}

	.title h2 {
		font-size: 50px;
	}

	.science_behide_section p {
		font-size: 24px;
		line-height: 38px;
	}
}

@media (min-width: 2240px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 2070px;
	}

	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 26px;
	}

	.bnnr_starts_box span {
		padding: 16px 35px;
		font-size: 22px;
	}

	.banner_txt h1 {
		font-size: 80px;
		line-height: 105px;
	}

	.hm-tmr1 .ovr {
		font-size: 24px !important;
	}

	.title h2 {
		font-size: 54px;
		line-height: 70px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 30px;
		margin-bottom: 28px !important;
		padding: 22px 36px;
	}

	.tbs p {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.pic_box h4 {
		font-size: 42px;
		line-height: 60px;
		min-height: 110px;
	}

	.pic_box p {
		font-size: 24px;
		line-height: 45px;
		min-height: 140px;
	}

	.review_box h5 {
		font-size: 30px;
	}

	.review_box p {
		font-size: 18px;
		line-height: 32px;
	}

	.review_box .verfied_span {
		font-size: 18px;
	}

	.weight_box {
		max-width: 60%;
	}
}

@media (min-width: 2440px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 2270px;
	}


	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 28px;
	}

	.bnnr_starts_box span {
		padding: 18px 35px;
		font-size: 24px;
	}

	.banner_txt h1 {
		font-size: 90px;
		line-height: 120px;
		margin: 10px 0 45px !important;
	}

	.tbs {
		min-height: 110px !important;
	}

	.tbs h4 {
		font-size: 28px !important;
	}

	.tbs img {
		width: 40px !important;
	}

	.home-tabs .row:nth-child(2) .col-sm-6:last-child img {
		width: 70px !important;
	}

	.hm-tmr1 .ovr {
		font-size: 24px !important;
	}

	.title h2 {
		font-size: 65px;
		line-height: 90px;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 35px;
		margin-bottom: 28px !important;
		padding: 30px 36px;
	}

	.pic_box {
		padding: 68px 25px;
	}

	.pic_box h4 {
		font-size: 50px;
		line-height: 70px;
		min-height: 125px;
	}

	.pic_box p {
		font-size: 28px;
		line-height: 50px;
		min-height: 140px;
	}

	.review_box h5 {
		font-size: 34px;
	}

	.review_box p {
		font-size: 20px;
		line-height: 38px;
	}

	.review_box h6 {
		font-size: 18px;
	}

	.review_box .verfied_span {
		font-size: 18px;
	}

	.weight_box {
		max-width: 70%;
	}

	.real_people_section .title p {
		font-size: 18px;
	}

	.get_box .content h4 {
		font-size: 34px;
	}

	.get_box .content p {
		font-size: 28px;
		line-height: 45px;
	}

	.suplied_section .sup_bx .gurente_box p {
		font-size: 24px;
	}

	.gurente_box h6 {
		font-size: 20px;
	}

	.accordion-button {
		font-size: 26px;
	}

	.accordion-body p {
		font-size: 22px;
		line-height: 38px;
	}

	.top_hdr p span {
		padding: 6px 14px;
	}
}

/*@media (min-width: 2640px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2470px;
  }
}
*/
@media (min-width: 2840px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 2670px;
	}

	.banner_txt h1 {
		font-size: 105px;
		line-height: 145px;
		margin: 10px 0 50px !important;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 42px;
		margin-bottom: 28px !important;
		padding: 40px 36px;
	}

	.banner_list li {
		font-size: 34px !important;
	}

	.home-tabs .row:nth-child(2) .col-sm-6:last-child img {
		width: 70px;
	}

	.logos-slider .slick-slide img {
		max-height: 120px;
	}

	.title h2 {
		font-size: 80px;
		line-height: 108px;
	}

	.range_count p {
		font-size: 28px;
		line-height: 45px;
	}

	.weight_section p {
		font-size: 40px;
	}

	.gurente_box p {
		font-size: 25px;
		line-height: 35px;
	}

	.gurente_box h6 {
		font-size: 26px;
	}

	.lbs_box span.lbs_price {
		padding: 20px 30px;
		font-size: 30px;
		max-width: 175px;
		margin: -10px auto 15px;
	}

	.magc_pic_area .image img {
		width: 100%
	}

	.pic_box {
		padding: 75px 30px;
	}

	.pic_box h4 {
		font-size: 60px;
		line-height: 80px;
		min-height: 170px;
	}

	.pic_box p {
		font-size: 34px;
		line-height: 65px;
		min-height: 150px;
	}

	.pic_box picture img {
		width: 100%;
	}

	.review_box h5 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.review_box p {
		font-size: 26px;
		line-height: 46px;
	}

	.review_box .verfied_span {
		font-size: 24px;
		margin-top: 25px;
		padding: 18px 20px;
	}

	.review_caption h4 {
		font-size: 24px;
	}

	.review_box h6 {
		font-size: 24px;
	}
}


/*@media (min-width: 3040px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2870px;
  }
}*/


@media (min-width: 3440px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 3270px;
	}

	.cmenu ul li.main_menu_item,
	.login_area ul li:not(:last-child) {
		margin-right: 50px;
	}

	.cmenu .mainmenu ul li a,
	.login_area ul li a {
		font-size: 32px;
		padding: 30px 0;
	}

	.hm-tmr1 .ovr {
		font-size: 35px !important;
	}

	.bnnr_starts_box span.excelent,
	.login,
	.top_hdr p span,
	a.call_btn {
		font-size: 25px;
	}

	.bnnr_starts_box span {
		padding: 30px 45px;
		font-size: 30px;
	}

	.bnnr_starts_box span i,
	.excelent strong {
		font-style: normal;
		font-size: 30px;
	}

	.banner_txt h1 {
		font-size: 128px;
		line-height: 160px;
		margin: 15px 0 55px !important;
	}

	a.call_btn {
		padding: 17px 15px 15px 15px;
	}

	.login {
		padding: 15px 35px;
		margin-left: 15px;
	}

	.tbs {
		min-height: 150px !important;
		border-radius: 20px;
		padding: 0 35px;
		gap: 15px;
	}

	.tbs p {
		font-size: 35px !important;
		line-height: 50px !important;
	}

	.tbs h4 {
		font-size: 35px !important;
	}

	.tbs img {
		width: 55px !important;
	}

	.home-tabs .row:nth-child(2) .col-sm-6:last-child img {
		width: 90px !important;
	}

	.banner_list ul li,
	.cmn_btn,
	.ft_menu ul li a {
		font-size: 55px;
		margin-bottom: 28px !important;
		padding: 55px 36px;
	}

	.ft_menu ul li a {
		font-size: 40px;
	}

	.logos-slider .slick-slide img {
		max-height: 165px;
	}

	.title h2 {
		font-size: 95px;
		line-height: 130px;
	}
    .sup_bx p {
        font-size: 38px;
        line-height: 70px;
    }
    .banner_list ul li{        margin-bottom: 40px !important;}
	.weight_section p {
		font-size: 52px;
	}

	.range_count h5 {
		font-size: 40px;
	}

	.range_count p {
		font-size: 40px !important;
		line-height: 52px;
	}

	.gurente_box p {
		font-size: 32px;
		line-height: 50px;
	}

	.gurente_box h6 {
		font-size: 32px;
	}

	.pic_box {
		padding: 90px 35px;
	}

	.pic_box h4 {
		font-size: 70px;
		line-height: 92px;
		min-height: 205px;
	}

	.pic_box p {
		font-size: 45px;
		line-height: 80px;
		min-height: 180px;
	}

	.real_people_section .title p {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.review_box h5 {
		font-size: 45px;
		margin-bottom: 25px;
		margin-top: 20px;
	}

	.review_box .verfied_span {
		font-size: 30px;
		margin-top: 28px;
		padding: 30px 30px;
	}

	.review_box p {
		font-size: 32px;
		line-height: 60px;
	}

	.review_caption h4 {
		font-size: 30px;
	}

	.review_box h6 {
		font-size: 30px;
	}

	.science_behide_section p {
		font-size: 38px;
		line-height: 68px;
	}

	.get_box .content h4 {
		font-size: 40px;
		margin-bottom: 25px;
	}

	.get_box .content p {
		font-size: 38px;
		line-height: 60px;
	}

	.suplied_section .sup_bx .gurente_box p {
		font-size: 28px;
	}

	.accordion-button {
		font-size: 34px;
		padding: 2rem 1.5rem;
	}

	.accordion-body p {
		font-size: 28px;
		line-height: 50px;
	}

	.manrope_txt p {
		font-size: 28px;
		line-height: 40px;
	}

	.quick_links ul li a {
		font-size: 24px;
		line-height: 32px;
	}

	.dn_ft ul li a {
		font-size: 25px;
	}

}