.customSlider .wrapper {
    max-width: 100%;
    width: 100%;
}
.cstmForm .inputGroup textarea {
    max-height: 268px;
}
.essayWriterWrapper {
    width: 100%;
    margin-left: auto;
}
@media(max-width:575px){
    .customSlider .wrapper span{
        font-size: 12px;
    }
    .customSlider{
        margin-bottom: 30px;
    }
}
.bg-light {
    background: #fff;
    width: 100%;
    margin-top: 50px;
}
.paraDownSec {
    padding: 12px 0 15px;
    text-align: center;
    margin-top: 0;
}
.essayWriterWrapper .container {
    max-width: 942px;
    margin: 0 auto;
    padding: 0 15px;
}
.modesSec {
    padding: 0px 0 70px;
}
.modesSec .flexWrapper, .trustSec .trustWrapper {
    padding: 0px 0 0;
  
}
.flexWrapper, .paraphraStep .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexContent {
    max-width: 446px;
}
.modesSec .flexContent h2 {
    color: #0f172a;
    font-size: 23px;
    text-align: left;
    font-weight: 400;
}
.modesSec .flexContent h2 span {
    background: linear-gradient(46deg, #ff51d7 5.87%, #c300ff 20.06%, #c300ff 39.88%, #30b6ff 70.23%, #00f0ff 80.84%, #1e43ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flexContent p.flexDesc {
    padding: 16px 0 0;
    text-align: left;
}
.tableOuter {
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    overflow: hidden;
}
table.modesTable {
    border-collapse: collapse;
}

table.modesTable td {
    border: 1px solid #e2e8f0;
    padding: 12px 12px 12px 15px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 400;
}
table.modesTable tr td:first-child {
    border-top: none;
    border-left: none;
}
.bgSec {
    background: linear-gradient(180deg, rgba(219, 242, 255, .4) 0, rgba(236, 233, 251, .4) 28.13%, rgba(247, 246, 255, .8) 90%, rgba(232, 237, 255, .25) 100%);
}
.essayWriterWrapper h2, .faqSec h3, .trustSec h3 {
    color: #0f172a;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.howtoSteps {
    max-width: 540px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.singleStep {
    padding: 15px 10px 16px 15px;
    background: url(../../../paraphrasing-page/images/steps-border.svg) no-repeat;
    flex-wrap: nowrap;
    min-height: 116.5px;
}
.flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.contentSec p {
    color: #4c5966;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}
.stepNum {
    padding-right: 15px;
    color: #121826;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.stepContent, .stepContent2 {
    padding-left: 15px;
    border-left: 2px solid #bcd4e8;
    max-width: 464px;
    width: 100%
}
.stepContent p:first-child, .stepContent2 p:first-child {
    color: #121826;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.stepContent p:last-child, .stepContent2 p:last-child {
    font-size: 13px;
    margin-top: 7px;
    text-align: left;
}
.stepSec{
    padding: 60px 0;
}
.stepDesc{
    margin-top: 16px;
}
.skeleton {
    background-size: 227px 100%;
    background-repeat: no-repeat;
    line-height: 1;
    animation: 1s ease-in-out infinite SkeletonLoading;
    background-image: linear-gradient(90deg, #fff, #ddd8d8, #fff);
    min-height: 227px;
    position: relative;
    display: block;
 
    width: 412px;

}
 .skeleton {
    background-color: #fff;
}
.lazyImgWrapper{
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #6A6A6A40;
    padding: 7px;
    border-radius: 10px;
    height: 241px;
}
.lazyImgWrapper img{
    width: 100%;
    height: 100%;
}
.secPad{
    padding: 60px 0;
}
.flexContent .smallHead {
    color: #1e43ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.flexContent .bigHead {
    color: #0f172a;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0 14px;
    text-align: left;
    line-height: normal;
}
.flexContent p.flexDesc {
    padding: 16px 0 0;
    text-align: left;
}
.featureWraper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featureWraper.reverse {
    flex-direction: row-reverse;
}
.featureWraper p a{
    color:#1862ff;
    text-decoration: underline;
}
.featureWraper p a:hover{
    text-decoration: none;
} 
.customModesListWrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 80px;
}
.customModesListWrapper.default {
    justify-content: space-between;
}
.modesSide .singleMode:first-child {
    margin-top: 0;
}
.singleMode {
    padding-left: 43px;
    margin-top: 36px;
    position: relative;
}
.singleMode::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../../images/modes-check-mark.svg) 0 0 / cover no-repeat;
    left: 0;
    top: 0;
}
.singleMode .modeName {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 120.187%;
    text-align: left;
}
.singleMode .modeDesc {
    font-size: 14px;
    padding-top: 8px;
    max-width: 342px;
}
.answerInner p, .singleMode p {
    text-align: left;
}
.singleHack, .singleHack2 {
    padding: 35px 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(98, 98, 98, .25);
}
.singleHack img, .singleHack2 img {
    max-width: 49px;
    width: 100%;
    max-height: 49px;
    height: 100%;
    margin: 0 auto 18px;
    display: block;
}
.normalContentWrapper img {
    margin: 30px auto;
    display: block;
}
.singleHack.content p {
    max-width: 210px;
    font-size: 14px;
}
.normalContentWrapper p {
    text-align: center;
    padding-top: 15px;
}
.contentHackWrapper {
  
 
    max-width: 750px;
    margin: 30px auto 0;
}
.promptSec h2 {
    color: #0f172a;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.promptSec .descPrompt {
    padding-top: 20px;
    max-width: 756px;
    margin: 0 auto;
    font-size: 16px;
}
.flexScoll img {
    width: 100%;
    max-width: 912px;
    height: 100%;
}
.normalContentWrapper img {
    margin: 30px auto 0;
}
.ratingsPagination {
    text-align: center;
    margin: 30px 0;
}
@keyframes SkeletonLoading {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}
.tryBtn.mg30 {
    margin-top: 30px;
}
.tryBtn {
    padding: 8px 20px;
    color: #121826;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(81.22deg, #1862ff -14.08%, #7731ff 29.91%, #d012ff 77.88%) border-box;
    border: 2px solid transparent;
    border-radius: 100px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
.additionBox p:first-child, .singleBox .action, .tryBtn {
    font-size: 16px;
    line-height: 150%;
}
.readyText{
    padding-top: 30px;
    max-width: 756px;
    margin: 0 auto;
}
.tryBtn:hover {
    background: linear-gradient(51deg, #1862ff 0, #7731ff 47.84%, #d012ff 100%);
    color: #fff;
}
.ctaCard {
    margin-bottom: 70px;
}
.ctaCardwrap {
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #f5fbff 0, #f7f6fd 28.13%, #fbfaff 63.54%, #fef9ff 100%) padding-box, linear-gradient(86.65deg, #FF51D7 -14.23%, #FF4848 40.8%, #6248FF 77.66%, #1862FF 115.44%) border-box;
    border-radius: 5px;
}
.ctaBody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 42px;
    background: linear-gradient(180deg, rgba(219, 242, 255, 0.4) -6.5%, rgba(236, 233, 251, 0.4) 26.05%, rgba(247, 246, 255, 0.802083) 67.04%, rgba(232, 237, 255, 0) 109.24%);
}
.ctaCardwrap .ctaHeading,
.ctaCardwrap h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 37.24px;
    text-align: left;
    max-width: 399px;
    width: 100%;
    margin: unset;
}
.ctaCardwrap .ctaHeading span,
.ctaCardwrap h2 span {
    font-size: 32px;
    line-height: 54px;
    background: linear-gradient(89.65deg, #ff51d7 -1.7%, #c300ff 14.73%, #c300ff 44.03%, #30b6ff 68.59%, #00f0ff 89.61%, #1e43ff 104.67%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 14px;
    text-align: left;
}
.toolList ul {
    list-style: none;
}
.toolList ul li a {
    display: flex;
    column-gap: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    position: relative;
    color: #222222;
}
.toolList ul li a::before {
    content: "";
    background: url(../../images/check.svg);
    width: 16px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.toolList ul li a:hover {
    text-decoration: underline;
}
.faq-card {
    background: #fff;
    border: 1px solid rgba(35,63,140,.24);
    border-radius: 4px;
    width: 100%;
    margin-top: 20px
}

.faq-card.show .faq-icon,.faq-card:hover .faq-icon,.faq-icon {
    background: url(../../images/faqSvg-db.svg) 0 0/contain
}

.faq-card.show,.faq-card:hover {
    border: 1px solid #1e43ff
}

.faq-accord-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 20px;
    cursor: pointer
}
.faqSec.essayWriterWrapper .faq-accord-card-head h4,
.faqSec.essayWriterWrapper .faq-accord-card-head h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0f172a;
    text-align:left;
}
.faq-card:hover .faq-accord-card-head h4 {
    color: #1E43FF;
    /* fill: #4CAEFF; */
}
.answerInner p a {
    color: #1e43ff
}

.answerInner p+p {
    margin-top: 10px
}

.faq-icon {
    display: flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.faq-accord-card-body {
    padding: 0 20px 30px
}

.faq-accord-card-body p {
    font-size: 14px;
    line-height: 170.5%;
    color: #213d56
}

.faq-card.show .faq-accord-card-head .faq-icon {
    transform: rotate(135deg)
}

.faq-accord-card-head h3 {
    color: #0f172a;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.faqsHead {
    color: #0f172a;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px
}

.faqsWrapper {
    padding: 40px 30px 50px;
    background: linear-gradient(180deg,rgba(219,242,255,.4) 0,rgba(236,233,251,.4) 28.13%,rgba(247,246,255,.8) 63.54%,rgba(232,237,255,0) 100%)
}

.typesPagination {
    display: none
}
.toolList ul li + li {
    margin-top: 15px;
}

.strategyWrapper {
    max-width: 668px;
    margin: 0 auto;
    row-gap: 18px;
}
.flex, .flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex2{
    flex-wrap: nowrap;
}
.singleStrategy {
    padding: 25px 15px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(81.22deg, #1862ff -14.08%, #7731ff 29.91%, #d012ff 77.88%) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    max-width: 328px;
}
.normalContentWrapper .boxhead {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #0f172a;
    min-height: unset;
    padding-top: 0;
}
.normalContentWrapper .strategyWrapper p {
    text-align: left;
    padding-top: 15px;
}
.singleStrategy   p {
    color: #4c5966;
    font-size: 13px;
    min-height: 140px;
}
.strategyWrapper {
    margin-top: 50px;
    margin-bottom: 20px;
}
.aboutSecContent p{
    padding-top: 20px;
}
@media (max-width: 1199px) {
    .flexWrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 36px;
    }
    .customModesListWrapper, .specsWrapper {
        flex-wrap: wrap;
        gap: 36px;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .strategyWrapper {
        justify-content: center;
    }
    .mob-none{
        display: none;
    }
    .lazyImgWrapper {
    
        height: 201px;
    }
    .lazyImgWrapper img {
       
        object-fit: contain;
        border-radius: 10px;
    }
    .featureWraper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 33px;
    }
    .flex2.contentHackWrapper
{
    gap:33px
}
    .flex2.contentHackWrapper,
    .featureWraper.reverse {
        flex-direction: column;
    }
    .ctaBody {
        row-gap: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 14px 34px;
        background: linear-gradient(180deg, rgba(219, 242, 255, 0.4) -6.5%, rgba(236, 233, 251, 0.4) 26.05%, rgba(247, 246, 255, 0.802083) 67.04%, rgba(232, 237, 255, 0) 109.24%);
    }
    .ctaCardwrap .ctaHeading,
    .ctaCardwrap h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        max-width: 260px;
    }
    .normalContentWrapper img {
        width: 100%;
    }
    .singleHack.content p {
        max-width: 100%;
        font-size: 14px;
    }
    .customModesListWrapper, .faqWraper, .toolsSec .flexWrapper {
        margin-top: 50px;
    }
    .contentHackWrapper {
        gap: 25px;
    }
    .singleHack, .singleHack2, .singleR, .singleR2 {
        width: 100%;
    }
    .singleStep::after {
        width: calc(100%);
        height: calc(100%);
        border: 2px solid transparent;
        left: -1px;
        top: -1px;
        border-radius: 10px;
    }
    .singleStep::after, .singleType::after {
        position: absolute;
        content: '';
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(81.22deg, #1862ff -14.08%, #7731ff 29.91%, #d012ff 77.88%) border-box;
        z-index: -1;
    }
    .contentSec p {
        font-size: 15px;
    }
        .singleStep, .singleType {
            background: 0 0;
            position: relative;
        }
    .singleStep {
        z-index: 2;
    }
    .howtoSteps {
        gap: 15px;
    }
    table.modesTable td {
        padding: 12px 5px 12px 10px;
        font-size: 14px;
    }
    .modesSec .flexWrapper {
        padding: 35px 0 0;
    }
    .flexWrapper {
        gap: 30px;
    }
    table.modesTable tr td:first-child {
        width: 28%;
    }
    .howtoDiv, .typeDiv {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 30px 14px;
    }
    .essayWriterWrapper h2, .modesSec .flexContent h2, .paraphraStep.essayWriterWrapper h2 {
        font-size: 22px;
    }
    .ctaCardwrap .ctaHeading,
    .ctaCardwrap h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        max-width: 260px;
        text-align: center;
    }
    .ctaCardwrap .ctaHeading span,
    .ctaCardwrap h2 span {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}