
/***** MODALS ******/



#price-fixed {
	width: 100% !important;
	display: block;
	position: fixed;
	bottom: 0;
	height: 0;
	background-color: white;
}

#price-fixed div {
	color: black;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 530px;
	background-color: white;
	font-size: 24px;
	margin: auto;
	font-weight: 600;
}

#continue,
#checkout {
	background-color: #4ec314;
	color: white;
	font-size: 18px;
	font-weight: 700;
	outline: none;
	border: none;
	width: 300px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
}

.ss,
.ss-cvv {
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal {
	max-width: 700px;
	width: 100%;
	justify-content: space-between;
	align-items: top;
	margin: auto;
	border-radius: 10px;
	padding: 5px 35px 20px;
	background-color: white;
	display: flex;
	position: relative;
}

.modal-image {
	text-align: center;
}

.modal h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.modal-image h2 {
	color: rgba(247, 64, 57, 255);
}

.modal-content {
	text-align: center;
}

.modal-content h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 12px;
}

.moda-content h3 {
	font-size: 24px;
}

.modal-content p {
	font-weight: 300;
	font-size: 24px;
}

.modal-content p > span {
	font-weight: 700;
}

#modal-button {
	max-width: 300px;
	max-height: 50px;
	height: 100%;
	width: 100%;
	background-color: #4ec314;
	outline: none;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: white;
	margin: auto;
	display: flex;
	align-items: center;
}

#modal-button:before {
	content: url("../im0age0s/giftbox.png");
	padding-right: 5px;
}

.modal-content a {
	font-size: 16px;
	font-weight: 300;
	color: rgba(0, 0, 0, 255);
	cursor: pointer;
	text-decoration: underline;
}

.close,
.close-cvv {
	cursor: pointer;
	position: absolute;
	right: 10px;
}

#cvv-modal {
	width: 400px;
	max-width: 100%;
	display: flex;
	padding: 20px 30px;
	border-radius: 10px;
	background: white;
	position: relative;
}

#cvv-modal h3 {
	text-align: center;
}

button {
	cursor: pointer;
}

button {
	font-family: 'Cabin', sans-serif;
}

.shadow {
	background-image: url("../images/shadow2.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	/*bottom: -290px;*/
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

/***** END MODAL ******/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	/* font-family: 'Cabin', sans-serif; */
	font-family: 'Montserrat', sans-serif;
}

/* h2 {
	display: flex !important;
	justify-content: center !important; 
	text-align: center!important; 
} */
h2{
	font-weight: 700;
}
#container-fluid-main {
	width: 100%;
}

#container-main {
	max-width: 900px;
	width: 100%;
	margin: auto;
}


#header {
position: fixed;
width: 100%;
z-index: 10;
padding: 0;
top: 0;
background: #fff;

}
#header .h-inner {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
margin: auto;
z-index: 10;
max-width: 1200px;
}
#top-nav a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 255);
	padding: 0 40px;
}

.active-header {
	color: #4ec314 !important;
}

.has-gradient {
	background: #000000;
	background: -webkit-linear-gradient(to top, #434343, #000000);
	background: linear-gradient(to top, #434343, #000000);
}

#hero {
	width: 100%;
	display: flex;
	-webkit-clip-path: polygon(57% 0, 100% 0, 100% 93%, 34% 100%, 0 100%, 0 0);
	clip-path: polygon(57% 0, 100% 0, 100% 93%, 34% 100%, 0 100%, 0 0);
	margin-top: 100px;
}

.row-hero {
	width: 100%;
	max-width: 1191px;
	padding: 0 30px;
	margin: auto;
	color: white;
	display: flex;
}

.col-half-hero {
	width: 50%;
	text-align: left;
	margin-right: 30px;
}

.col-half-hero:nth-child(2) {
	min-width: 552px;
	margin-right: 0;
}

.col-half-hero h3 {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 3px;
	margin-top: 10px;
}

.col-half-hero h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: -9px;
	margin-bottom: 0;
}

.col-half-hero p {
	font-size: 19px;
	font-weight: 400;
	margin: 28px 0 28px 0;
}

.button-hero {
	text-align: center;
	color: white;
	margin-top: 30px;
}

.button-hero .btn-hero {
	width: 100%;
	margin-right: 0 !important;
}

.button-hero p {
	margin-top: 9px;
}

iframe {
	max-width: 100%;
}
/******* SECTION 1 ********/

.specs {
	text-align: center;
	padding-bottom: 0px;
	position: relative;
}

.specs h2 {
	font-size: 38px;
	margin: 50px 20px 50px 20px;
}

.row-section1 {
	display: flex;
	justify-content: space-around;
	max-width: 1140px;
	margin: auto;
}

.col-section1 {
	width: 20%;
	height: auto;
	position: relative;
}

.panel-section1 {
	position: relative;
}

.panel-section1 p {
	font-weight: 300;
}

.image-panel {
	position: relative;
	height: 100px;
}

.image-panel img:nth-child(1) {
	position: absolute;
	left: calc(50% - 30px);
}

.image-panel img:nth-child(2) {
	position: absolute;
	left: 77px;
	top: 10px;
}

/***** SECTION 2 *******/
.our-promise {
	color: white;
	min-height: 500px;
	-webkit-clip-path: polygon(55% 5%, 100% 0, 100% 95%, 33% 95%, 0 100%, 0 5%);
	clip-path: polygon(55% 5%, 100% 0, 100% 95%, 33% 95%, 0 100%, 0 5%);
	padding: 37px 0;
}

.our-promise h2 {
	font-size: 38px;
	text-align: center;
	margin: 20px 0;
}

.row-section2 {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.col-section2 {
	width: 50%;
}
.col-section2 {
	font-size: 20px;
	font-weight: 300;
}
.col-section2 p a{
	color: #fff;
	text-decoration: underline;
}
.col-section2 p:nth-child(1) {
	margin-top: 0;
}

/*** slider ***/

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	display: flex;
}

