@import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

.topHeader {
    background: #000;
    padding: 7px;
}

.continentalOrder {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;

}

.OrderTime {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #C3B91A;
    padding-top: 2px;
}
.productImage img:first-child {
    width: 321px;
    margin-bottom: 50px;
}
.SvgTruckShopping {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #C3B91A;

}
.AlignCenterText{
    align-items: flex-end;
}
.mainBanner .orderNowButton{
margin-bottom: 60px;
}
.mainBanner {
    background: url(../img/bgimage.png);
    background-size: 100% 100%;
    padding: 50px 0 100px 0;
    position: relative;
}

.bannnerBottomImage {
    position: absolute;
    bottom: 0;
}

.partnerSec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #100E13;
    text-transform: uppercase;
}

.mainBanner .container {
    position: relative;
}

.ParaContent {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    color: #100E13;
}

.orderNowButton a {
    margin-top: 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF0000;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 15px;
    max-width: 640px;
}

.ParaHeading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 120px;
    line-height: 90px;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; */
    color:#000;
    text-transform: uppercase;
}

ul.ullisted li:before {
    content: "";
    background: url(../img/tick-circle.png);
    position: absolute;
    left: 0;
    height: 34px;
    width: 34px;
    top: 4px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

ul.ullisted {
    padding-left: 0;
}

ul.sugestUllisted li {
    flex: 0 0 50%;
    margin-bottom: 40px;
}

ul.sugestUllisted {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.What-is-Ejaculoid p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #100E13;
    margin-bottom: 25px;
}

span.ColoeVarient {
    color: #C3B91A;
}

.buynowSection {
    padding: 0 30px;
}

.buynowSectionContainer {
    background: #110F14;
    border-radius: 10px;
    margin: 0px auto 80px;
    padding: 90px 0;
    max-width: 1727px;
    width: 100%;
}

.boxinner h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 15px 0 0 0;
}

.boxinner p {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #C3B91A;
}

.clickOnAppclick a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 14px 0;
}

.font-we-700 {
    font-weight: 700 !important;
}

.font-we-500 {
    font-weight: 500 !important;
}

.clickOnAppclick {
    background: #FF0000;
    border-radius: 5px;
    width: 300px;
}

.completelySatisfied:before {
    content: "";
    position: absolute;
    left: 100%;
    border-top: 33px solid #A9A00D;
    border-right: 25px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 33px solid #A9A00D;
    border-left: 25px solid #A9A00D;
}

.completelySatisfied:after {
    content: "";
    position: absolute;
    right: 100%;
    border-top: 33px solid #A9A00D;
    border-left: 25px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 33px solid #A9A00D;
    border-right: 25px solid #A9A00D;
}

.completelySatisfied {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #100F13;
    text-align: center;
    background: linear-gradient(90.43deg, #C3B91A 0.76%, #D7CB1A 99.89%);
    border-radius: 2px;
    width: 791px;
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
}

.completelySatisfiedSec {
    margin-top: 100px;
    margin-bottom: 65px;
}


/* Slider */

.testimonialsSec .slick-slide {
    margin: 0px 20px;
}

.testimonialsSec .slick-slide img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.testcontentinner h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #100E13;
    margin-bottom: 0;
}

.testcontentinner p span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}
.ratingsStart {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.startsReview i {
    color: #EF0E0E;
}
.startsReviewNum {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
}
.testcontentinner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    position: relative;
    padding-left: 30px;
    padding-bottom: 50px;
}

section.EjaculoidcustomersMain {
    background: url(../img/tesimonialgbg.png);
    padding: 100px 0;
    background-position-y: -200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 250px;
}

.testimonialsSec {
    position: relative;
}

.testimonialsSec:before {
    content: "";
    opacity: 0.5;
    border: 1px solid #292D32;
    width: 8%;
    position: absolute;
    bottom: -90px;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
}

.testcontentinner p span i.fa.fa-quote-left {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    padding-right: 10px;
}

.testcontentinner p span i.fa.fa-quote-right {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
}

.testimonialsSec .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.testimonialsSec .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonialsSec .slick-list:focus {
    outline: none;
}

.testimonialsSec .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.testimonialsSec .slick-slider .slick-track,
.testimonialsSec .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.testimonialsSec .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

.testimonialsSec .slick-track:before,
.testimonialsSec .slick-track:after {
    display: table;
    content: '';
}

.testimonialsSec .slick-track:after {
    clear: both;
}

.testimonialsSec .slick-loading .slick-track {
    visibility: hidden;
}

.testimonialsSec .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .testimonialsSec .slick-slide {
    float: right;
}

.testimonialsSec .slick-slide img {
    display: block;
}

.testimonialsSec .slick-slide.slick-loading img {
    display: none;
}

.testimonialsSec .slick-slide.dragging img {
    pointer-events: none;
}

.testimonialsSec .slick-initialized .slick-slide {
    display: block;
}

.testimonialsSec .slick-loading .slick-slide {
    visibility: hidden;
}

.testimonialsSec .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.testimonialsSec .slick-arrow.slick-hidden {
    display: none;
}










.testimonialsSec .slick-next, .testimonialsSec .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.testimonialsSec .slick-next:focus, .slick-next:hover, .testimonialsSec .slick-prev:focus, .testimonialsSec .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.testimonialsSec .slick-next:focus:before, .slick-next:hover:before, .testimonialsSec .slick-prev:focus:before, .testimonialsSec .slick-prev:hover:before {
    opacity: 1
}

.testimonialsSec .slick-next.slick-disabled:before, .testimonialsSec .slick-prev.slick-disabled:before {
    opacity: .25
}

.testimonialsSec .slick-next:before, .testimonialsSec .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000
}

.testimonialsSec .slick-prev {
    left: -25px
}

[dir=rtl] .testimonialsSec .slick-prev {
    right: -25px;
    left: auto
}

.testimonialsSec .slick-prev:before {
    content: '<'
}

.testimonialsSec .slick-next:before, [dir=rtl] .testimonialsSec .slick-prev:before {
    content: '>'
}

.testimonialsSec .slick-next {
    right: -25px
}

[dir=rtl] .testimonialsSec .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .testimonialsSec .slick-next:before {
    content: '←'
}

.testimonialsSec .slick-slider {
    margin-bottom: 30px
}

.testimonialsSec .slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center
}

