
body.page .maincontent {
    padding: 90px 0 0;
    overflow: hidden
}

.officebg-holder.features-page {
  background: 
    url(/template/default/images/features-bg1.png) bottom right 150px no-repeat,
    linear-gradient(180deg, rgb(252,253,253) 0%, rgb(209,236,253) 100%);
  background-size: 400px, cover;
  margin: 0;
  padding: 20px 0;
  min-height: 410px;
  position: relative;
  overflow: hidden;
}

.support-section .list-disc{
    display: flex;
    list-style: disc !important;
    margin-right: -15px;
}
.support-section .list-disc li{
    margin: 0 25px;
}
.support-section .list-disc li a{
    color: #ffffff;
}

.feature_small_content {
    background: #0282d7;
    height: 50px;
}

.officebg-holder.features-page h1 {


  font-size: 44px;
  color: rgb(16, 16, 16);
  font-weight: bold;
}

.officebg-holder.features-page p {

  font-size: 16px;
  color: rgb(16, 16, 16);
  line-height: 1.5;
}

.header-button-holder {
    margin: 55px 0 55px;
    display: block
}

.header-button-holder a {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 1rem;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: none;
    font-weight: 600;
    padding: 0
}

.officebg-holder.features-page .buy-txt {
  background-image: -moz-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
  height: 52px;
  width: 135px;
  display: inline-block;
  position: relative;
  border-radius: 30px 0 0 30px;
  padding: 0 20px 0 25px;
  font-size: 18px;
  color: rgb(255, 255, 255);

}
.officebg-holder.features-page .buy-off img {
    margin-top: 11px;
    height: 30px;
}
.header-button-holder {
    display: flex;
    gap: 20px;
}

.header-button-holder .download-container .download {
  background-color: #ffffff;
  width: 200px;
  text-align: center;
  box-shadow: 1px 1px 1px #adccee ;

}
.header-button-holder .download-container .download img {
    width: 20px;
    height: 20px;
    margin: 0px 15px 0 5px;
    vertical-align: text-top;
}
.header-button-holder .download-container .download span{
  color: #3e3e3f;
  font-size: 18px;
}


.officebg-holder.features-page .buy-txt:after {
    position: absolute;
    right: 0;
    border-top: 6px solid #fff0;
    border-bottom: 6px solid #fff0;
    border-right: 10px solid #dc2512;
    content: '';
    top: 21px;
    opacity: 2
}

.officebg-holder.features-page .buy-off {
    position: relative;
    color: #fff;
    width: 90px;
    padding: 0 0 0 15px;
    border-radius: 0 30px 30px 0;
    font-size: 2.05rem;
    font-weight: 600;
    float: right;
    height: 52px;
    line-height: 52px;
    background-image: -moz-linear-gradient( -90deg, rgb(244,63,44) 0%, rgb(208,24,5) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(244,63,44) 0%, rgb(208,24,5) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(244,63,44) 0%, rgb(208,24,5) 100%);
}

.title-content{
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}


.officebg-holder.features-page .money_back_purchases::before {
    background: url(/template/default/images/feature-check.svg) no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    content: "";
    vertical-align: text-bottom;
    padding: 0 10px 0 0;
    background-size: 24px;
}

.officebg-holder.features-page p.money_back_purchases {
  font-size: 18px;
  font-weight: 600;
  color: rgb(16, 16, 16);
}

