
.slick-prev {
  left: 10px !important;
  color:#fff;
  z-index: 1;
}
.slick-next {
  right: 10px !important;
  color:#fff;
}
.slick-prev:before, .slick-next:before {
	color:#fff;
}

.slick-prev:before {
  color: #fff !important;
  font-size: 25px !important;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f053" !important;
   font-weight: 900;
}

.slick-next:before {
   color: #fff !important;
  font-size: 25px !important;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f105" !important;
   font-weight: 900;
}

	@font-face {
    font-family: 'Boing';
    src: url('../fonts/Boing-Light.woff2') format('woff2'),
        url('../fonts/Boing-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Boing';
    src: url('../fonts/Boing-Bold.woff2') format('woff2'),
        url('../fonts/Boing-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boing';
    src: url('../fonts/Boing-Regular.woff2') format('woff2'),
        url('../fonts/1/0670/9644/5240/files/Boing-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boing';
    src: url('../fonts/Boing-Medium.woff2') format('woff2'),
        url('../fonts/Boing-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
	font-family: Boing, sans-serif;
	font-weight: normal;
	color:#191919;
}
a {
	color:#191919;
	text-decoration: none;
}
input,select,textarea, button {
	font-family: Boing, sans-serif;
}

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}


.container {
	width: 1200px;
	margin: 0px auto;
}
.container_slim {
	width: 1100px;
	margin: 0px auto;
}


.clear { clear:both; }

#header {
	background: #ac3944;
	padding: 5px 0px;
}

#header .logo {
	float: left;
	width: 250px;
}
#header .logo img {
	width: 100%;
}

#header .call {
	float: right;
	font-size: 22px;
	font-weight: 400;
	margin-top: 7px;
}

#header .call a {
	background: #fff;
	padding: 4px 25px;
	border-radius: 8px;
	
	
}
#header .call a i {
	color:#000;
	margin-right: 5px;
}


#content {
	margin: 20px 0px;
}



#content h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

#content .product {
	margin-top: 20px;
}

#content .product .slider {
	float: left;
	width: 550px;
	
}

#content .product .slider .slider_product img {
	width: 100%;
}




#content .product .info {
	float: right;
	width: 600px;
}

#content .product .info .rating {
	font-size: 18px;
}
#content .product .info .rating span {
	color:#FED766;
	margin-right:6px;
	font-size:20px;
}

#content .product .info .title {
	font-size: 30px;
	font-weight: 500;
	line-height: 43px;
	margin-top: 20px;
}

#content .product .info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	font-family: 'Boing', sans-serif;
}

#content .product .info ul li {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content .product .info ul li i {
	color:#2aae23 ;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;

}


#content .product .info .price {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
}


#content .product .info .price .old {
	color:#BBBBBB;
	text-decoration: line-through;
	margin-right: 15px;
}

#content .product .info .price .new {
	font-weight: 700;
	color:#E60039;
}

#content .product .info .btn {
	background: #FFD700;
	font-size: 22px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

#content .product .info .btn:hover {
	opacity: 0.8;
}

#content .product .info .btn::after {
	background: #191919;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 50px;
	padding-top: 13px;
	top: 0;
	border-radius-top-right:10px;
	border-radius-bottom-right:10px;
	color:#fff;
	font-family: "Font Awesome 6 Free";
    content: "\f218";
}

#content .product .info .guarantee {
	border: 1px dashed #ccc;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 20px;
}

#content .product .info .guarantee .icon {
	width: 60px;
	float: left;
	margin-right: 20px;
}

#content .product .info .guarantee .icon img {
	width: 100%;
	

}

#content .product .info .guarantee  .text {
	color:#353535;
	font-weight: 15px;
	line-height: 28px;
	font-weight: 300;
}



#video {
	background: #ac3944;
	color:#fff;


}

#video .top {
  display: block;
  width: 100%;
  height: 70px;
  max-height: 100px;
  margin: 0;
  z-index:5;
  top:0;
  left:0px;
  background: #eeeeee;
  
}

#video .bottom {
  display: block;
  width: 100%;
  height: 70px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:0;
  left:0px;
  background: #ac3944;

  
}