.testimonialsSec .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.magineImage img {
    width: 100%;
}

.testimonialsSec .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.testimonialsSec .slick-dots li button:focus, .testimonialsSec .slick-dots li button:hover {
    outline: 0
}

.testimonialsSec .slick-dots li button:focus:before, .testimonialsSec .slick-dots li button:hover:before {
    opacity: 1
}

.testimonialsSec .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.testimonialsSec .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.testimonialsSec button.slick-prev {
    position: absolute !important;
    bottom: -125px !important;
    top: auto !important;
    left: 41% !important;
}

.testimonialsSec button.slick-next {
    position: absolute !important;
    bottom: -125px !important;
    top: auto !important;
    right: 41% !important;
    left: auto;
}

.testimonialsSec button {
    height: 37px !important;
    width: 37px !important;
    border-radius: 100%;
    border: 1.5px solid #292D32 !important;
}

.footer-topContent p {
    font-weight: 400;
    font-size: 45px;
    line-height: 68px;
    color: #FFFFFF;
}

footer.mainfooter {
    background: rgb(0 0 0 / 90%) url(../img/foot.png);
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
}

.footerbootmdowns {
    background: #fff;
    padding: 40px;
}

.footerbootmdowns p {
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

footer.mainfooter .FooterImageBoxes img {
    width: 100%;
}

footer.mainfooter .FooterImageBoxes {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

.footerInnerup ul.ullisted li {
    color: #fff;
}

.footerInnerup h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 40px 0;
}

.footerInnerup ul.ullisted li:before {
    content: "";
    background: url(../img/tick-circle-yellow.png);
    position: absolute;
    left: 0;
    height: 28px;
    width: 28px;
    top: 4px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}































.EjaculoidcustomersInnermain h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    color: #100E13;
    text-align: center;
    margin-bottom: 50px;
}

.testmain {
    display: flex;
    align-items: initial;
    justify-content: center;
    height: 100%;
}

.testcontent {
    background: #FFFFFF;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-left: -100px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.testcontent:before {
    content: "";
    border-left: 5px solid #C3B91A;
    top: 0;
    background: #C3B91A;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.06);
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    left: 0;

    height: 80%;
    top: 10%;
}










.What-is-Ejaculoid p.strongs {
    font-weight: 500;
    font-size: 35px;
    line-height: 52px;
    color: #100E13;
    margin-bottom: 12px;
}

.Gresult h4 {
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #C3B91A;
}

.font-we-600 {
    font-weight: 600 !important;
}

.Gresult p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #100E13;
}

.buynowparnt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-left: -31px;
    transform: rotate(-90deg) translateY(53px) translateX(-17px);
}

section.buynowSection .clickOnAppclick {
    position: absolute;
    bottom: 0;
}

.boxinner {
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}

.buybtnnowa {
    font-weight: 600;
    font-size: 178px;
    line-height: 267px;

    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; */
    color: #fff;
}

.buybtnnow {
    font-weight: 600;
    font-size: 178px;
    line-height: 70px;
    color: #FFFFFF;

}

.Suggesteduse {
    padding: 88px 30px;
}

.SuggesteduseBlack {
    padding: 88px 0px;
    background: #110F14;
    max-width: 1727px;
    margin: 80px auto;
    width: 100%;
    margin-top: -246px;
    border-radius: 20px 20px 70px 70px;
    padding-bottom: 60px;
}

.sectionTitlesMain h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: 68px;
    color: #fff;
}

.mainedSuggestParent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.mainedSuggestParentPAra h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #C3B91A;
}

.sectionTitlesMain p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    max-width: 800px;
}

.SuggesteduseejaculoidInner p {
    font-weight: 400;
    font-size: 45px;
    line-height: 68px;
    color: #100E13;
}

.SuggesteduseejaculoidInner h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #100E13;
    margin-bottom: 40px;
}

p.smallContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 0;
}

.sectionTitlesMain p span {
    color: #C3B91A;
}

.SuggestedMaineInclude h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.clickOnApp {

    display: flex;
    justify-content: flex-end;
}

.clickOnApp a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 15px 25px;
	cursor:pointer;
    margin-top: 50px;
}

.BgBlackSec {
    margin-top: 200px;
}

.blackbrown {
    background: linear-gradient(137.33deg, #DBD576 0%, #C3B91A 96.24%);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    height: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
}

.BtmImg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.blackbrown h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 39px;
    color: #FF0000;
    font-family: 'Poly', serif;
    margin-bottom: 30px;
}

.blackbrown p {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #100E13;
    margin-bottom: 0;
}

section.WhtSuugest {
    padding-top: 80px;
}

.benefitsejaculoid {
    padding: 0 30px;
}

.benefitsejaculoid .slick-slide > div,
.benefitsejaculoid .slick-slide > div > .slide{height:100%;}

.benefitsejaculoid .bgBlackSec {
    padding: 88px 0 130px 0;
    background: #110F14;
    border-radius: 10px;
    margin: 80px auto;
    width: 100%;
    max-width: 1727px;
}

.benefitsejaculoidInner p {
    font-weight: 400;
    font-size: 45px;
    line-height: 68px;
    color: #fff;
    margin-bottom: 54px;
}

.What-is-Ejaculoid .orderNowButton a {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF0000;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 15px;
    max-width: 370px;
    margin: 20px auto 0 auto;
}

ul.ullisted li {
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    color: #100E13;
    position: relative;
    list-style: none;
    padding-left: 45px;
    margin-bottom: 30px;
}

.magineImage {
    margin-bottom: 30px;
}
.AlignCenterTextEnd {
    align-items: end;
    padding-bottom: 80px;
}
.footer-topContentImg img, .magineImageArrow img {
    width: 100%;
}
.footerInnerup ul.ullisted li {
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;

    padding-left: 40px;
    margin-bottom: 20px;
}
.magineImageFooter img {
    width: 100%;
    padding-bottom: 48px;
}
.bgblackContent h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
    color: #C3B91A;
}

.bgblackContent h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    text-align: center;
    color: #C3B91A;
}

.bgblackContent {
    background: #000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 22px;
    text-align: center;
}

.ejaculoidPara h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #100E13;
}

.ejaculoidPara h2 span {
    font-weight: 700;

}

.What-is-Ejaculoid .orderNowButton {
    margin: 25px;
}

