/* Story Section */
.story-section{
    padding: 70px 0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.story-wrapper h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 28.84px;
    text-align: left;
    margin-bottom: 20px;
    color: #0F172A;
}
.story-wrapper p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #64748B;
}
/* /Story Section */

/* Description Section */
.desc-section{
    padding: 70px 0;
    background: #F4FAF9E0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.desc-wrapper{
    margin-top: 40px;
}
.desc-wrapper p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24.67px;
    color: #64748B;
    margin-bottom: 16px;
}
.desc-wrapper p span, .desc-wrapper ul li span{
    font-weight: 600;
    color: #213D56;
}
.desc-wrapper ul{
    margin-bottom: 16px;
    margin-left: 20px;
}
.desc-wrapper ul li::marker{
    color: #213D56;
    width: 7px;
    height: 7px; 
  }
.desc-wrapper ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 24.67px; 
    margin-bottom: 6px;
    color: #64748B;
}

/* /Description Section */

/* Example Section */
.example-section{
    padding: 70px 0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.example-wrapper{
    max-width: 912px;
    width: 100%;
    margin-right: auto;
    margin-top: 40px;
}
.example-table{
    max-width: 912px;
    width: 100%;
    display: flex;
}
.table-col1{
    max-width: 435px;
    width: 100%;
}
.table-col2{
    max-width: 477px;
    width: 100%;
    border-left: 1px solid #05ADA3;
    
}
.example-table{
    border: 1px solid #05ADA3;
    border-radius: 5px;
}
.table-head1{
    text-align: center;
    background: #05ADA3;
    padding: 12px 0;

}
.table-head2{
    text-align: center;
    background: #05ADA3;
    padding: 12px 0;

}
.table-head1 p, .table-head2 p{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: white;

}
.table-desc p{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #213D56;
    padding: 12px 0 14px 17px;
    border-bottom: 1px solid #05ADA3;
}
.table-desc p:last-child{
    border-bottom: none;
    
}
/* /Example Section */

/* ToolSteps Section */
.toolSteps-section{
    padding: 70px 0;
    background: #F4FAF9E0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.tools-head h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 28.84px;
    color: #0F172A;
    margin-bottom: 13px;
}
.tools-head p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    color: #64748B;
}
.btm-desc{
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.23px;
    color: #64748B;
}
.btm-desc a{
    color: #05ada3;
    text-decoration: underline;
}
.btm-desc a:hover{
  text-decoration: none;
}
.toolStep-wrapper{
    max-width: 1083px;
    width: 100%;
    margin: 45px auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tool-singleStep{
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    border: 1.5px solid #D4EFED;
    display: flex;
}
.tool-singleStep:hover{
    border: 1px solid #05ADA3
}
.stepNumber{
    max-width: 74px;
    width: 100%;
    padding: 15px 15px 15px 0;
    border-right: 1px solid #D4EFED;
}
.stepNumber span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    color: #121826; 
    text-align: center;
}
.step-content{
    padding: 14px 0px 0px 15px;
}
.step-content p:nth-of-type(1){
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #121826; 
    margin-bottom: 7px;
}
.step-content p:nth-of-type(2){
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #64748B; 
}
.step-content p:nth-of-type(2) span{
    font-weight: 600;
}
/* /ToolSteps Section */