#video .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-top:40px;
}

#video .description {
	font-size: 20px;
	font-weight: 300;
	margin-top:20px;
	line-height: 30px;
	margin-bottom: 40px;

}
#video .embed {
	width: 530px;
	float: left;
	box-sizing: border-box;
	border:16px solid #e64e58;
	border-radius: 10px;
}


#video .about {
	width: 520px;
	float: right;
}

#video .about .title {
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	margin: 0px;
}

#video .about ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#video .about ul li {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
}
#video .about ul li i {
	margin-right: 10px;
}



#video .about .btn {
	background: #FFD700 ;
	font-size: 22px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0px;
	margin-top: 40px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	color:#000;
	text-indent: -50px;
}

#video .about .btn:hover {
	opacity: 0.8;
}

#video .about .btn::after {
	background: #191919;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 50px;
	padding-top: 13px;
	top: 0;
	border-radius-top-right:10px;
	border-radius-bottom-right:10px;
	color:#fff;
	font-family: "Font Awesome 6 Free";
   content: "\f218";
   text-indent: 0px;
}

#benefits {
	margin: 40px 0px;
}

#benefits .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin:40px 0px;
}

#benefits ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#benefits ul li {
	display: inline-block;
	width: 520px;
	margin-right: 40px;
}

#benefits ul li:last-child {
	margin-right: 0px;
}

#benefits ul li .image img {
	width: 100%;
}

#benefits ul li .name {
	font-size: 28px;
	font-weight: 500;
	margin: 20px 0px;
}


#benefits ul li .description {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}


#guarantee {
	background: #191919;
	padding: 40px 0px;
	color:#fff;

}


#guarantee .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin:0px 0px;
}

#guarantee .description {
	font-size: 20px;
	font-weight: 300;
	margin-top:20px;
	line-height: 30px;
	margin-bottom: 40px;

}

#guarantee ul.slider {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#guarantee ul.slider li {
	display: inline-block;
	width:344px;
	margin-right: 20px;
	border:3px dashed #666666;
	box-sizing: border-box;
	padding: 30px 15px;
	text-align: center;
}

#guarantee ul.slider li .icon {
	font-size: 50px;
}

#guarantee ul.slider li .name {
	font-size: 23px;
	font-weight: 600;
	margin-top: 10px;
}

#guarantee ul.slider li .description {
	margin: 0px;
}

#guarantee .btn {
	width: 350px;
	background: #FFD700;
	margin:40px auto 0px;
	color:#000;
	text-align: center;
	border-radius: 4px;
	padding: 10px 40px;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
}

#guarantee .btn:hover {
	opacity: 0.9;
}

#guarantee .btn span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

#testimonials {
	margin: 40px 0px;
}

#testimonials .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin:0px 0px 20px;
}

#testimonials ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#testimonials ul li {
	display: inline-block;
	width:344px;
	margin-right: 20px;
	border:1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
}

#testimonials ul li .img img {
	width: 100%;
}

#testimonials ul li .name {
	color:#353535;
	font-size: 17px;
	font-weight: 500;
	margin: 5px 0px;
}
#testimonials ul li .name span {
	margin-left: 5px;
}

#testimonials ul li .message {
	font-weight: 16px;
	font-weight: 300;
	line-height: 24px;
}


#order {
	background: #ac3944;
	margin:40px 0px;
	padding-bottom: 20px;
}

#order .container_slim {
	width: 900px;
}

#order .divider {
	height: 120px;
	width: 100%;

}



#order .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin:0px 0px;
	color:#fff;
	margin-top: 30px;
}

#order .description {
	font-size: 20px;
	text-align: center;
	color:#fff;
	font-weight: 300;
}

#order .package_selector {
	margin: 20px 0px;
	padding: 0px;
	position: relative;
}


#order .package_selector li {
	display: inline-block;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	width:284px;
	margin-right: 20px;
	text-align: center;
	padding: 20px 10px;
	font-family: Boing;
	border:7px solid #e64e58;
	cursor: pointer;
	position: relative;
}