.What-is-Ejaculoid {
    padding: 140px 0 100px 0;
}

section.What-is-Ejaculoid.SecondEjaculodic {
    padding-top: 70px;
}

section.What-is-Ejaculoid.SecondEjaculodic .ejaculoidPara h2 {
    margin-bottom: 25px;
}

.ContentBanner {
    max-width: 675px;
    /* margin: 0 0 0 auto; */
}
.magineImageOrderNew a {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF0000;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 15px;
    max-width: 370px;
    margin: 20px auto 0 auto;
}
.ratingValueTag img {
    position: absolute;
    right: -152px;
    top: 0px;
}
.footer-topContentImg {
    padding-top: 65px;
    padding-bottom: 20px;
}
.what-do-the-ejaculoid {
    background: #C3B91A url(../img/secbnr.png);
    /* background-color: #C3B91A; */
    padding: 80px 0 80px 0;
    background-repeat: no-repeat;
}
.desktopNOne{
    display: none;
}
.whatDoThe p {
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #100E13;
}

.whatDoThe p span {
   
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #100E13;
}

.MobileViews {
    display: none;
}
























/* Slider */

.benefits-Ejaculoid .slick-slide {
    margin: 0px 20px;
}

.benefits-Ejaculoid .slick-slide img {
    width: 100%;
}

.benefits-Ejaculoid .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.benefits-Ejaculoid .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.benefits-Ejaculoid .slick-list:focus {
    outline: none;
}

.benefits-Ejaculoid .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.benefits-Ejaculoid .slick-slider .slick-track,
.benefits-Ejaculoid .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.benefits-Ejaculoid .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
}

.benefits-Ejaculoid .slick-track:before,
.benefits-Ejaculoid .slick-track:after {
    display: table;
    content: '';
}

.benefits-Ejaculoid .slick-track:after {
    clear: both;
}

.benefits-Ejaculoid .slick-loading .slick-track {
    visibility: hidden;
}

.benefits-Ejaculoid .slick-slide {
    /* display: none; */
    float: left;
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .benefits-Ejaculoid .slick-slide {
    float: right;
}

.benefits-Ejaculoid .slick-slide img {
    display: block;
}

.benefits-Ejaculoid .slick-slide.slick-loading img {
    display: none;
}

.benefits-Ejaculoid .slick-slide.dragging img {
    pointer-events: none;
}

.benefits-Ejaculoid .slick-initialized .slick-slide {
    display: block;
}

.benefits-Ejaculoid .slick-loading .slick-slide {
    visibility: hidden;
}

.benefits-Ejaculoid .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.benefits-Ejaculoid .slick-arrow.slick-hidden {
    display: none;
}

.benefits-Ejaculoid .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.benefits-Ejaculoid .slick-dots li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    opacity: 0.3;
}

.benefits-Ejaculoid .slick-dots li.slick-active {
    opacity: 1;
}

/* .benefits-Ejaculoid .slick-dots li button {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
} */



.MobileFlexReverse{
    display: flex;
}




.main button{font-size: 0; height: 37px !important;
    width: 37px !important;
    border-radius: 100%;
    border: 1.5px solid #292D32 !important;
    background: transparent;}

.main button.slick-prev {
    position: absolute !important;
    bottom: -125px !important;
    top: auto !important;
    left: 41% !important;
}
.main button.slick-next {
    position: absolute !important;
    bottom: -125px !important;
    top: auto !important;
    right: 41% !important;
    left: auto;
}
.main .slick-prev:before {
    content: '<'
}
.main .slick-slide {
    margin: 0px 20px;
}
.main{
    position: relative;
}
.main .slick-slide img {
    display: block;
}
.main .slick-slide img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.main:before {
    content: "";
    opacity: 0.5;
    border: 1px solid #292D32;
    width: 8%;
    position: absolute;
    bottom: -108px;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
}
.main .slick-next:before, [dir=rtl] .main .slick-prev:before {
    content: '>'
}
.main .slick-next:before, .main .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}

.ulistMobieVersion{display: none;}



/* Responsive CSS*/