.feature_small_content_flex {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

.feature_small_content_flex p a {
    color: #fff
}

.features-main.new {
    padding: 60px 0 0
}

.h2-title-heading {
  font-size: 44px !important;
  color: rgb(16, 16, 16);
  font-weight: bold;
}

.features-main.new .edbmails-feature-box .h3-title-heading {
    padding-bottom: 40px
}

.features-main.new .edbmails-feature-box .feature-box {
    display: grid;
    grid-template-columns: repeat(4,1fr);gap: 30px;
}

.features-main.new .edbmails-feature-box {
    padding: 20px 0 60px;
}

.features-main.new .line-separator {
    display: none
}

.features-main.new .edbmails-feature-box .feature-box .first-block {
    padding: 30px 25px 20px;
    margin-bottom: 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e8ed;
    min-height: 340px;
    box-shadow: none;
    width: 310px;
}

.features-main.new .edbmails-feature-box .feature-box .first-block .read-more-link {
    padding-top: 0px !important
}

.features-main.new .edbmails-feature-box .feature-box .first-block .button-new {
    color: #3b78f4;
    height: 38px;
    line-height: 38px;
    padding: 10px 0 0;
    border-radius: 35px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

.features-main.new .edbmails-feature-box .feature-box .first-block .content {
    /* min-height: 150px; */
    min-height: 130px;
    font-size: 16px;color: #010101;text-align: justify;
    line-height: 24px;
}

.features-main.new .edbmails-feature-box .feature-box .first-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    padding: 25px 0 20px
}

.edbmails-feature-box .feature-box .first-block .small-icons {
    height: 65px;
    width: 65px;
    border-radius: 10px;
}

.features-main.new .features-page-sprite {
    background-image: url(/template/default/images/features-page-sprite.png) !important;
    background-repeat: no-repeat !important
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box1 {
    background: left 14px top 13px #4993d2;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box2 {
    background: left 14px top -86px #efb859;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box3 {
    background: left 14px top -188px #75c097;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box4 {
    background: left 13px top -287px #8774bd;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box5 {
    background: left 13px top -386px #df88bd;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box6 {
    background: left 15px top -485px #55ae9e;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box7 {
    background: left 10px top -1779px #d1d867;
}

.features-main.new .edbmails-feature-box.recovery-tools .feature-box .first-block .box8 {
    background: left 10px top -2810px #f68d71;    background-size: 37px;
    background-position: bottom 10px right 15px !important
}

/* Migration tools */

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box1 {
    background: left 10px top -578px #4993d2;
}
.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box2 {
    background: left 10px top -673px #efb859;
}
.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box9 {
    background: left 10px top -2524px #d1d867;
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box3 {
    background: left 15px top -769px #75c097;
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box4 {
    background: left 10px top -865px #8774bd;
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box5 {
    background: left 12px top -953px #df88bd
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box6 {
    background: left 12px top -1051px #55ae9e;
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box7 {
    background: left 13px top -2081px #d1d867;
}

.features-main.new .edbmails-feature-box.migration-tools .feature-box .first-block .box8 {
    background: left 9px top 93.6% #f68d71
}


.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box1 {
    background: left 11px top -1145px #4993d2;
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box2 {
    background: left 10px top -1247px  #efb859
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box3 {
    background: left 12px top -1342px #75c097
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box4 {
    background: left 13px top -1443px #8774bd
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box5 {
    background: left 16px top -1543px #df88bd
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block .box6 {
    background: left 11px top -1637px #55ae9e
}

.features-main.new .edbmails-feature-box.backup-tools .feature-box .first-block.bgimg {
    background-image: url(/images/email-recovery-tools.webp);
    text-align: center;
    width: 49%;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 665px
}

.download-bottom.banner1 {
    padding: 0px 0 60px;
    background: #fff;
    margin-top: 30px;
    text-align: center
}

.download-bottom.banner1 .h3-title-heading {
    padding-bottom: 30px;
}

.download-bottom.banner1 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8rem;
    color: #333;
}

.padding-top-20,
.read-more-link {
    padding-top: 20px
}

.download-bottom.banner1 .download-new-banner .button-new {
    background: #fa665c;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    margin-top: 20px;
    border: 1px solid #fa665c;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    color: #fff;
    padding: 0 30px;
}

.demo-container .demo-section{height: 350px;padding: 55px 75px 50px 55px;color: #ffffff;border-radius: 25px; background-image: -moz-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);background-image: -ms-linear-gradient( -90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%); display: flex; align-items: center;justify-content: space-between;}
.demo-container .demo-section h2{font-size: 44px;font-family: "Segoe UI", Helvetica, Arial, sans-serif;color: rgb(255, 255, 255);font-weight: bold;}
.demo-container .demo-section .demo-para {padding: 25px 0px 50px;font-size: 18px;color: rgb(255, 255, 255);line-height: 1.556;}
.demo-container .demo-section .schedule-section{display: flex;gap: 20px;}
.demo-container .demo-section .try-free{background-color: #ffffff;font-size: 18px;color: rgb(16, 16, 16) !important; width: 205px; text-align: center;padding: 15px 30px;border-radius: 50px;height: 55px;line-height: 1.5;}
.demo-container .demo-section .try-free:hover{background-color: #e4f3ff;}
.demo-container .demo-section .try-free a{color: rgb(16, 16, 16) !important;font-weight: 600;}
.demo-container .demo-section .schedule{background-color: transparent;font-size: 18px; width: 220px;text-align: center; padding: 12px 20px;border-radius: 50px;height: 55px;line-height: 1.5;border: 2px solid #ffffff;}
.demo-container .demo-section .schedule:hover { background: #fff;}
.demo-container .demo-section .schedule a{font-weight: 600;}
.demo-container .demo-section .schedule:hover a{color: #0d5e95 !important;}
.demo-container .demo-section .schedule a{color: #ffffff !important;}
.demo-container { padding-bottom: 90px;}
.all-in-one-container{background-color: rgb(240, 247, 254);text-align: center; padding: 65px 0 90px;}
.all-in-one-container h2{font-size: 44px;color: rgb(51, 51, 51);font-weight: bold;}
.all-in-one-container p{font-size: 18px;color: rgb(51, 51, 51);line-height: 1.556;padding: 30px 0 55px;}
.all-in-one-container span a{border-width: 2px solid  rgb(255, 255, 255);background-color: rgb(242, 84, 84);color: #ffffff;padding: 15px 40px;border-radius: 50px;font-size: 18px;font-weight: 600;}
.all-in-one-container span a:hover{background-color: #da4242;}
.features-main.new .edbmails-feature-box .feature-box .first-block .button-new:after{ content: '' !important;background: url(/template/default/images/general-features-blue-arrow.png); background-repeat: no-repeat; height: 16px; width: 22px;display: block;background-size: 22px;}
.features-main.new .edbmails-feature-box .feature-box .first-block .button-new {display: flex;align-items: center;gap: 5px;}
.header-button-holder .download-container .download:hover{background: #c9e8ff;}
.officebg-holder.features-page .buy-txt:hover{background: rgb(37, 167, 254);}
.officebg-holder.features-page .buy-off:hover{background: rgb(244, 63, 44);}
.officebg-holder.features-page .buy-txt:hover:after{border-right: 10px solid #dc2512;}
.features-main.new .edbmails-feature-box .feature-box .other-utilies{padding: 30px 25px;margin-bottom: 0;border-radius: 10px;background-color: #fff;border: 1px solid #e0e8ed;min-height: 380px !important;box-shadow: none;width: 310px;} 
.system-container img{filter: drop-shadow(0 10px 50px rgba(0,0,0,0.5));}

.tools-btn-container{background:#fff;box-shadow:0px 0px 7px rgba(177,190,202,.46);width: fit-content;border-radius:50px;padding:5px;display:flex;gap:4px;position:relative;height: 54px;}
.tools-tabs{display:flex;gap:20px;justify-content:center;margin: 50px 0 70px;}
.tab-btn{padding:0px 20px;border-radius:30px; border: none;background:#fff;cursor:pointer;font-weight:600;font-size: 16px;color: rgb(98, 116, 142); color: #62748e;height: 44px;}
.tab-btn.active{color:#027ccb;background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(240,248,253) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(240,248,253) 100%);background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(240,248,253) 100%);box-shadow: 1px 1px 4px rgba(99, 115, 129, 0.46);}
.tab-section{display:none;opacity:0;transform:translateY(40px);transition:all .4s ease;}
.tab-section.active{display:block;opacity:1;transform:translateY(0);}
.feature-box{display:flex;flex-wrap:wrap;gap:25px;}
.first-block{width:23%;transition: all 0.35s ease;opacity:1;transform:scale(1);}

.first-block.hide{opacity:0;transform:scale(0.9);pointer-events:none;position:absolute;} 
.feature-box{display:flex;flex-wrap:wrap;gap:25px;position:relative;}
.first-block{width:23%;opacity:0;transform:translateY(40px);}
.tab-section.active .first-block{animation:fadeUpCard .6s ease forwards;}
.first-block.hide{opacity:0;transform: translateY(60px);pointer-events:none;position:absolute;}

.tab-section.active .first-block:nth-child(1){animation-delay:.05s;}
.tab-section.active .first-block:nth-child(2){animation-delay:.1s;}
.tab-section.active .first-block:nth-child(3){animation-delay:.15s;}
.tab-section.active .first-block:nth-child(4){animation-delay:.2s;}
.tab-section.active .first-block:nth-child(5){animation-delay:.25s;}
.tab-section.active .first-block:nth-child(6){animation-delay:.3s;}
.tab-section.active .first-block:nth-child(7){animation-delay:.35s;}
.tab-section.active .first-block:nth-child(8){animation-delay:.4s;}

@keyframes fadeUpCard{
from{opacity:0;transform:translateY(40px);}
to{opacity:1;transform:translateY(0);}
}


.ost-started-holder{
   display: none;
}


.feature-box .first-block .small-icons{
    transition: transform 0.3s ease;
}

.feature-box .first-block:hover .small-icons{
    transform: scale(1.15);
}

.feature-box .first-block .read-more-link a{
    position: relative;
    display: inline-block;
}

.feature-box .first-block .read-more-link a::after{
    content: "→";
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-box .first-block:hover .read-more-link a::after{
    transform: translateX(6px);
}
@media only screen and (max-width:1440px) {
   .features-main.new .edbmails-feature-box .feature-box {
    gap: 10px;
   }
   .officebg-holder.features-page {
    background-position: bottom right 80px;
   }
}
@media only screen and (max-width:1280px) {
    .demo-container .demo-section{height: auto !important;}
    .features-main.new .edbmails-feature-box .feature-box .first-block {
        width: 100%;
    }

   .features-main.new .edbmails-feature-box .feature-box {
       grid-template-columns: repeat(3, 1fr);
    }
    .tools-tabs {
        margin: 50px 0 55px;
    }
}
@media only screen and (max-width:980px) {
    .all-in-one-container p br {display: none;}
    .demo-container .demo-section .demo-para br {display: none;}
    .officebg-holder.features-page p br{display: none;}
    .demo-container .demo-section .demo-para {
    padding: 25px 0px 30px;}
    .demo-container .demo-section h2{
        font-size: 35px !important;
    }
    .demo-container .demo-section{
        padding: 30px !important;
    }
    .officebg-holder.features-page {
        background: linear-gradient(180deg, rgb(252, 253, 253) 0%, rgb(209, 236, 253) 100%) !important;        min-height: auto;
        padding: 30px 0px;
    }
    .header-button-holder {
    margin: 30px 0 30px;}
    body.page .maincontent {
        padding: 60px 0 0;
    }
    .system-container img{
        display: none;
    }
   .demo-container .demo-section .demo-para {
        padding: 25px 0px 25px;
   }
   .tools-tabs {
    margin: 30px 0 30px;
   }
   .features-main.new .edbmails-feature-box {
    padding: 20px 0 40px;
   }
   .all-in-one-container {
        padding: 60px 0 75px;
   }
   .features-main.new {
    padding: 40px 0 0;
   }
 .tools-tabs{
        margin: 30px 0px !important;
    }
}


@media only screen and (max-width:768px) {
    .all-in-one-container h2 {
    font-size: 35px;}
    .all-in-one-container{
        padding: 40px 0px;
    }
    .demo-container {
    padding-bottom: 40px;
}
.demo-container .demo-section .schedule,.demo-container .demo-section .try-free{width: auto !important;}

       .features-main.new .edbmails-feature-box .feature-box {
        grid-template-columns: repeat(2, 1fr);
    }
   .h2-title-heading {
    font-size: 35px !important;}
.feature_small_content_flex{
    align-items: center !important;
}
    .officebg-holder.features-page p br {
        display: none
    }

    .officebg-holder.features-page h1 {
        font-size: 35px !important;
    }

    .feature_small_content_flex {
        flex-direction: column;
        line-height: 35px;
        gap: 20px;
        align-items: flex-start;
        padding: 20px 0
    }

    .feature_small_content {
        height: auto
    }
    .tools-btn-container{
            width: 100%;
    border-radius: 0px;    display: grid;
    grid-template-columns: repeat(2, 1fr);height: auto;
    }
    .tools-btn-container {
        width: 90%;
        border-radius: 24px;
    }
} 

@media only screen and (max-width:600px) {
    .all-in-one-container span a{
        font-size: 16px;
    }
        .all-in-one-container h2 {
        font-size: 30px;
    }
    .all-in-one-container p {
    font-size: 16px;}
.demo-container .demo-section .schedule,
.demo-container .demo-section .try-free{
    padding: 0px 20px;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    width: auto !important;font-size: 16px;
}

.features-main.new .edbmails-feature-box .feature-box .first-block{
    min-height: auto;
}
    .features-main.new .edbmails-feature-box .feature-box .first-block .content{
        min-height: auto;
    }
    .features-main.new h2 {
        font-size: 25px !important;
    }

    .features-main.new .edbmails-feature-box .h3-title-heading {
        font-size: 23px !important;
    }

    .features-main.new .edbmails-feature-box {
        padding: 15px 0;
    }
        .features-main.new .edbmails-feature-box .feature-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.features-main.new .edbmails-feature-box.backup-tools.other-tools .feature-box .first-block .box1 {
    background: left 10px top -2366px #8c89af
}

.features-main.new .edbmails-feature-box.backup-tools.other-tools .feature-box .first-block .box2 {
    background: left 10px top -2366px #efb859
}

.features-main.new .edbmails-feature-box.backup-tools.other-tools .feature-box .first-block .box3 {
    background: left 10px top -2366px #75c097
}



@media only screen and (max-width: 480px) {
    .ost-started-holder p.ost-button-holder {
        display: grid;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    .demo-container .demo-section .schedule-section {
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.officebg-holder.features-page .buy-txt{
    width: 110px !important;    padding: 0 15px 0 15px;font-size: 16px;
}.header-button-holder {
    display: flex;
    gap: 10px;
}
.header-button-holder .download-container .download{
    width: auto !important;        padding: 0px 15px !important;       
}
.header-button-holder .download-container .download span{
    font-size: 16px !important;
}
.header-button-holder a {
    display: inline-block;
    height: 45px;
    line-height: 45px;}
.officebg-holder.features-page .buy-txt,.officebg-holder.features-page .buy-off{
    height: 45px;
}.officebg-holder.features-page .buy-off img {
    margin-top: 5px;
}
.demo-container .demo-section h2 {
        font-size: 24px !important;
    }
    .tab-btn {    font-size: 15px;
    padding: 0px 10px;}
    .title-content br{
       display: none;
    }
}





@media only screen and (max-width: 414px) {
    .header-button-holder {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .header-button-holder .download-container .download{min-width: 200px;}
    .support-section .list-disc li {
    margin: 0 15px;
   }
    .officebg-holder.features-page h1 {
       font-size: 35px !important;
        text-align: center !important;
    }
    .officebg-holder.features-page {
                height: 520px;
    }
    .officebg-holder.features-page p {
        font-size: 17px;
        line-height: 1.8;
       text-align: center !important;
    }
        .header-button-holder {
       gap: 25px;
        }
    .feature_small_content_flex {
                padding: 10px 0;
    }
    .feature_small_content_flex p{
       display: none;
    }
    .features-main.new h2 {
        font-size: 32px !important;
    }
    .title-content{
         line-height: 1.8;
    }
    .title-content br{
        display: none;
       
    }
    .tools-btn-container {
        width: 90%;
        border-radius: 24px;
    }
    .demo-container .demo-section h2 {
        font-size: 31px !important;
        text-align: center;
    }
        .demo-container .demo-section {
        padding: 40px !important;
    }
        .demo-container .demo-section .demo-para {
        padding: 25px 0px 35px;
        text-align: center;
        line-height: 1.8;
    }
    .demo-container .demo-section .schedule, .demo-container .demo-section .try-free {
        width: 210px !important;
       margin: 0 auto !important;
    }
    .demo-container {
        padding: 40px 0;
    }
        .all-in-one-container {
        padding: 40px 0px 60px;
    }
    .all-in-one-container h2 {
        font-size: 33px;
    }
    .all-in-one-container p {
        padding: 30px 20px 55px;
    }
    .officebg-holder.features-page .buy-txt, .officebg-holder.features-page .buy-off,
     .header-button-holder .download-container .download {
        height: 55px;
        line-height: 55px;
    }
   
    .officebg-holder.features-page .buy-off img {
        margin-top: 13px !important;
    }
   .officebg-holder.features-page .buy-txt {
        line-height: 54px !important;
        padding: 0 10px 0 18px !important;
    } 
    
/*.header-button-holder .download-container .download img {
    vertical-align: middle !important;
}
.header-button-holder .download-container .download span {
       vertical-align: sub !important;
} */
    .demo-container .demo-section .schedule, .demo-container .demo-section .try-free {
                height: 60px;
            line-height: 58px;
            font-size: 17px;
    }
    .demo-container .demo-section h2 {
            font-size: 30px !important;
    }
    .demo-container .demo-section {
        border-radius: 40px;
    }
        .demo-container .demo-section {
        padding: 40px 40px 50px !important;
    }
    .all-in-one-container span a {
            padding: 20px 40px;
    }
}

@media only screen and (max-width: 414px) {
    .officebg-holder.features-page {
                height: 560px;
    }
    .officebg-holder.features-page .buy-txt {
        padding: 0 10px 0 15px !important;
    }
}


.tools-next-prev-btn button:disabled{
opacity:.5;
cursor:not-allowed;
}
.tools-next-prev-btn {
    text-align: center;
    margin: 10px auto 60px   
}
.tools-next-prev-btn button:last-child,.tools-next-prev-btn button:first-child{
   border: 1px solid #d1deee;
    background-image: -moz-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    width: 110px;
    height: 42px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #3d4864;
    font-family: "Segoe Ui", 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    cursor: pointer;
}
.tools-next-prev-btn button:first-child::before {
    content: '';
    background: url(/template/default/images/video-grey-arrow.png);
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 0 10px 0 0;
    rotate: 180deg;
}
.tools-next-prev-btn button:last-child::after {
    content: '';
    background: url(/template/default/images/video-grey-arrow.png);
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 0 0px 0 10px;
}
.tools-next-prev-btn button:first-child:hover {
    background-image: -moz-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
}
.tools-next-prev-btn button:last-child:hover {
    background-image: -moz-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
}


.tools-next-prev-btn{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}