#order .package_selector li .product {
	font-weight: 700;
	color:#191919;
	font-size: 18px;
}

#order .package_selector li .price {
	font-weight: 500;
	color:#5C5C5C;
	font-size: 14px;
}

#order .package_selector li .total {
	font-weight: 700;
	color:#191919;
	font-size: 18px;
}

#order .package_selector li:last-child {
	margin-right: 0px;
}

#order .package_selector li.selected {
	border-color:#38bb38;
	background: #baf1ba;
}


#order .package_selector li:hover {
	border-color:#38bb38;
	background: #baf1ba;
}
#order .package_selector li.selected .checkmark {
	position: absolute;
	background: #38bb38;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	border-bottom-right-radius: 20px;
	display: block;
}

#order .package_selector li.selected .checkmark i {
	color:#fff;
	font-size: 30px;
	margin-top: 8px;
}


#order .package_selector li .checkmark {
	display: none;
}


#order .package_selector .popular {
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
	
	margin-left:auto;
	margin-right:auto;
	background: #303030;
	font-size: 12px;
	color:#fff;

	font-weight: 600;
	padding: 2px 5px;
	border-radius: 5px;

	

}

#order .order_form {
	
}

#order .order_form .row {
	position: relative;	
	margin-bottom: 20px;
	
	width: 100%;
	display: block;
	border-radius: 8px;

	font-size: 18px;
  	font-weight: 400;
  	color:#000;
  	box-sizing: border-box;    
  	border:4px solid #e64e58;
  	position: relative;
  	height: 55px;
  	background: #fff;
  	padding: 0px;
}

#order .order_form .row input, #order .order_form .row select {
	width: 100%;
	height: 100%;	
	padding: 0px 0px 0px 50px;
	margin-top: 0px;
	border-radius: 5px;
	box-sizing: border-box;
	outline-style: none;
	box-shadow: none;
	border-color: transparent;

    font-size: 18px;

}
#order .order_form .input_empty {
	border-color:#db1d1d;
}


#order .order_form .input_empty::after {
	background: #db1d1d !important;
}

#order .order_form .row::after {
	background: #e64e58;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 100%;    
    top: 0;   
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: "Font Awesome 6 Free";    
    margin:0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 15px;
   

}


#order .order_form .name::after {
	content: "\f007";   
}

#order .order_form .county::after {	
	content: "\f279"
}

#order .order_form .city::after {
	content: "\f5a0";
	font-weight: 900;
}

#order .order_form .address::after {
	content: "\f3c5";
	font-weight: 900;
}

#order .order_form .phone::after {
	content: "\f095";
	font-weight: 900;
}


#order .order_form .color::after {
	content: "\f53f";
	font-weight: 900;
}





#order .extra_services  {
	margin-top: 40px;	
}

#order .extra_services  .title {
	text-align: center;
	font-size: 24px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-weight: 500;
}


#order .extra_services  ul {
	margin:0px;
	padding: 0px;
}



#order .extra_services  ul li {
	width: 437px;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	margin-right: 20px;
	padding: 15px;
	box-sizing: border-box;
	border:7px solid #819ceb;
	font-family: Boing;
	cursor: pointer;

}

#order .extra_services  ul li:last-child {
	margin-right: 0px;
}
#order .extra_services  ul li:hover {
	
}

#order .extra_services  ul li.selected {
	background: #fff7f6;
	border-color:#E74C3C;
}

#order .extra_services  ul li .img {
	width: 50px;
	float:left;
	margin-top: 10px;

}
#order .extra_services  ul li .img img {
	width: 100%;
} 

#order .extra_services  ul li .content {
	float:left;
	width: 330px;
	margin-left:10px;
	margin-top: 0px;
	color:#191919;
} 

#order .extra_services  ul li .content .name {
	font-weight: 600;
	font-size: 16px;
}


#order .extra_services  ul li .content .description {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
	color:#333;
	text-align: left;
}

#order .extra_services  ul li .content .price {
	float:left;
	color:#E60039;
	font-weight: 600;
	font-size: 14px;
	
} 