.mySlides {
	display: none;
	max-width: 355px;
	width: 100%;
	margin: auto;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #626161;
	font-weight: 300;
	font-size: 38px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.next {
	right: 9%;
	border-radius: 3px 0 0 3px;
}

.prev {
	left: 9%;
}

.prev:hover,
.next:hover {
	color: #ffffff;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

/****** SECTION 3 *******/
/*.last-cta p {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 60px;
	font-size: 20px;
}*/
.last-cta {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.last-cta p {
font-weight: 300;
/*display: flex;
justify-content: space-around;*/
text-align: center;
max-width: 1130px;
margin: 0 auto;

}
.last-cta .slideshow-container img {
	max-width: 355px;
	max-height: 325px;
	width: 100%;
}

.last-cta h2 {
	font-size: 38px;
	text-align: center;
	margin: 30px auto 30px;
}

.row-section3 {
	display: flex;
	justify-content: space-around;
	text-align: center;
	max-width: 1130px;
	margin: auto;
}

.col-section3 {
	width: 50%;
	color: #000;
}

.col-section3 p {
	margin-bottom: 19px;
	text-align: left;
	font-size: 19px;
}
.rtl .col-section3 p {
	margin-bottom: 19px;
	text-align: right;
}

.mySlides1 {
	max-width: 355px;
	margin: auto;
}

.scnd-arrow-left,
.scnd-arrow-right {
	color: #eaeaea;
}

.scnd-arrow-right {
	right: 8%;
}

.scnd-arrow-left {
	left: 8%;
}

.scnd-arrow-left:hover,
.scnd-arrow-right:hover {
	color: #959595;
}

.button-section3 {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.button-section3 .btn-hero,
.button-hero .btn-hero {
	outline: none;
    /* max-width: 65px; */
    /* max-width: 360px; */
    margin-right: 32px;
    transition: all 0.2s linear 0s;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #35cf59;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #62DA7E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62DA7E), to(#15B325));
    background-image: -webkit-linear-gradient(top, #62DA7E, #15B325);
    background-image: -moz-linear-gradient(top, #62DA7E, #15B325);
    background-image: -ms-linear-gradient(top, #62DA7E, #15B325);
    background-image: -o-linear-gradient(top, #62DA7E, #15B325);
    background-image: linear-gradient(to bottom, #62DA7E, #15B325);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#62DA7E, endColorstr=#15B325);
}

.btn-hero:hover {
	/*background: #F96F6A;*/
}
/* effect-5 styles */

.button-section3 .btn-hero:before,
.button-hero .btn-hero:before {
 content: '\003e';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.2s linear 0s;
}
.button-section3 .btn-hero:hover,
.button-hero .btn-hero:hover {
  text-indent: 30px;
  border:1px solid #29ad48;
 background-color: #39d05c; background-image: -webkit-gradient(linear, left top, left bottom, from(#39d05c), to(#10851c));
 background-image: -webkit-linear-gradient(top, #39d05c, #10851c);
 background-image: -moz-linear-gradient(top, #39d05c, #10851c);
 background-image: -ms-linear-gradient(top, #39d05c, #10851c);
 background-image: -o-linear-gradient(top, #39d05c, #10851c);
 background-image: linear-gradient(to bottom, #39d05c, #10851c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39d05c, endColorstr=#10851c);
}

.button-section3 .btn-hero:hover:before,
.button-hero .btn-hero:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  text-indent: 0;
}




.pruducts-price {
	width: 125px;
	margin: 0 auto 15px;
	padding: 8px 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.discount1 {
	margin-right: 10px;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: rgba(193, 193, 193, 255);
}
.multi-price {
	font-size: 24px;
	font-weight: 700;
	color: black;
}

/****** SECTION 4 ******/

.reviews {
	text-align: center;
	padding: 50px 0;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.reviews .feedback-image img {
	max-width: 126px;
	max-height: 126px;
	height: 126px;
	width: 126px;
	border-radius: 50%;
}

.reviews h2 {
	font-size: 38px;
	text-align: center;
	width: 100%;
	margin: 0;
}

.feedback {
	max-width: 700px;
	width: auto;
	margin: auto;
}

.slideshow-container-feedback {
	max-width: 800px;
	margin: auto;
	position: relative;
}

.feedback-col {
	display: flex;
	align-items: center;
}

.feedback-info {
	text-align: left;
	margin-left: 50px;
}

.feedback-info h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}

.feedback-info p {
	font-size: 19px;
	font-weight: 300;
}

.feedback-info p:last-child {
	font-size: 14px;
	color: rgba(144, 144, 144, 255);
	font-weight: 300;
}
.slideshow-container-feedback .prev {
	left: -3%;
}

.slideshow-container-feedback .next {
	right: -3%;
}

.third-arrow {
	color: #d9d9d9;
	font-size: 46px;
	top: 28%;
}

.third-arrow:hover {
	color: #464646;
}
/******* SECTION 5 ********/

.faq {
	background-image: url("../images/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0 50px;
}

.faq h2 {
	font-size: 38px;
	text-align: center;
	margin: 0;
	width: 100%;
}

.tabs-container {
	max-width: 946px;
	width: 100%;
	margin: auto;
	padding: 0;
}

.collapsible {
	background: linear-gradient(to bottom, #636363 0%, #636363 50%, #5d5d5d 50%, #5d5d5d 100%);
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 18px;
}
.active {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
	color: rgba(0, 0, 0, 255);
	border: 1px solid black;
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 16px;
	font-weight: 300;
}
.collapsible:after {
	content: "+"; /* Unicode character for "plus" sign (+) */
	font-size: 40px;
	color: white;
	float: right;
	margin-right: 20px;
}
.active:after {
	content: "-";
	padding-bottom: 3px;
    font-size: xxx-large;
	/* Unicode character for "minus" sign (-) */
	color: rgba(0, 0, 0, 255);
}
/* ***** SECTION 6 ****** */
.multi-prod-sec {
	text-align: center;
	padding: 30px 10px 50px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.multi-prod-sec p {
	font-size: 19px;
    font-weight: 300;
    /*display: flex;
    justify-content: space-around;*/
    text-align: center;
    max-width: 1130px;
    margin: 0 auto 40px auto;
}
.multi-prod-sec h2 {
	font-size: 38px;
	text-align: center;
	margin: 0 auto;
}

.row-products {
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 1140px;
	margin: auto;
}
.col-products {
	max-width: 360px;
	width: 100%;
	border: 3px solid transparent;
	margin: auto 6px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	transition: all 0.2s;
	cursor: pointer;
	overflow: hidden;
	min-height: 490px;
	background: #fff;
}
.col-products1 {
	max-width: 360px;
	width: 100%;
	border: 3px solid transparent;
	min-height: 490px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	box-shadow: 3px 2px 15px -5px rgba(0, 0, 0, 0.49);
	text-align: center;
	margin: auto;
	transition: 0.2s all;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
}
.col-products img,
.col-products1 img {
	margin-top: 25px;
	max-width: 225px;
}

.productss {
	max-width: 600px;
}
.product-info {
	margin: 25px;
}
.product-info p {
	margin-bottom: 0 !important;
}
.product-heading {
	display: flex;
	justify-content: center;
	max-width: 185px;
	margin: 0 auto 15px;
	-ms-transform: skewX(20deg); /* IE 9 */
	-webkit-transform: skewX(20deg);
	/* Safari */
	transform: skewX(20deg);
	background-color: #4ec314;
	color: white;
	text-transform: uppercase;
}
.product-heading1 {
	max-width: 158px;
	margin: auto;
	display: flex;
	justify-content: center;
	-ms-transform: skewX(20deg); /* IE 9 */
	-webkit-transform: skewX(20deg); /* Safari */
	transform: skewX(20deg);
	background-color: #4ec314;
	color: white;
	text-transform: uppercase;
}
.product-heading strong {
	font-size: 16px;
	font-weight: 600;
	padding: 1px 0 3px;

	-ms-transform: skewX(-20deg);
	/* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg);
}
.product-heading1 strong {
	font-size: 16px;
	font-weight: 600;
	-ms-transform: skewX(-20deg); /* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg);
}

.product-info1 {
	margin-top: 24px;
}
.product-info1 p {
	margin-bottom: 10px !important;
}
.makeOrder {
	    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.2s linear 0s;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #35cf59;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #62DA7E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62DA7E), to(#15B325));
    background-image: -webkit-linear-gradient(top, #62DA7E, #15B325);
    background-image: -moz-linear-gradient(top, #62DA7E, #15B325);
    background-image: -ms-linear-gradient(top, #62DA7E, #15B325);
    background-image: -o-linear-gradient(top, #62DA7E, #15B325);
    background-image: linear-gradient(to bottom, #62DA7E, #15B325);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#62DA7E, endColorstr=#15B325);
}
.makeOrder:hover {
	border:1px solid #29ad48;
 background-color: #39d05c; background-image: -webkit-gradient(linear, left top, left bottom, from(#39d05c), to(#10851c));
 background-image: -webkit-linear-gradient(top, #39d05c, #10851c);
 background-image: -moz-linear-gradient(top, #39d05c, #10851c);
 background-image: -ms-linear-gradient(top, #39d05c, #10851c);
 background-image: -o-linear-gradient(top, #39d05c, #10851c);
 background-image: linear-gradient(to bottom, #39d05c, #10851c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39d05c, endColorstr=#10851c);
}

.makeOrder--small {
	padding: 14px 0;
	margin-bottom: 0;
}






/* effect-5 styles */

.makeOrder:before{
  content: '\003e';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.2s linear 0s;
}
.makeOrder:before:hover {
  text-indent: 30px;
}
.makeOrder:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  text-indent: 0;
}

/* ***** SECTION 7 ****** */
.row-section7 {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.col-section7 {
	width: 30%;
	text-align: center;
	padding: 15px 0 0 0;
}
#section-7 .nesto{
	margin: 0 auto;
}
#section-7 .nesto h2{
	font-size: 38px;
	margin: 0;
	text-align: center;
}
.col-section7 p {
	font-size: 18px;
	font-weight: 700;
}
.col-section7 p a {
	color: #000;
	text-decoration: none;
}
.col-section7 img{
	max-width: 193px;
    margin: 0 auto;
    max-height: 160px;
    margin-bottom: 15px;
}
/* ******* FORM ********* */
#form {
	display: block;
	margin-top: 30px;
}
.row-form {
	display: none;
	max-width: 1200px;
	margin: auto;
}

.col-form {
	width: 50%;
	max-width: 750px;
	-webkit-box-shadow: 4px 3px 14px -5px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 4px 3px 14px -5px rgba(0, 0, 0, 0.48);
	box-shadow: 4px 3px 14px -5px rgba(0, 0, 0, 0.48);
	padding-top: 50px;
	border: 2px solid #f8f8f8;
}
.col-form h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}

.card-type {
	display: flex;
	justify-content: space-around;
	max-width: 380px;
	width: 100%;
	margin: 0 auto 35px;
}
.card-type img:nth-child(1) {
	padding: 1px;
	cursor: pointer;
}
.form-fields {
	text-align: center;
	max-width: 555px;
	width: 100%;
	margin: auto;
	border-top: 1px solid #dadada;
	padding-top: 24px;
}
.form-fields p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 29px;
}

.form-hide-1 {
	display: none;
}
#second-step-form {
	display: none;
}
.order-hide {
	visibility: hidden;
	cursor: pointer;
}
form button {
	cursor: pointer;
}
.row-credit-cards {
	padding-bottom: 40px;
}
.row-credit-cards img {
	cursor: pointer;
}
.truck-icon {
	display: flex;
	margin-bottom: 15px;
}
.truck-icon img {
	margin-right: 14px;
}
.truck-icon p {
	margin: 0;
}
.form-fields input {
	padding: 16px 0 16px 15px;
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
}
.input-row {
	display: flex;
	justify-content: space-between;
	position: relative;
}

#tooltip {
	position: absolute;
	top: 12px;
	padding: 0px 6px;
	background: #5d5d5d;
	right: 8px;
	border-radius: 50%;
	cursor: pointer;
}
#tooltip p {
	font-size: 19px;
	content: "";
	font-weight: 700;
	color: white;
	margin-bottom: 0;
}
#year,
#month {
	width: 30%;
}
.input-row input {
	width: 47%;
	margin: 0 0 20px;
}
::placeholder {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 300 !important;
	color: rgba(170, 170, 170, 255);
}
.input-row-three {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.input-row-three input {
	width: 33%;
	max-width: 140px;
	margin: 0 0 20px;
}

select {
	color: rgba(0, 0, 0, 255);
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Cabin', sans-serif;
	padding-left: 15px;
	width: 100%;
	height: 49px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	/* hide original SELECT element: */
}
select option {
	color: rgba(0, 0, 0, 255);
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Cabin', sans-serif;
}
#button-next {
	width: 166px;
	padding: 6px 0;
	margin-top: 30px;
}

.form-fields button {
	background-color: #43c314;
	border-radius: 10px;
	width: 360px;
	padding: 20px 74px;
	border: none;
	outline: none;
	color: white;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 33px;
}
#second-step-form {
	text-align: left;
}
.shipping-method {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 40px 0;
}

.shipping-method > p {
	font-size: 18px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	background-color: #f9f9f9;
	padding: 13px 20px 13px 15px;
	border-radius: 10px;
	margin-bottom: 0;
}
.boat-icon {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.boat-icon img {
	margin-right: 14px;
}
.boat-icon p {
	margin: 0;
}
.payment-info {
	align-items: center;
	padding-top: 30px;
	border-bottom: 1px solid #dadada;
}

.payment-info img {
	margin-right: 14px;
	max-height: 38px;
}
.payment-info p {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.payment-info span {
	font-size: 16px;
	font-weight: 300;
}
.billing-address {
	padding: 40px 0;
}
.billing-icon {
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}

.billing-icon img {
	margin-right: 14px;
}
.billing-icon p {
	margin: 0;
}
.radio-label {
	display: block;
	position: relative;
	padding: 9px 0 9px 41px;
	border-radius: 10px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	background-color: #f9f9f9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 25px;
	width: 25px;
	background-image: url("../images/Ellipse.png");
	background-size: cover;
	border-radius: 50%;
}
.radio-label:hover input ~ .checkmark {
	background-color: #ccc;
}
.radio-label input:checked ~ .checkmark {
	background-image: url("../images/Ellipse-checked.png");
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark:after {
	display: block;
}
.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.col-form-cart {
	max-width: 500px;
	width: 100%;
	padding-left: 30px;
	padding-top: 90px;
}
.shopping-cart-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.shopping-cart-item-image {
	position: relative;
}
.shopping-cart-item-image img {
	padding: 5px;
}
.shopping-cart-item-image p {
	color: white;
	font-size: 16px;
	font-weight: 300;

	position: absolute;
	background-color: #636363;
	padding: 1px 6px;
	margin: 0;
	top: 0;
	right: 0;
	border-radius: 50%;
}
.shopping-cart-item-info {
	text-align: left;
	font-size: 16px;
	flex-grow: 2;
	margin-left: 30px;
	margin-top: 10px;
}
.shopping-cart-item-info strong {
	font-weight: 700;
}
.shopping-cart-item-info p {
	font-weight: 300;
	color: rgba(193, 193, 193, 255);
	margin-top: 3px;
}

.shopping-cart-item-price {
	margin-top: 10px;
}
.shopping-cart-item-price strong {
	font-weight: 700;
}
.price-sum {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 20px 0 38px;
}

.price-sum div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-sum p {
	font-size: 16px;
	font-weight: 300;
}
.price-sum span {
	font-weight: 700;
}
.price-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-total p {
	font-weight: 300;
	font-size: 16px;
}
.price-total strong {
	font-weight: 600;
	font-size: 24px;
}
/* ******* FOOTER ****** */
#footer {
	background-color: #363636;
	padding: 27px 0;
	color: white;
	font-size: 16px;
	font-weight: 300;
}
#row-footer {
	max-width: 1000px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}
#footer a {
	color: white;
	text-decoration: none;
}
/* ****** SECTION ALMOST THERE ****** */
#section-almost-there {
	text-align: center;
	background-color: #f2f1f1;
}
.row-choose-product {
	padding-bottom: 80px;
	display: none;
}
.row-choose-product h2 {
	color: white;
	background-color: #4ec314;
	padding: 20px 0;
}

.col-choose-product p {
	font-size: 18px;
	font-weight: 300;
	color: black;
	margin-bottom: 0;
}
.row-choose-product p:nth-child(2) {
	display: none;
}
.row-choose-product p:nth-child(3) {
	display: none;
}
.choose-product-item {
	max-width: 750px;
	width: 100%;
	height: 210px;
	background-color: white;
	margin: auto;
	display: flex;
	align-items: top;
	justify-content: space-between;
	border-radius: 10px;
}
.choose-product-item-image img {
	margin-top: -8px;
}
.choose-product-item-color {
	width: 255px;
	text-align: left;
	padding-top: 15px;
}
.choose-color {
	text-align: center;
}
.choose-color:hover {
	cursor: pointer;
}
.choose-color p {
	margin-top: 10px;
}
.color {
	display: flex;
	justify-content: space-between;
}
.red-item,
.green-item,
.blue-item {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}
/* ** add ** */
.red-item img,
.green-item img,
.blue-item img {
	position: absolute;
	top: 15px;
	left: 13px;
}
.red-item {
	background-color: #f74039;
}
.green-item {
	background-color: #33ca5a;
}
.blue-item {
	background-color: #598be8;
}
.choose-product-item-size {
	max-width: 240px;
	width: 100%;
	text-align: left;
	padding-top: 15px;
}
.choose-size {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	padding-right: 30px;
}
.choose-size strong {
	cursor: pointer;
}
.choose-size strong.choosen {
	color: #598be8;
	padding-bottom: 5px;
	position: relative;
}

.choose-size strong.choosen:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	bottom: 0;
	border-bottom: 2px solid #598be8;
}
.choose-size strong:nth-child(1).choosen:before {
	left: 0%;
}
.choose-size strong:nth-child(2).choosen:before {
	left: 40%;
}
.choose-size strong:nth-child(3).choosen:before {
	right: 0%;
}
.size {
	font-size: 18px;
	font-weight: 300;
	margin-top: -10px;
}

#section-almost-there h2 {
	font-size: 28px;
	font-weight: 600;
	color: white;
	padding-top: 70px;
	padding-bottom: 20px;
}
.row-almost-there {
	padding-bottom: 20px;
	background-image: url("../images/background-dark.png");
	background-size: cover;
	display: none;
}
.item-half-price {
	max-width: 900px;
	width: 100%;
	margin: auto;
	color: white;
	text-align: left;
	display: flex;
	padding-bottom: 80px;
	font-family: 'Cabin', sans-serif;
}
.half-price-image img {
	border: 1px solid gray;
}
.half-price-info {
	display: flex;
	padding: 0 60px 0 30px;
}
.half-price-info h3 {
	font-size: 18px;
	font-weight: 600;
}
.half-price-info p {
	font-size: 18px;
	font-weight: 300;
}
.half-price-quantity {
	min-width: 145px;
	padding-top: 40px;
}
.half-price-quantity p {
	font-size: 14px;
	color: rgba(129, 129, 129, 255);
	font-weight: 600;
	text-decoration: line-through;
	margin-bottom: 0;
}
.half-price-quantity strong {
	font-size: 24px;
	font-weight: 600;
}
.half-price-quantity div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
#plus,
#minus {
	border: none;
	outline: none;
	background-color: #ff931e;
	color: white;
	font-weight: 600;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 47px;
	height: 40px;
	border-radius: 10px;
}
#plus {
	background-image: url("../images/plus.png");
}
#minus {
	background-image: url("../images/minus.png");
}

.mySlides1:not(:first-of-type) {
display: none;

}
.nesto {
	display: flex;
    justify-content: space-around;
    text-align: center;
    max-width: 1130px;
    margin: 0 auto 10px;
}
#bio_ep {
    width: 400px;
    height: auto !important;
    color: #333;
    background-color: #fafafa;
    text-align: center;
    padding: 0 10px 10px;
}
#bio_ep_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72) !important;
    z-index: 10001;
	opacity: 1 !important;
}
#exitPop {
	text-align: center;
	padding: 20px;
}
#exitPop h2{
	display: block;
    color: #f21b1b;
    font-size: 32px;
    font-weight: 600;
	font-family: 'Noto Sans', sans-serif !important;
	margin-bottom: 0;
}
#exitPop p{
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif !important;
	margin: 0;
}
#exitPop a.btn {
    max-width: 300px;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    margin: 10px auto;
    transition: all 0.2s linear 0s;
    position: relative;
	text-align: center;
    overflow: hidden;
    border: 1px solid #35cf59;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
	color: #FFFFFF;
	background-color: #62DA7E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62DA7E), to(#15B325));
    background-image: -webkit-linear-gradient(top, #62DA7E, #15B325);
    background-image: -moz-linear-gradient(top, #62DA7E, #15B325);
    background-image: -ms-linear-gradient(top, #62DA7E, #15B325);
    background-image: -o-linear-gradient(top, #62DA7E, #15B325);
    background-image: linear-gradient(to bottom, #62DA7E, #15B325);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#62DA7E, endColorstr=#15B325);
}
#exitPop a.btn:before {
	content: '\003e';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}
#exitPop a.btn:hover:before {
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}
#exitPop a.btn:hover {
	border: 1px solid #29ad48;
    background-color: #39d05c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39d05c), to(#10851c));
    background-image: -webkit-linear-gradient(top, #39d05c, #10851c);
    background-image: -moz-linear-gradient(top, #39d05c, #10851c);
    background-image: -ms-linear-gradient(top, #39d05c, #10851c);
    background-image: -o-linear-gradient(top, #39d05c, #10851c);
    background-image: linear-gradient(to bottom, #39d05c, #10851c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39d05c, endColorstr=#10851c);
}
#exitPop a.no-lnk {
	display: block;
	font-size: 17px;
    color: #337ab7;
    text-decoration: none;
}
#bio_ep_close {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
	.row-section3 {
    display: flex;
    justify-content: space-around;
    text-align: center;
    max-width: 100%;
   padding: 0 30px;
}
}

@media only screen and (max-width: 1100px) {
	.col-form {
		padding: 0 20px;
	}
	.col-form-cart {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 926px) {
	.modal {
		justify-content: space-around;
		max-width: 95%;
	}

	.modal h2 {
		font-size: 18px;
	}
	.modal h4 {
		font-size: 15px;
	}
	.modal p {
		font-size: 14px;
	}
	#modal-button {
		font-size: 16px;
	}
	.desktop {
		display: none !important;
	}
	.nesto {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nesto h2{
		width: 100%;
	}

	#row-form-mobile h2:after {
		display: none;
	}


	#row-form-mobile h2:before {
		display: none;
	}
	/*.nesto:before {
		content: url("../images/energy.png");
		margin-left: 30px;
	}
	.nesto:after {
		content: url("../images/energy-empty.png");
		margin-right: 30px;
	}*/
	.shadow {
		display: none;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	main {
		overflow-x: hidden;
	}
	#header {
		padding: 20px 10px;
	}
	#top-nav {
		width: 100%;
		text-align: right;
	}
	.rtl #top-nav {
		width: 100%;
		text-align: left;
	}
	#top-nav a {
		padding: 0 0 0 5%;
	}
	#hero {
		height: auto;
		min-height: 760px;
	}
	.row-hero {
		flex-direction: column-reverse;
		align-items: center;
		padding: 0 20px;
	}

	.col-half-hero {
		width: 100%;
		min-width: 100%;
		text-align: left;
		margin-right: 0 !important;
	}
	.rtl .col-half-hero {
		width: 100%;
		min-width: 100%;
		text-align: right;
		margin-right: 0 !important;
	}
	.col-half-hero h2 {
		justify-content: flex-start !important;
	}
	.col-half-hero:nth-child(2) {
		min-width: 100%;
	}
	.button-hero {
		max-width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	iframe {
		width: 100%;
	}
	/* ** SECTION 1 * */
	.specs {
		margin-top: 25px;
	}
	.specs h2 {
		margin: 30px auto;
	}
	.row-section1 {
		flex-wrap: wrap;
		padding: 0 20px;
		margin-top: 0px;
	}

	.col-section1 {
		width: 50%;
		margin-top: 15px;
		padding: 0 10px;
	}

	.image-panel img:nth-child(1) {
		left: 44%;
	}
	.image-panel img:nth-child(2) {
		left: 38%;
	}
	/* ** SECTION 2** */
	.our-promise h2 {
		margin-top: 40px;
	}
	.row-section2 {
		padding: 0 32px;
		flex-direction: column;
		text-align: left;
	}

	.rtl.row-section2 {
		padding: 0 32px;
		flex-direction: column;
		text-align: right;
	}
	.col-section2 {
    width: 100%;
	}

	.mySlide {
		width: 290px;
		height: 263px;
	}
	.next {
		right: -14%;
	}
	.prev {
		left: -14%;
	}
	/* ** SECTION 3 ** */
	.last-cta {
		margin-top: 20px;
	}
	.last-cta h2 {
		margin-top: 0;
	}
	.last-cta p {
		margin-bottom: 30px;
		padding: 0 30px;
	}
	.col-section3 p {
    padding: 0 !important;
}
	.row-section3 {
		flex-direction: column-reverse;
		padding: 0 50px;
	}
	.col-section3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.max-width {
		max-width: 500px;
		margin: auto;
	}
	.scnd-arrow-left {
		left: 4% !important;
	}
	.scnd-arrow-right {
		right: 4% !important;
	}
	/* ** SECTION 4** */
	.reviews {
		padding: 25px 0 40px;
	}

	.slideshow-container-feedback {
		max-width: auto;
		position: relative;

		margin: auto;
		padding: 0 70px;
	}
	.slideshow-container-feedback .next {
		right: 0%;
	}
	.slideshow-container-feedback .prev {
		left: 0%;
	}
	/* ** SECTION 5 ** */

	.tabs-container {
		padding: 0 34px;
	}
	/* *** SECTION 6 ** */
	.section-almost-there {
		background-color: #f9f9f9;
	}
	.row-products {
		padding: 0 25px;
		max-width: 90%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.row-choose-product {
		background: #f9f9f9;
		padding-bottom: 95px;
		margin-bottom: 0;
	}

	.choose-product-item {
		flex-direction: column;
		height: auto;
		padding: 0 20px;
	}

	.col-products1 {
		width: 320px;
		margin-bottom: 20px;
		margin-right: 25px;
		margin: 0 25px 20px 0;
	}
	.col-choose-product {
		max-width: 100%;
		margin: 0 30px;
	}
	.choose-product-item-color {
		max-width: 255px;
		width: 100%;
		padding-left: 10px;

		padding-right: 10px;
	}
	.choose-product-item-size {
		max-width: 240px;
		width: 100%;
	}
	.row-almost-there {
		padding: 0 20px 55px;
	}
	.row-almost-there h2 {
		margin-top: 0;
	}
	.half-price-info {
		flex-wrap: wrap;
		padding-right: 0;
	}

	.half-price-info h3 {
		margin-top: 0;
	}
	.half-price-quantity {
		padding-top: 0;
	}
	.half-price-quantity p {
		margin-top: 0;
	}
	.half-price-quantity > div {
		display: none;
	}
	.add-to-cart {
		margin-top: 14px;
		border: none;
		padding: 0 15px;
		outline: none;
		background-color: #ff931e;
		color: white;
		font-weight: 600;
		font-size: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		height: 40px;
		border-radius: 10px;
	}
	/* ** SECTION 7 *** */
	.row-form {
		display: none;
		flex-direction: column-reverse;
		align-items: center;
	}
	.col-form {
		width: 100%;
		box-shadow: none;
		border: none;
	}

	.col-form-cart {
		padding: 0;
	}
	.row-section7 {
		padding: 0 50px;
	}
	#footer {
		padding: 15px 50px;
	}

	.col-section2 img{
		    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
	}
	.multi-price{
		margin-top: 5px;
	}


}
@media only screen and (max-width: 600px) {
	#header {
		padding: 0px 0;
	}
	#header a {
		text-align: center;
		width: 100%;
	}
	#top-nav a {
		display: none;
	}
	/* #header .main-header .h-inner #top-nav a.scroll-down:last-child {
		display: block;
	} */
	#logo {
		    max-width: 300px;
    margin: 0 auto;
	}
	#hero {
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0);
		min-height: auto;
	}

	.row-hero {
		padding: 0 18px;
	}
	.col-half-hero:nth-child(2) {
		min-width: auto;
	}
	.col-half-hero h3 {
		margin-top: 50px;
		font-size: 20px;
	}
	.col-half-hero h2 {
		font-size: 30px;
		margin-top: 10px;
		justify-content: flex-start !important;
	}

	.col-half-hero p {
		font-size: 19px;
	}
	.mobile .btn-hero {
		    max-width: 100%;
    padding: 13px 10px;
    margin-bottom: 20px;
	}
	/* * SECTION 2* */
	.specs {
		padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0;
	}

	.specs h2 {
		font-size: 28px;
    line-height: 32px;
    margin: 30 auto;
    text-align: center;
    width: 100%;
	}

	.nesto {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0 15px;


	}
	.nesto:before {
		content: url("../images/energy.png");
		margin-left: 30px;
		display: none;
	}
	.nesto:after {
		content: url("../images/energy-empty.png");
		margin-right: 30px;
		display: none;
	}
	/*.specs h2:before {
		display: none;
	}
	.specs h2:after {
		display: none;
	}*/
	.row-section1 {
	padding: 0 35px;
    margin-top: 0;
	}
	.col-section1 {
		width: 100%;
		margin-bottom: 24px;
	}
	.image-panel img:nth-child(1) {
		left: 40%;
	}
	.image-panel img:nth-child(2) {
		left: 32%;
	}
	/* ** SECTION 2 *** */
	.our-promise {
		-webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0%);
		clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0%);
		padding-bottom: 0;
	}
	.our-promise h2 {
		margin: 0 auto;
		font-size: 28px;
    line-height: 32px;
	}

	.row-section2 {
		margin: 25px 0;
		padding: 0 10px;
		flex-wrap: wrap;
	}
	.col-section2 {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 0;
	}

	.col-section2 {
		font-size: 19px;
	}
	.slideshow-container {
		width: 85%;
	}
	.prev {
		left: -17%;
		top: 40% !important;
	}
	.next {
		right: -17%;
	}
	/* * SECTION 3 ** */
	.last-cta h2 {
		margin-top: 0;
		margin-bottom: 12px;
		padding: 0 5px;
		font-size: 28px;
    line-height: 32px;
	}

	.row-section3 {
		padding: 0 10px;
	}
	.col-section3 {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 24px;
	}

	.scnd-arrow-right {
		right: -17% !important;
	}
	.scnd-arrow-left {
		top: 40% !important;
		left: -17% !important;
	}
	.button-section3 {
		flex-direction: column;
	}
	.button-section3 button {
		max-width: 320px;
		width: 100%;
		margin: auto;
		padding: 12px 0;
	}
	/* ** section 4 * */
	.reviews {
		padding-bottom: 30px;
		padding-top: 0;
	}

	.reviews h2 {
	font-size: 28px;
    line-height: 32px;
    text-align: center;
    width: 100%;
	}

	.slideshow-container-feedback {
		padding: 10px 0;
	}
	.feedback-col {
		flex-direction: column;
		padding: 0 20px;
	}
	.feedback-col h3 {
		font-size: 20px;
	}
	.feedback p {
		font-size: 19px;
	}
	.feedback-info {
		margin: 0;
	}
	.third-arrow {
		top: 12% !important;
	}
	.slideshow-container-feedback .next,
	.prev {
		top: 12%;
	}
	.slideshow-container-feedback .prev {
		left: 6%;
	}
	.slideshow-container-feedback .next {
		right: 6%;
	}
	/* * section 5** */


	.faq h2 {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
    width: 100%;
	}

	.tabs-container {
		padding: 10px 0 0;
	}
	.collapsible {
		font-size: 16px;
	}
	.collapsible:after {
		display: none;
	}
	/* * SECTION 6 ** */
	.multi-prod-sec {
		padding: 40px 0 0;
	}

	.multi-prod-sec h2 {
		font-size: 28px;
		padding: 0 10px;
		margin-bottom: 20px;
		line-height: 32px;
	}

	.row-products {
		padding: 0 20px;
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.col-products1 {
	max-width: 320px;
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    height: 100%;
    padding-bottom: 20px;
	}
	.row-choose-product {
		padding-bottom: 45px;
	}
	.col-choose-product {
		margin: 40px 20px 0;
	}
	.choose-product-item {
		flex-direction: column;
		height: auto;
		padding: 0 20px;
	}

	.choose-product-item-image img {
		margin-top: -30px;
	}
	.choose-product-item-color h3 {
		margin-top: 0;
	}
	.choose-product-item-size h3 {
		margin-top: 7px;
	}
	.makeOrder--small {
		width: 90%;
		max-width: 280px;
	}
	#section-almost-there h2 {
		padding-top: 30px;
		font-size: 22px;
		line-height: 22px;
	}

	.row-almost-there {
		padding: 0 20px;
	}
	.item-half-price {
		padding: 0;
		flex-direction: column;
	}
	.half-price-info {
		padding: 10px 0 25px;
	}
	.half-price-image {
		margin: auto;
	}
	/* ** SECTION 7 ** */
	.row-section7 {
		padding: 0 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.col-section7 {

		padding: 0 0 20px;
		flex: 0 0 40%;

	}
	.col-section7:nth-last-child(1){
		flex: 0 0 100%;
	}
	#footer {
		padding: 10px 20px;
	}
	/* * FORM * */
	.col-form-cart {
		padding: 0 20px;
	}

	.form-fields {
		padding: 0;
	}
	.form-fields button {
		max-width: 320px;
		width: 100%;
		padding: 20px 0;
	}

	.input-row {
		flex-direction: column;
	}
	.input-row input {
		width: 100%;
	}
	.input-row-three {
		flex-direction: column;
	}
	.input-row-three input {
		max-width: 100%;
		width: 100%;
	}
	.custom-select {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.modal {
		flex-direction: column;
	}
	.close {
		top: 7px;
	}
	#price-fixed {
		height: auto !important;
		padding: 4px 0;
		display: none;
	}

	#price-fixed div {
		flex-direction: column;
	}
	#price-fixed p {
		margin: 6px 0 9px;
	}
	#price-fixed button {
		margin-bottom: 6px;
	}
	#month,
	#year {
		width: 100%;
		margin-bottom: 20px;
	}
	#tooltip {
		top: 150px;
	}
	.multi-prod-sec p{
		padding: 0 30px;
		margin: 0 auto 30px;
	}
	.col-section7 img {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 15px;
	}
	#header .h-inner {
    padding: 10px 30px;
    max-width: 100%;
	}
	.col-section3 p {
    margin-top: 0px !important;
	margin-bottom: 0px !important;
    }
	#section-7 .nesto h2 {
    font-size: 28px;
	line-height: 32px;
    margin: 20px auto 20px;
    text-align: center;
	}
	#bio_ep {
    max-width: 100%;
    width: 90% !important;
    padding: 35px;
    position: absolute;
    top: 42%;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /* box-shadow: 0px 2px 6px rgba(0,0,0,1); */
    border-radius: 3px;
    background: #fff;
    height: auto !important;
    z-index: 10002;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}
}
@media only screen and (max-width: 480px){
	.multi-prod-sec {
    padding: 20px 0 0;
	}
	.faq {
    padding-top: 30px;
    padding-bottom: 30px;
	}
}
.rtl .collapsible{
	text-align: right;
}
.rtl .feedback-info {
	text-align: right;
}
.rtl .col-half-hero {
	text-align: right;
	margin-left: 30px;
}
.rtl .collapsible {
	text-align: right;
}
.rtl select {
	text-align: right;
}
.rtl select option {
	text-align: right;
}
.rtl #second-step-form {
	text-align: right;
}
.rtl .shopping-cart-item-info {
	text-align: right;
}
.rtl .choose-product-item-color {
	text-align: right;
}
.rtl .choose-product-item-size {
	text-align: right;
}
.rtl .item-half-price {
	text-align: right;
}
.rtl .item-half-price {
	text-align: right;
}
.rtl .choose-product-item-size {
	text-align: right;
}
.rtl .choose-product-item-color {
	text-align: right;
}
.rtl .shopping-cart-item-info {
	text-align: right;
}
.rtl #top-nav {
	text-align: left;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#logo {
	max-width: 300px;
	margin: 0 auto;
	width: auto;
    max-height: 45px;
}
#hero {
    margin-top: 65px;
}
.col-half-hero h2 {
    font-size: 39px;
}
.prizes {
    width: 100%;
    padding: 50px 0;
}
.prizes  .heading-battery {
    font-size: 38px;
}
.col-4 {
    width: 33.33333%;
    padding-left: 30px;
    padding-right: 30px;
}
.prize-box {
	background: #2f2f2f;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.prize-box {
	border-radius: 20px;
	display: inline-block;
}
.prize-box h3 {
	background: #fff;
	color: #000;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.prize-box h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	margin-top: 0 !important;
}
.prize-box p {
	color: #b2b2b2;
	font-size: 18px;
	float: left;
	width: 100%;
	margin: 5px 0;
}
.prize-box img {
	max-width: 50%;
	margin: 0 auto;
}
.row-section1 {
	padding: 0 15px;
	margin-top: 0;
}