@media only screen and (min-width:1367px) and (max-width:1700px) {
    .ratingValueTag img {
       width: 200px;
        right: 0;
        
    }
}
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .productImage img, .magineImage img, .boxinner .w-100 img {
        width: 100%;
    }

    section.What-is-Ejaculoid.SecondEjaculodic {
        padding-top: 0px;
    }

    .ParaContent, .partnerSec {
        font-size: 60px;
        line-height: 65px;
    }

    .Suggesteduse {
        padding-bottom: 30px;
    }

    .ParaHeading {
        font-size: 88px;
        line-height: 58px;
        margin-bottom: 28px;
    }

    .ContentBanner {
        max-width: 575px;
        margin: 0 0 0 auto;
    }

   /* .mainBanner {
        padding: 30px 0 200px 0;
    }*/

    .whatDoThe p, .ejaculoidPara h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .SuggesteduseejaculoidInner p {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .SuggesteduseejaculoidInner h6 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ratingValueTag img {
        width: 160px;
        right: -8px;
        top: -94px;
    }

    .orderNowButton a {
        max-width: 455px;
        font-size: 22px;
        line-height: 34px;
    }

    .what-do-the-ejaculoid {
        background-size: 100% 100%;
    }

    .ratingValueTag img {
        right: 0;
        top: 0;
    }

    .enjectPowers img {
        width: 95% !important;
    }

    .What-is-Ejaculoid {
        padding: 100px 0 20px 0;
    }

    .footerInnerup {
        padding-bottom: 20px;
    }

    ul.ullisted li:before, .footerInnerup ul.ullisted li:before {
        width: 25px;
        height: 25px;
        top: 8px;
    }

    .What-is-Ejaculoid .orderNowButton a {
        font-size: 22px;
        line-height: 34px;
        max-width: 270px;
    }

    .bgblackContent h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .benefitsejaculoid .bgBlackSec {
        padding: 88px 0 90px 0;
    }

    .benefitsejaculoidInner p {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 34px;
    }

    section.WhtSuugest {
        padding-top: 0px;
    }

    .blackbrown p {
        font-size: 18px;
        line-height: 29px;
    }

    .bgblackContent h4 {
        font-size: 25px;
    }

    .footerbootmdowns {

        padding: 20px;
    }

    .footerbootmdowns p {
        margin-bottom: 0;
    }

    ul.ullisted li {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 0px;
    }

    footer.mainfooter:before {
        top: -15.7%;
        margin-top: 0;
    }

    .SuggestedMaineInclude h4 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 32px;
    }

    ul.sugestUllisted li {
        margin-bottom: 15px;
    }

    img.ImageWidth {
        width: 123px !important;
    }

    .boxinner h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .boxinner p {
        font-size: 22px;
        line-height: 42px;
    }

    section.buynowSection .clickOnAppclick {
        width: 200px;
    }

    .buynowSection .clickOnAppclick a {
        padding: 10px 0;
        font-size: 16px;
    }

    .BoxImages img {
        width: 80%;
    }

    .testcontentinner p span i.fa.fa-quote-right, .testcontentinner p span i.fa.fa-quote-left {
        font-size: 11px;
        line-height: 18px;
    }

    .testcontentinner h3 {

        font-size: 18px;
        line-height: 25px;

        margin-bottom: 3px;
    }

    .footer-topContent p {
        font-size: 29px;
        line-height: 40px;
    }

    .footerInnerup h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 30px 0;
    }

    section.EjaculoidcustomersMain {

        background-position-y: -160px;

        margin-bottom: 170px;
    }

    .testcontentinner p {
        font-size: 11px;
        line-height: 18px;
        padding-left: 18px;
    }

    .EjaculoidcustomersInnermain h4 {
        font-size: 30px;
        line-height: 50px;
    }



    .BgBlackSec {
        margin-top: 160px;
    }

    .What-is-Ejaculoid p.strongs {
        font-size: 26px;
        line-height: 37px;
    }

    .Gresult h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .completelySatisfied {
        font-size: 20px;
        width: 700px;
    }

    .buybtnnowa {
        font-size: 135px;
        line-height: 186px;
    }

    .buybtnnow {
        font-size: 135px;
        line-height: 70px;
    }

    .clickOnApp a {
        font-size: 14px;
        line-height: 19px;
        padding: 11px 25px;
        margin-top: 30px;
    }

    p.smallContent {
        font-size: 12px;
    }

    .What-is-Ejaculoid p {
        font-size: 18px;
        line-height: 30px;
    }

    .sectionTitlesMain h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .mainedSuggestParentPAra h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .sectionTitlesMain p {
        font-size: 18px;
        line-height: 30px;
        max-width: 620px;
    }
}

@media only screen and (min-width:1100px) and (max-width:1280px) {
    .productImage img, .magineImage img, .boxinner .w-100 img {
        width: 100%;
    }

    section.What-is-Ejaculoid.SecondEjaculodic {
        padding-top: 0px;
    }

    .ParaContent, .partnerSec {
        font-size: 60px;
        line-height: 65px;
    }

    .Suggesteduse {
        padding-bottom: 30px;
    }

    .ParaHeading {
        font-size: 88px;
        line-height: 58px;
        margin-bottom: 28px;
    }

    .ContentBanner {
        max-width: 575px;
        margin: 0 0 0 auto;
    }

    .mainBanner {
        padding: 30px 0 200px 0;
    }

    .whatDoThe p, .ejaculoidPara h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .SuggesteduseejaculoidInner p {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .SuggesteduseejaculoidInner h6 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ratingValueTag img {
        width: 160px;
        right: -8px;
        top: -94px;
    }

    .orderNowButton a {
        max-width: 455px;
        font-size: 22px;
        line-height: 34px;
    }

    .what-do-the-ejaculoid {
        background-size: 100% 100%;
    }

    .ratingValueTag img {
        right: 0;
        top: 0;
    }

    .enjectPowers img {
        width: 95% !important;
    }

    .What-is-Ejaculoid {
        padding: 100px 0 20px 0;
    }

    .footerInnerup {
        padding-bottom: 20px;
    }

    ul.ullisted li:before, .footerInnerup ul.ullisted li:before {
        width: 25px;
        height: 25px;
        top: 8px;
    }

    .What-is-Ejaculoid .orderNowButton a {
        font-size: 22px;
        line-height: 34px;
        max-width: 270px;
    }

    .bgblackContent h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .benefitsejaculoid .bgBlackSec {
        padding: 88px 0 90px 0;
    }

    .benefitsejaculoidInner p {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 34px;
    }

    section.WhtSuugest {
        padding-top: 0px;
    }

    .blackbrown p {
        font-size: 18px;
        line-height: 29px;
    }

    .bgblackContent h4 {
        font-size: 25px;
    }

    .footerbootmdowns {

        padding: 20px;
    }

    .footerbootmdowns p {
        margin-bottom: 0;
    }

    ul.ullisted li {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 0px;
    }

    footer.mainfooter:before {
        top: -15.7%;
        margin-top: 0;
    }

    .SuggestedMaineInclude h4 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 32px;
    }

    ul.sugestUllisted li {
        margin-bottom: 15px;
    }

    img.ImageWidth {
        width: 123px !important;
    }

    .boxinner h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .boxinner p {
        font-size: 22px;
        line-height: 42px;
    }

    /* section.buynowSection .clickOnAppclick{
        width: 200px;
    } */
    .buynowSection .clickOnAppclick a {
        padding: 10px 0;
        font-size: 16px;
    }

    .BoxImages img {
        width: 80%;
    }

    .testcontentinner p span i.fa.fa-quote-right, .testcontentinner p span i.fa.fa-quote-left {
        font-size: 11px;
        line-height: 18px;
    }

    .testcontentinner h3 {

        font-size: 18px;
        line-height: 25px;

        margin-bottom: 3px;
    }

    .footer-topContent p {
        font-size: 22px;
        line-height: 36px;
    }
    .footer-topContentImg {
        padding-top: 0;
    }
    .footerInnerup ul.ullisted li {
      
        font-size: 18px;
        line-height: 32px;     
        margin-bottom: 13px;
    }
    .footerInnerup h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 30px 0;
    }

    section.EjaculoidcustomersMain {

        background-position-y: -160px;

        margin-bottom: 170px;
    }

    .testcontentinner p {
        font-size: 11px;
        line-height: 18px;
        padding-left: 18px;
    }

    .EjaculoidcustomersInnermain h4 {
        font-size: 30px;
        line-height: 50px;
    }



    .BgBlackSec {
        margin-top: 160px;
    }

    .What-is-Ejaculoid p.strongs {
        font-size: 26px;
        line-height: 37px;
    }

    .Gresult h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .completelySatisfied {
        font-size: 20px;
        width: 700px;
    }

    .buybtnnowa {
        font-size: 135px;
        line-height: 186px;
    }

    .buybtnnow {
        font-size: 135px;
        line-height: 70px;
    }

    .clickOnApp a {
        font-size: 14px;
        line-height: 19px;
        padding: 11px 25px;
        margin-top: 30px;
    }

    p.smallContent {
        font-size: 12px;
    }

    .What-is-Ejaculoid p {
        font-size: 18px;
        line-height: 30px;
    }

    .sectionTitlesMain h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .mainedSuggestParentPAra h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .sectionTitlesMain p {
        font-size: 18px;
        line-height: 30px;
        max-width: 620px;
    }
}