#order .extra_services  ul li .content .btn {
	float:right;
	font-size: 12px;
	background: #229A36;
	color:#fff;
	padding: 3px 5px;
	border-radius: 4px;
	cursor: pointer;
} 

#order .extra_services  ul li.selected .content .btn {
	background: #E60039;
}

#order .order_summary {
	margin-top: 20px;
}

#order .order_summary ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:1px solid #e64e58;
	border-radius: 8px;
	
}

#order .order_summary ul li {
	display: block;
	width: 100%;
	font-size: 16px;
	color:#fff;
	border-bottom: 1px solid #e64e58;
	padding: 15px 10px;
	box-sizing: border-box;

}

#order .order_summary ul li:last-child {
	border: 0px;
}

#order .order_summary ul li .name {
	float: left;
	text-transform: uppercase;

}

#order .order_summary ul li .price {
	float: right;
	text-align: right;

}

#order .order_summary ul li.total {
	font-size: 18px;
	font-weight: 600;
	background: #e64e58;
}

#order .errors_empty_inputs {
	background: #db1d1d;
	color:#fff;
	text-align: center;
	padding: 10px 0px !important;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: none;

}


#order button.place_order {
	display: block;
	border: 0px;
	border-radius: 8px;
	width: 100%;
	background: #FFD700 ;
	padding: 15px 0px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-indent: -80px;

}
#order button.place_order span {
	display: block;
	font-size: 17px;
	font-weight: 400;
}

#order button.place_order:hover {
	opacity: 0.8;
}


#order button.place_order::before {
	position: absolute;
	background: #343434;
	color:#fff;
	width: 90px;
	height: 100%;
	font-family: "Font Awesome 6 Free";
	content: "\f08b";
	font-size: 40px;
	top: 0;
	right:0;
	line-height: 80px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	text-indent: 0px;
}




#order button.place_order_wait {
	display: block;
	border: 0px;
	width: 100%;
	background: #fff;
	padding: 15px 0px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-indent: -80px;
	color:#343434;
	position: relative;
	display: none;

}
#order button.place_order_wait span {
	display: block;
	font-size: 17px;
	font-weight: 400;
}

#order button.place_order_wait .loading {
	position: absolute;
	width: 80px;
	height: 100%;
	background: #FED766;
	color:#000;
	top: 0;
	right: 0;
	text-align: right;

}

#order button.place_order_wait .loading img {
	width: 100%
}

#faq {
	margin: 40px 0px;
}


#faq .title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin:0px 0px;
}
#faq ul {
  border: 1px solid #d9d9d9;
  box-sizing: bordwer-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
#faq ul li {
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
#faq ul li .title {
  font-size: 18px;
  cursor: pointer;
  padding: 15px 0 15px 5px;
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
  text-indent: 10px;
  text-align: left;
  font-weight: 500;
}
#faq ul li .title span i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 10px 0 0;
  color: #000;
}
#faq ul li .title:hover,
#faq ul li .title_active {
  background: #d9d9d9;
  color: #000;
}
#faq ul li .title:hover i {
  color: #000 !important;
}
#faq ul li .title_active i {
  color: #000 !important;
  margin-top: 20px !important;
}
#faq ul li .answer {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
  line-height: 28px;
  padding-bottom: 10px;
  display: none;
  text-indent: 10px;
}


#top_footer {
	text-align: center;
	background: #343434;
	font-size: 28px;
	font-weight: 500;
	padding: 15px 0px;
	color:#fff;
}

#footer {
	padding: 30px 0px 10px;
	background: #ac3944;
}

#footer .logo {
	float: left;
	width: 250px;
}

#footer .logo img {
	width: 100%;
}

#footer .links {
	float: right;
	margin-top: 10px;
}
#footer .links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer .links ul li {
	display: inline-block;
	margin-right: 20px;

}

#footer .links ul li:last-child {
	margin-right: 0px;
}

#footer .links ul li a {
	color:#fff;

}

#footer .divider {
	width: 100%;
	height: 1px;
	background: #e64e58;
}

#footer .info {
	float: left;
	color:#fff;
	font-size: 14px;
	margin-top: 20px;
}

#footer .anpc {
	float: right;
	width: 450px;
	text-align: right;
	margin-top: 10px;
}

