/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #434B4B;
     font-size:16px;
  font-family: "Poppins", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
     
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 16px;
     line-height: 30px;
}
a {
text-decoration: none;
     outline: none !important;
}
.container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
img.nmber-one {
    display: none;
}
.top-bar {
    display: inline-block;
    width: 100%;
    background: #072B79;
    padding: 10px 20px;
}
.top-bar__text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.independent.text-center {
    background: #333;
    color: #ccc;
    padding: 3px 0;
    font-size: 10px;
}
.banner-section {
    background: url("images/banner-sec-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 980px;
}
footer {
    margin-top: 70px;
}
select {
    color: #000 !important;
    font-weight: 500 !important;
}
section.banner-section {
    position: relative;
    padding-top: 30px;
}
section.banner-section .container {
    position: static;
}
.form-inner {
    position: relative;
}
span.qotes-img img {
    width: 40px;
}
form {
    max-width: 340px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #0699ee;
    border-radius: 8px;
    width: 100%;
}
.form-group {
    margin-bottom: 12px;
}
img.sale-tg {
    width: 100%;
}
.sale-tag-logo {
    padding-bottom: 15px;
}
.form-inner h2 {
    background: #0699ee;
    padding: 25px 0;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    overflow: visible;
}
img.limites-offers {
    width: 62%;
    position: relative;
    left: -9%;
}
.form-inner .hrt-sec {
    background-color: #666;
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: normal;
}
input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    border: 1px solid #a7abad !important;
    color: #22222275 !important;
    min-height: 30px;
    background: transparent !important;
    line-height: 1;
    width: 100%;
    font-size: 14px;
    padding: 3px 15px;
    outline: 0;
    font-family: Arial, sans-serif !important;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-parts {
    padding: 30px 30px 25px 30px;
}
input#text {
    border: none;
    width: auto;
    margin: 0 auto;
    display: block;
}
    .row {
      display: flex;
      gap: 10px;
    }

    .row .form-group {
      flex: 1;
    }

    .error {
      color: red;
      font-size: 0.9em;
      margin-top: 5px;
    }
p.incripted {
    font-size: 12px;
    color: #666;
}
.mg-none{
    margin-bottom: 0;
}

.d-row {
    display: flex;
    gap: 33px;
}
.col-60 {
    width: 66.66666667%;
}
.col-40 {
    width: 33.33333333%;
}
.col-row {
    display: flex;
}
.logo-sec {
    position: absolute;
    right: 0;
    top: 25px;
    left: 0;
    width: 222px;
    margin: 0 auto;
}
.logo-sec img {
    width: 100%;
}
.banner-section a#ordernow {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
img.desktop-one {
    float: right;
    clear: both;
    margin-bottom: 25px;
}
.formSealed {
    text-align: center;
    padding: 0 0 15px 0;
}
.formSealed img {
    width: 178px;
}
.side-arrow-desktop {
    float: right;
    position: absolute;
    top: 158px;
    right: -58px;
    padding: 0;
    margin: 0;
    width: 118px;
}

.banner-offer {
    width: 100%;
    display: inline-block;
}
.rate-sutom {
    margin-top: 10px;
    max-width: 430px;
}
img.model-pic {
    max-width: 1050px;
    left: -17%;
    position: relative;
    width: 153%;
    top: 145px;
    z-index: 99;
}
.rate-sutom p {
    font-weight: 300;
    font-size: 22px;
    color: #050505;
    padding: 0;
    letter-spacing: -1px;
}
.rate-sutom p img {
    width: 90px;
}
.rate-sutom img {
    width: 170px;
}
.payment-pic {
    display: block;
    text-align: center;
    margin-top: 25px;
}

img.mobile-seter.for-desktop {
    position: absolute;
    bottom: -30%;
    width: 30%;
} 
.text-model-sec {
    position: relative;
}
.payment-pic img {
    width: 100%;
}
.banner-section a#ordernow img {
    width: 100%;
}

