.header-image {
    /* height: 705px; */
    /* aug 5-25 */
    height: 805px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0;
    background-image: linear-gradient(180deg, rgba(247, 252, 255, 0) 30%, var(--themeColorGrad) 100%);
}

.header-image::before {
    content: "";
    height: 33px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    background: var(--themeColorBC);
    border-bottom: 1px solid var(--themeColorBC_B);
}

.header-image .breadcrumbs_block {
    padding-top: 3px;
    padding-bottom: 0;
    display: inline-block;
}

.header-image .breadcrumbs_block ol {
    display: flex;
    list-style: none;
    align-items: baseline;
    padding: 0;
    margin: 0;
}

.header-image .breadcrumbs_block ol li {
    display: inline-block;
}

.header-image .breadcrumbs_block ol li a {
    color: #313131;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
}

.header-image .breadcrumbs_block .icon-angle-right {
    margin: 0 0 0 2px;
}

.header-image .breadcrumbs_block .icon-angle-right:before {
    content: "";
    margin: 0 0 0 5px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/icons/product1.png) no-repeat;
    width: 7px;
    height: 9px;
    display: inline-block;
    background-size: 7px;
}

.header-content {
    display: flex;
    width: 100%;
    position: unset;
    transform: none;
}

.header-content .left-content {
    flex-basis: 60%;
}

.header-content .videos_img_list {
    flex-basis: 40%;
    position: relative;
    margin: 30px 0 0;
    opacity: 100%;
}

.header-content .videos_img_list a {
    background: url(/template/default/images/icons/one-video-icon.png) no-repeat;
}

.header-content .videos_img_list a:hover {
    box-shadow: 0 2px 40px 9px var(--themeColorDark);
    border-radius: 50%;
}

.header-content .videos_img_list a {
    display: block;
    height: 75px;
    width: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
    cursor: pointer;
    z-index: 2;
    opacity: 0.8;
    transform: translate(0, -20px);
    background: url(/template/default/images/icons/one-video-icon.png) no-repeat;
}

.header-content h1 {
    font-size: 20px;
    line-height: 40px;
    padding-top: 45px;
    font-weight: 600;
    margin: 0;
    color: var(--themeColorDark);
}

.header-content h2 {
    font-size: 44px;
    color: #313131;
    font-weight: 700;
    padding-top: 5px;
    margin: 0;
}

.header-content p {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    padding: 30px 0;
}

.header-content h3 {
    margin-bottom: 40px;
    margin-top: 10px;
}

.header-content h3 a {
    font-size: 36px;
    line-height: 28px;
    color: #313131;
    font-weight: 600;
}

.header-content h3 span {
    font-size: 42px;
    line-height: 28px;
    color: var(--themePriceColor);
}

.banner-btn-holder {
    display: flex;
    gap: 30px;
}

.migrate-now,
.migrate-now-bg {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    padding: 0 35px;
    font-size: 17px;
    width: max-content;
    display: inline-block;
}

.migrate-now {
    margin: 0 20px 0 0;
}

.migrate-now,
.migrate-now-bg:hover {
    background: var(--themeColorDark);
    color: #fff;
}

.migrate-now-bg {
    border: 1px solid var(--themeColorDark);
    color: var(--themeColorDark);
    background: #fff;
}

.migrate-now:hover,
.button-new:hover {
    background: var(--themeButtonHover);
}

.otherlinks {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
    width: min-content;
    padding: 30px 0 0;
}

