* {
    font-family: var(--zf-primary-regular);
    box-sizing: border-box;
}

.zph-sticky .z-mobile-menu-v2 {
    display: none !important;
}

.zw-only-copyright{
    border-top: 1px solid #eaeaea;
}

.zw-template-inner {
    /* padding: 8% 0; */
}

.main {
    max-width: 1280px;
    margin: 0px auto 0px;
    padding: 50px 50px 50px;
    min-height: calc(100vh - 100px);
    display: grid;
}

.zoho-logo img{
    max-width: 190px;
    /* margin-top: 60px; */
}

.product-links {
    width: 55%;
    display: inline-block;
}

.product-links li a {
    padding-left: 10px;
}

.product-links li:nth-child(2) a {
    padding-left: 0;
}

.image-wrapper {
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

h1 {
    font-family: var(--zf-primary-bold);
    font-size: 44px;
    margin: 30px 0;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
}

.wrapper li {
    opacity: 1;
    display: inline-block;
    margin: 0 6px;
    font-size: 17px;
    text-transform: capitalize;
}

li.hidden {
    opacity: 0;
}

p {
    font-size: 18px;
}

li:first-child {
    margin-left: 0px;
}

a {
    color: #03abf6;
    text-decoration: none;
}

video,
.image-wrapper img {
    width: 100%;
    /* margin-top: 30px; */
}

.footer {
    text-align: center;
    margin-top: 100px;
    font-size: 12px;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.langstrip {
    display: none !important;
}

.langstrip:first-child {
    display: block !important;
}

.product-links.crm .prd-name {
    text-transform: uppercase;
}

.footer-search {
    margin: 50px 0;
    max-width: 500px;
}

@media all and (min-width:1024px) {

    .main .content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 130px;
    }

}

@media all and (max-width:1024px) {
    .main {
        padding: 20px;
        margin: 30px auto 0;
    }

    h1 {
        font-size: 28px;
        margin: 20px auto;
        max-width: 450px;
    }

    .zoho-logo img {
        margin-top: 0px;
        max-width: 160px;
    }

    .product-links,
    .image-wrapper {
        width: 100%;
    }

    .footer {
        margin-top: 30px;
        position: relative;
    }

    ul {
        margin-bottom: 20px;
    }

    video {
        max-width: 600px;
    }

    .product-links,
    .image-wrapper {
        text-align: center;
    }

    .image-wrapper img {
        max-width: 500px;
        margin-top: 0px;
    }

    .footer-search {
        margin: 50px auto;
        width: 100%;
    }

    .i18n-ar .product-links,
    .i18n-ar .product-links h1,
    .i18n-ar .product-links ul,
    .i18n-ar .product-links p,
    .i18n-ar .product-links .zoho-logo,
    .i18n-ar .image-wrapper {
        text-align: center;
    }

    .zw-template-inner {
        padding: 0;
    }
}

@media all and (max-width:767px) {
    .image-wrapper img {
        /*max-width: 100%;*/
        margin-top: 0px;
    }

    .zw-only-copyright {
        padding: 20px 0;
    }
}

@media all and (max-width:480px) {
    .wrapper li {
        font-size: 15px;
    }

    .wrapper li:first-child {
        display: block;
    }

}

.footer-wrapper,
header {
    display: none;
}

.i18n-ar .footer {
    text-align: center;
}

.zw-global-footer,
.zsocial-share {
    display: none !important;
}