.col-section1 {
	width: 50%;
	margin-bottom: 0;
}

.image-panel img:nth-child(2) {
	left: calc(50% - 37.5px);
}
.footer-icon {
	max-height: 90px !important;
	margin-bottom: 15px;
}
.faq, .multi-prod-sec, .reviews, .last-cta, #section-7 {
	padding: 25px 0 !important;
}
.specs, .prizes {
	padding: 25px 0;
}
.faq h2, .reviews h2, .last-cta h2, .prizes h2, .our-promise h2, .specs h2, .nesto h2 {
	margin: 0px 0 20px 0 !important;
	font-size: 38px !important;
}
.multi-prod-sec .nesto {
	margin-bottom: 0 !important;
}
.multi-prod-sec h2 {
	margin-bottom: 10px !important;
}
.our-promise {
	padding: 70px 0;
}
#hero {
	margin-bottom: 0 !important;
}
.owl-carousel .active:after {
	display: none;
}
.owl-next:focus, .owl-prev:focus {
	outline: none;
}
.owl-item {
	border: 0;
	padding: 0 25px;
}
.owl-nav {
	font-size: 50px !important;
	position: absolute;
	top: calc(50% - 30px);
	width: 100%;
}
.owl-prev {
	position: absolute;
	left: 20px;
}
#section-7 {
	padding-bottom: 25px !important;
}
.col-section7 {
	padding-bottom: 0;
}
.owl-next {
	position: absolute;
	right: 20px;
}
.featured-in {
	background: #fff !important;
	padding-bottom: 0 !important;
}
.featured-logos, .featured-in-footer-content {
	display: flex;
	justify-content: space-around;
	text-align: center;
	max-width: 1130px;
	margin: auto;
}
.featured-in-footer-content .left {
	text-align: left;
}
.featured-in-footer-content .right {
	text-align: right;
}
p.free-shipping {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #fff;
}
p.back-guarantee {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0 0;
	color: #fff;
}
.featured-in-footer {
	background: #000000;
    background: -webkit-linear-gradient(to top, #434343, #000000);
    background: linear-gradient(to top, #434343, #000000);
	padding: 25px 0;
}
.logos .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos .owl-item {
	border: 0;
}
.logos .owl-item img {
	max-width: 85%;
	margin: 0 auto;
	width: auto;
	max-height: 80px;
}
.logos .active:after {
	display: none;
}
.logos .owl-nav {
	font-size: 50px !important;
	position: absolute;
	top: calc(50% - 30px);
	width: 100%;
}
.logos .owl-prev {
	position: absolute;
	left: 20px;
}
.logos .owl-next {
	position: absolute;
	right: 20px;
}
.reviews.featured-in .featured-logos {
    margin-bottom: 40px;
}


/* new css start here 24-7-23 S** */
div#hero {
    /* background: rgba(5, 155, 217, 0.10000000149011612); */
	clip-path: unset;
} 

.col-half-hero h2 span {
    color: #3DB2E4;
}
.col-half-hero h2 {
    font-size: 39px;
    color: #06061E;
}
.col-half-hero p {
    color: #000;
}
section#specs {
    padding: 70px 0;
	background: #FFF;
}