.otherlinks a {
    font-weight: 400;
    padding: 0;
    width: max-content;
    text-align: left;
    color: #000000;
    font-size: 17px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.otherlinks a:before {
    background: url(/template/default/images/otherlinks-sprite.png) no-repeat #edf5f8;
    content: "";
    border: 2px solid #465b67;
    border-radius: 50%;
    padding: 5px;
    margin-right: 12px;
    font-size: .9rem;
    width: 16px;
    height: 16px;
    position: relative;
    top: 9px;
}

.otherlinks a:hover {
    color: var(--themeColorDark);
}

.note-in-otherlinks p {
    line-height: 27px;
    padding: 0 !important;
    text-align: left;
    margin: 15px 0 0px;
    font-size: 17px;
    color: var(--themeColorDark);
}

.otherlinks a.icon-inbox:before {
    background-position: 5px -65px
}

.otherlinks a.icon-tasks:before {
    background-position: 6px -39px;
}

.otherlinks a.icon-folder-open-empty:before {
    background-position: 5px -16px;
}

.otherlinks a.icon-mbox-converter:before {
    background-position: 5px -220px !important
}

.otherlinks a.icon-cloud-2:before {
    background-position: 4px 5px;
}

.otherlinks a.icon-nsf-converter:before {
    background-position: 5px -193px;
}

.otherlinks a.icon-export-2:before,
.otherlinks a.icon-task:before {
    background-position: 7px -90px;
}

.otherlinks a.icon-ost-recovery:before {
    background-position: 5px -441px;
}

.otherlinks a.icon-pst-recovery:before {
    background-position: 5px -470px;
}

.otherlinks a.icon-sharepoint:before {
    background-position: 6px -245px;
}

.otherlinks a.icon-onedrive:before {
    background-position: 4px -270px;
}

.otherlinks a.icon-teams:before {
    background-position: 5px -293px;
}

.otherlinks a.icon-imap-migration:before {
    background-position: 4px -318px;
}

.otherlinks a.icon-gmail-backup:before {
    background-position: 5px -342px;
}

.otherlinks a.icon-archieve:before {
    background-position: 5px -165px;
}

.otherlinks a.icon-imaps:before {
    background-position: 4px -656px;
}

.otherlinks a.icon-task2:before {
    background-position: 7px -553px;
}

.otherlinks a.icon-task3:before {
    background-position: 4px -631px;
}

.otherlinks a.icon-exchange:before {
    background-position: 4px -580px;
}

.otherlinks a.icon-exchange2:before {
    background-position: 5px -605px;
}

.otherlinks a.icon-server-backup:before {
    background-position: 4px -366px;
}

.otherlinks a.icon-server-restore:before {
    background-position: 4px -391px;
}

.otherlinks a.icon-restore:before {
    background-position: 5px -526px;
}

.otherlinks a.icon-backup:before {
    background-position: 5px -498px;
}

.otherlinks a.icon-group:before {
    background-position: 4px -417px;
}

.tenant-video-mobile,
.tabs-mob-title {
    display: none;
}

.product-ost-tabs .top-heading {
    display: none !important;
}

.product-ost-tabs .content-wrapper {
    padding: 0 !important;
}

.product-ost-tabs {
    background-color: #fff;
    margin: 0 auto;
    padding: 25px 40px;
    border-radius: 15px;
    height: 79px;
    position: relative;
    bottom: -30px;
    border: 1px solid var(--themeColorDark);
    box-shadow: 0px 4px 12px rgba(101, 99, 95, 0.11);
}

.product-ost-tabs ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-weight: 300;
    z-index: 9;
}

.product-ost-tabs li {
    padding: 0;
    margin: 0;
}

.product-ost-tabs li a {
    padding: 0 0 0px 30px;
    color: #000;
    border: 2px solid transparent;
    display: block;
    background-image: url(/template/default/images/product-icon-sprites.png);
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: 400;
}

.product-ost-tabs li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.product-ost-tabs li.overview a {
    background-position: 0 2px;
}

.product-ost-tabs li.features a {
    background-position: -2px -31px;
}

.product-ost-tabs li.works a {
    background-position: -2px -64px;
}

.product-ost-tabs li.manual a {
    background-position: -2px -99px;
}

.product-ost-tabs li.faq a {
    background-position: -2px -135px;
}

.product-ost-tabs li.videos a {
    background-position: -2px -169px;
}

.product-ost-tabs li.pricing a {
    background-position: -2px -203px;
}

.product-ost-tabs li.screenshots a {
    background-position: -2px -239px;
}

.product-ost-tabs .icon-menu:before {
    content: '';
    background: url(/template/default/images/icons/menu-white.svg) no-repeat !important;
    width: 18px;
    top: 5px;
    position: relative;
}

.product-ost-tabs.product-tabs-fixed li {
    padding: 0
}

.product-ost-tabs .tabs-mob-active i.icon-menu:before {
    top: 3px !important;
}