@media only screen and (min-width:993px) and (max-width:1099px) {
    .blackbrown {
        padding-bottom: 46px;
        padding-top: 13px;
    }
    .footerInnerup ul.ullisted li {
        font-weight: 500;
        font-size: 18px;
        line-height: 34px;
        padding-left: 40px;
        margin-bottom: 7px;
    }
    .blackbrown h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .productImage img, .magineImage img, .boxinner .w-100 img {
        width: 100%;
    }

    section.What-is-Ejaculoid.SecondEjaculodic {
        padding-top: 0px;
    }

    .ParaContent, .partnerSec {
        font-size: 60px;
        line-height: 65px;
    }

    .Suggesteduse {
        padding-bottom: 30px;
    }

    .ParaHeading {
        font-size: 88px;
        line-height: 58px;
        margin-bottom: 28px;
    }

    .ContentBanner {
        max-width: 575px;
        margin: 0 0 0 auto;
    }

    .mainBanner {
        padding: 30px 0 200px 0;
    }

    .whatDoThe p, .ejaculoidPara h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .SuggesteduseejaculoidInner p {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .SuggesteduseejaculoidInner h6 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ratingValueTag img {
        width: 160px;
        right: -8px;
        top: -94px;
    }

    .orderNowButton a {
        max-width: 455px;
        font-size: 22px;
        line-height: 34px;
    }

    .what-do-the-ejaculoid {
        background-size: 100% 100%;
    }

    .ratingValueTag img {
        right: 0;
        width: 120px;
        top: 0px;
    }

    .enjectPowers img {
        width: 95% !important;
    }

    .What-is-Ejaculoid {
        padding: 100px 0 20px 0;
    }

    .footerInnerup {
        padding-bottom: 20px;
    }

    ul.ullisted li:before, .footerInnerup ul.ullisted li:before {
        width: 25px;
        height: 25px;
        top: 8px;
    }

    .What-is-Ejaculoid .orderNowButton a {
        font-size: 22px;
        line-height: 34px;
        max-width: 270px;
    }

    .bgblackContent h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .benefitsejaculoid .bgBlackSec {
        padding: 88px 0 90px 0;
    }

    .benefitsejaculoidInner p {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 34px;
    }

    section.WhtSuugest {
        padding-top: 0px;
    }

    .blackbrown p {
        font-size: 16px;
        line-height: 26px;
    }

    .bgblackContent h4 {
        font-size: 25px;
    }

    .footerbootmdowns {

        padding: 20px;
    }

    .footerbootmdowns p {
        margin-bottom: 0;
    }

    ul.ullisted li {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 0px;
    }

    footer.mainfooter:before {
        top: -15.7%;
        margin-top: 0;
    }

    .SuggestedMaineInclude h4 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 32px;
    }

    ul.sugestUllisted li {
        margin-bottom: 15px;
    }

    img.ImageWidth {
        width: 123px !important;
    }

    .boxinner h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .boxinner p {
        font-size: 22px;
        line-height: 42px;
    }

    /* section.buynowSection .clickOnAppclick{
        width: 200px;
    } */
    .buynowSection .clickOnAppclick a {
        padding: 10px 0;
        font-size: 16px;
    }

    .BoxImages img {
        width: 80%;
    }

    .testcontentinner p span i.fa.fa-quote-right, .testcontentinner p span i.fa.fa-quote-left {
        font-size: 11px;
        line-height: 18px;
    }

    .testcontentinner h3 {

        font-size: 18px;
        line-height: 25px;

        margin-bottom: 3px;
    }

    .footer-topContent p {
        font-size: 22px;
        line-height: 40px;
    }
    .footer-topContentImg {
        padding-top: 0;
       
    }
    .magineImageOrderNew a{
        font-size: 20px;
        line-height: 35px;
    }
    .footerInnerup h4 {
        font-size: 19px;
        line-height: 25px;
        margin: 0px 0 30px 0;
    }

    section.EjaculoidcustomersMain {

        background-position-y: -160px;

        margin-bottom: 170px;
    }

    .testcontentinner p {
        font-size: 11px;
        line-height: 18px;
        padding-left: 18px;
    }

    .EjaculoidcustomersInnermain h4 {
        font-size: 30px;
        line-height: 50px;
    }



    .BgBlackSec {
        margin-top: 160px;
    }

    .What-is-Ejaculoid p.strongs {
        font-size: 26px;
        line-height: 37px;
    }

    .Gresult h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .completelySatisfied {
        font-size: 20px;
        width: 700px;
    }

    .buybtnnowa {
        font-size: 117px;
        line-height: 174px;
    }

    .buynowparnt {
        transform: rotate(-90deg) translateY(94px) translateX(-17px);
    }

    section.buynowSection .clickOnAppclick {
        width: 200px;
    }

    .buybtnnow {
        font-size: 124px;
        line-height: 69px;
    }

    .clickOnApp a {
        font-size: 14px;
        line-height: 19px;
        padding: 11px 25px;
        margin-top: 30px;
    }

    p.smallContent {
        font-size: 10px;
    }

    .What-is-Ejaculoid p {
        font-size: 18px;
        line-height: 30px;
    }

    .sectionTitlesMain h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .mainedSuggestParentPAra h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .sectionTitlesMain p {
        font-size: 18px;
        line-height: 30px;
        max-width: 620px;
    }
}