section#specs .col-section1 {
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    padding: 20px 10px;
}
section#specs .col-section1:hover {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 30px 54px 0px rgba(10, 71, 123, 0.09);
}
section#specs .shadow {
    display: none;
}
div#hero .row-hero .col-half-hero .button-hero a.btn-hero {
    border-radius: 50px;
	border-radius: 3px;
    background: #059BD9;
    border: 1px solid #059BD9;
		max-width: 100%;
    display: inline-block;
	/* margin-bottom: 30px; */
}
div#hero .button-hero.desktop p {
    margin: 0;
}
.our-promise {
    clip-path: none;
    background: #fff;
}
.our-promise h2.heading-battery {
    color: #06061E;
	text-align: left;
}
.our-promise .col-section3 p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.col-half-hero h2 {
    display: inline-block!important;
}
section.reviews.featured-in {
    /* background: rgba(5, 155, 217, 0.10000000149011612)!important; */
	background: #fff!important;
    padding: 50px 0 !important;
}
section.reviews.featured-in .featured-in-footer {
    display: none;
}
section.reviews.featured-in .logos .owl-stage .owl-item.active {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #B2B2B2;
    padding: 20px;
}
h2 span {
    color: #3DB2E4;
}
section.prizes {
    background: #fff;
}
section.last-cta {
    /* background: rgba(5, 155, 217, 0.10000000149011612); */
    padding: 70px 0!important;
}
.multi-prod-sec {
    background: #fff;
}
.multi-prod-sec .product-heading, .col-products1 .product-heading1 ,.col-products .product-heading1 {
    max-width: 100%!important;
    border-radius: 25px 25px 0px 0px;
    /* opacity: 0.5; */
    background: rgba(5, 155, 217, 0.5)!important;
    transform: unset!important;
    padding: 20px;
}
.multi-prod-sec .product-heading strong ,.multi-prod-sec .col-products .product-heading1 strong ,.multi-prod-sec .col-products1 strong {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    transform: unset;
}
.multi-prod-sec .col-products1 {
    border: none;
    border-radius: 25px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: none;
}
.multi-prod-sec .col-products .product-heading1 {
    background: #000!important;
}
.multi-prod-sec .col-products.desktop.one.mob1 {
    border: none;
    border-radius: 25px;
    background: #059BD9;
}
.multi-prod-sec .col-products1 a.makeOrder {
    border-radius: 50px;
    background: #059BD9;
    border: none;
}
.multi-prod-sec a.makeOrder:hover:before {
    transform: unset!important;
    content: "";
    display: none;
}
.multi-prod-sec .col-products a.makeOrder {
    border-radius: 50px;
    background: #06061E;
    border: none;
}
.multi-prod-sec .col-products.desktop.one.mob1 * {
    color: #fff;
}
.multi-prod-sec .col-products h4.discount1 {
    text-decoration: line-through;
}
.multi-prod-sec .col-products1 .pruducts-price h4.discount1 {
    text-decoration: line-through;
}
.multi-prod-sec a.makeOrder:hover {
    text-decoration: none;
}
section.faq {
    /* padding: 70px 0!important; */
    /* background: rgba(5, 155, 217, 0.10000000149011612); */
}
section#reviews {
    padding: 70px 0 !important;
    background: #fff;
}
section#section-7 {
    padding: 70px 0!important;
}
section#section-7 .row-section7 .col-section7 {
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    padding: 25px 15px;
}
section#section-7 .row-section7 .col-section7:hover {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 30px 54px 0px rgba(10, 71, 123, 0.09);
}
.prize-box {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    border-radius: 25px;
}
.prize-box h3 {
    order: -1;
    margin-top: 0;
    border-radius: 25px 25px 0px 0px;
    background: rgba(5, 155, 217, 0.5);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    padding: 15px 10px;
}
.prize-box.middle-prize h3 {
    background: #059BD9;
}
.prize-box h4 {
    margin-top: 10px!important;
    margin-bottom: 0;
}
section.last-cta .col-section3 .mySlides1 {
    max-width: 600px;
    margin-right: auto!important;
    margin-left: 0;
}
section.last-cta .col-section3 .mySlides1 a.btn-hero {
    width: 100%;
    display: block;
}
section.last-cta .col-section3 .mySlides1 a.btn-hero img.img-fluid.img-center {
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    border-radius: 25px;
}
section.last-cta .button-section3 {
    justify-content: space-between;
}
section#specs {
    position: relative;
	z-index: 2;
}
section#specs:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 150px;
    height: 200px;
    background-size: contain;
    z-index: 99;
    background-image: url(https://lp.getshopdeal.com/user/pages/products/sonipad-pro/promotional/Group%2034750.png);
    background-repeat: no-repeat;
    background-position: right top;
	z-index: -1;
}
section.prizes ,.multi-prod-sec {
    padding: 70px 0!important;
}
/* section.prizes ,section#section-7, section#reviews, section.faq, section.last-cta, section#specs{
    padding: 70px 0;
} */
section#reviews .feedback-col .feedback-info {
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0px 30px 53px 0px rgba(5, 155, 217, 0.09);
    padding: 40px 30px;
    text-align: center;
    position: relative;
}
section#reviews .feedback-col .feedback-info .feedback-image {
    text-align: center;
}
section#reviews .feedback-col .feedback-info .slide-outer p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
.feedback-info:after {
    position: absolute;
    content: "";
    background-image: url(https://lp.getshopdeal.com/user/pages/products/sonipad-pro/Vector.png);
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.button-section3 .btn-hero:hover:before, .button-hero .btn-hero:hover:before {
    display: none;
    text-indent: unset;
    transform: unset;
}
div#hero .button-hero.desktop {
    display: flex;
    align-items: baseline;
	flex-wrap: wrap;
    gap: 20px;
}
.button-section3 .btn-hero {
    margin-right: 0;
}
section.last-cta .button-section3 .clic-btn {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
section.last-cta .button-section3 {
    flex-direction: column;
}
section.last-cta .button-section3 p {
    margin-bottom: 0;
}
section.faq .faq-sec {
    border-radius: 15px;
    border: 1px solid #EFEFEF;
    margin-bottom: 30px;
}
section.faq .faq-sec button.collapsible {
    background: transparent;
    margin-top: 0;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none!important;
	padding: 20px 30px 20px 30px;
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
section.faq .faq-sec button:focus {
    outline: none;
    border: none!important;
}
section.faq .faq-sec button.collapsible:after {
    background: #059BD9;
    border-radius: 50%;
    color: #fff!important;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.faq .faq-sec .content p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
div#hero {
    margin-top: 0!important;
}
div#hero {
    padding: 200px 0 0px 0;
}
div#hero {
    margin-top: 0!important;
}
section.last-cta h2.heading-battery {
    text-align: left;
}
.button-section3 .btn-hero:hover, .button-hero .btn-hero:hover {
    text-indent: 0;
}
.button-section3 .btn-hero, .button-hero .btn-hero {
    border-radius: 50px;
	border-radius: 3px;
    background: #059BD9;
    border: none;
    padding: 10px 20px;
}
#header .h-inner {
    border-bottom: 1px solid rgba(5, 155, 217, 0.15);
    padding: 20px 30px;
	/* margin: 0 30px; */
}
header#header.header-bg .h-inner {
    border-bottom: none;
    padding: 15px 30px;
}
section#specs .nesto h2.heading-battery {
    max-width: 750px;
    margin: auto;
     /* 125% */
}
section#reviews .nesto h2.heading-battery {
    max-width: 650px;
}
.button-section3 .btn-hero:hover, .button-hero .btn-hero:hover {
    background: #059BD9;
    border: none;
    filter: brightness(120%);
}