/* faq */
.faq-question-holder {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    gap: 50px;
}

.faq-question-holder .accordion-item {
    list-style: none;
    margin: 0 0 20px
}

.faq-question-holder .accordion-item .accordion-title {
    border: 1px solid var(--themeColorDark);
    border-left: 6px solid var(--themeColorDark);
    padding: 15px 35px 15px 15px !important;
    color: #232526;
    border-radius: 5px 15px 15px 5px;
    display: block;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    background: #fff !important;
}

.faq-question-holder li {
    margin-bottom: 30px
}

.faq-question-holder .accordion-item .accordion-title:after {
    line-height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    text-align: center;
    font-size: 13px;
    height: 19px;
    width: 18px;
    display: inline-block;
}

.faq-question-holder .accordion-item .accordion-title.open:after {
    content: "";
}

.faq-question-holder .one_half {
    width: 100%;
}

.prod-migration-box.edb-database h2 {
    padding-bottom: 30px
}

.faq-question-holder .accordion-content {
    border: 1px solid var(--themeColorDark);
    border-radius: 12px;
    padding: 20px 25px;
    display: none;
    line-height: 2rem;
    background: #fff;
    border-top: 0;
}

.faq-question-holder .accordion-item .accordion-title p {
    padding: 0;
    font-size: 17px;
}

.prod-migration-box.edb-database {
    /* padding: 40px 0; */
    /* july 24 */
    padding: 40px 0 60px;
}

/* testimonial css */
.common-testimonials {
    /* padding: 70px 0 90px; */
    padding: 50px 0 90px;
}

.common-testimonials h2 {
    padding-bottom: 60px;
    text-align: center;
}

.common-testimonials .exchange-migrations-slick1 {
    padding: 0px 40px;
}

.common-testimonials .exchange-migrations-slick1 .last-half-block {
    width: 100%;
    display: flex;
    margin: 0 auto;
    overflow: hidden
}

.common-testimonials .last-half-block .slick-arrow {
    width: 48px;
    height: 48px
}

.common-testimonials .slick-arrow.slick-prev {
    top: 44%;
    left: 270px;
}

.common-testimonials .slick-arrow.slick-next {
    top: 44%;
    right: 300px;
}

.common-testimonials .slick-list {
    padding: 0px 23%
}

.common-testimonials .slick-list:before,
.common-testimonials .slick-list:after {
    width: 98px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 1
}

.common-testimonials .slick-list:before {
    box-shadow: 40px 0 74px 40px #fcffff;
    left: -110px;
}

.common-testimonials .slick-list:after {
    box-shadow: 39px 0 82px 134px #fcffff;
    right: -105px;
    top: 0
}

.common-testimonials .last-half-block .first-block {
    border-radius: 15px;
    box-shadow: 0px 0px 27.26px 1.74px rgba(97, 94, 87, 0.15);
    margin: 0 15px;
    max-width: 650px;
    min-height: 410px;
    padding: 0 30px 20px;
    position: relative;
    border: 1px solid var(--themeColorDark)
}

.common-testimonials .first-block p.text-block {
    font-size: 17px;
    color: #313131;
    line-height: 26px;
    padding: 75px 0 0;
    text-align: justify;
}

.common-testimonials .first-block p:nth-child(2) {
    padding: 0 20px;
    text-align: right;
    font-size: 17px;
    color: #6b6161;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.common-testimonials .first-block p:nth-child(2) span {
    margin-top: 0;
    font-weight: 600;
    padding-left: 14px;
    font-style: italic;
    color: var(--themeColorDark);
}

.common-testimonials .first-block p.text-block {
    font-size: 17px;
    color: #313131;
    line-height: 26px;
    padding: 75px 0 0;
}

.common-testimonials h3 {
    /* padding-bottom: 80px; */
    padding-bottom: 60px;
    text-align: center;
}

.common-testimonials .last-half-block {
    width: 100%;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}

.common-testimonials .common-slick1 {
    padding: 0px 40px;
}

.common-testimonials .slick-arrow {
    border: 0;
    border-radius: 50%;
    color: #222;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: .3s ease-in;
    z-index: 9;
    line-height: 36px;
    width: 48px;
    height: 48px;
}