#footer .anpc img {
	display: inline-block;
	width: 200px;
}


#upsell {
	margin: 0px 0px 40px;
}

#upsell .top_bar {
	background: #479910;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0px;
}

#upsell .subtitle {
	font-size: 20px;
	font-weight: 600;
	color:#DF0536;
	text-align: center;
	margin: 20px 0px;
}

#upsell h2 {
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 20px;
}

#upsell .left {
	float: left;
	width: 550px;
}

#upsell .left img {
	width: 100%;
}

#upsell .right {
	float: right;
	width: 520px;
}

#upsell .right .offer {
	background: #FFF9CE;
	border-radius: 20px;
	padding: 5px 0px;
	text-align: center;
	font-size: 14px;
}

#upsell .right .description {
	font-size: 20px;
	margin-top: 10px;
	line-height: 30px;
}

#upsell .right .description strong {
	font-weight: bold;
}


#upsell .right .description p {
	margin-bottom: 20px;
}


#upsell .right .description ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#upsell .right .description ul li {
	margin-bottom: 10px;
}

#upsell .right .description ul li i {
	color:#229A36;
}
#upsell .right .description .price {
	color:#E60039;
	font-size: 36px;
	font-weight: 600;
	margin: 20px 0px;
}

#upsell .right .description .btn {
	margin: 10px 0px;
}

#upsell .right .description .btn a {
    display: block;
    background: #FFC000;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 4px;
    cursor: pointer;


}
#upsell .right .description .decline {
	margin-top: 10px;
		text-align: center;
}
#upsell .right .description .decline a {
	color:#0100FF;
	text-decoration: underline;

}

#content .thank_you{
	text-align: center;
	font-size: 18px;
}