/* review sec slider css */
section#reviews .row-section4 .slideshow-container-feedback {
    max-width: 1130px;
}
section#reviews .row-section4 .slideshow-container-feedback .feedback {
    max-width: 100%;
    /* display: flex!important; */
    gap: 30px;
}
section#reviews .row-section4 .slideshow-container-feedback .feedback .feedback-col {
    flex: 1;
}
section#reviews .row-section4 .slideshow-container-feedback .feedback .feedback-col .feedback-info {
    margin-left: 0;
}
section#reviews .row-section4 .slideshow-container-feedback .prev {
    left: -6%;
}
section#reviews .row-section4 .slideshow-container-feedback .next {
    right: -6%;
}

/* header sticky css */
/* header#header.header-bg .main-header {
    position: sticky!important;
    display: block!important;
    height: 100%!important;
    background: #fff;
} */
header#header.header-bg {
    position: relative;
    top: 0;
    display: block!important;
    height: 100%!important;
}
header#header.header-bg .main-header {
    position: fixed!important;
    display: block!important;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 14px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.offer-advertising {
    text-align: center;
    background: #000;
}
.offer-advertising p {
    margin: 0;
    padding: 10px;
    max-width: 1140px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.offer-advertising p span {
    /* color: rgba(5, 155, 217, 50%);
    color: #594ad2; */
    /* color: #ffa50080; */
	color: orange;
    font-weight: 600;
}
/* header sticky end here */

/* gurantee sec start here */

section.charge-free-shipping {
    /* background: rgba(5, 155, 217, 0.10000000149011612); */
    padding: 70px 0!important;
}
section.charge-free-shipping .row-section3 {
    width: 100%;
    max-width: 940px;
    text-align: center;
}
section.charge-free-shipping a ,section.charge-last-section.bottom-section .col-section3.max-width a {
    border-radius: 50px;
	border-radius: 3px;
    background: #059BD9;
    border: none;
    color: #fff;
    padding: 15px 70px;
    display: inline-block;
    margin: 30px 0 20px 0;
}
section.charge-last-section.bottom-section .col-section3.max-width a:hover{
	filter: brightness(120%);
	text-decoration: none;
}
section.charge-last-section.bottom-section .col-section3.max-width p {
    text-align: center;
}
section.charge-free-shipping .row-section3 .col-section3.max-width {
    width: 100%;
}
section.charge-free-shipping .row-section3 .col-section3.max-width p {
    text-align: center;
}
section.charge-free-shipping .row-section3 .col-section3.max-width h2 {
    color: #1C2838;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 133.333% */
}
/* gurantee sec end here */

section.faq .faq-sec button.collapsible {
    background-color: transparent;
}
section.faq .faq-sec button.collapsible:after {
    background: #000;
}
section.last-cta .button-section3 .multi-price {
    color: #059BD9;
    margin-bottom: 20px;
}
section.last-cta .button-section3 .multi-price span.real-price {
    text-decoration: line-through;
    color: #000;
    font-weight: 400;
}
section.last-cta .button-section3 {
    align-items: flex-start;
}
section#specs .col-section1 {
    margin: 0;
}
section#specs .row-section1 {
    gap: 30px;
}
section.last-cta .col-section3 p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.our-promise .section2.col-12.col-lg-6 a.btn-hero.scroll-down ,section.last-cta .mySlides1 a.btn-hero.scroll-down {
    position: relative;
    display: block;
    width: 100%;
    z-index:1;
}
.our-promise .section2.col-12.col-lg-6 a.btn-hero.scroll-down:before ,section.last-cta .mySlides1 a.btn-hero.scroll-down:before {
    position: absolute;
    background-image: url(https://lp.getshopdeal.com/user/pages/products/sonipad-pro/promotional/Group%2052.png);
    top: -40px;
    left: -20px;
    width: 200px;
    height: 200px;
    content:"";
    background-size: cover;
    z-index:-1;
}
section#reviews {
    overflow: hidden;
}
.our-promise .row-section2 {
    flex-wrap: wrap;
}
/* #header .main-header .h-inner #top-nav a.scroll-down:last-child {
    border-radius: 50px;
	border-radius: 3px;
    background: #059BD9;
    border: 1px solid #059BD9;
    max-width: 170px;
    padding: 14px 40px;
    color: #fff;
} */
#header .main-header .h-inner #top-nav a.scroll-down:last-child:hover ,section.charge-free-shipping a:hover {
    filter: brightness(120%);
	text-decoration: none;
}
section.last-cta .row-section3 .col-section3.max-width .nesto h2.heading-battery-mobile-text ,.our-promise .row-section2 .section2.col-12.col-lg-6 h2 {
    display: none;
}
section#reviews .row-section4 .slideshow-container-feedback .feedback .feedback-col {
    width: 100%;
    display: block;
}
section#specs .row-section1 .col-section1 {
    width: 100%;
    max-width: 300px;
}
.our-promise .section2.col-12.col-lg-6 a.btn-hero.scroll-down {
    width: 100%;
    max-width: 100%;
}
.our-promise .section2.col-12.col-lg-6 a.btn-hero.scroll-down img.img-fluid {
    width: 100%;
    border-radius: 25px;
}
section.charge-last-section {
    padding: 70px 0!important;
}
section.charge-last-section .col-section3.max-width {
    width: 100%;
}
section.charge-last-section .col-section3.max-width a {
    color: #000;
    margin-top: 10px;
    display: inline-block;
}
section.charge-last-section .col-section3.max-width h2 {
    font-weight: 600;
}
.button-section3 .btn-hero {
    margin-right: 0;
}
section.last-cta .button-section3 .clic-btn {
    gap: 20px;
}
.col-half-hero:nth-child(2) .only-desktop {
    height: 100%;
}
.col-half-hero:nth-child(2) .only-desktop a.btn-hero.scroll-down {
    height: 100%;
    display: inline-flex;
}
.col-half-hero.order-1-mobile {
    margin-bottom: 50px;
}
.products-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}
section.last-cta .products-price .multi-price {
    margin-bottom: 0;
}
.products-price h4.discount1 {
    text-decoration: line-through;
}
.col-half-hero:nth-child(2) .only-desktop a.btn-hero.scroll-down img.img-fluid {
    width: 100%;
    border-radius: 25px;
}
.col-half-hero:nth-child(1) .mobile-tablet a.btn-hero.scroll-down img.img-fluid {
    width: 100%;
    border-radius: 25px;
}
header#home {
    height: auto!important;
    padding: 100px 0;
}
nav#navbar {
    background-color: #fff;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header .h-inner #top-nav + a {
    border-radius: 50px;
    border-radius: 3px;
    background: #059BD9;
    border: 1px solid #059BD9;
    /* max-width: 170px; */
    padding: 14px 40px;
    color: #fff;
	white-space: nowrap;
}
/* new css end here */
@media only screen and (min-width: 768px) and (max-width: 926px) {
    .col-half-hero, .col-half-hero:nth-child(2) {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        padding: 15px;
        float:left;
    }
    #hero {
        display: block;
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row-hero {
        flex-direction: unset;
        align-items: unset;
    }
    .col-half-hero h2 {
        font-size: 30px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
	}
	.row-hero {
		flex-direction: column-reverse;
	}
	.col-half-hero, .col-half-hero:nth-child(2) {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
	.col-half-hero p {
		margin-bottom: 0 !important;
	}
	.one {
		margin: 0 30px 0 0 !important;
	}
	.two {
		border: 3px solid transparent;
		margin: 0;
	}
	.three {
		margin-right: 0;
		margin-top: 30px;
	}
	.one, .two, .three {
		max-width: 300px !important;
	}
}
@media only screen and (max-width: 926px) {
	.product-info {
		margin: 24px 0 0 0;
	}
	.product-info p {
		margin-bottom: 10px !important;
	}
	.product-heading {
		margin-bottom: 0;
	}
	.product-heading strong {
		padding: 0;
	}
	.one {
		order: 1;
	}
	.one:hover {
		border: 3px solid #4EC314;
	}
	.two {
		order: 2;
		border: 3px solid transparent;
	}
	.three {
		order: 3;
	}
	.three p {
		margin: 10px 0 !important;
	}

}
@media only screen and (min-width: 927px) {
	.product-info {
		margin: 24px 0 0 0 !important
	}
	.two .product-heading {
		margin-bottom: 0;
	}
	.two .product-heading strong {
		padding: 0;
	}
	.two .product-info p {
		margin: 10px 0 !important;
	}
	.one {
		border: 3px solid #4EC314;
	}
	.one .product-info1 {
		padding: 25px;
	}
	.one .makeOrder {
		padding: 14px 0;
	}
	.one .product-info1 p {
		margin-bottom: 0 !important;
	}
	.one .product-heading1 strong {
		padding: 1px 0;
	}
	/* .three:hover {
		border: 3px solid #FBAF5D;
	}
	.two:hover {
		border: 3px solid #6FB1E1;
	} */
	.three p {
		margin: 10px 0 !important;
	}

}
@media only screen and (max-width: 359px) {
	#bought-widget {
		left: 0 !important;
	}
	#bought-widget .image {
		max-width: 33.333333%;
	}
	#bought-widget .image img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
    .col-4 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .prize-box {
        margin-bottom: 20px;
    }
    .prizes {
        padding: 25px 0 !important;
	}
	.faq, .multi-prod-sec, .reviews, .last-cta, #section-7 ,section.charge-free-shipping ,section.charge-last-section ,section.charge-last-section {
		padding: 25px 0 !important;
	}
	.specs {
		padding: 25px 0 0 0 !important;
	}
	.our-promise {
		padding: 25px 0 25px 0 !important;
	}
	.our-promise .row-section2 {
		margin-bottom: 0;
	}
	.last-cta {
		margin-top: 0;
	}
	#section-7 .nesto h2 {
		font-size: 38px !important;
	}
	#section-7 {
		padding-bottom: 0 !important;
	}
	.owl-prev {
		position: absolute;
		left: 0;
	}
	.owl-next {
		position: absolute;
		right: 0;
	}
	.logos .owl-prev {
		position: absolute;
		left: 0;
	}
	.logos .owl-next {
		position: absolute;
		right: 0;
	}
	/*.specs .text-panel {
		display: none;
	}*/
	.specs .text-panel {
    display: block;
}
	.panel-section1 {
		padding: 0;
		text-align: center;
	}
	.featured-in {
		padding-bottom: 0 !important;
	}
	.featured-in-footer-content {
		padding: 0 15px;
	}
	.featured-logos {
		padding: 0 10px;
	}
	.featured-in-footer-content {
		display: block;
	}
	.featured-in-footer-content .left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.featured-in-footer-content .right {
		width: 100%;
		text-align: center
	}
	section.reviews.featured-in{
		padding: 25px 0!important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .col-4 {
        width: 100%;
    }
    .prize-box {
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .prizes {
        padding-bottom: 30px;
    }
    #header {
        padding: 0;
	}
	.featured-in-footer-content {
		padding: 0 15px;
	}
	.featured-logos {
		padding: 0 10px;
	}
	.featured-in-footer-content {
		padding: 0 15px;
	}
	.featured-logos {
		padding: 0 10px;
	}
	.featured-in-footer-content {
		display: block;
	}
	.featured-in-footer-content .left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.featured-in-footer-content .right {
		width: 100%;
		text-align: center
	}
	#hero {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 921px) {
	#section-7 {
		padding-bottom: 0 !important;
	}
	.col-section7 {
		padding-bottom: 0;
	}
	.last-cta {
		margin-top: 0;
	}
	.prize-box {
        margin-bottom: 20px;
    }
    .prizes {
        padding: 0 !important;
	}
	.faq, .multi-prod-sec, .last-cta, #section-7 {
		padding: 25px 0 !important;
	}
	.specs {
		padding: 25px 0 0 0 !important;
	}
	.our-promise .row-section2 {
		margin-bottom: 0;
	}
	.last-cta {
		margin-top: 0;
	}
	#section-7 .nesto h2 {
		font-size: 38px !important;
	}
	#section-7 {
		padding-bottom: 0 !important;
	}
	.specs {
		margin-top: 0 !important;
	}
	.our-promise {
		padding: 70px 0 70px 0 !important;
	}
	.reviews {
		padding-top: 0 !important;
	}
	h2.heading-battery {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-products {
		margin-bottom: 20px;
	}
	#hero {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.featured-in {
		padding-bottom: 25px !important;
	}
	.featured-in h2 {
		margin-top: 25px !important;
	}
}