.title-bar h4 {
    color: #1C1C1C;
    font-size: 50px;
    font-weight: 300;
}
.title-bar h3 {
    font-weight: 800;
    color: #072B79;
    font-size: 50px;
}
.content-male-sy p {
    font-size: 18px;
    line-height: 35px;
}
span.orngtext {
    color: #FF6F00;
    font-weight: 800;
}
.content-male-sy p {
    padding-top: 25px;
}
.blue-part-tilt h3 {
    color: #FFAA00;
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    padding-right: 110px;
}
.blue-part-tilt {
    background: url("images/bg-text-blue-tilt.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 20px 30px;
    max-width: 628px;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
section.male-system .container {
    position: relative;
}
.img-product-outter img {
    width: 100%;
}
.img-product-outter {
    max-width: 380px;
    position: absolute;
    right: 20%;
    top: 30%;
}
.blue-part-tilt p {
    font-weight: 500;
    font-style: italic;
    color: #fff;
    padding-right: 110px;
    margin-top: 20px;
}
img.arrow-down-seet {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 60px;
    transform: rotate(45deg);
}
.content-male-sy {
    max-width: 630px;
    width: 100%;
}
.male-system {
    background: url("images/male-perfomance-system.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 110px 0 110px;
    background-position: center right;
}
a.btn-green-theme.goform.second-btn {
    max-width: 410px;
    min-width: 100px;
    flex-wrap: nowrap;
    padding: 0px 17px;
    height: 90px;
    float: right;
    display: flex;
}
.btn-caption-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: center;
    max-width: 400px;
    float: right;
    width: 100%;
}
.btn-caption-info {
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
a.btn-green-theme {
    background: linear-gradient(180deg, rgba(103, 216, 2, 0.8) 4.33%, #AEF24B 46.63%, #41A400 100%);
    padding: 20px 38px;
    text-align: center;
    border: 6px solid #69696933;
    box-shadow: 0px 10px 10px 0px #00000059;

    white-space: nowrap;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: Italic;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: -1%;
    text-transform: uppercase;
}

.order-info {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: -2%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.inner-struggle {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
.title-sections h2 {
    color: #072B79;
    line-height: 70px;
    font-size: 50px;
    font-weight: 700;
}
.title-sections h4 {
    color: #1C1C1C;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.title-sections p {
    color: #434B4B;
    font-size: 22px;
}
.inne-percentage-col h3 {
    font-size: 50px;
    font-weight: bold;
    color: #072B79;
}
.inne-percentage-col p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.percentage-col {
    display: flex;
    gap: 20px;
}
.inne-percentage-col {
    background: url("images/percentage-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 25%;
    padding: 60px 20px 20px;
}
.percentage-sections {
    margin-top: 60px;
}
section.silent-struglle-section {
    background: url("images/bg-male-sexual-health.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
}
.title-sections {
    padding: 0 40px;
}
.text-center {
    text-align: center;
}
.side-product-innner h3 {
    font-size: 50px;
    font-weight: 700;
    color: #0C0049;
    line-height: 60px;
}
.side-product-innner h3 span {
    color: #FFAA00;
}
.side-product-innner p.bd-content {
    color: #1C1C1C;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0;
}
.side-product-innner p {
    font-size: 18px;
    color: #1C1C1C;
}
.side-product h3 {
    color: #072B79;
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.side-product h3 img {
    width: 34px;
}
.side-product p {
    padding-left: 44px;
    color: #1C1C1C;
}
.side-product {
    background: url("images/angle-orange.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    margin-bottom: 20px;
}
.side-product-instruction {
    margin-top: 44px;
}
.bar-inct-2{
    position: relative;
    left: 50px;
}
.bar-inct-3 {
    position: relative;
    left: 70px;
}

.side-product-right {
    width: 650px;
    position: relative;
    left: 5%;
}
section.benifits-megnum {
    background: url("images/benifits-megnum.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left 10%;
    padding-top: 110px;
    padding-bottom: 120px;
}
.side-product-image img {
    width: 100%;
}
.side-product-image {
    position: absolute;
    width: 500px;
    bottom: -5%;
    left: 6%;
}
.inner-sizer {
    display: flex;
    justify-content: end;
}
section.benifits-megnum {
    overflow: hidden;
}
.iner-behind-col-left h4 {
    font-size: 50px;
    color: #072B79;
    font-weight: 900;
    line-height: 65px;
}
.iner-behind-col-left p.sub-header {
    font-size: 50px;
    font-weight: 300;
    margin: 20px 0;
    color: #1C1C1C;
}
.iner-behind-col-left p.sub-header:after {
    display: block;
    content: "";
    height: 6px;
    max-width: 258px;
    background: #072B79;
    margin-top: 30px;
}
.iner-behind-col-left p {
    font-size: 18px;
    color: #414141;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
}
.iner-behind-left-right {
    display: flex;
}
.iner-behind-col-left {
    width: 75%;
}
.iner-behind-col-right {
    width: 30%;
}
.iner-behind-img-right img {
    width: 100%;
}
.iner-behind-img-right {
    position: absolute;
    width: 40%;
    right: 0;
    top: -20px;
}
.iner-behind-para {
    padding-right: 22%;
}
.inner-col-text {
    background: url("images/bg-title-angle.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    margin-bottom: 20px;
}
.number-select-content span {
    font-weight: 900;
    color: #072B79;
    font-size: 100px;
    line-height: 1;
}
.head-para h3 {
    font-size: 24px;
    color: #C45500;
    font-weight: 800;
    line-height: 32px;
}

.text-number-left .head-para p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    padding-right: 40px;
}
.inner-col-text {
    display: flex;
    gap: 30px;
    position: relative;
    align-items: center;
}
.left-img img {
    position: absolute;
    left: -8%;
    top: -5px;
}
.right-img img {
    position: absolute;
    right: -8%;
    top: -5px;
}
.size-115 img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}
.number-select-content {
    display: flex;
    align-items: center;
    gap: 15px;
}
.text-bg-number-left-right {
    display: flex;
    gap: 90px;
    justify-content: space-between;
}
.text-number-left {
    width: 50%;
}
.text-number-right {
    width: 45%;
}
.left-img .number-select-content {
    padding-left: 90px;
}
.right-img .number-select-content {
    position: relative;
    left: -47px;
}
.col-text.text-number-left h2 {
    font-size: 20px;
    color: #072B79;
    line-height: 32px;
    font-style: italic;
    position: relative;
    font-weight: 800;
    width: 90%;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-number-left h2 img {
    width: 54px;
    height: auto;
}

.text-number-right h2 {
    font-size: 32px;
    line-height: 42px;
    font-style: italic;
    color: #072B79;
    font-weight: 800;
    display: flex;
    padding-left: 70px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    top: -17px;
    left: 20%;
    float: right;
}

.text-number-right h2 img {
    position: absolute;
    left: 0;
    width: 70px;
}
.behin-btn {
    text-align: center;
    position: relative;
    top: 30px;
    max-width: 450px;
    margin: 0px auto;
}
.behin-btn-info {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
section.bottom-section.desktop-zen {
    position: relative;
    top: -1px;
}

.inner-testimonials-head h2 {
    font-size: 50px;
    line-height: 70px;
    color: #072B79;
    font-weight: 700;
    margin-bottom: 10px;
}
.inner-testimonials-head h5 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    color: #1C1C1C;
}
.inner-testimonials-head {
    margin-bottom: 40px;
}
.testimonials-img-content p {
    font-size: 16px;
    line-height: 30px;
    color: #2C2C2C;
    font-style: italic;
    font-weight: 400;
}
img.client-img {
    width: 147px;
    height: 147px;
    border-radius: 100%;
    position: relative;
    left: 14%;
    top: 12px;
}
.testimonials-img-content {
    display: flex;
    align-items: center;
}
span.cl-name {
    color: #C45500;
    font-weight: 800;
    font-size: 18px;
}
span.clinet-review img {
    width: 100px;
}
.testimonials-star-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 33px;
    padding-top: 15px;
}
.testimonials-column {
    position: relative;
    background: url("images/tetominols-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px 20px;
    margin-bottom: 40px;
    flex: 0 0 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.testimonials-column:before {
    content: "";
    border-left: 49px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: -33px;
    right: 50%;
    transform: rotate(116deg);
}
section.testimonials-section {
    background: url("images/background-testimonials.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-top: 100px;
    background-position: center center;
}
.testimonials-row {
    display: flex;
    gap: 8%;
    flex-wrap: wrap;
}
.testimonials-star-name {
    padding-right: 33px;
    width: 100%;
}
.inner-bottom-row {
    display: flex;
}
.icol-left-bottom {
    flex: 0 0 50%;
}
.icol-left-bottom img {
    width: 100%;
}
.icol-right-bottom {
    width: 40%;
}
.icol-right-bottom img {
    width: 100%;
}
.icol-right-bottom {
    width: 50%;
    position: absolute;
    top: 14%;
    right: 3%;
}
.icol-right-bottom img {
    width: 100%;
}
section.bottom-section {
    background: url("images/bottom-section.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 0px;
    background-position: center center;
}
.inner-footer {
    max-width: 756px;
    margin: 0 auto;
}
.prt-copy-right p {
    line-height: 32px;
    font-size: 13px;
    color: #8D8D8D;
    margin-bottom: 20px;
    font-weight: 400;
}
.prt-copy-bottom {
    border-top: 1px solid #D9D9D9CC;
    padding-top: 30px;
    color: #8D8D8D;
        font-size: 13px;
}
.prt-copy-bottom a, p.all-right {
    color: #8D8D8D;
        font-size: 13px;
}
section.bottom-section-mb{
    display: none;
}
.image-show-in-mobile{
    display: none;
}
h3.content-show-in-mobile {
    display: none;
}
.banner-section-mobile {
    display: none;
}
span.qotes-text {
     display: none;
}
.inner-bottom-sectino {
    padding-top: 60px;
}
@media only screen and (max-width:1380px) {
      img.mobile-seter.for-desktop {
    left: -3%;
}
    }
    @media only screen and (max-width:1199px) {
.img-product-outter {
    right: 2%;
    top: 37%;
}
    }
@media only screen and (max-width:1280px) {
    img.limites-offers {
    left: 0;
}
.banner-bottle-dsktop {
    left: -51px;
}

img.mter-set {
    position: absolute;
    top: -75px;
    left: 5%;
}
img.model-pic {
    left: -26%;
}
}
@media only screen and (max-width:1180px) {
img.model-pic {
    left: 0;
    position: relative;
}
img.side-arrow-desktop {
    display: none;
}
section.banner-section {
    background-position-x: -154px;
}
}
@media only screen and (max-width:1179px) {
img.model-pic {
    left: -46%;
}
}
@media only screen and (max-width:1023px) {
    .sale-tag-logo {
    display: none;
}
.banner-section .col-60 {
    display: none;
}
    section.bottom-section.desktop-zen {
    top: 0px;
}
    .inner-bottom-sectino {
    padding-top:0;
}
section.bottom-section-mb{
    display: block;
}
section.bottom-section.desktop-zen {
    display: none;
}
.testimonials-column {
    position: relative;
    background: transparent;
    padding: 0;
    margin-bottom:0;
   width: 100%;
    display: inline-block;
}
.testimonials-column:before{
    display: none;
}
.testimonials-star-name {
    padding-right: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}
span.clinet-review {
    text-align: center;
    display: inline-block;
    width: 100%;
}
span.clinet-review img {
    width: 100px;
    margin: 20px auto 0;
}
img.client-img {
    width: 147px;
    height: 147px;
    border-radius: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.testimonials-img-content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
}
.testimonials-img-content p {
    font-size: 14px;
    line-height: 26px;
}
.inner-testimonials-head h2 {
    font-size: 24px;
    line-height: 34px;
}
.inner-testimonials-head h5 {
    font-size: 18px;
    line-height: 30px;
}
.iner-behind-left-right {
    display: flex;
    flex-wrap: wrap;
}
.iner-behind-col-left {
    width: 100%;
}
.iner-behind-col-right {
    width: 100%;
}
.text-bg-number-left-right {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.text-number-left {
    width: 100%;
}
.text-number-right {
    width: 100%;
}
.text-number-right h2 {
    top: 0;
    left: 0;
}
.iner-behind-img-right {
    position: static;
    width: 100%;
    right: 0;
    top: -20px;
}
.head-para h3 {
    font-size: 20px;
    line-height: 32px;
}
.text-number-left .head-para p {
    font-size: 14px;
    line-height: 20px;
}
.number-select-content span {
    font-size: 60px;
}
.text-number-left h2 img {
    display: none;
}
a.btn-green-theme {
    min-width: inherit;
    width: 100%;
    max-width: 611px;
}
.col-text.text-number-left h2, .text-number-right h2 {
    font-size: 20px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
a.btn-green-theme span {
    font-size: 30px;
    line-height: 1;
}
a.btn-green-theme h4 {
    font-size: 26px;
    line-height: 1;
}
.text-number-right h2 img {
    display: none;
}
.iner-behind-col-left {
    text-align: center;
}
.iner-behind-col-left p {
    font-size: 14px;
    line-height: 28px;
}
.iner-behind-col-left h4 {
    font-size: 26px;
    line-height: 30px;
}
.iner-behind-col-left p.sub-header {
    font-size: 18px;
    line-height: 30px;
    margin: 7px;
}

.iner-behind-para {
    padding-right: 0;
}
section.bottom-section-mb img {
    width: 100%;
}
.size-115 img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
}
.right-img img {
    position: absolute;
    right: -8%;
    top: 8px;
}
.text-number-left .head-para p {
    padding-right: 10px;
}

.side-product h3 {
    font-size: 20px;
}
.side-product p {
    font-size: 15px;
    line-height: 24px;
    padding-left: 0;
}
.side-product h3 img {
    width: 32px;
}
.bar-inct-2 {
    left: 0;
}
.bar-inct-3 {
    position: relative;
    left: 0;
}
.side-product {
    background: url("images/angle-arrow-bg-mobile.png");
    padding: 20px 58px 20px 20px;
    margin-bottom: 20px;
    /* background-position-x: 97%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-show-in-mobile {
    display: block;
    width: 100%;
    position: relative;
}
section.benifits-megnum {
    background: transparent;
}
img.couple-image-pro {
    width: 100%;
}
img.img-product-male.in-mobile-hide {
    display: none;
}
.side-product-instruction {
    margin-top: -6px;
}
img.img-product-male.show-mobile {
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 45%;
}
h3.content-hidden-in-mobile {
    display: none;
}
h3.content-show-in-mobile {
    display: flex;
    align-items: center;
}
.side-product-right {
    width: 100%;
    position: relative;
    left: 0;
}
section.benifits-megnum .container {
    padding: 0;
}
.side-product-innner {
    text-align: center;
}
.side-product-innner h3 {
    font-size: 26px;
    line-height: 32px;
}
.side-product-innner p.bd-content {
    font-size: 18px;
}
.side-product-innner p {
    font-size: 16px;;
    line-height: 28px;
}
.benifits-megnum a.btn-green-theme {
    width: 96%;
    margin: 0 auto;
    display: block;
}
section.benifits-megnum {
    padding-top: 40px;
    padding-bottom: 40px;
}
.iner-behind-col-left p.sub-header:after {
    display: block;
    margin: 10px auto 0;
}
section.testimonials-section {
    padding: 40px 0;
    margin-top: 40px;
}
section.testimonials-section {
    background: url("images/background-testimonials-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-top: 40px;
    background-position: center center;
}
.percentage-col {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.inne-percentage-col {
    width: 48%;
    padding: 60px 20px 20px;
}
.inne-percentage-col {
    background: url("images/for-bg-number-mobile.png");
    background-position: center top;
    background-size: cover;
}
.title-sections h2 {
    line-height: 40px;
    font-size: 26px;
}
.male-system a.btn-green-theme {
    position: static;
}
.title-sections {
    padding: 0;
}
.title-sections p {
    font-size: 16px;
}
.title-sections h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
section.silent-struglle-section {
    padding: 30px 0px 0;
    background: transparent;
}
.percentage-sections {
    margin-top: 30px;
}
img.couple-male-perfomance {
    width: 100%;
}
.img-product-outter {
    display: none;
}
.blue-part-tilt {
    display: none;
}

section.male-system {
    background: no-repeat;
    padding: 30px 0  0;
}
.content-male-sy p {
    padding-top: 15px;
}
section.male-system .container {
    padding: 0;
}
.male-system a.btn-green-theme {
    position: static;
    width: 96%;
    margin: 0 auto;
    display: block;
    padding: 20px 6px;
    margin-top: 0px;
}
.content-male-sy, .title-bar {
    text-align: center;
    padding: 0 20px 30px;
}
.title-bar h4 {
    font-size: 22px;
}
.title-bar h3 {
    font-size: 24px;
    top: 10px;
}
.content-male-sy p {
    font-size: 16px;
}
img.for-mobile-banner {
    width: 100%;
}
section.banner-section {
    background: transparent;
    min-height: inherit;
}
section.banner-section .col-40 {
    width: 110%;
}
.payment-pic {
    display: none;
}
.banner-section a#ordernow img {
    width: 70%;
}
.banner-section-mobile {
    display: block;
}
span.qotes-text {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 10%;
}
span.qotes-text img {
    width: 78px;
}
span.qotes-text {
    position: absolute;
    top: 11px;
    z-index: 99;
    left: 20%;
    display: block;
}
.left-img img {
    left: -3%;
    top: 12px;
}
.right-img img {
   right: -3%;
    top: 12px;
}
.left-img .number-select-content {
    padding-left: 88px;
}
.right-img .number-select-content {
    position: relative;
    left: -25px;
    padding-right: 37px;
}
.inner-col-text {
    min-height: 132px;
}
}
.order-info-banner{
    bottom: -20%;
    position: absolute;
}
@media only screen and (max-width:767px) {
.order-info-banner{
    bottom: 0%;
    position: relative !important;
}
.order-info {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px !important;
    leading-trim: NONE;
    line-height: 45px;
    letter-spacing: -2%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
a.btn-green-theme.goform.first-btn span {
    font-size: 22px !important;
}
a.btn-green-theme.goform.first-btn svg {
    width: 20px;
    height: 18px;
}
a.btn-green-theme.goform.first-btn {
    display: flex;
    height: 90px;
}
.inne-percentage-col {
    background-position: center center;
}
.side-product {
  background-position-x: 97%;
}
}

/* CUSTOM */
.payment-info__checkbox {
    display: none;
}

.error {
    text-align: center;
}

.checkout-item__body {
    margin-top: 0px;
}

.submit-bold {
    margin-top: 11px;
}

.component-address-information .fields-group {
    display: flex;
    gap: 10px;
}

.component-address-information .fields-line {
    /*flex: 0 0 50%;*/
}

.payment-info__select {
    margin-top: 11px;
    height: 47px;
}

.component-customer-information input,
.component-customer-information select,
.checkout-field,
.payment-info__select {
    font-size: 0.8rem;
    padding: 3px 15px;
    min-height: 1px;
    height: 35px;
}

/*.banner-offer {*/
/*    padding-top: 39px;*/
/*}*/

.input-group {
    gap: 10px;
}

.input-group .input-group-prepend {
    flex: 0 0 50%;
}

.components-container .message {
    color: #f00;
    font-size: 0.8rem;
    text-align: center;
}

.form-parts {
    padding-top: 20px;
}

input[type="image"] {
    padding-top: 15px;
}

input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    color: #000 !important;
}

@media only screen and (max-width: 767px) {
    .component-customer-information .country-select {
        height: 35px;
        font-size: 0.80rem;
    }
}

/*@media only screen and (max-width:767px) {*/
/*    .top-bar__text {*/
/*        line-height: 18px;*/
/*    }*/
/*}*/