@media only screen and (max-width:992px) {
    .benefits-Ejaculoid .slick-dots{
        margin-top: 20px;
    }
    .footer-topContentImg img, .magineImageArrow img {
        width: 50%;
    }
    .magineImage img {
        width: 80%;
    }
    .magineImageOrderNew a{
        margin: 0;
    }
    .magineImageFooter img {
        width: 50%;
        padding-bottom: 48px;
        padding-top: 40px;
    }
    .main:before{
        width: 6%;
    }
    .OrderTime {
        text-align: center;
    }

    .continentalOrder {
        justify-content: center;
    }

    .orderNowButton a, .What-is-Ejaculoid .orderNowButton a {
        padding: 4px;
        max-width: 480px;
        font-size: 24px;
        line-height: 54px;
    }

    .SvgTruct svg {
        width: 25px;
        height: 25px;
    }

    .ratingValueTag img {
        right: 0;
        top: -32px;
        width: 150px;
    }

    .partnerSec {
        font-size: 60px;
        line-height: 65px;
    }

    .ParaHeading {
        font-size: 100px;
        line-height: 77px;
    }

    .ParaContent {
        font-size: 60px;
        line-height: 50px;
    }

    .productImage {
        text-align: center;
    }

    .mainBanner {
        padding-top: 48px;
    }

    .what-do-the-ejaculoid {
        background-size: cover;
        background: #C3B91A;
        background-repeat: no-repeat;
        padding: 55px 0 0 0;
    }

    .enjectPowers {
        text-align: center;
    }

    .What-is-Ejaculoid {
        padding: 80px 0 0px 0px;
    }

    .enjectPowers img {
        width: 80% !important;
    }

    .bgblackContent h3 {
        font-size: 26px;
        line-height: 39px;
    }

    .bgblackContent h4 {
        font-size: 26px;
        line-height: 40px;
    }

    .blackbrown p {
        font-size: 14px;
        line-height: 20px;
    }

    .benefitsejaculoid .bgBlackSec {
        padding: 50px 0 80px 0;
        margin-bottom: 0;
    }

    .blackbrown h2 {
        font-size: 17px;
        line-height: 15px;
    }

    .BtmImg {
        text-align: end;
    }

    .BgBlackSec {
        margin-top: 120px;
    }

    .SuggesteduseBlack {
        margin-bottom: 0;
    }

    .BtmImg img {
        width: 50%;
    }

    .buynowparnt {
        margin-left: inherit;
        transform: none;
        flex-flow: inherit;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
    }

    .boxinner {
        text-align: center;
    }

    section.buynowSection .clickOnAppclick {
        width: 50%;
        margin-bottom: 10px;
        margin: 0 auto;
        position: inherit;
    }

    .completelySatisfied {
        font-size: 18px;
        line-height: 36px;
        width: 80%;
    }

    .BoxImages {
        text-align: center;
    }

    .buybtnnow, .buybtnnowa {
        font-size: 100px;
        line-height: 123px;
    }

    .Gresult h4 {
        font-size: 35px;
        line-height: 60px;
        margin-top: 23px;
    }

    .buynowSectionContainer {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .What-is-Ejaculoid p.strongs {
        font-size: 30px;
        line-height: 47px;
    }

    .blackbrown {
        padding-bottom: 30px;
        padding-top: 17px;
    }

    section.EjaculoidcustomersMain {
        padding: 50px 0;
        margin-bottom: 150px;
    }

    p.smallContent {
        font-size: 10px;
        line-height: 18px;
    }

    .whatDoThe p, .ejaculoidPara h2, .benefitsejaculoidInner p, .SuggesteduseejaculoidInner p, .sectionTitlesMain h2, .EjaculoidcustomersInnermain h4 {
        font-size: 35px;
        line-height: 50px;

    }

    ul.ullisted li, .What-is-Ejaculoid p, .SuggesteduseejaculoidInner h6, .sectionTitlesMain p {
        font-size: 22px;
        line-height: 30px;
    }

    .footerInnerup h4 {
        margin: 20px 0;
    }

    ul.ullisted li:before {
        height: 28px;
        width: 28px;
        top: 1px;
    }

    .footer-topContent p {
        font-size: 35px;
        line-height: 50px;
    }
}

@media only screen and (max-width:767px) {
	.mainBanner .orderNowButton{margin-bottom:30px;}
	.what-do-the-ejaculoid{padding-top:40px;}
    .magineImage.MobileViews {
        text-align: center;
        margin-top: 30px;
    }
    .ulistMobieVersion{display: block;}
    .mainedSuggestParentImg  img{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    ul.sugestUllisted{
        display: none;
    }
    .ulistMobieVersion ul.sugestUllisted{
        display: block;
    }
    .ulistMobieVersion ul.sugestUllisted ul.slick-dots {
        display: flex !important;
        gap: 5px;
        justify-content: center;
        padding-left: 0;
    }
    .ulistMobieVersion ul.sugestUllisted li button {
        font-size: 0;
        padding: 7px;
        border-radius: 100%;
        background: #fff;
        border: 0;
    }
    .ulistMobieVersion ul.sugestUllisted ul.slick-dots li.slick-active button{
        background: #C3B91A;
    }
    .ulistMobieVersion ul.sugestUllisted li{
        flex: 0 0 auto !important;
        list-style: none;
    }
    .newMobilePadding {
        width: 70% !important;
    }
    .desktopNOne{
        display: block;
        padding-top: 30px;
    }
    .ContentBanner{
        text-align: center;
    }
    .magineImageOrderNew {
        width: 80%;
        margin: 0 auto;
    }
    .magineImage {
        margin-bottom: 0;
    }
    .magineImage img, .magineImageArrow img {
        width: 100%;
        margin-bottom: 30px;
    }
    .magineImage.MobileViews img {
        width: 60%;
        
        margin: 0 auto;
    }
    .magineImageFooter{
        display: none;
   
    }
    
    .footerInnerup ul.ullisted li {
      
        font-size: 18px;
        line-height: 27px;}
    .MobileFlexReverse{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .footer-topContentImg{
        display: none;
    }
    /* .testimonialsSec .slick-list{
        height: auto !important;
    } */
    .completelySatisfied span {
        display: block;
    }
    .EjaculoidcustomersInnermain h4 span {
        display: block;
    }
    .Gresult h4{
        margin-top: 0;
    }
    .buynowparnt{
        display: block;
    }
    .benefits-Ejaculoid .slick-slide{
        height: 100%;
    }
    .SuggesteduseejaculoidInner p {
        padding: 0 50px;
    }
    .benefits-Ejaculoid .slick-dots {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .benefitsejaculoidInner.text-center p {
        margin-bottom: 10px;
        font-size: 34px;
        line-height: 51px;
        font-weight: 400;
    }
    .benefitsejaculoidInner.text-center p strong {
        font-weight: 700;
    }
    .blackbrown h2 {
        font-size: 46px;
        font-weight: 400;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: left;
    }
    .blackbrown {
        padding-bottom: 50px;
        padding-top: 35px;
        margin-top: 35px;
    }
    .blackbrown p {
        font-size: 26px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: 0em;
        text-align: left;
    }
    .DesktopViews, .ratingValueTag, .bannnerBottomImage {
        display: none;
    }
    .w-1000 {
        margin: 20px 0;
    }
    .MobileViews {
        display: block;
    }

    .productImage img, .boxinner img, .What-is-Ejaculoid .justify-content-center.d-flex img {
        width: 100%;
    }

    .What-is-Ejaculoid .NewMobileSection {
        margin-bottom: 30px !important;
    }

    .What-is-Ejaculoid .orderNowButton {
        margin: 25px 0;
    }
    .What-is-Ejaculoid p.strongs {
        font-size: 25px !important;
        line-height: 37px !important;
        margin-bottom: 30px !important;
    }
    .buynowSectionContainer {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .ejaculoidPara p.MarGinBottom {
        margin-bottom: 30px !important;
    }
    .Gresult p.MarginMobSec {
        margin-bottom: 30px !important;
    }
    .marginAddonMobile {
        margin-top: 70px;
    }
    .ejaculoidPara .font-we-700 {
        margin: 30px 0 !important;
    }
    .boxinner h4 {
        font-size: 28px;
        line-height: 55px;
    }

    img.ImageWidth {
        width: 45%;
    }
    .boxinner {
        text-align: left;
    }
    .buybtnnow {
        font-size: 118px;
        line-height: 177px;
    }
    .buybtnnowa {
        font-size: 118px;
        line-height: 120px;
        text-transform: uppercase;
    }

    .What-is-Ejaculoid {
        padding: 50px 0 0px 0px;
    }

    .row.RowColumns .blackbrown {
        margin-bottom: 10px;
    }

    .row.RowColumns {
        display: block;
    }

    .blackbrown p br {
        display: none;
    }

    .newImageUpper {
        text-align: center;
        margin-top: 50px;
        padding: 0 3px;
    }
    .Suggesteduse .SuggesteduseBlack{
        padding-top: 50px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 30px;
    }

    .newImageUpper img {
        width: 100% !important;
        margin: 0 auto;
    }
    .Suggesteduse  {padding-top: 0 !important; margin-bottom: 54px;}
    .Suggesteduse .SuggesteduseBlack{border-top-left-radius: 0; border-top-right-radius: 0;}
    .benefitsejaculoid .bgBlackSec {
        margin-top: 60px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    ul.ullisted li:before {
        height: 28px;
        width: 28px;
        top: 1px;
    }

    .enjectPowers img {
        width: 100% !important;
    }

    .clickOnApp a {
        padding: 8px 25px;
        font-size: 12px;
        line-height: 24px;
    }

    .Suggesteduse ul.sugestUllisted li {
        flex: 0 0 100%;
        margin-bottom: 0px;
    }
.innerImagesSuggest img.w-100{
    display: none;
}
.clickOnApp {
    display: block;
    
}
.Suggesteduse ul.sugestUllisted li:last-child{
    margin-bottom: 0;
}
p.smallContent {
    font-size: 14px;
    line-height: 21px;
}
.clickOnApp a {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
    .mainedSuggestParentPAra h5 {
        font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    }
    .mainedSuggestParent{
        align-items: start;
        display: block;
    text-align: center;
    }
    
    .mainedSuggestParentPAra h5 br {
        display: none;
    }

    .SuggestedMaineInclude h4 {

        font-size: 16px;

        margin-bottom: 25px;
    margin-top: 20px;
    }

    section.WhtSuugest {
        padding-top: 30px;
    }

    .BgBlackSec {
        margin-top: 0;
    }

    .Suggesteduse {
        padding: 30px 15px;
    }

    .SuggesteduseBlack {
        border-radius: 20px;
        padding: 15px;
        margin: 0;
    }

    .buynowSection {
        padding: 0 15px;
    }

    .benefitsejaculoidInner.text-center p {
        margin-bottom: 10px;
    }

    .benefitsejaculoid {
        padding: 0 15px;
    }

    .bgblackContent h3 {
        font-size: 34px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: 0em;
        text-align: center;
    }

    .bgblackContent h4 {
        font-size: 24px;
        line-height: 46px;
    }

    .completelySatisfied {
        font-size: 18px;
        line-height: 27px;
        width: 75%;
        padding: 6px 25px;
    }
    .completelySatisfied:after{
        border-left: 18px solid transparent;
        border-right: 16px solid #A9A00D;
    }
    .completelySatisfied:before{
border-right: 18px solid transparent;
border-left: 16px solid #A9A00D;
    }
    .ParaHeading {
        font-size: 64px;
        line-height: 80px;
        margin-bottom: 0;
        /* -webkit-text-stroke-width: 2px; */
        text-transform: inherit;
    }

    .BoxImages img {
        width: 100%;
    }

    .bgblackContent {
        /* background: #000 url(../img/ejaculoidParaInner.png); */
        background-size: 100% 100%;
        padding: 45px 22px 45px 22px;
        border-radius: 5px;
    }

    .ejaculoidPara h2, .benefitsejaculoidInner p, .SuggesteduseejaculoidInner p, .sectionTitlesMain h2, .EjaculoidcustomersInnermain h4 {
        font-size: 25px;
        line-height: 37.5px;
    }

    .whatDoThe p {
        font-size: 25px;
        font-weight: 700;
        line-height: 38px;
    }

    .whatDoThe p span {
        font-size: 25px;
        font-weight: 700;
        line-height: 38px;
    }

    ul.ullisted li {
        padding-left: 30px;
        font-size: 12px;
        line-height: 33px;
    }

    .What-is-Ejaculoid p, .SuggesteduseejaculoidInner h6, .sectionTitlesMain p {
        font-size: 18px !important;
        line-height: 27px !important;
        margin-bottom: 0 !important;
    }

    ul.ullisted li {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .mainBanner {

        padding-bottom: 40px;
    }

    .ratingValueTag img {
        width: 85px;
    }

    .partnerSec {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: inherit;
    }

    .ParaContent {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0;
        text-transform: inherit;
        margin-top: 30px;
        font-weight: 700;
    }

    .testcontent {
        margin-left: 0;
        margin-top: -40px;
        margin-bottom: 0;
        padding: 24px;
    }

    .testcontentinner h3 {
        font-size: 22px;
        line-height: 33px;
        
    margin-bottom: 14px
    }

    .testimonialsSec button.slick-next {
        bottom:  -100px !important;
        top: auto !important;
        right: 20% !important;
        left: auto;
    }

    .testimonialsSec button.slick-prev {
        bottom: -100px !important;
        top: auto !important;
        left: 20% !important;
    }

    .footer-topContent p {
        font-size: 25px;
        line-height: 37px;
    }

    .footerbootmdowns {
        padding: 20px 15px;
    }

    .footerInnerup ul.ullisted li:before {
        height: 20px;
        width: 20px;
    }

    .footerbootmdowns p {
        font-size: 12px;
    }

    .magineImage {
        margin-top: 20px;
    }

    .footerInnerup ul.ullisted {
        margin-bottom: 0;
    }
    .AlignCenterTextEnd {
      
        margin-bottom: 40px;
    }
    .footerInnerup h4 {
        margin: 20px 0;
        font-size: 18px;
        line-height: 27px;
    }

    .footer-topContent p br {
        display: none;
    }

    .testcontentinner p {
        font-size: 18px;
    line-height: 27px;
        padding-left: 28px;
    }

    .testcontentinner p span i.fa.fa-quote-left {

        font-size: 24px;
        line-height: 28px;
        padding-right: 6px;
    }

    .testcontentinner p span i.fa.fa-quote-right {
        font-size: 24px;
        line-height: 28px;
        padding-left: 6px;
    }

    .testimonialsSec .slick-slide img {
        max-width: 100%;
    }
    .testimage img {
        width: 100% !important;
        max-width: 100%;
    }  
    .testimonialsSec:before{
        bottom:-65px;
        width: 103px;
    }  
    /* .testimonialsSec:before {
        width: 32%;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
        bottom: auto;
    } */

    .testimonialsSec button {
        height: 36px !important;
        width: 36px !important;

    }
    footer.mainfooter{
        margin-top: 150px;
        padding: 50px 0 0px 0;
    }
    section.EjaculoidcustomersMain {
        padding: 50px 0;
        margin-bottom: 0px;
        background: transparent;
        padding-bottom: 5px;
    }
    .main button.slick-prev {      
        bottom: -75px !important;       
        left: 25% !important;
    }
    .main button.slick-next {    
        bottom: -75px !important;
        top: auto !important;
        right: 25% !important;       
    }
    .main:before {
        width: 22%;
        bottom: -58px;
    }
    .testmain {
        display: block;
        height: initial;
    }

    .Gresult h4 {
        font-size: 27px;
        line-height: 48px;
    }

    .completelySatisfiedSec {
        margin-top: 50px;
        margin-bottom: 37px;
    }

    .What-is-Ejaculoid p.strongs {
        font-size: 20px;
        line-height: 31px;
        margin-top: 20px;
    }

    .boxinner {
        padding-bottom: 20px;
    }

    section.buynowSection .clickOnAppclick {
        width: 100%;
    }

    section.buynowSection .clickOnAppclick a {
        font-size: 20px;
        line-height: 50px;
        padding: 4px;
    }

    section.What-is-Ejaculoid.SecondEjaculodic {
        padding-top: 30px;
    }

    .orderNowButton a {
        padding: 10.5px;
        max-width: 100%;
        font-size: 26px;
        font-weight: 700;
        line-height: 39px;
        letter-spacing: 0em;
        margin-top: 20px;


    }

    .What-is-Ejaculoid .orderNowButton a {

        font-size: 26px;
        font-weight: 700;
        line-height: 39px;
        padding: 10.5px;

    }

    .SvgTruckShopping {
        font-size: 14px;
    }

    .topHeader {

        padding: 15px 7px;
    }

    .mainBanner {
        padding-top: 20px;
    }

    .OrderTime {
        font-size: 14px;
        text-align: left;
        margin-bottom: 6px;
    }

    .continentalOrder {
        justify-content: start;
    }

    .SvgTruct svg {
        width: 31px;
        height: 31px;
    }
}



.modal-dialog .btn-close{position:absolute; top:15px; right:15px;}
.modal-dialog{max-width:1376px; width:90% ; position:relative; background:#fff; color:#100E13; padding:0;}
.modal-content{ padding:40px 49px;}
.modal-content,
.modal-header{border:none; border-radius:0;}
.modal-content ul,.modal-body{padding:0;}
.modal-content h3{font-size:45px; font-weight:400; margin-bottom:21px;}
.modal-content h3 span{font-weight:700;}
.modal-content .single_row_content{font-size:24px; margin-bottom:40px;}

.modal-content li{list-style:none; padding-bottom:14px; margin-bottom:14px; border-bottom:solid 1px rgba(0, 0, 0, 0.10); font-size:20px;}
.modal-content li:last-child{border-bottom:none;}

.woocommerce{margin:40px 0;}
.woocommerce-checkout a.wc-forward { display: none;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding:7px 10px;}
.woocommerce-account .woocommerce-MyAccount-navigation{background:#f9f9f9;  padding:15px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0;}
.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none; padding:7px 10px; border-bottom:solid 1px #C3B91A;}
.woocommerce-account .woocommerce-MyAccount-navigation li a{color:#100E13; display:block; text-decoration:none;}

@media(max-width:1039px){
	.what-do-the-ejaculoid{background:#C3B91A !important;}
}

@media(max-width:1023px){
	
	.modal-content h3{font-size:35px;}
}

@media(max-width:767px){
	.modal-content{padding:40px 25px;}
	.modal-content h3{font-size:30px;}
	.modal-content .single_row_content{font-size:21px; margin-bottom:25px;}
	.modal-content li{font-size:18px;}
	
}