@media only screen and (min-width: 1024px) {
    #hero {
        margin: 0px 0 0 0 !important;
        padding: 130px 0 0px 0;
    }
	
}
@media only screen and (max-width: 767px) {
	p.mobile-tablet {
		margin-top: 15px !important;
	}
	section.prizes ,section#section-7, section#reviews, section.faq, section.last-cta, section#specs ,.multi-prod-sec ,section.charge-free-shipping ,section.charge-last-section ,section.charge-last-section{
		padding: 30px 0!important;
	}
	section#specs .col-section1 {
		/* margin-bottom: 20px; */
	}
	.row-section7 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.row-section7 .col-section7 {
		width: 100%;
		max-width: 400px;
	}
	div#hero {
		padding: 180px 0 0px 0!important;
	}

}
@media only screen and (max-width: 921px) {
    .mobile-tablet {
        display: block;
	}
	.only-desktop {
		display: none;
	}
	p.mobile-tablet {
		margin-top: 0;
	}
	.col-half-hero {
		padding-bottom: 0 !important;
	}
}
@media only screen and (min-width: 922px) {
    .mobile-tablet {
        display: none;
	}section.charge-last-section.bottom-section .col-section3.max-width a
	.only-desktop {
		display: block;
	}
}
@media (max-width: 576px) {
    .prize-box .prize-icon {
        max-width: 90px;
    }
    .prize-box h3 {
        font-size: 18px;
    }
    .prize-box h4 {
        font-size: 20px;
    }
    .prize-box p {
        font-size: 16px;
    }
    .prize-box {
        padding: 0px 0 10px 0;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
	.faq h2, .reviews h2, .last-cta h2, .prizes h2, .our-promise h2, .specs h2, .nesto h2 {
		margin: 0px 0 20px 0 !important;
		font-size: 26px !important;
	}
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}
.image-panel img.spec-icon {
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(5, 155, 217, 0.07);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}
.img-center {
	margin: 0 auto;
}
#hero .video-wrapper {
	padding-top: 0;
}
@media (max-width: 926px) {
	.order-1-mobile {
		order: 1;
	}
}
@media (min-width: 769px) and (max-width: 926px){
	#header {
		padding: 0;
	}
}
@media (min-width: 769px) and (max-width: 921px){
	#hero {
		margin-top: 65px;
		padding-top: 25px;
	}
}
.col-products img, .col-products1 img {
	transform: scale(0.9);
}
.col-section1 {
	margin: 0 1.2rem 0 1.2rem;
}
html[dir="rtl"] .col-half-hero {
	text-align: right;
	margin-right: 0;
	margin-left: 30px;
}
html[dir="rtl"] .col-section3 p{
	text-align: right;
	margin-right: 0;
	margin-left: 30px;
}
html[dir="rtl"] .btn-hero {
	margin-right: 0;
	margin-left: 32px;
}
html[dir="rtl"] .featured-in-footer-content{
	text-align: right;
}
html[dir="rtl"] .collapsible{
	text-align: right;
}
html[dir="rtl"] .collapsible::after{
	float: left;
}
html[dir="rtl"] .feedback-info {
	text-align: right;
	margin-left: 0;
	margin-right: 50px;
}
html[dir="rtl"] .discount1{
	margin-right: 0;
	margin-left: 10px;
}
html[dir="rtl"] .slideshow-container .prev, html[dir="rtl"] .slideshow-container .next {
	transform: rotate(180deg);
}