.button-new {
    font-weight: 400 !important;
    font-size: 1rem !important;
    display: inline-block;
    border-radius: 22px;
    margin: 0;
    padding: 0 30px !important;
    height: 40px;
    line-height: 38px;
    background: var(--themeColorDark);
    border: 1px solid var(--themeColorDark);
    color: #fff;
}

.award-box .award-title,
.h3-title-heading,
.customer-support-section p.h3-title-heading {
    color: #313131 !important;
    font-weight: 600 !important;
    font-size: 44px !important;
}

/* july 24 */
.award-box .award-title {
    padding: 0 0 10px !important;
}

.award-box .award-title span,
.h3-title-heading span,
.customer-support-section p.h3-title-heading span {
    color: var(--themeColorDark) !important;
}

.padding_60 {
    padding: 60px 0 !important
}

.subtitle-style {
    margin: 15px 30px 40px;
    font-size: 16px;
    color: #4b4747;
    font-weight: 400 !important
}

a {
    color: #0085cb
}

.prod-main-content.new-font-type p {
    line-height: 1.8rem !important
}

b,
strong {
    font-weight: 600
}

.common_bg {
    background: #f9fafd !important
}

.btn,
[class*=" btn-"],
[class^="btn-"] {
    display: inline-block;
    transition: background-color 0.2s;
}

ol.number {
    margin: 12px 0 12px 50px
}

.learn-more {
    display: inline-block;
    margin: 15px 0 0;
    color: #0373bd !important;
    font-weight: 600 !important;
}

.learn-more:after {
    content: '';
    background: url(/template/default/images/icons/arrw.png) no-repeat;
    width: 15px;
    margin-left: 6px;
    height: 15px;
    display: inline-block;
}

.learn-more:hover {
    color: #0955a2;
    text-underline-position: under;
    text-decoration: underline;
}

