body.page .maincontent {
    padding: 95px 0 0;
    overflow: hidden
}

.officebg-holder.free-tools {
    background-image: url(/template/default/images/freetools_banner.webp);
    background-size: cover;
    height: auto;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin: -40px 0 0
}

.officebg-holder.free-tools h1.main-head {
    font-size: 38px !important;
    line-height: 56px !important;
    font-weight: 600;
    color: #104a69 !important;
    padding-bottom: 0 !important;
    padding: 0;
    text-align: center;
    float: none
}

.officebg-holder.free-tools p {
    font-size: 16px;
    color: #1c1d1e;
    line-height: 32px;
    padding-bottom: 30px;
    padding-top: 20px
}

.button-new {
    font-weight: 400 !important;
    font-size: 1rem !important;
    display: inline-block;
    background: #0071bc;
    border-radius: 22px;
    margin: 0;
    color: #fff !important;
    padding: 0 30px !important;
    text-transform: capitalize;
    height: 40px;
    line-height: 39px
}

.officebg-holder.free-tools .freetool_banner_text {
    color: #3a5664;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding: 0
}

.officebg-holder.free-tools .button-new {
    margin-bottom: 30px
}

.free-holder section {
    padding: 3rem 0;
    float: left;
    width: 100%
}

.free-holder .content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px
}

.one_half {
    width: 49%
}

.h3-title-heading {
    font-size: 2rem;
    font-weight: 600 !important;
    color: #104a69 !important
}

.free-holder h2 {
    font-size: 29px;
    margin: 0 0 20px
}

.free-holder .one_half p {
    line-height: 1.8;
    margin: 20px 0 10px;
    font-size: 16px
}

.txt-center {
    text-align: center
}

.free-holder section:nth-of-type(2n) {
    /* background: #f5f8fb */
}

.freetools_under_banner {
    /* background: url(/template/default/images/freetools_underbg.webp) !important; */
    background:aliceblue;
    height: auto !important;
    display: flex;
    align-items: center;
    padding: 50px 0 !important;    border-top: 1px solid #d4ebff;
}

.freetools_under_banner p {
    font-size: 32px;
    /* color: #fff; */
    line-height: 56px;
    text-align: center;
    display: inline-block;    color: #313131;
    width: 100%
}

.inner_page .ost-started-holder.bg-color {
    background: #f7faff
}

.inner_page .ost-started-holder {
    padding: 4rem 0
}

.ost-started-holder p.get-start-heading {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 400;
    color: #171717
}

.ost-started-holder p.get-start-heading span {
    color: #0a75bd
}

.ost-started-holder p.office365.title {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.ost-started-holder p.ost-button-holder {
    margin: 30px 0 15px
}

/* .ost-started-holder p.ost-button-holder .ost-btn-con.demo-btn {
    background-color: #d66766 !important;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #fff
} */

.ost-btn-con {
    display: inline-block;
    margin-right: 12px;
    font-weight: 400
}

/* .ost-started-holder p.ost-button-holder .ost-btn-con.try_it {
    background-color: #388dc0 !important;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.ost-started-holder p.ost-button-holder .ost-btn-con.buy-page-link {
    background-color: #5fbe7c !important;
    border-radius: 30px !important;
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #fff
} */

@media only screen and (max-width:980px) {
    .free-holder .content-wrapper {
        flex-direction: column
    }

    .one_half {
        width: 100%
    }

    .freetools_under_banner p br {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .officebg-holder.free-tools h1.main-head {
        font-size: 25px !important
    }

    .free-holder h2 {
        font-size: 25px
    }

    .free-holder .one_half p {
        font-size: 16px
    }
}

@media only screen and (max-width:600px) {
    .officebg-holder.free-tools {
        background-image: none !important;
        background: #f0f8ff;
        padding: 20px 0
    }

    .officebg-holder.free-tools p br {
        display: none
    }

    .freetools_under_banner p {
        font-size: 23px;
        line-height: 39px
    }

    .freetools_under_banner {
        height: auto !important;
        padding: 40px 0 !important
    }

    .officebg-holder.free-tools p {
        padding-bottom: 20px;
        padding-top: 10px
    }

    .officebg-holder.free-tools .freetool_banner_text {
        padding-bottom: 20px
    }

    .ost-started-holder p.ost-button-holder {
        margin: 30px 0 15px;
        /* display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px; */
        align-items: center
    }

    .inner_page .ost-started-holder {
        padding: 2rem 0
    }

    .ost-started-holder p.get-start-heading {
        font-size: 2rem
    }
}


.free-holder .one_half img{
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}



@media only screen and (max-width: 600px) {
    #edb-viewer .content-wrapper,#pst-merge .content-wrapper, #ost-viewer .content-wrapper,#pst-viewer .content-wrapper,#mbox-viewer .content-wrapper,#nsf-viewer .content-wrapper,
    #email_sign_viewer .content-wrapper{gap: 20px;}
    #pst-merge .content-wrapper, #ost-viewer .content-wrapper,  #mbox-viewer .content-wrapper,#email_sign_viewer .content-wrapper{flex-direction: column-reverse;}
    .free-holder section {padding: 1rem 0;}


    
}


/* july 2 */

.officebg-holder.free-tools .button-new:hover, .button-new:hover{background: #0e85d3;}



.ost-started-holder p.ost-button-holder .ost-btn-con {border-radius:30px;font-size:16px;padding:0 30px;height:40px;line-height:40px;color:#fff;display:inline-block;margin-right:12px;font-weight:400;}
.inner_page .ost-started-holder.bg-color{background: url(/template/default/images/banner-check11.png), #1370ab;background-size: cover;text-align: center;padding: 70px 0 80px;opacity: 0.9;}
.ost-started-holder p.ost-button-holder .ost-btn-con.demo-btn{border-radius: 0px;background: #fff;color: #333;font-weight: 600;text-transform: uppercase;border: 1px solid #295887;}
.ost-started-holder p.ost-button-holder .ost-btn-con.try_it{border-radius: 0px;background: #fff;color: #333;font-weight: 600;text-transform: uppercase;border: 1px solid #295887;}
.ost-started-holder p.ost-button-holder .ost-btn-con.buy-page-link{border-radius: 0px;background: #fff;color: #333;font-weight: 600;text-transform: uppercase;border: 1px solid #295887;}
.ost-started-holder p.get-start-heading {text-transform: capitalize;}
.ost-started-holder p.get-start-heading, .ost-started-holder p.get-start-heading span, .ost-started-holder p.office365.title { color: #fff !important;}
.ost-started-holder p.ost-button-holder .ost-btn-con.demo-btn:hover{background-color: #295887;color: #fff;border: 1px solid #959595;}
.ost-started-holder p.ost-button-holder .ost-btn-con.try_it:hover{background-color: #295887;color: #fff;border: 1px solid #959595;}
.ost-started-holder p.ost-button-holder .ost-btn-con.buy-page-link:hover{background-color: #295887;color: #fff;border: 1px solid #959595;}
@media only screen and (max-width: 600px) {
.ost-started-holder p.ost-button-holder .ost-btn-con{font-size: 14px;  margin-right: 5px;}
.inner_page .ost-started-holder.bg-color{padding: 40px 0px;}
.ost-started-holder p.ost-button-holder{display: grid !important;gap: 5px !important;justify-content: center !important;align-items: center !important;}
}