/* responsive start here */
@media (max-width: 1400px){
section.prizes ,section#section-7, section#reviews, section.faq, section.last-cta, section#specs ,.multi-prod-sec ,section.charge-free-shipping ,section.charge-last-section ,section.charge-last-section{
	padding: 60px 0!important;
}
#top-nav a{
	padding: 0 30px;
}
}


@media (min-width: 769px) and (max-width: 1024px){
section.prizes ,section#section-7, section#reviews, section.faq, section.last-cta, section#specs ,.multi-prod-sec ,section.charge-free-shipping ,section.charge-last-section ,section.charge-last-section{
	padding: 50px 0!important;
}

}
@media (max-width: 991px){
	section.last-cta .row-section3 .col-section3 h2.heading-battery ,.our-promise .row-section2 .col-12.col-lg-6.col-section3 h2.heading-battery {
		display: none;
	}
	section.last-cta .row-section3 .col-section3.max-width .nesto h2.heading-battery-mobile-text ,.our-promise .row-section2 .section2.col-12.col-lg-6 h2 {
		display: block;
	}
	.our-promise .row-section2 {
		flex-direction: column-reverse!important;
	}
	#row-footer {
		flex-wrap: wrap;
	}
	header#home {
		height: auto!important;
		padding: 100px 0 50px 0;
	}
	.our-promise .row-section2 .col-section3 {
		width: 100%;
	}
	section#reviews .nesto {
		justify-content: center;
	}
	#top-nav a {
		/* padding-left: 0;
		padding-right: 5px;
		font-size: 12px; */
		display: none;
	}
}


