body{width:100%;
background:#fff;}
h1, h2, h3, h4, h5, h6{font-family:'Montserrat';color:#001122;text-rendering: auto !important;line-height:1.2}
.small_caps{font-variant: small-caps;}
.manrope{font-family: 'Manrope';}
.red-txt{color:#d01818;}
.fw_300{font-weight: 300;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}
.f_bold	{font-weight:bold;}
.blue-txt{color:#2aabd3;}
.lspace1{letter-spacing: 1.5px;}
.lspace2{letter-spacing: 2.5px;}
.f30{font-size:30px;}
.f48{font-size:48px;}
.f60{font-size:60px;}
u{ text-decoration-thickness: 2px;text-underline-offset: 7px;}
.dark_bg {
    background: #131627;
}
p{font-family:'Manrope';font-size:16px;color:#282f32;line-height:1.5;}
img{
	max-width:100%;
}
.grey_bg{
	background:#f5f5f5
}
h1{
	font-size:60px;
	color:#243239;
}
h2{
	font-size:44px;
	color:#243239;
}
h3{
	font-size:36px;
	color:#243239;
}
h4{
	font-size:30px;
	color:#243239;font-family:'Manrope';
}
h5{
	
}
h6{
	font-size:23px;
	color:#243239;
}
.f18 {
    font-size: 18px;
}

header {
    box-shadow: 0 0 20px -2px rgb(0 119 155 / 25%);
	    z-index: 1;
    position: relative;
}
.f14{
	font-size:14px;
	color:#818181;
}
.footer {
    background: #f7f7f7;
}
.dark-blue-bg {
    background: #1f243c;
}
.white_text{
	color:#fff;
}
.dark_txt{
	color:#1f243c;
}
ul.footer-list {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0px;
	color: #1e2739;
	line-height: 1;
}
ul.footer-list li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
	color: #1e2739;
	line-height: 1.5;
	position:relative;
}
/* ul.footer-list li:before{
	content:'';
	position:absolute;
	width:1px;
	height:90%;
	background:#1e2739;
	top:3px;left:-25px;
	border-right:2px solid #1e2739;	
} */
ul.footer-list li:first-child:before{
	display:none
}
ul.footer-list li a {
    text-decoration: none;
    color: #1e2739;
    font-size: 17px;
    line-height: 1;
    font-family: 'Manrope';
	letter-spacing:1.5px;
	font-weight: 600;
}
.user_link {
    padding: 18px 0 15px;
}
.bonus-img {
    width: 100%;
}
p sup {
    font-size: 14px;
}
.phone_img{
	object-fit:contain
}
.f16{
	font-size:16px;
	color:#1f243c;
	line-height: 1;
}
.text_sec h6{
	color:#27b3de;
	margin:3px 0 1px 0;
	line-height: 1;
}
.text_sec{
	padding-left:8px
}
.f12{
	font-size:12px;	
	line-height: 1;
	color:#1f243c;
}
.f12 span{
	color:#258b3f;
}
.light_blue_bg{
	background:#f2fbff;
}
.border_sec{
    padding: 25px 35px 50px;
    border: 1px solid #e1eff6;
    border-radius: 20px;
    background: #fff;
}
.f50{font-size:50px;line-height:1}
.timer-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}
.timer-sec .min-txt {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 700;
	color:#404250;
}
.timer-sec .sec-txt {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 700;
	color:#404250;
}
.tracking_offer_col {
    padding: 15px;
    width: 100%;
    background: #e8f4f9;
	margin-top:15px
}
.tracking_offer_col p{
	font-size:16px;
	color:#191a1c;
	padding-left:15px;
	font-weight:500;
}
.tracking_offer_col h1 span {
    float: left;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.fields_inner {
    border-radius: 5px;
    box-shadow: 0 0 20px -2px rgb(0 0 0 / 14%);
    overflow: hidden;
}
.form_fields {
    padding: 20px 30px;
}
.fields_inner h3 {
    padding: 8px;
}
.form-control , .form-select{
    border-radius: 2px;
    background-color: #f7f7f7;
    border-color: #eeeeee;
    font-size: 16px;
    padding: 12px 17px;
	font-family:'Manrope';
	color:#818181
}
.form-control:focus , .form-select:focus{
	box-shadow:unset;border-radius: 2px;
    background: #f7f7f7;
    border-color: #c2c2c2;color:#818181
}
.check_col input , .discount_sec input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check_col , .discount_sec{
	position:relative
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #b7b7b7;
  border-radius:2px
}
.discount_sec .checkmark{
	border:1px solid #000000;
  border-radius:0px;    top: 20px;
    left: 20px;
}
.check_col:hover input ~ .checkmark , .discount_sec:hover input ~ .checkmark {
  background-color: #fff;
}
.check_col input:checked ~ .checkmark , .discount_sec input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check_col input:checked ~ .checkmark:after , .discount_sec input:checked ~ .checkmark:after {
  display: block;
}
.check_col .checkmark:after  {
    left: 0px;
    top: 0.75px;
    width: 12px;
    height: 12px;
    background: #27b3de;
    margin: auto;
    bottom: 0;
    right: 0;
}
.discount_sec .checkmark:after {
    left: -1px;
    top: 0.70px;
    width: 15px;
    height: 15px;
    background: url(../img/blue-tick.png) no-repeat center center;
	background-size:100%;
    margin: auto;
    bottom: 0;
    right: 0;
}
.check_col label {
    padding-left: 30px;cursor:pointer;
}
.discount_sec label{
    padding-left: 35px;font-size:20px;cursor:pointer;
}
.form-group.mb-3 {
    margin-bottom: 20px !important;
}
.form-group.mb-4 {
    margin-bottom: 35px !important;
}
.card_sec p{
	font-size:18px;
}
.card_sec  img {
    max-width: 400px;
}
.card_detail .form-group {
    width: 33.33%;
}
.card_sec {
    gap: 10px;
}
.card_detail, .bottle_sec {gap: 20px;}
.copyryt p {
    color: #e1e1ef;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.cvv_img {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 8px 0 0 0;
    color: #0e27a7;
    font-size: 14px;
    font-weight: 600;
}
.special_sec {
    border: 2px dashed #1f243c;
    border-radius: 10px;
	padding:20px;
	margin-top:40px
}
.special_sec .join_txt{
	background:#27b3de;
	padding:10px 12px;
	font-weight:300
}
.special_sec h6{
	line-height:1.4
}
.special_sec p{
	font-size:16px;
}
.discount_sec {
    background: #f2f4f7;
    padding: 15px;
}
.ques_img {
    margin: -4px 0 0 5px;
	cursor:pointer
}
.beautifier{	
	font-size:12px;
	font-family:'Manrope';
}
.checkout_btn {
    width: 100%;
    font-size: 48px;
    font-weight: 800;
    padding: 11px 5px;
    display: flex;
	align-items:center;
	justify-content:center;
	line-height:1;
    margin: 25px auto 0;
    color: #2f2f2f;
    background: #f1c339;
    background: -moz-linear-gradient(top, #f4d63d 0%, #f1c339 100%);
    background: -webkit-linear-gradient(top, #f4d63d 0%,#f1c339 100%);
    background: linear-gradient(to bottom, #f4d63d 0%,#f1c339 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d63d', endColorstr='#f1c339',GradientType=0 );
    font-family: 'Barlow';
    border-radius: 5px;
    border: 2px solid #d1b415;
	text-shadow:0px 0.5px #fff;
}
.checkout_btn:hover {
	background: #f4d63d;
    background: -moz-linear-gradient(top, #f1c339 0%, #f4d63d 100%);
    background: -webkit-linear-gradient(top, #f1c339 0%,#f4d63d 100%);
    background: linear-gradient(to bottom, #f1c339 0%,#f4d63d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c339', endColorstr='#f4d63d',GradientType=0 );
}
.checkout_btn img {
    margin: 4px 0 0 15px;
}
.checkout_seal {
    margin: 20px auto 0;
    display: block;
}
.availabilty_col{
	margin-top:15px;
}
.availabilty_col p{
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	line-height: 1;
}
.availabilty_col .progress {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
	height: 35px;
	font-size:20px;
	font-family:'Manrope';
	letter-spacing:1.5px;
	font-weight:600;
}
.availabilty_col .progress-bar{
	    background-color: #d01818
}
.timer-sec div{font-family:'BaseOne';text-align:center;}
.timer-sec .red-txt{font-size:50px;line-height:1}
.timer-sec .min-txt , .timer-sec .sec-txt{font-size:16px;color:#404250;line-height:1}
.time_col{
	width:100px;
}
.money_back_sec h4 span{
	color:#27b3de;
}
.border_sec .col-lg-7 {
    padding-right: 40px;
}
.border_sec>.col-lg-5 {
    padding-left: 0px;
}
.money_back_seal {
    margin: 0 auto 20px;
    display: block;
}
.testimonial_sidebar {
    background: #f6f6f6;
    padding: 30px;
}
.grey_txt{
	color:#747477;
}
.testi_con h6{
	font-size:22px;
}
.star_rating  p {
    padding: 0 10px;
}
.green_tick{
	width:16px;
}
.bottle_img {
    border: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
	text-align:center;
}
.bottle_img label{
	position:absolute;top:-10px;right:-10px;font-size:18px;
	color:#fff;border-radius:100%;width:25px;height:25px;text-align:center;font-family:'BaseOne';
}
.product_summary table{
	width:100%;
}
.product_summary table th:first-child , .product_summary table td:first-child {
    text-align: left;
	font-size:20px;
	font-family: 'Manrope';font-weight:600;line-height:1;
}

.product_summary table th:first-child {
	font-size:18px;font-weight:600;line-height:1;
}
.product_summary table th{
	border-bottom:1px solid #cdcdcd
}
.product_summary table th:last-child , .product_summary table td:last-child {
    text-align: right;
	font-size:22px;
	font-family: 'Manrope';
	font-weight:600;line-height:1;
}
.product_summary th, .product_summary td {
  padding: 8px 12px;
}
.product_summary table th{
	border-bottom:1px solid #cdcdcd;padding-bottom:15px;
}
.product_summary table tr.subtotal_text td{
	padding-top:15px;
}
.product_summary table tr.shipping_text td{
	padding-bottom:15px;
}
.product_summary table tr.total td{
	padding:13px 12px;
	font-size:23px
}
.money_back_sec h4{
	font-size:28px
}
.desktop-view{display:block;}
	.mob-view{display:none;}
	#three_bottle, #one_bottle{display:none;}
@media only screen and (min-width:1440px){	
.container{max-width:1140px !important;}
}
@media screen and (max-width: 1080px) {
.card_sec  img {
    max-width: 280px;
}
br{
	display:none
}
.green_tick {
    width: 12px;
}
img.testimonial_img {
    max-width: 60px;
}
img.small_star {
    max-width: 65px;
}
.star_rating p{font-size:14px;}
.testi_con h6 {
    font-size: 20px;
}

}

@media only screen and (max-width:991px){
	.desktop-view{display:none;}
	.mob-view{display:block;}
	.border_sec {
    padding: 25px 20px 20px;
}
.border_sec .col-lg-7 {
    padding-right: 12px;
}
.tab_offer {
    justify-content: center;
}
ul.footer-list li {
    margin: 0 15px;
}
h3{font-size:30px;}	
}

@media only screen and (max-width:767px){
	.discount_sec label {
    display: inline;
}
	.tab_offer {
    display: block !important;
    margin: 0 auto !important;
    text-align: center;
}
.tab_offer h6 {
    margin-bottom: 10px !important;
}	
.tracking_offer_col{align-items:center !important;}	
h1 {
    font-size: 45px;
}
h3 {
    font-size: 26px;
}
.money_back_sec h4 {
    font-size: 24px;
}
.testimonial_sidebar {
    padding: 20px;
}
.availabilty_col p {
    font-size: 18px;
}
h3 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
}

@media only screen and (max-width:480px){
	
	h1 {
    font-size: 35px;
}
.availabilty_col .progress{font-size:16px;}	
.card_sec  img {
    max-width: 250px;
}
.card_sec p {
    font-size: 16px;
}
header.white_bg .col-sm-6 {
    margin: 0 auto 0;
    display: block !important;
    width: 100%;
    text-align: center;
    float: none !important;
}
header.white_bg .col-sm-6:nth-child(1) {
    margin-bottom: 15px !important;
}
.phone_sec{justify-content:center !important;}
}

@media only screen and (max-width:450px){
	
	.tracking_offer_col {
    display: block !important;
    text-align: center;
}
.tracking_offer_col p {
    padding-left: 0;
}
.availabilty_col p {
    font-size: 17px;
}	
.availabilty_col .progress {
    font-size: 13px;
}
.product_summary table th:first-child, .product_summary table th:first-child, .product_summary table td:first-child {
    font-size: 17px;
}
.product_summary table th:last-child, .product_summary table td:last-child, .product_summary table tr.total td {
    font-size: 18px;
}
h3 {
    font-size: 22px;
}
.form_fields {
    padding: 20px 15px;
}
.card_sec  img {
    max-width: 220px;
}
.discount_sec label {
    font-size: 18px;
}
.checkout_btn {
    font-size: 35px;
}
}
@media only screen and (max-width:410px){
	
	.availabilty_col p {
    font-size: 15px;
}
.card_sec  img {
    max-width: 190px;
}
.cvv_img {
    font-size: 13px;
}
.discount_sec label {
    font-size: 17px;
}	
img.small_star {
    max-width: 62px;
}
}

@media only screen and (max-width:380px){
	
	.card_sec  img {
    max-width: 180px;
}
	.card_detail {
    display: block !important;
}
.card_detail .form-group {
    width: 100%;
}
.discount_sec label {
    font-size: 16px;
}
img.small_star {
    max-width: 48px;
}
.testi_con h6 {
    font-size: 18px;
}
}

@media only screen and (max-width:360px){
	
	.availabilty_col p {
    font-size: 14px;
}
.availabilty_col .progress {
    font-size: 11px;
}
.card_sec  img {
    max-width: 165px;
}
h3 {
    font-size: 20px;
}
.discount_sec label {
    font-size: 15px;
}	
.star_rating p {
    font-size: 12px;
}
.testi_con h6 {
    font-size: 17px;
}
ul.footer-list li {
    margin: 0 10px;
}
}

@media only screen and (max-width:320px){
	
	.availabilty_col p {
    font-size: 12px;
}
.availabilty_col .progress {
    font-size: 9px;
}
h1 {
    font-size: 30px;
}
.card_sec  img {
    max-width: 125px;
}
.special_sec {
    padding: 15px;
}
.checkout_btn {
    font-size: 30px;
}
h6 {
    font-size: 16px;
}
h3 {
    font-size: 18px;
}
.testimonial_inner {
    display: block !important;
}	
img.testimonial_img {
    margin-bottom: 10px;
}
}

@media only screen and (max-width:300px){
	
	ul.footer-list li {
    margin: 0 9px;
}
.checkout_btn img {
    max-width: 32px;
}	
.checkout_btn {
    font-size: 25px;
}
.star_rating p {
    font-size: 10px;
}
.testi_con h6 {
    font-size: 15px;
}
.card_sec p {
    font-size: 10px;
}
.card_sec  img {
    max-width: 115px;
}
h3 {
    font-size: 16px;
}
.availabilty_col p {
    font-size: 10px;
}
.tracking_offer_col {
    padding: 11px;
}
}