@media screen and (max-width: 910px)  {
	.container, .container_slim {
		width: 95%;
	}

	#header {
		padding: 5px 0px;
	}

	#header .logo {
		width: 150px;
	}

	#header .logo img {
		height: auto;
	}
	

	#header .call {
		float: right;
		font-size: 16px;
		font-weight: 400;
		margin-top: 2px;
	}

	#header .call a {
		background: #fff;
		padding: 2px 15px;
		border-radius: 8px;
		
		
	}



	#content {
		margin: 10px 0px;
	}



	#content h1 {
		font-size: 24px;

	}

	#content .product {
		margin-top: 10px;
	}

	#content .product .slider {
		float: none;
		width: 100%;
	}

	#content .product .slider .slider_product img {
		width: 100%;
		height: auto
	}


	#content .product .info {
		float: none;
		width: 100%;
	}

	#content .product .info .rating {
		font-size: 16px;
		margin-top: 10px;
	}
	#content .product .info .rating span {
		font-size:16px;
	}

	#content .product .info .title {
		font-size: 22px;
		line-height: 32px;
		margin-top: 10px;
	}

	#content .product .info ul {	
		margin-top: 20px;
	}

	#content .product .info ul li {
		font-size: 20px;
		line-height: 30px;
	}

	#content .product .info ul li i {
		font-size: 20px;
		margin-right: 2px;
	}

	#content .product .info .price {
		font-size: 30px;
		
	}


	#content .product .info .btn {
		font-size: 18px;
		text-indent: -50px;
	}
	#content .product .info .btn::after {
		text-indent: 0px;
	}
	

	#content .product .info .guarantee {	
		padding: 10px;
		margin-top: 20px;
	}

	#content .product .info .guarantee .icon {
		width: 60px;
		float: left;
		margin-right: 20px;
	}
	

	#content .product .info .guarantee  .text {
		line-height: 21px;
		font-weight: 400;
		font-size: 14px;
	}


	#video {
	


	}

	#video .top {
	  height: 40px;
	  max-height: 40px; 
	  
	}

	#video .bottom {
	 height: 40px;
	  max-height: 40px; 

	  
	}

	#video .title {
		font-size: 24px;
		margin-top:20px;
	}

	#video .description {
		font-size: 18px;
		margin-top:10px;
		line-height: 32px;

	}
	#video .embed {
		width: 100%;
		float: none;
		border-width:8px;
	}


	#video .about {
		width: 100%;
		float: none;
	}

	#video .about .title {
		font-size: 24px;
		margin: 20px 0px 0px;
	}

	#video .about ul {
		margin: -20px 0px 0px;
		padding: 0px;
		list-style: none;

	}

	#video .about ul li {
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
	}
	#video .about ul li i {
		margin-right: 5px;
	}



	#video .about .btn {
		font-size: 18px;
		font-weight: 700;		
		padding: 10px 0px;
		margin: 20px 0px;
		text-indent: -50px;
	
	}


	#video .about .btn::after {	
		text-indent: 0px;
	  content: "\f218";
	}



	#benefits {
		margin: 20px 0px;
	}

	#benefits .title {		
		font-size: 24px;		
		margin:20px 0px;
	}

	#benefits ul {
	
	}

	#benefits ul li {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;
	}



	#benefits ul li .image img {
		width: 100%;
		height: auto
	}

	#benefits ul li .name {
		font-size: 24px;
		margin: 10px 0px;
	}


	#benefits ul li .description {
		font-size: 18px;
		line-height: 32px;
	}



	#guarantee {	
		padding: 20px 0px;

	}


	#guarantee .title {
		font-size: 24px;
	}

	#guarantee .description {
		font-size: 18px;
		margin-top:10px;
		line-height: 32px;
		margin-bottom: 40px;

	}

	#guarantee ul.slider {	
		width: 100%;
	}

	#guarantee ul.slider li {
		display: block;
		width:100%;
		margin-right: 0px;
		padding: 40px 15px;
	}

	#guarantee ul.slider li .icon {
		font-size: 50px;
	}

	#guarantee ul.slider li .name {
		font-size: 23px;
		font-weight: 600;
		margin-top: 10px;
	}

	#guarantee ul.slider li .description {
		margin: 0px;
	}



	#guarantee .btn {
		width: 100%;	
		margin:20px auto 0px;
		padding: 10px 0px;
		font-size: 18px;
	}
	



	#testimonials {
		margin: 20px 0px;
	}

	#testimonials .title {
		font-size: 24px;
		margin:0px 0px 20px;
	}
	
	#testimonials ul li {
		display: block;
		width:100%;
		margin-right: 0px;
	}

	#testimonials ul li .img img {
		height: auto;
	}

	#testimonials ul li .name {
		font-size: 16px;
		margin: 8px 0px;
	}
	

	#testimonials ul li .message {
		font-weight: 16px;
		line-height: 26px;
	}



	#order {
		margin:20px 0px;
		padding-bottom: 20px;
	}

	#order .container_slim {
		width: 95%;
	}

	#order .divider {
		height: 40px;

	}



	#order .title {
		font-size: 24px;
		margin-top: 20px;
	}

	#order .description {
		font-size: 18px;
	
	}

	#order .package_selector {		
		margin: 20px 0px;	
	}


	#order .package_selector li {
		display: inline-block;
		border-radius: 15px;
		width:30.5%;
		margin-right: 10px;
		padding: 10px 10px;
		border-width: 4px;
	}

	#order .package_selector li .product {	
		font-size: 12px;
	}

	#order .package_selector li .price {	
		font-size: 12px;
	}

	#order .package_selector li .img img {
		width: 100%;
		height: auto;
	}

	#order .package_selector li .total {
		font-size: 14px;
	}
	#order .package_selector li .total span {
		display: none;
	}

	#order .package_selector li:last-child {
		margin-right: 0px;
	}

	#order .package_selector li.selected {
	
	}


	#order .package_selector li:hover {
		
	}
	#order .package_selector li.selected .checkmark {
		width: 20px;
		height: 20px;	
		border-bottom-right-radius: 10px;
	}

	#order .package_selector li.selected .checkmark i {
		font-size: 14px;
		margin-top: 2px;
	}


	#order .package_selector li .checkmark {
		display: none;
	}


	#order .package_selector .popular {
		display: none;		
	}


	#order .order_form .row {
		margin-bottom: 10px;
	}

	

	#order .extra_services  {
		margin-top: 40px;	
	}

	#order .extra_services  .title {
		font-size: 18px;
		margin-top: -20px;
		margin-bottom: 10px;

	}

	#order .extra_services  ul {
		
	}



	#order .extra_services  ul li {
		width: 100%;
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
		padding: 10px;
		border-width:4px;

	}

	#order .extra_services  ul li:last-child {
		margin-right: 0px;
	}
	#order .extra_services  ul li:hover {
		
	}

	#order .extra_services  ul li.selected {
	
	}

	#order .extra_services ul li .img {
		width: 15%;
		margin-top: 10px;

	} 

	#order .extra_services ul li .img img {
		height: all;
	}

	#order .extra_services ul li .content {
		width: 80%;
		float: right;
		
	} 


	#order .extra_services  ul li .content .name {
		font-size: 14px;
	}


	#order .extra_services  ul li .content .description {
		font-size: 12px;
		line-height: 17px;
	}
	

	#order .order_summary {
		margin-top: 20px;
	}

	#order .order_summary ul {		
		
	}

	#order .order_summary ul li {	
		font-size: 14px;
		padding: 10px 10px;

	}

	#order .order_summary ul li .name {
		float: left;
		width: 74%;

	}

	#order .order_summary ul li .price {
		float: right;
		width: 25%;

	}

	#order .order_summary ul li.total {
		font-size: 16px;
	}

	#order button.place_order {	
		padding: 8px 0px;
		margin-top: 20px;
		font-size: 18px;
		text-indent: -50px;
		color:#191919;

	}
	#order button.place_order span {
		font-size: 14px;
	}

	#order button.place_order::before {
		position: absolute;
		width: 50px;
		height: 100%;
		font-size: 25px;	
		line-height: 60px;
		
	}

	#order button.place_order_wait {
		padding: 8px 0px;
		margin-top: 20px;
		font-size: 18px;
		text-indent: -50px;
		color:#191919;
	}

	#order button.place_order_wait .loading {
		width: 50px;
	}




	#faq {
		margin: 40px 0px;
	}


	#faq .title {
		font-size: 28px;		
		margin:0px 0px;
	}
	#faq ul li .title {
	  font-size: 16px;
	 
	}
	
	#faq ul li .answer {
	  font-size: 16px;	 
	  font-weight: 300;
	  line-height: 24px;
	 
	}



	#top_footer {
		text-align: center;
		font-size: 20px;
		padding: 7px 0px;
	}

	#footer {
		padding: 20px 0px 0px;
	}

	#footer .logo {
		float: none;
		width: 150px;
	}


	#footer .links {
		float: none;
		margin-top: 10px;
	}
	#footer .links ul {
		
	}

	#footer .links ul li {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}


	#footer .divider {
		
	}

	#footer .info {
		float: none;	
		font-size: 14px;
		margin-top: 10px;
	}

	#footer .anpc {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 10px;
		position: relative;
	}

	#footer .anpc img {
		display: inline-block;
		width: 100%;
		height: auto;
		
	}

	#footer .anpc .sol {
		float: left;
		width:40%;
	}

	#footer .anpc .sal {
		float: right;
		width:40%;
	}



	#upsell .top_bar {	
		font-size: 18px;
	}

	#upsell .subtitle {
		font-size: 18px;		
		margin: 10px 0px;
		line-height: 26px;
	}
	#upsell h2 {		
		font-size: 22px;
		font-weight: 600;
		line-height: 28px;
	
	}

	#upsell .left {
		float: none;
		width: 100%;
	}

	

	#upsell .right {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	

	#upsell .right .description {
		font-size: 17px;
		margin-top: 10px;
		line-height: 26px;
	}


	#upsell .right .description .price {
		font-size: 27px;
		margin: 20px 0px;
	}

	#upsell .right .description .btn {
		margin: 10px 0px;
	}

	#upsell .right .description .btn a {	   
	    font-size: 18px;
	    font-weight: 600;
	    padding:8px 0px;  


	}


	

}






/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline: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)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â';
}
[dir='rtl'] .slick-next:before
{
    content: 'â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â˘';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