.our-clients {
    padding: 40px 40px 50px 48px;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.our-clients .client-slide {
    margin: 0;
    width: 25%;
}

.our-clients .pst-client-block {
    position: relative;
}

.our-clients .pst-client-block li {
    display: block;
    text-align: center;
    position: relative;
    min-height: 91px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.our-clients .pst-client-block .clients-image {
    padding: 30px 0;
    background: url(/template/default/images/our-client-sprite.webp) no-repeat;
}

.our-clients .pst-client-block li:last-child {
    border-bottom: 0;
}

.our-clients .pst-client-block .clients-image.tesco {
    background-position: center top 18px;
}

.our-clients .pst-client-block .clients-image.tesco:hover {
    background-position: center top -40px;
}

.our-clients .pst-client-block .clients-image.cap {
    background-position: center top -463px;
}

.our-clients .pst-client-block .clients-image.cap:hover {
    background-position: center top -522px;
}

.our-clients .pst-client-block .clients-image.uni {
    background-position: center top -1058px;
}

.our-clients .pst-client-block .clients-image.uni:hover {
    background-position: center top -1117px;
}

.our-clients .pst-client-block .clients-image.ar {
    background-position: center top -103px;
}

.our-clients .pst-client-block .clients-image.ar:hover {
    background-position: center top -161px;
}

.our-clients .pst-client-block .clients-image.acme {
    background-position: center top -221px;
}

.our-clients .pst-client-block .clients-image.acme:hover {
    background-position: center top -280px;
}

.our-clients .pst-client-block .clients-image.lex {
    background-position: center top -935px;
}

.our-clients .pst-client-block .clients-image.lex:hover {
    background-position: center top -994px;
}

.our-clients .pst-client-block .clients-image.informa {
    background-position: center top -697px;
}

.our-clients .pst-client-block .clients-image.informa:hover {
    background-position: center top -756px;
}

.our-clients .pst-client-block .clients-image.jetron {
    background-position: center top -815px;
}

.our-clients .pst-client-block .clients-image.jetron:hover {
    background-position: center top -874px;
}

.our-clients .pst-client-block .clients-image.imbb {
    background-position: center top -582px;
}

.our-clients .pst-client-block .clients-image.imbb:hover {
    background-position: center top -640px;
}

.our-clients .pst-client-block .clients-image.axis {
    background-position: center top -343px;
}

.our-clients .pst-client-block .clients-image.axis:hover {
    background-position: center top -402px;
}

.customer-support-section {
    background: #f9fafd !important;
    border-top: 1px solid #ededed;
    padding: 50px 0;
}

.customer-support-section .main-container {
    justify-content: center;
    padding: 18px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.customer-support-section .option_box {
    flex-basis: 25%;
    margin: 0 20px
}

.customer-support-section .option_box a {
    display: flex;
    background-color: #f2f5fb;
    padding: 5px;
    align-items: center;
    color: #232526;
    border: 1px solid #d9e7fa;
    border-radius: 40px
}

.customer-support-section .option_box .edbmails-services {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: url(/template/default/images/all-in-one-sprite.png) no-repeat
}

.customer-support-section .option_box p:last-child {
    min-height: 53px;
    align-items: center;
    display: flex;
    padding-left: 15px;
    font-size: 16px;
    width: 82%;
    text-align: left;
    color: #000;
    font-weight: 500
}

.customer-support-section .option_box .free-support {
    background-color: #4b85dd;
    background-position: center 15px
}

.customer-support-section .option_box .free-demo {
    background-color: #fa665c;
    background-position: center -33px
}

.customer-support-section .option_box .lifetime-licenses {
    background-color: #f7c037;
    background-position: center -80px
}

.our-clients .client-slide:last-child li {
    border-right: none;
}

.blue-font {
    color: #0071bc !important;
}

.customer-support-section.ost-office365 .option_box a:hover {
    box-shadow: 0 0 3px #d8dcdf;
    color: #0085cb;
}

.award-box.our-clients-section {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 60px 0 40px;
    box-shadow: none;
}

/* responsive css */
@media (min-width: 1440px) and (max-width: 1601px) {
    .common-testimonials .slick-arrow.slick-prev {
        top: 42%;
        left: 250px !important;
    }

    .common-testimonials .slick-arrow.slick-next {
        top: 44%;
        right: 240px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .common-testimonials .content-wrapper {
        padding: 0px 10px;
    }

    .common-testimonials .common-slick1 {
        padding: 0px !important;
    }

    .header-image {
        height: auto;
        padding-bottom: 0
    }
}

@media only screen and (max-width:1366px) {
    .psttopst .product-ost-tabs {
        bottom: -38px;
    }
}

@media only screen and (max-width:1280px) {
    .header-content .videos_img_list {
        background-size: contain;
    }

    .otherlinks {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

    .product-ost-tabs {
        width: 95%;
        padding: 25px;
    }

    .header-image h2 br {
        display: none
    }

    .faq-question-holder {
        gap: 25px;
    }
}

@media only screen and (max-width: 1279px) {
    .common-testimonials .last-half-block {
        padding-bottom: 100px;
    }

    .common-testimonials .slick-arrow.slick-prev {
        right: 120px;
        bottom: 3px;
        top: initial;
        left: initial;
    }

    .common-testimonials .slick-arrow.slick-next {
        right: 60px;
        bottom: 0px;
        top: initial;
        left: initial;
    }

    .common-testimonials .last-half-block .first-block,
    .common-testimonials .slick-list:before,
    .common-testimonials .slick-list:after {
        box-shadow: none !important;
    }
}

@media only screen and (max-width:1024px) {
    .product-ost-tabs {
        padding: 25px 20px;
    }

    .award-box .award-title,
    .h3-title-heading,
    .customer-support-section p.h3-title-heading,
    .header-image h2 {
        font-size: 32px !important
    }
}

@media only screen and (max-width: 980px) {
    .common-testimonials .slick-list {
        padding: 0 0%;
        margin: 0 auto;
        width: 95%;
    }

    .faq-question-holder {
        flex-direction: column;
        gap: 0px;
        padding: 0;
    }

    .content-wrapper {
        padding: 0 10px !important
    }

    .header-content {
        display: inline-block;
        width: 100%
    }

    .product-ost-tabs {
        width: 100%;
        padding: 0 !important;
        border: none;
        box-shadow: none;
        background: none;
    }

    .product-ost-tabs ul {
        display: none;
        padding: 10px
    }

    .product-ost-tabs ul li {
        padding: 10px 0 !important
    }

    .product-ost-tabs li.active a,
    .product-ost-tabs li:hover a {
        border-bottom: 0 !important;
        width: max-content
    }

    .product-ost-tabs li a {
        border: none
    }

    .tabs-mob-title {
        padding: 15px !important;
        display: block !important;
        color: #fff;
        position: relative;
        background: var(--themeColorDark);
        margin: 0 -10px;
        font-size: 16px;
        cursor: pointer
    }

    .videos_img_list {
        display: none
    }

    .tabs-mob-title i {
        font-size: 14px;
        float: right
    }

    .otherlinks {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .header-image h1 {
        padding-top: 20px
    }

    .header-image p {
        padding: 20px 0
    }

    .header-image h3 {
        margin-bottom: 30px;
        margin-top: 5px
    }

    .h3-title-heading {
        font-size: 30px !important
    }
}

@media only screen and (max-width:768px) {
    .product-ost-tabs {
        width: 100%;
    }

    .otherlinks {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
    }

    ol.number {
        margin: 12px 0 12px 20px
    }

    .subtitle-style {
        margin: 15px 10px 30px
    }

    .tabs-mob-title {
        padding: 10px 20px
    }

    .subtitle-style br {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .common-testimonials {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .product-ost-tabs .tabs-mob-title {
        height: auto !important
    }

    .migrate-now,
    .migrate-now-bg {
        padding: 0 25px
    }

    .h3-title-heading,
    .header-image h3 a,
    .header-content h3 span,
    .header-image h2 {
        font-size: 22px !important;
    }

    .header-image h1,
    .otherlinks a,
    .note-in-otherlinks p,
    .migrate-now,
    .migrate-now-bg,
    .product-ost-tabs li a,
    .subtitle-style,
    .header-image p,
    .faq-question-holder .accordion-item .accordion-title p {
        font-size: 15px
    }
}

@media screen and (max-width: 380px) {
    .banner-button-holder {
        display: grid;
    }

    .banner-button-holder a {
        width: 100%;
        margin: 0 0px 10px;
    }
}



/* 4/3/2025 */

/* .newOtherlinks{   margin: 0;display: grid;grid-template-columns: repeat(3, 1fr);gap: 0 50px;width: min-content;width: 75%;padding: 30px 0 0;}
.newOtherlinks a {
    font-weight: 400;
    padding: 0;
    width: max-content;
    text-align: left;
    color: #000000;
    font-size: 15px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.newOtherlinks a.icon-export-2:before, .newOtherlinks a.icon-task:before {
    background-position: 7px -90px;
}
.newOtherlinks a:before {
    background: url(/template/default/images/otherlinks-sprite.png) no-repeat #edf5f8;
    content: "";

    border-radius: 50%;
    padding: 5px;
    margin-right: 12px;
    font-size: .9rem;
    width: 16px;
    height: 16px;
    position: relative;
    top: 9px;
}
.newOtherlinks a.icon-cloud-2:before {
    background-position: 4px 5px;  
    border: 1px solid  #1cd8df;

}
.newOtherlinks a.icon-tasks:before {
    background-position: 6px -39px;
    border: 1px solid  #db4011;

}
.newOtherlinks a.icon-folder-open-empty:before {
    background-position: 5px -16px;
    border: 1px solid  #f5aa07;
}
.newOtherlinks a.icon-inbox:before {
    background-position: 5px -65px;
    border: 1px solid  #caa810;
}
.newOtherlinks a.icon-folder-open-empty:before {
    background-position: 5px -16px;
    border: 1px solid  #e2a704;
}
.newOtherlinks a.icon-inbox:before {
    background-position: 5px -65px;
    border: 1px solid  #d6d308;
}



.newOtherlinks a{
    padding: 0px 10px 12px 8px;
    border-radius: 25px;
    width: 90%;
    background-color: #eef9fdef;
    border: 1px solid  #b9b8b6;

}
.newOtherlinks a:hover{
    color: #333333;
}

.header-image.edbtopst {height: 735px;} */

/* jul 4 */

.get-start-holder {
    background-size: cover;
    text-align: center;
    padding: 70px 0 80px;
}

.get-start-holder h3 {
    font-size: 44px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 600;
    padding-bottom: 30px;
}

.get-start-holder h4 {
    font-size: 22px;
    color: #f5fdf6 !important;
    padding-bottom: 20px;
    font-weight: 600;
}

.get-start-holder p {
    font-size: 17px;
    color: #f5fdf6 !important;
    padding-bottom: 40px;
}







.vid-container li img {
    border-radius: 5px;
    border: 1px solid #a1ceea
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    height: 0 !important;
    padding: 50% 0 0;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width:768px) {
    .text-size-2 {
        font-size: 1.5rem;
        padding-bottom: 15px
    }

    body.page .maincontent {
        padding: 50px 0 0
    }

    .newcontainer .video-top p {
        padding: 0 0 30px;
        line-height: 2;
        max-width: 90%;
        margin: 0 auto
    }
}

@media only screen and (max-width:600px) {
    .newcontainer .video-box-intro .vid-container a.fancyvideo-thumb span {
        font-size: 20px;
    }

    .videos_list.pc_video a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .newcontainer .video-new-block h4 {
        min-height: auto;
    }
}


/* Aug 5-25 */

.marketplace {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 0px;
    gap: 18px;
}

.marketplace span {
    font-size: 24px;
    font-family: "Segoe UI",Helvetica, sans-serif;
    color: #1e1e1e;
}

.marketplace span .producttomarket {
    font-size: 24px !important;
    color: #1e1e1e;
    text-decoration: none;
}


/* .product-group:hover .producttomarket,
.product-group:hover .now-on-text {
    color: #0078d4;
}


.marketplace span .producttomarket {
    font-size: 24px !important;
    color: #1e1e1e;
    text-decoration: none;
}

.marketplace span .now-on-text {
    color: #1e1e1e;
    font-size: 24px !important;
} */
.marketplace .home-wrapper:hover {
    color: #0078d4 !important;
}

.marketplace span .azuremarketplace {
    font-size: 24px !important;
    color: #075ab3 !important;
    text-decoration: none;
}

.product-group:hover .producttomarket,
.product-group:hover .azuremarketplace {
    color: #0078d7 !important;
}

/* 
.marketplace .azuremarketplace:hover {
    color: #347bc7 !important;
} */

@media only screen and (max-width:980px) {
    .marketplace {
        padding: 20px 45px;
    }

    .marketplace span,
    .marketplace span a {
        font-size: 22px !important;
        text-align: center;
    }
}


@media only screen and (max-width:768px) {
    .marketplace {
        padding: 30px 10px;
    }

    .marketplace span,
    .marketplace span a {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:680px) {
    .marketplace {
        gap: 40px;
        padding: 18px 100px;
        display: grid;
        grid-template-columns: 10% 90%;
    }

    .marketplace span,
    .marketplace span a {
        font-size: 16px !important;
    }

    .marketplace span {
        text-align: left;
    }

}

@media only screen and (max-width:580px) {
    .marketplace {
        padding: 18px 50px;
        display: grid;
        grid-template-columns: 15% 85%;
        gap: 20px;
    }
}


@media only screen and (max-width:500px) {

    .marketplace span .producttomarket,
    .marketplace span .azuremarketplace,
    .marketplace span .now-on-text {
        font-size: 20px !important;
    }

    .marketplace {
        padding: 18px 35px;
        display: grid;
        grid-template-columns: 15% 85%;
        gap: 20px;
    }
}

@media only screen and (max-width:380px) {
    .marketplace {
        padding: 18px 15px;
        display: grid;
        grid-template-columns: 20% 80%;
        gap: 10px;
    }

    .marketplace span .producttomarket,
    .marketplace span .azuremarketplace,
    .marketplace span .now-on-text {
        font-size: 18px !important;
    }

}



.faq-question-holder .list-disc>li:before { width: 8px;height: 8px;border-radius: 50%;background-color: #151515;content: "";display: inline-block;margin-right: 12px;position: relative;top: -1px}
.faq-question-holder .list-disc li {padding-left: 15px;margin-bottom: 0px;}

.faq-question-holder .accordion-content p{padding: 5px 0px !important;}
.faq-question-holder .list-disc1 li {padding-left: 15px;margin-bottom: 0px;}