body{
	font-size: 14px;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Roboto', sans-serif;

}
*{
	box-sizing: border-box;
}

.primary-color {color: #01011e;}
.secondary-color {color: #e60000;}
.third-color {color: #ffdc29;}
.red-color {color: #ff0404;}
.white-color {color: #fff;}


.mt-0 {margin-top: 0}
.mt-10 {margin-top: 10px}
.mt-20 {margin-top: 20px}
.mt-30 {margin-top: 30px}
.mt-40 {margin-top: 40px}
.mt-50 {margin-top: 50px}
.mt-75 {margin-top: 75px}
.mt-100 {margin-top: 100px}
.mt-120 {margin-top: 120px}
.mt-150 {margin-top: 150px}
.mt-175 {margin-top: 175px}
.mt-200 {margin-top: 200px}
.mt-250 {margin-top: 250px}

.mb-0 {margin-bottom: 0}
.mb-10 {margin-bottom: 10px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-40 {margin-bottom: 40px}
.mb-50 {margin-bottom: 50px}
.mb-75 {margin-bottom: 75px}
.mb-100 {margin-bottom: 100px}
.mb-120 {margin-bottom: 120px}
.mb-150 {margin-bottom: 150px}
.mb-175 {margin-bottom: 175px}
.mb-200 {margin-bottom: 200px}
.mb-250 {margin-bottom: 250px}

.width-50 {width: 50% !important}
.width-100 {width: 100% !important}

p {
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}

.img-responsive {
	width: auto;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
.img-bordered {
	border: 5px solid #000;
}

.gif-logo {
	position: absolute;
	width: 140px;
	top: 21%;
	left: 46%;
}

button.form-control.btn-warning {
    background: #01011e;
    border-color: #01011e;
    color: #fff;
}
button.form-control.btn-warning:hover {
    background: #e60000;
    border-color: #e60000;
    color: #fff;
}

header {
    background: #01011e;
    padding: 15px 0;
}
header a {
    font-size: 30px;
}
.top-header {
    float: right;
}
header .top-header a {
    font-size: 14px;
}
header ul.nav {
    margin-top: 15px;
}

header ul.nav li {}

header ul.nav li a {
    font-size: 16px;
    margin-right: 25px;
    color: #fff;
}
header ul.nav li a:hover {
	text-decoration: none;
	color: #e60000;
}
header ul.nav li:last-child a {
	margin: 0;
	border: 1px solid;
	padding: 5px 15px;
	border-radius: 10px;
	background: #ffce42;
	color: #000
}
header ul.nav li:last-child a:hover {
	background: #e60000;
	color: #fff;
}



section {
	padding: 50px 20px 20px 20px;
}
#home{
	padding: 0;
	position: relative;
    background-size: cover;
    background-position: left;
    background-image: url(why-bg.jpg);
    background-repeat: no-repeat;
}
#home:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}
/*
#home:after {
    content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
}*/

ul.list-items {
    padding: 0;
    list-style: none;
}

ul.list-items li.list-item {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
ul.list-items.text-dark li.list-item {
    color: #212121;
}

ul.list-items.list-background li {
	padding: 10px 20px;
	background-color: #ffdb75;
	color: #333;
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
}
ul.list-items li.list-item span.list-icon {}

ul.list-items li.list-item span.list-text {}

.ingredients-box {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}
.ingredients-box div:first-child {
    width: 45%;
    margin-right: 50px;
}
.ingredients-box div:last-child {
    width: 50%;
}

.accordion>.card>.card-header {
    padding: 5px;
}
.accordion>.card {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.accordion>.card>.card-header button.btn.btn-link {
    text-decoration: none;
}

.satisfy{
	padding: 0;
	position: relative;
	background-size: contain;
	background-image: url(image1.png);
	background-repeat: no-repeat;
}
.satisfy:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.enlargement{
	padding: 0;
	position: relative;
    background-size: cover;
    background-position: center;
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
}
.enlargement:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.enlargement-text {
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 30px;
}

.main-header{
	background-color: #fff;
}
.main-header .left-side{
	background-color: #fff;
}
.form-heading{background: #e60000;}
.form-heading h3{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
}
.order-form-sec{
	margin-top: 120px;
	padding: 20px;
	background: #ffdc29;
	border-radius: 10px;
}
#order .order-form-sec {
    padding-bottom: 150px;
}
.form-group {
    margin-bottom: 5px;
}

.heading-content {
	font-size: 40px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 25px;
}
.order-button {
    display: inline-block;
    background: #01011e;
    border-color: #01011e;
    color: #fff;
    font-size: 30px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 25px;
}
.order-button:hover {
    background: #e60000;
    border-color: #e60000;
    color: #fff;
	text-decoration: none;
}
.header-image {
    background: #fff;
    border: 2px solid #fff;
    width: 250px;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.header-image:hover {
    background: #e2e2e2;
    border: 2px solid #000;
}
.header-image img {
    margin-right: 10px;
}
.how-works {
	border: 1px solid;
	margin-bottom: 10px;
	padding: 10px;
}
.how-works:hover {
    background: #e2e2e2;
}
.how-works h3 {
	font-size: 20px;
	color: #01011e;
	text-shadow: 1px 1px 1px #000;
}
.center-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 600px;
    margin-bottom: 30px;
}
.center-div .center-left-div {
    margin-right: 30px;
	width: 40%;
}
.center-div .center-right-div {
	width: 60%;
}
.center-image-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

figure.center-image-box-img {
    display: inline-block;
    margin: 0;
    margin-right: 0;
    width: 10%;
}

figure.center-image-box-img img {}

.center-image-box-content {
    width: 100%;
}

p.center-image-box-description {}

.text-right .how-works {
	border-right: none;
	padding-right: 20px;
}
.text-left .how-works {
	border-left: none;
	padding-left: 20px;
}


.why {
	background: url(why-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 0;
}

.why .container {
	padding: 60px 0 0;
}


.why_inner:before, .why_inner:after {
    content: '';
    position: absolute;
}
.why_inner:before {
	left: 60%;
	top: 60%;
	-webkit-box-shadow: -20px 0px 200px 100px #fff, 20px 0px 200px 100px #fff, 180px 0px 200px 100px #fff, -50px 0px 250px 250px #fff;
	box-shadow: -20px 0px 200px 100px #fff, 20px 0px 200px 100px #fff, 180px 0px 200px 100px #fff, -50px 0px 250px 250px #fff;	
}

.why-techno {
	padding-right: 60px;
	margin-top: 30px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	font-size: 40px;
	text-align: right;	
}
p.why-techno {
    line-height: 50px;
}
.why-techno__item {
	font-weight: 700;
	color: #dd047a;
	text-shadow: 1px 1px 1px #000;
}

img.why_image {
    position: absolute;
    width: 550px;
    height: 496px;
    bottom: 0;
    right: 0;
}

.new-experience {
    margin: 30px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
}
.new-experience:hover {
    background: #fff;
}
.new-experience img {
    border-radius: 50%;
    border: 5px solid;
}
.new-experience h4 {
    height: 60px;
    margin-top: 20px;
}


/* Review */
.review{
	margin: 10px 15px;
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 20px 20px 20px;
}
.review-title{
	text-align: center;
	padding: 10px;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}
.review-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 2;
	margin: 20px 0px;
}

.review-box .box {
  position: relative;
  min-height: 320px;
  background: #f2f2f2;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 2;
  box-sizing: border-box;
  padding: 30px;
	border-radius: 10px;
  box-shadow: -4px 3px 19px rgba(0, 0, 0, 0.3);
}
.review-card-img{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0px;
}
.review-card-img img{
	width: 225px;
	height: 225px;
	border-radius: 50%;
}
.review-box .box p {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	font-size: 1.2rem;
}
.reviewer-name h2{
	font-size: 20px;
	font-weight: 800;
	padding-top: 10px;
	color: #e60000;
}


#order{
	padding: 0;
	position: relative;
    background: #000;
	color: #fff;
}
#order:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

#order .order-right-banner:after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
	background-image: url(married-couple.png);
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
}
#order h4 {
    font-size: 35px;
}
#order h5 {
    font-size: 24px;
}
#order .form-area {
    position: relative;
    height: 65px;
}
.price-block {
    position: absolute;
    top: -10px;
    left: -60px;
    width: 140%;
    height: 65px;
    background-image: url(price-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 15px;
    font-size: 25px;
}
.old-price {text-decoration: line-through;}

.form-price {
    position: absolute;
    left: -40px;
	margin-top: 25px;
}
.form-price .price {
    position: relative;
    padding: 25px 68px 16px 20px;
    display: inline-block;
    width: 400px;
    background-image: url(offer-price-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.form-price .price-inner {
    display: table;
    width: 100%;
}
.form-price .price-items {
    position: relative;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.form-price .price-items-new {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #e60000;
}
.form-price .form-group {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: right;
}


.timeTo div {
	height: 50px;
	width: 40px;
}
.timeTo ul li {
	font-size: 30px;
	line-height: 55px;
}
.timeTo span {
	line-height: 40px;
	font-size: 35px;
}
	
.progress-line {
    display: block;
    height: 22px;
    overflow: hidden;
    font-size: 15px;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar-line {
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress-line span.pull-left {
    padding-left: 20px;
}
.progress-line span.pull-right {
	padding-right: 5px;
	margin-top: -22px;
	color: #000;
}


.progress-circle{
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress-circle:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-circle > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress-circle .progress-left{
    left: 0;
}
.progress-circle .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress-circle .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress-circle .progress-right{
    right: 0;
}
.progress-circle .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress-circle .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress-circle .progress-bar{
    border-color: #049dff;
}
.progress-circle .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress-circle .progress-value span {
    position: absolute;
    display: block;
    top: 30%;
    left: 20%;
    line-height: 50px;
}
.progress-circle .progress-value span strong {
    display: block;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


footer {
	background: #000;
	text-align: center;
	padding: 10px;
}
#fixedbox {display: none;}



.wrapper {
    overflow: hidden;
	background: #000;
}

.present {
    padding: 35px 0;
    position: relative;
	color: #fff;
}

.present:before {
    content: '';
    width: 894px;
    height: 1342px;
    background: url("https://staticimage.b-cdn.net/i-101/bg_01.jpg") center no-repeat;
    position: absolute;
    top: -50%;
    left: 50%;
    margin: -55px 0 0 -1000px;
    opacity: .7;
}

.container_logo-mod {
	padding: 0 50px 0 110px;
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.container_box {
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.logo {
    font-size: 50px;
    font-weight: 900;
    line-height: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    position: absolute;
    top: 0;
	left: -40%;
	margin: 20px 0 0 30px;
}

.present__title {
    font-size: 48px;
    font-weight: bold;
    padding: 5px 0 20px;
}

.clr-mod {
    color: #ffba00;
}

.clr-mod_02 {
    color: #d92b2b;
}

.clr-mod_03 {
    color: #000;
}

.present__wrap {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}

.present__cell {
    display: table-cell;
    vertical-align: top;
}

.present__text {
    font-size: 19px;
    line-height: 2;
    padding: 0 0 30px;
    width: 75%;
}

.advantage {
    width: 75%;
    font-size: 19px;
    font-weight: bold;
    list-style: none;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
}

.advantage__item {
    padding: 10px 0 15px 55px;
    position: relative;
}

.advantage__item:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #fdb900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.advantage__item:after {
    content: '';
    width: 16px;
    height: 10px;
    border: 3px solid transparent;
    border-left: 3px solid #fdb900;
    border-bottom: 3px solid #fdb900;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 14px 0 0 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    background: #459a05;
    display: table;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;

    position: relative;
    z-index: 5;
    text-shadow: 0 0 0 #000;
    overflow: hidden;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.button__wrap {
    position: relative;
    z-index: 2;
}

.full-btn {
    width: 100%;
}

/*
button:before {
  content: '';
  width: 98%;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 1%;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  z-index: 1;
}

button:after {
  content: '';
  width: 98%;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 1%;
  background: #ffba00;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
*/



.subbutton {
    letter-spacing: 1px;
    margin: 0;
}

.sale {
    min-width: 125px;
    min-height: 125px;
    margin: 0 30px 0 auto;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("https://staticimage.b-cdn.net/i-101/sale_bg.png") center no-repeat;
    position: relative;
    z-index: 1;
    display: table;
}

.sale__wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sale:after {
    content: '';
    width: 260px;
    height: 454px;
    background: url("bottle-single-image.png") center no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    margin: -75px 17px 0 0;
}

.sale:before {
    content: '';
    width: 244px;
    height: 436px;
    background: url("https://staticimage.b-cdn.net/i-101/product_tube_shadow.png") center no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    margin: -60px 0 0 0;
}

.sale__text {
    display: block;
}

.sale__value {
    font-size: 43px;
    position: relative;
}

.sale__value:after {
    content: '%';
    font-size: 29px;
    font-weight: 400;
    line-height: 1.43;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 5px;
}

.sale_text {
    font-weight: 400;
    font-size: 10px;
}

form {
    width: 316px;
}

.form__wrap {
    background: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.3;
    padding: 12px;
    margin: 20px 0 20px;
    position: relative;
    z-index: 1;
}

.form__title {
    font-size: 18px;
    color: #000;
    padding: 0 0 10px;
    text-align: center;
}

.form__field {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #a6a6a6;
    position: relative;
}

.form__field_select:before {
    content: '';
    border: 4px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -2px 0 0 0;
}

.form__field input,
.form__field select {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    line-height: 1;
}

select::-ms-expand {
    display: none;
}

.price {
    padding: 0px 0 10px 0px;
    text-align: center;
}

.price__old {
    font-size: 20px;
    color: #000;
}

.price__old span {
    text-decoration: line-through;
}

.price__new {
    font-size: 30px;
    font-weight: bold;
    color: #a62121;
    padding: 8px 0 10px 0px;
}


/*DECORE*/

.effect__arrow {
    width: 100px;
    height: 8px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ff2a00), to(transparent));
    background: -webkit-linear-gradient(right, #ff2a00 50%, transparent);
    background: -moz-linear-gradient(right, #ff2a00 50%, transparent);
    background: -o-linear-gradient(right, #ff2a00 50%, transparent);
    background: linear-gradient(to left, #ff2a00 50%, transparent);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -320px;
}

.effect__arrow_move {
    -webkit-animation: arrow-rise 2.5s forwards linear;
    -o-animation: arrow-rise 2.5s forwards linear;
    animation: arrow-rise 2.5s forwards linear;
}

@-webkit-keyframes arrow-rise {
    from {
        width: 100px;
    }

    to {
        width: 600px;
    }
}

@-moz-keyframes arrow-rise {
    from {
        width: 100px;
    }

    to {
        width: 600px;
    }
}

@-o-keyframes arrow-rise {
    from {
        width: 100px;
    }

    to {
        width: 600px;
    }
}

@keyframes arrow-rise {
    from {
        width: 100px;
    }

    to {
        width: 600px;
    }
}

.effect__arrow:after {
    content: '';
    width: 24px;
    height: 24px;
    border: 6px solid transparent;
    border-bottom-color: red;
    border-right-color: red;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: -8px 0 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.glare {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.glare__item {
    width: 1px;
    height: 1px;
    background: rgba(126, 126, 126, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.glare__item_01 {
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
    box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
}

.glare__item_02 {
    top: -10%;
    right: 30%;
    -webkit-box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
    box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
}

.glare__item_03 {
    top: 60%;
    left: 30%;
    -webkit-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    z-index: 1;
}

.glare__item_04 {
    top: 45%;
    left: 45%;
    -webkit-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    z-index: 1;
}

.glare__item_05 {
    top: 0;
    left: 55%;
    -webkit-box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
    box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
}

.glare__item_06 {
    top: 10%;
    left: 40%;
    -webkit-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
}

.glare__item_07 {
    top: 25%;
    right: 0;
    -webkit-box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
    box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
}

.glare__item_08 {
    bottom: -10%;
    left: 5%;
    -webkit-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
}

.use .bx-viewport {
    overflow: visible !important;
}

.bx-pager.bx-default-pager {
    text-align: center;
}

.bx-pager-item {
    margin: 0 10px;
    display: inline-block;
    font-size: 0;
}

.bx-pager-link {
    display: block;
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
}

.active {
    background: #000;
}

.accept-online {
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.online-discount {
    font-family: 'poppins';
    font-weight: 500;
    margin-top: 14px;
    line-height: 26px;
    background: #e84235;
    padding: 10px;
    border-radius: 14px;
    color: #fff;
    border: dashed;
    font-size: 17px;
    text-align: center;
}


.bx-next {
    float: right;
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}
.ac_footer a {
    color: #A12000;
}
.ac_footer p {
    text-align: center;
}

@media (max-width: 420px){

	.header-image {
		width: 100%;
	}
	.order-form-sec {
		margin-bottom: 20px;
	}
	img.why_image {
		position: relative;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.text-right .how-works {
		border: 1px solid;
	}
	.text-left .how-works {
		border: 1px solid;
	}
	#order .order-right-banner:after {
		width: 100%;
	}
	#order .order-form-sec {
		padding-bottom: 0;
		margin-top: 0;
	}
	.form-price {
		position: relative;
		left: 0;
	}
	.form-price .price {
		width: 100%;
		padding: 50px 15px 25px 30px;
		background-size: cover;
	}
	.form-price .price-inner {
		display: block;
	}
	
	#fixedbox {
		display: block;
		position: fixed;
		bottom: 0;
		left: auto;
		width: 100%;
		z-index: 990;
	}
	.stick_bar {
		background: #5a266e;
		background-size: 55%;
		height: 90px;
		margin: 0px auto 0;
		margin-right: 0;
		position: relative;
	}
	.lpCTAbottle {
		background-image: url(bottle-single-image.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		width: 145px;
		height: 125px;
		top: 0;
		left: -40px;
		margin-top: -50px;
		margin-left: 0;
		z-index: 11;
	}
	.call-number {
		float: right;
		color: #fff;
		display: block;
		font-size: 24px;
		margin: 5px;
		margin-bottom: -5px;
		margin-right: 35px;
		text-decoration: none;
	}

	img.btn.pulse {
		float: right;
		margin: 0px 11px 0 20px;
		width: 225px;
	}
	.pulse {
		animation-name: pulse;
		-webkit-animation-name: pulse;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	@keyframes pulse{0%{transform:scale(.9)}50%{transform:scale(1)}100%{transform:scale(.9)}}
	
	
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	header ul.nav li {
		display: none;
	}
	header ul.nav li:last-child {
		display: block;
	}
}