@media (max-width: 926px){
section.last-cta .row-section3 {
    flex-direction: column;
}
section.last-cta .row-section3 .col-section3.max-width {
    max-width: 100%;
}
section.last-cta .row-section3 .col-section3.max-width h2.heading-battery-mobile-text {
    text-align: left;
    margin-bottom: 50px!important;
}
section.last-cta .row-section3 .col-section3 ,.our-promise .row-section2 .col-12.col-lg-6.col-section3 {
    margin-top: 30px;
}

section.last-cta .button-section3 .clic-btn {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
section.last-cta .button-section3 .clic-btn p {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
header#header.header-bg .main-header #top-nav a {
    padding-left: 10px;
	font-size: 14px;
}
#header .main-header .h-inner #top-nav a.scroll-down:last-child {
    /* padding: 10px 15px; */
}
section#reviews .row-section4 .slideshow-container-feedback .prev {
    left: 0;
}
section#reviews .row-section4 .slideshow-container-feedback .next {
    right: 0;
}
div#hero {
    padding: 200px 0 30px 0;
}
.col-half-hero:nth-child(2) {
    height: auto;
}
.col-half-hero:nth-child(2) .only-desktop {
    height: 100%;
}
.col-half-hero:nth-child(2) .only-desktop a.btn-hero.scroll-down {
    height: 100%;
    display: inline-flex;
}
section.charge-free-shipping .row-section3 .col-section3.max-width h2 {
    font-size: 26px;
    line-height: 1.5;
}
section.charge-free-shipping a {
    margin: 20px 0;
}
.third-arrow {
	top: 40% !important;
}
section#reviews .row-section4 .slideshow-container-feedback .prev {
    left: 0%;
}
section#reviews .row-section4 .slideshow-container-feedback .next {
    right: 0%;
}
.col-half-hero.order-1-mobile {
    margin-bottom: 0;
}
#header .h-inner #top-nav + a {
	padding: 12px 20px;
}
#top-nav a {
	padding-left: 5px;
	font-size: 14px;
}
img#logo {
    width: 130px;
}
section#specs .row-section1 {
    gap: 20px;
    justify-content: center;
}
}

@media (max-width: 767px){

	section.prizes ,section#section-7, section#reviews, section.faq, section.last-cta, section#specs ,.multi-prod-sec ,section.charge-free-shipping ,section.charge-last-section ,section.charge-last-section{
		padding: 30px 0!important;
	}
	#header .h-inner #top-nav + a {
		padding: 12px 15px;
	}
	
}


@media (max-width: 600px){
div#hero .col-half-hero:nth-child(2) .button-hero.mobile a.btn-hero.scroll-down {
    max-width: 100%!important;
    width: 100%;
}
#header .h-inner #top-nav + a {
    padding: 12px 15px;
}
#header .h-inner {
    padding: 20px;
}
/* #header a {
    max-width: 130px;
} */
img#logo {
    max-width: 110px;
}
.col-half-hero h2 {
    font-size: 30px;
}
.our-promise .col-section3 p {
    font-size: 16px;
    line-height: 1.6;
}
section.last-cta .button-section3 {
    margin-top: 10px;
}
}
.image-panel img.spec-icon {
    width: 120px;
    height: 120px;
    padding: 10px;
    object-fit: cover;
}
.col-section7 p:last-child {
    font-weight: 300!important;
}