/* TextChanger Section */
.textChanger-section{
    padding: 100px 0 20px;
    width: calc(100% - 56px);
    margin-left: auto;
}
.textChanger-wrapper{
    max-width: 1168px;
    width: 100%;
    margin: 60px auto 0 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.textChanger-card{
    max-width: 376px;
    width: 100%;
    min-height: 134px;
    height: 100%;
    padding: 22px 18px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 21px 0px #E1E0E036;
    border-radius: 6px;
    background: #FFFFFF;
    transition: 0.3s transform;
}
.textChanger-card:hover {
    transform: scale(1.05);
}
.textChanger-card p:nth-of-type(1){
    font-size: 16px;
    font-weight: 600;
    line-height: 19.23px;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
.textChanger-card p:nth-of-type(2){
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #3F3F3F;
}
/* /TextChanger Section */

/* Tool Features Section */
.toolFeatures-section{
    padding: 100px 0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.feature-wrapper{
    max-width: 1092px;
    width: 100%;
    margin: 45px auto 0 0;
    display: flex;
    justify-content: space-between;
    row-gap: 40px;
    flex-wrap: wrap;
}
.single-feature{
    max-width: 516px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.singleFeature-icon{
    max-width: 106px;
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6.24px;
    border: 1px solid #05ADA3;
    background: #B1E3E136;
}
.singleFeature-content h3{
    font-size: 17px;
    font-weight: 600;
    line-height: 20.43px;
    text-align: left;
    color: #000000; 
    margin-bottom: 8px;
} 
.singleFeature-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #3F3F3F;   
}
.singleFeature-content p span{
    font-weight: 600;  
}
/* /Tool Features Section */

/* Sample Section */
.emailSample-section{
   padding: 100px 0;
   width: calc(100% - 56px);
   margin-left: auto;
}
.emailSample-wrapper{
    max-width: 1138px;
    width: 100%;
    margin: 69px auto 0;
    position: relative;
}
.sample-pagination{
    max-width: 1138px;
    width: 100%;
    position: absolute;
    top: 265px;
    bottom: 288px;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.prev-slide, .next-slide{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.prev-slide{
    border: 0.5px solid #C2E2E0;
}
.prev-slide img{
    filter: brightness(0) saturate(100%) invert(92%) sepia(21%) saturate(149%) hue-rotate(123deg) brightness(94%) contrast(102%);
}
.next-slide{
    border: 0.5px solid #05ADA3;
}
.slide-show{
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.slide-show p{
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: #121826;
    margin-top: 5px;
    text-align: center;
}
.prev-slide.active-prev{
    border: 0.5px solid #05ADA3;
}
.prev-slide.active-prev img{
    filter: none;
}
.next-slide:hover{
    background: #f2ffff;
}
.prev-slide.active-prev:hover{
    background: #f2ffff;

}
.next-slide.active-next{
    border: 0.5px solid #C2E2E0;
}
.next-slide.active-next img{
    filter: brightness(0) saturate(100%) invert(92%) sepia(21%) saturate(149%) hue-rotate(123deg) brightness(94%) contrast(102%);
}
.slide-mob-img{
    display: none;
}
.slide-img{
    display: block;
}
/* /Sample Section */

/* FAQ Section */
.toolFaq-section{
    padding: 70px 0;
    background: #F4FAF9E0;
    width: calc(100% - 56px);
    margin-left: auto;
}
.toolFaq-wrapper{
    max-width: 1150px;
    width: 100%;
    margin: 45px auto 0 0;
}
.toolFaq-card{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D4EFED;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}
.toolFaq-card:hover{
    border: 1px solid #05ADA3
}
.toolFaq-card:hover .toolFaq-cardHead h3{
    color: #05ADA3;
}
.toolFaq-wrapper .toolFaq-card:last-child{
    margin-bottom: 0px;
}
.toolFaq-cardHead{
    margin-bottom: 18px;
}
.toolFaq-cardHead h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 26.32px;
    text-align: left;
    color: #231F20;
}
.toolFaq-cardBody p,
.toolFaq-cardBody li{
    font-size: 16px;
    font-weight: 300;
    line-height: 26.32px;
    text-align: left;
    color: #213D56;
}
.toolFaq-cardBody p{
    margin-top: 15px;
}
.toolFaq-cardBody p:first-child{
    margin-top: 0;
}
.toolFaq-cardBody ul,
.toolFaq-cardBody ol{
    margin: 25px 0;
    padding-left: 40px ;
}
.cardbody-desc{
   margin: 12px 0 0 25px; 
   display: flex;
   flex-direction: column;
   gap: 12px;
}
.cardbody-desc .desc-paras span{
    font-size: 16px;
    font-weight: 600;
    line-height: 26.32px;
    text-align: left;
    color: #231F20;
}
.cardbody-desc .desc-paras p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26.32px;
    text-align: left;
    color: #213D56;
    margin-top: 2px;
}
.toolFaq-cardBody p a{
    text-decoration: underline;
    color: #213D56;
}
.toolFaq-cardBody p a:hover{
    color: #05ADA3;
    
}
/* /FAQ Section */

/* Tool Sample Section */
.toolSample-section{
    padding: 50px 0 100px;
    width: calc(100% - 56px);
    margin-left: auto;
    position: relative;
}
.sample-wrapper{
    /* max-width: 1232px;
    width: 100%;
    margin:0 auto; */
}
.toolSample-content{
    display: flex;
    justify-content: space-between;
}
.siteSampleSwiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.sample-swipper{
    width: 100%;
    padding: 60px 0 0px!important;
}
.sample-cards{
    max-width: 374px;
    width: 100%;
    border: 1px solid #05ADA3;
    padding: 16px 16px;
    border-radius: 5px;
}
.card-header{
    padding-bottom: 22px;
    position: relative;

}
.card-header::before{
    content: '';
    position: absolute;
    background-image: url(../../images/sample-pdf-icon.svg);
    width: 36px;
    height: 47px;
    left: 0;
}
.card-header p{
    padding-left: 51px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0F172A;
}

.card-pdfInfo{
    margin-left: 51px;
}
.card-pdfInfo p{
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: #0b0c0c;
}
.card-pdfInfo p:nth-of-type(3){
    margin-bottom: 0;
}
.card-pdfInfo p span{
    color: #7C838C;
}

.read-pdf{
    display: block;
    max-width: max-content;
    width: 100%;
    margin-top: 22px;
    padding: 8px 10px;
    border: 1px solid #05ADA3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #05ADA3;
    background: white;
}

.read-pdf:hover{
    background: #05ADA3;
    color: white;

}
.sample-pagination-btns{
    max-width: 92px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.sample-pagination-btns .swiper-button-next-sample, .sample-pagination-btns .swiper-button-prev-sample {
    width: 40px;
    height: 40px; 
    border-radius: 100%;
    transition: all ease 0.1s;
    z-index: 9;
    cursor: pointer;
    border: 0.5px solid #05ADA3;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sample-pagination-btns .swiper-button-next-sample::after{
    content: '';
    position: absolute;
    background-image: url(../../images/swipper-next-arrow.svg);
    width: 12px;
    height: 18px;
}
.sample-pagination-btns .swiper-button-prev-sample::after{
    content: '';
    position: absolute;
    background-image: url(../../images/swipper-next-arrow.svg);
    width: 12px;
    height: 18px;
    transform: rotate(180deg);
}

.sample-pagination-btns .swiper-button-next-sample:hover, .sample-pagination-btns .swiper-button-prev-sample:hover {
    background: #B1E3E136;

}
.swiper-pagination-sample{
    display: none;
}
 .swiper-pagination-sample .swiper-pagination-bullet-active {
    background: #05ADA3 !important;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}
.swiper-pagination-sample .swiper-pagination-bullet {
    background: #bae5e3;
    opacity: unset;
}
 .swiper-button-next-sample.swiper-button-disabled, .swiper-button-prev-sample.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination-sample{
    position: absolute !important;
    text-align: center !important;
    transition: 0.3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    bottom: 40px !important;
    z-index: 1 !important;
}
/* Tool Sample Section */

/* custom sec */
.customSec {
    padding: 60px 0;
    background: rgba(244, 250, 249, 0.88);
    width: calc(100% - 56px);
    margin-left: auto;
}
.customSec h2{
    color: #0F172A;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.customSec h2 + p {
    padding-top: 12px;
}
.contentSec p {
    color: #64748B;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
}
.customModesListWrapper {
    display: flex;
    align-items: start;
    margin-top: 80px;
}
.modesSide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 36px;
}
.singleMode {
    padding-left: 43px;
    position: relative;
}
.modesSide .singleMode:first-child {
    margin-top: 0;
}
.singleMode::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(../../images/modes-check-mark.svg);
    background-size: cover;
    background-repeat: 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: 500px;
}
.singleMode p {
    text-align: left;
}
/* custom sec */

/* who sec */
.whoSec {
    padding: 70px 0;
}
.wrapperRight {
    width: calc(100% - 56px);
    margin-left: auto;
}
.secHead {
    color: #000;
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    margin-bottom: 13px;

}
.whoSec .secDesc {
    text-align: left;

    color: #3f3f3f;
    line-height: 155.187%;
    font-size: 14px;
}
.usersWrapper.flex {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}
.singleFunction{
    margin-bottom: 40px;
}
.singleFunction.singleUser {
    border-radius: 6px;
    border: 1px solid #d4efed;
    align-items: start;
    gap: 0;
    min-height: 143px;
}
.singleFunction.singleUser .imgWrapper {
    width: 66px;
    height: 62px;
    border: 1px solid #d4efed;
    background: rgba(177, 227, 225, 0.21);
    border-top: none;
    border-left: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singleFunction.singleUser .imgWrapper img {
    max-width: 38px;
    max-height: 38px;
}
.functionData {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.singleUser .functionData {
    max-width: 450px;
}
.singleUser .functionData {
    padding: 18px 16px;
}
.functionData .functionName {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 120.187%;
}
.singleUser .contentWrapper span {
    font-size: 13px;
    color: #3f3f3f;
    line-height: 155.187%;
}
.flex {
    display: flex;
    align-items: center;
    gap: 40px;
}
/* who sec */
.toolsSec {
    padding: 80px 0 90px;
    background: white;
}
.toolsSec.essayWriterWrapper .container {
    max-width: 942px;
    margin: 0 auto;
    padding: 0 15px;
}
.toolsSec.essayWriterWrapper h2 {
    color: #0F172A;
    text-align: center;
    font-size: 27px;
}
.toolsSec p{
    padding-top: 12px;
    max-width: 729px;
    margin: 0 auto;
    color: #64748B;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}
.toolsBtnsWrapper {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.toolsSec.essayWriterWrapper p.content-btn, .toolsSec.essayWriterWrapper p.content-btn {
    color: #0F172A;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-top: 1px;
    margin: 0;
}
.toolsBtnOuter.active, .toolsBtnOuter:hover {
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
}
.toolsBtnOuter {
    padding: 1px;
    border-radius: 100px;
    display: flex;
    background: #E2E8F0;
}
.toolsBtnOuter.active a {
    color: #0F172A;
    background: #f2fffb;
}
.toolsBtnOuter a {
    padding: 9px 15px;
    color: #64748B;
    background: #fff;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    border-radius: 100px;
    font-weight: 400;
}
.toolsSec .flexWrapper {
    margin-top: 93px;
}
.flexWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lazyImgWrapper {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(106, 106, 106, 0.25);
    width: 426px;
    height: 241px;
    overflow: hidden;
}
.toolsSec .lazyImgWrapper {
    height: 331px;
    width: 436px;
}
.toolsSec .lazyImgWrapper img {
    max-width: 436px;
    width: 100%;
    height: 331px;
}
.flexContent {
    max-width: 446px;
}
.flexContent .smallHead a{
    color: #05ADA3;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.flexContent .smallHead a:hover{
    text-decoration: underline;
}
.flexContent .bigHead {
    color: #0F172A;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0 14px;
    text-align: left;
    line-height: normal;
}
.flexContent p.flexDesc {
    padding: 0;
    text-align: left;
    padding-top: 16px;
}
@media (max-width: 1199px){
    .textChanger-card {
        max-width: 348px;
    }

}
@media (max-width: 992px){
/* Tool Features Section */
    .single-feature {
        max-width: 452px;
    }
/* /Tool Features Section */
.sample-wrapper {
    max-width: 795px;
    margin: 0 auto;
}
.swiper-pagination-sample{
    display: block;
}
.sample-pagination-btns{
    display: none;
}
}
@media (max-width: 767px){

    .story-section, .toolSteps-section, .toolFeatures-section, .toolFaq-section, .textChanger-section, .desc-section,.example-section, .emailSample-section, .content-section, .toolSample-section {
        width: 100%;
        margin-left: 0;
    }
    .toolFeatures-section {
        padding: 20px 0 40px;
    }
    .example-table {
        max-width: 600px;
        flex-wrap: wrap;
    }
    .table-col1, .table-col2 {
        max-width: 600px;
        width: 100%;
    }
    .table-col2{
        border-left: none;
    }
    .table-head1 p, .table-head2 p {
        font-size: 17px;
    }
    .table-desc p {
        font-size: 14px;
    }
    .slide-mob-img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .slide-img{
        display: none;
    }
    .slide-show{
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }
    .slide-show p {
        font-size: 16px;
    }

}
@media (max-width: 575px){
/* Story Section */
    .story-section {
        padding: 30px 0 40px;
    }
    .story-wrapper h2 {
        font-size: 19px;
        line-height: 28.5px;
        margin-bottom: 10px;
    }
    .story-wrapper p {
        font-size: 15px;
        line-height: 30px;
    }
/* /Story Section */

/* Description Section */
    .desc-wrapper ul li, .desc-wrapper p{
        line-height: 30px;
    }
    .desc-section{
        padding: 40px 0;
    }
/* /Description Section */
.example-section{
    padding: 40px 0;
}
/* ToolSteps Section */
    .toolSteps-section {
        padding: 40px 0;
    }
    .tools-head h2 {
        font-size: 19px;
        line-height: 150%;
        margin-bottom: 12px;
    }
    .tools-head p {
        font-size: 14px;
        line-height: 23.8px;
    }
    .tool-singleStep {
        padding: 18px;
        flex-direction: column;
    }
    .stepNumber {
        max-width: 86px;
        width: 100%;
        padding: 0px 0px 9px 0;
        border-bottom: 1px solid #D4EFED;
        border-right: none;
    }
    .step-content {
        padding: 10px 0px 0px 0px;
    }
    .stepNumber span {
        font-size: 16px;
        line-height: 19.36px;
        text-align: left;
    }
    .step-content p:nth-of-type(1) {
        font-size: 15px;
        line-height: 18.15px;
    }
    .step-content p:nth-of-type(2) {
        line-height: 23.8px;
    }
/* /ToolSteps Section */

/* TextChanger Section */
    .textChanger-section{
        padding: 40px 0 20px;
    }
    .textChanger-wrapper {
        max-width: 360px;
        width: 100%;
        margin: 30px auto  0;
        gap: 15px;
    }
    .textChanger-card{
        max-width: 360px;
        width: 100%;
    }
    .textChanger-card p:nth-of-type(1) {
        font-size: 15px;
        line-height: 18.03px;
    }
/* TextChanger Section */

/* Tool Features Section */

    .feature-wrapper {
        max-width: 360px;
        width: 100%;
        margin: 30px auto 0;
        row-gap: 30px;
    }
    .single-feature {
        max-width: 359px;
    }
    .singleFeature-icon {
        max-width: 79px;
        width: 100%;
        height: 79px;
    }
    .singleFeature-icon img{
        width: 37.5px;
        height: 37.5px;
    }
    .singleFeature-content h3 {
        font-size: 14px;
        line-height: 16.83px;
    }
    .singleFeature-content p {
        font-size: 13px;
        line-height: 20.8px;
    }
/* /Tool Features Section */

/* Sample Section */
.emailSample-section {
    padding: 40px 0;
}
.emailSample-wrapper {
    margin: 25px auto 0;
}
.emailSample-wrapper {
    padding-bottom: 67px;
}
.sample-pagination {
    top: unset;
    bottom: 0px;
    justify-content: center;
    gap: 20px;
}
/* Sample Section */

/* FAQ Section */
    .toolFaq-section {
        padding: 40px 0;
    }
    .toolFaq-wrapper {
        max-width: unset;
        width: 100%;
        margin: 25px auto 0 0;
    }
    .toolFaq-cardHead {
        margin-bottom: 10px;
    }
    .toolFaq-card {
        padding: 15px 20px;
    }
    .toolFaq-cardBody p {
        font-size: 14px;
        line-height: 23.8px;
    }
    .cardbody-desc {
        margin: 14px 0 0 11px;
        gap: 15px;
    }
    .cardbody-desc .desc-paras span {
        font-size: 14px;
        line-height: 23.03px;
    }
    .cardbody-desc .desc-paras p {
        font-size: 14px;
        line-height: 23.03px;
        margin-top: 5px;
    }
    .toolFaq-cardBody p, .toolFaq-cardBody li {
        font-size: 14px;
    }
/* /FAQ Section */

    .sample-cards {
        max-width: 352px;
    }
    .toolSample-section {
        padding: 20px 0 80px;
    }
    .card-pdfInfo{
        margin-left: 0;
    }
    .card-pdfInfo p{
        margin-left: 51px;
    }
    .read-pdf{
        margin: 22px auto 0;
    }
    .customSec {
        padding: 50px 0;
        width: 100%;
        margin-left: 0;
    }
    .essayWriterWrapper h2 {
        font-size: 22px;
        line-height: 150%;
    }
    .contentSec p {
        font-size: 15px;
    }
    .customModesListWrapper {
        margin-top: 50px;
    }
    .whoSec {
        padding: 40px 0 40px;
    }
     .secHead {
        font-size: 21px;
    }
    .usersWrapper.flex {
        gap: 0px;
        font-size: 15px;
    }
    .singleFunction {
        gap: 10px;
        flex-wrap: nowrap;
        align-items: start;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .singleFunction .imgWrapper {
        min-width: 50px;
        height: 50px;
    }
    .singleFunction.singleUser .imgWrapper img {
        max-width: 30px;
        max-height: 30px;
    }
    .singleUser .functionData {
        max-width: 403px;
    }
    .functionData .functionName {
        font-size: 16px;
        line-height: 150%;
    }
    .wrapperRight {
        width: 100%;
        margin-left: auto;
    }
    .toolsSec {
        padding: 50px 0;
    }
    .toolsSec.essayWriterWrapper h2 {
        font-size: 21px;
    }
    .toolsSec p {
        font-size: 15px;
    }
    .toolsBtnsWrapper {
        margin-top: 40px;
    }
    .toolsBtnsWrapper {
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .toolsBtnOuter a {
        padding: 12px 10px;
        font-size: 13px;
        width: 100%;
    }
    .toolsSec .lazyImgWrapper {
        display: none;
    }
    .toolsSec .flexWrapper {
        margin-top: 50px;
    }
    .flexWrapper {
        flex-wrap: wrap;
    }
    .flexContent .bigHead {
        font-size: 18px;
    }
    .toolsBtnOuter {
        max-width: 205px !important;
        width: 100%;
    }
    .flexContent {
        max-width: 446px;
        margin: 0 auto;
    }
}

@media (max-height:720px) and (min-width:1200px) {
    .singleFeature-icon{
        max-width: 80px;
        height: 80px;
    }
    .singleFeature-icon img{
        width: 50%;
    }
    .container{
        max-width: 1360px;
    }
}

