.border:after, .zwc-press-header:after {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
}

.zw-product-header, img {
    display: block;
}

.zw-global-header {
    position: fixed;
    height: 75px;
}

.zw-product-header .menu > li > a {
    padding: 12px 0;
    letter-spacing: -.3px;
}

.menu li a.active, .menu li span.active {
    color: #056cb8;
    box-shadow: none;
    font-family: var(--zf-secondary-medium);
}

.zw-product-header .product-title, section.footer-signup {
    display: none;
}

.zw-product-header .content-wrap {
    justify-content: center;
}

.zw-page-24818 .menu .dropdown .dropdown-menu li, .zw-page-25005 .menu ul.dropdown-menu li {
    display: block !important;
}

.zw-product-header .menu > li > a:hover, .zwc-press-contact p a {
    color: #056cb8;
}

.dropdown-menu li.active > a, .dropdown-menu li.sub-level.active > a {
    color: #056cb8;
    background: 0;
}

.expanded.dropdown a:hover span.caret:after, .expanded.dropdown.active span.caret:after {
    border-color: #056cb8;
}

.menu ul.dropdown-menu {
    box-shadow: 0 11px 90px 0 rgba(65,67,132,.13);
    border: 1px solid #e7ebf0;
    border-radius: 3px;
    padding: 15px 0;
}

.menu .dropdown-menu li a {
    padding: 6px 30px 10px 25px;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
    letter-spacing: -.2px;
}

.zw-product-header .expanded.dropdown span.caret:after {
    content: "";
    display: inline-block;
    padding: 3.3px;
    position: relative;
    margin-left: 7px;
    transform: rotate(45deg);
    transition: .3s;
    border: solid #777;
    clear: both;
    top: -3px;
    border-width: 0 1px 1px 0;
}

.zw-product-header .expanded.dropdown:hover span.caret:after {
    transform: rotate(-135deg);
    top: 1px;
}

.zw-product-header {
    background-color: #fff;
    min-height: 50px;
    padding: 0;
    position: fixed;
    top: 75px;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #e7ebf0;
}

.load-header, .zh-header {
    height: auto;
    min-height: 75px;
}

.menu li a.active, .product-title + .product-nav-links li a.active {
    box-shadow: none;
}

body {
    color: #5B5B5D;
}

h1 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    font-family: var(--primaryfont-regular);
    letter-spacing: 1px;
}

.zw-template-inner h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.zwc-press-main .rows {
    display: flex;
    flex-wrap: wrap;
}

.zwc-press-header {
    position: relative;
    margin-top: 0;
    padding-top: 125px;
    margin-left: -60px;
}

.zwc-press-quote {
    position: relative;
    background: #fff;
    padding: 60px 80px;
    border-radius: 20px;
    z-index: 1;
    margin: 243px auto 0;
    box-shadow: 0 20px 0 #efefef;
    max-width: 1140px;
}

.zwc-quote-main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.zwc-person-img {
    width: 30%;
    position: relative;
}

.zwc-quote-details {
    width: 70%;
    position: relative;
    padding-left: 100px;
}

.zwc-press-header:after {
    background: #efefef;
    height: calc(100% - 65%);
}

.border {
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

    .border:after {
        background: #ede402;
        width: 40px;
        height: 1px;
        margin: 0 auto;
        border-radius: 20px;
    }

.zwc-quote-details > p {
    font-size: 1rem;
    line-height: 1.6;
    font-family: var(--zf-splfontserif-light);
    margin-bottom: 40px;
}

.zwc-quote-details:before {
    content: "";
    background-image: url('../New_Image/logoimg/quote.png');
    background-size: 100% auto;
    width: 50px;
    height: 35px;
    position: absolute;
    left: 30px;
    top: -10px;
}

.zwc-person-details {
    font-size: 16px;
    border-left: 1px solid #f2b446;
    position: relative;
    padding: 0 0 0 14px;
    line-height: 16px;
    color: #333;
}

    .zwc-person-details span {
        display: block;
        font-size: 20px;
        font-family: var(--zf-secondary-medium);
        margin-bottom: 14px;
        color: #5B5B5D;
    }

.zwc-press-contact a.mail-btn, span.zwc-press-date {
    font-family: var(--zf-secondary-medium);
    text-transform: uppercase;
    font-size: 14px;
}

.zwc-press-wrapper {
    padding: 120px 0 0;
    margin: 0 auto;
    background: #efefef;
}

.zwc-press-main {
    padding-bottom: 100px;
    position: relative;
}

.zwc-person-img img {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

span.bubble-ani {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 105px;
}

    span.bubble-ani:after, span.bubble-ani:before {
        position: absolute;
        content: "";
        width: 55px;
        height: 55px;
        background: #ffaba2;
        border-radius: 100%;
    }

    span.bubble-ani:before {
        top: -35px;
        left: -1px;
        background: #f7f87b;
        width: 25px;
        height: 25px;
        animation: 3s linear infinite alternate floatingUp;
    }

    span.bubble-ani:after {
        animation: 3s linear infinite alternate floatingDown;
    }

@keyframes floatingUp {
    0% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes floatingDown {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}

span.bubble-ani.two {
    left: 80px;
    right: auto;
    bottom: 60px;
}

    span.bubble-ani.two:after {
        background: #5ad2f3;
        width: 50px;
        height: 50px;
    }

    span.bubble-ani.two:before {
        top: 30px;
        left: 39px;
        width: 24px;
        height: 24px;
        background: #d2d300;
        z-index: 1;
        opacity: .8;
    }

.zwc-press-detail a {
    color: #5B5B5D;
    padding: 60px 30px 40px;
    display: block;
    transition: .2s;
    height: 100%;
}

span.zwc-press-date {
    background: #ebfdf7;
    color: #038b31;
    padding: 5px 10px;
    border-bottom: 1px solid #d0efe5;
    border-right: 1px solid #d0efe5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0;
    letter-spacing: .4px;
}

.zwc-press-detail {
    border: 1px solid #e2e6ef;
    border-radius: 6px;
    background: #fff;
    position: relative;
    max-width: calc(33.33% - 20px);
    flex: calc(33.33% - 15px);
    transition: .3s;
    margin: 10px;
}

.year-tabs {
    display: none;
    position: relative;
    padding-left: 90px;
}

    .year-tabs.active {
        display: block;
        animation: 1s ease-out forwards slideDown;
    }

.zwc-press-detail p {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -.2px;
}

.zwc-press-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 20px 0 #e9ecf3;
    border-color: #d6dbe6;
}

.zwc-press-wrapper .content-wrap {
    display: flex;
    max-width: 1600px;
}

.zwc-press-main h2 {
    font-family: var(--zf-splfontserif-regular);
    margin-bottom: 50px;
}

    .zwc-press-main h2.border:after {
        background: #f60014;
    }

.zwc-year-list ul li {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: .5s;
    text-align: right;
    color: #333;
}

    .zwc-year-list ul li.active {
        color: #f60014;
        font-family: var(--zf-secondary-medium);
        font-size: 18px;
    }

.zwc-year-list {
    flex: 0 0 7%;
    max-width: 7%;
    position: sticky;
    top: 170px;
    align-self: flex-start;
    margin-bottom: 50px;
}

.zwc-press-main {
    flex: 0 0 93%;
    max-width: 93%;
}

.zwc-year-list ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(84vh - 100px);
    padding-right: 50px;
}

.zw-template-inner {
    background: #efefef;
}

.zwc-press-main:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e6eaf4;
    top: 0;
    left: 0;
}

.zwc-press-detail:hover p {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 0;
    color: #056cb8;
}

.zwc-year-list ul li:after {
    content: "";
    background: red;
    width: 5px;
    height: 1px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(15%,-50%);
    opacity: 0;
    transition: .5s;
}

.zwc-year-list ul li.active:after {
    opacity: 1;
    transform: translate(0,-50%);
    width: 20px;
}

.year-tabs:nth-child(4n+1) span.zwc-press-date {
    background: #ebfdf7;
    color: #038b31;
    border-color: #d0efe5;
}

.year-tabs:nth-child(4n+2) span.zwc-press-date {
    background: #f4f8ff;
    color: #236db4;
    border-color: #e4e9f2;
}

.year-tabs:nth-child(4n+3) span.zwc-press-date {
    background: #fff9e9;
    color: #db7c00;
    border-color: #f0e7d1;
}

.year-tabs:nth-child(4n+4) span.zwc-press-date {
    background: #fff5f7;
    color: #e3636e;
    border-color: #f1dde0;
}

.zwc-press-contact h2 {
    font-family: var(--primaryfont-regular);
    letter-spacing: -1.2px;
    margin-bottom: 10px;
    font-size: 44px;
}

.zwc-press-contact {
    text-align: center;
    padding: 70px 0 20px;
    background: #f3f5f9;
    border-top: 1px solid #dde4f3;
}

    .zwc-press-contact a.mail-btn {
        background: 0 0;
        border: 1px solid var(--highlight-color);
        margin-top: 15px;
        transition: background-color .3s;
        color: var(--highlight-color);
        padding: 17px 46px 17px 30px;
        position: relative;
        display: inline-block;
        border-radius: 2px;
        line-height: 1;
    }

a.mail-btn:after {
    content: "";
    width: 13px;
    height: 13px;
    transform: scale(1.1);
    position: absolute;
    right: 23px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/zoho_general_pages/zh-newhome-sprite.png) -108px -76px/500px auto no-repeat;
    top: calc(50% - 7px);
    transition: .5s;
}

a.mail-btn:hover:after {
    transform: translateX(5px);
}

.zwc-press-contact p {
    display: block;
    font-size: 22px;
    color: var(--secondary-color);
    letter-spacing: -.5px;
    margin: 0;
}

@media screen and (min-width:768px) {
    span.icon {
        opacity: 0;
    }

    .middle-animated:nth-child(2n+2) .feature-img {
        animation: 1s ease-out .5s forwards slideLeft;
    }

    @keyframes slideLeft {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-20px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideRight {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(20px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media screen and (max-width:1440px) {
    .zwc-press-detail p {
        font-size: 18px;
    }
}

@media screen and (max-width:1366px),screen and (max-height:768px) {
    .zwc-year-list ul {
        max-height: calc(72vh - 100px);
    }

    .zwc-year-list {
        top: 150px;
    }
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 42px;
    }

    .zw-template-inner h2 {
        font-size: 36px;
    }

    .zwc-year-list {
        flex: 0 0 12%;
        max-width: 12%;
    }

    .zwc-press-main {
        flex: 0 0 88%;
        max-width: 88%;
    }

    .zwc-year-list ul {
        max-height: calc(100vh - 250px);
    }

    .zwc-press-quote {
        max-width: 890px;
    }

    .zwc-quote-main {
        align-items: flex-start;
    }

    span.bubble-ani {
        right: 40px;
    }

        span.bubble-ani.two {
            left: 30px;
            bottom: 63px;
        }

    .year-tabs {
        padding-left: 40px;
    }

    .zwc-press-detail a {
        padding: 60px 20px 30px;
    }

    .zwc-press-detail p {
        font-size: 16px;
    }

    .zwc-quote-details > p {
        font-size: 18px;
    }

    .zwc-person-details strong {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .zwc-person-details {
        font-size: 16px;
        margin-left: 10px;
    }
}

@media screen and (max-width:1023px) {
    .zwc-year-list span.hamb-nav span, .zwc-year-list span.hamb-nav span:before {
        transform: translate(-50%,-50%);
        left: 50%;
    }

        .zwc-year-list span.hamb-nav span:after, .zwc-year-list span.hamb-nav span:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 2px;
            background: #fff;
            top: 50%;
            left: 50%;
        }

    .menu li a {
        font-size: 15px;
    }

    .product-title + .product-nav-links li, .zw-product-header .product-nav-links li {
        margin-left: 20px;
    }

    .zgh-brand a {
        height: 65px;
        width: 130px;
    }

    h1 {
        font-size: 36px;
    }

    .zw-template-inner h2 {
        font-size: 32px;
    }

    .load-header, .zh-header {
        min-height: 60px;
    }

    .zw-product-header {
        top: 69px;
    }

    .zwc-quote-main {
        align-items: flex-start;
    }

    span.bubble-ani.two:before, span.bubble-ani:after, span.bubble-ani:before {
        animation: none;
    }

    span.bubble-ani {
        right: 30px;
        bottom: 75px;
        transform: scale(.8);
    }

        span.bubble-ani.two {
            left: 47px;
            bottom: 37px;
        }

    .zwc-press-quote {
        padding: 40px;
        max-width: 720px;
    }

    .zwc-press-wrapper {
        padding-top: 80px;
    }

    .zwc-press-main, .zwc-year-list {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .zwc-year-list {
        background: #efefef;
        max-width: 100%;
        margin: 0 auto 75px;
        z-index: 1;
        top: 115px;
        padding: 20px 0;
        transition: .5s;
    }

        .zwc-year-list ul li {
            text-align: left;
            padding: 12px 20px;
        }

        .zwc-year-list ul {
            position: absolute;
            display: none;
            top: 90%;
            left: 0;
            right: 0;
            background: #fff;
            width: 100%;
            margin: 0 auto;
            z-index: 2;
            padding: 10px 0;
            border-radius: 4px;
            border: 1px solid #e7e7e7;
            max-width: 200px;
        }

    span.select-year-list {
        display: block;
        padding: 15px 20px;
        background: #fff;
        border: 1px solid #eee;
        max-width: 200px;
        position: relative;
        margin: 0 auto;
    }

    .zwc-year-list span:before {
        content: "";
        position: absolute;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #b7b7b7;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .zwc-press-wrapper .content-wrap {
        display: block;
        width: 100%;
    }

    .zwc-year-list.active {
        left: 0;
    }

    .zwc-year-list ul li:after {
        right: -20px;
    }

    .zwc-press-main:before, .zwc-year-list ul li.active:after {
        display: none;
    }

    .zwc-press-detail a {
        padding: 60px 30px 40px;
    }

    .zwc-press-detail {
        max-width: calc(50% - 15px);
    }

    .zwc-press-main .rows {
        gap: 5px;
        max-width: 750px;
        margin: 0 auto;
        justify-content: normal;
    }

    .zwc-year-list span.hamb-nav span {
        width: 40px;
        height: 30px;
        position: absolute;
        top: 50%;
        transition: .5s;
    }

    .zwc-year-list span.hamb-nav {
        position: absolute;
        top: 0;
        right: -40px;
        width: 40px;
        height: 40px;
        background: #086cb8;
        align-items: center;
        box-shadow: 0 0 20px rgba(0,0,0,.09);
        color: #fff;
        transition: .5s;
    }

    .zwc-year-list.active span.hamb-nav span {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .zwc-year-list span.hamb-nav span:after {
        border: 0;
        transform: translate(-50%,-50%) rotate(90deg);
        transform-origin: center;
    }

    .zwc-year-list.show span.hamb-nav {
        display: block;
    }

    .zwc-year-list.show {
        opacity: 1;
        visibility: visible;
    }

    .zwc-press-contact {
        padding: 60px 0;
    }

    .year-tabs {
        padding: 0;
    }

    .zw-product-header .menu > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .dropdown.active .dropdown-menu {
        transform: none;
    }

    .zgh-brand, .zmobile-menu-new .zmobile-menu-prdlogo ul .dropdown-menu, .zwc-quote-details {
        padding: 0;
    }

    .non-umain .zgh-brand a {
        margin: 0 auto;
    }

    .non-umain .zh-header {
        display: flex;
        align-items: center;
    }

    .zh-main {
        overflow: visible;
    }

    .zgh-userPanel ul:after, .zgh-userPanel ul:before {
        display: block;
        content: "";
    }

    .non-umain .zh-wrap {
        display: block;
        margin: auto;
    }

    .non-umain .zgh-left-nav, .zgh-nav.active, .zw-product-zoho_general_pages .zw-product-header {
        display: none;
    }

    .umain .zgh-left-nav .zh-utilities .head-sign-in {
        padding: 0;
        height: auto;
    }

    .umain .flx.zh-utilities {
        height: auto;
    }

    .load-header, .zh-header {
        min-height: 50px;
    }

    .zwc-year-list {
        top: 49px;
    }

    .zgh-brand a {
        width: 80px;
        height: 43px;
    }

    .zwc-press-header {
        margin-top: 0;
        padding-top: 85px;
    }

    .zwc-person-img {
        width: auto;
        max-width: 250px;
        margin-bottom: 20px;
    }

    span.bubble-ani {
        right: 38px;
        bottom: 100px;
    }

        span.bubble-ani.two {
            left: 80px;
        }

    .zwc-quote-main > div {
        width: 100%;
    }

    .zwc-quote-details:before {
        left: 0;
        opacity: .2;
        position: relative;
        display: block;
        margin-bottom: 18px;
    }

    .zwc-quote-details > p {
        margin-bottom: 40px;
    }

    .zwc-press-detail {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px;
    }

    .zwc-press-main .rows {
        max-width: 420px;
        gap: 0;
        padding: 0 10px;
    }

    .zwc-press-quote {
        padding: 24px 12px;
    }

    .zwc-person-img img {
        max-width: 255px;
    }

    section.footer-nav {
        padding-top: 10px;
    }

    .zmobile-menu-prdlogo {
        display: block;
    }

    .menu .expanded {
        z-index: 1;
    }

    .zmobile-menu-new ul.menu.nav {
        padding-bottom: 0;
        display: block !important;
    }

    .zmobile-menu-new .zmobile-menu-prdlogo ul {
        padding-top: 60px;
    }

    .expanded.dropdown .caret {
        position: absolute;
        right: 11px;
    }

    li.expanded.zdropdown-container span.caret:after {
        content: "";
        display: inline-block;
        padding: 3.3px;
        position: relative;
        margin-left: 7px;
        transform: rotate(45deg);
        transition: .3s;
        border: solid #777;
        clear: both;
        top: 0;
        border-width: 0 1px 1px 0;
    }

    li.expanded.zdropdown-container span.caret {
        background: 0;
        top: 5px;
        right: 0;
        width: 25px;
        height: 30px;
    }

    .zmobile-menu-new ul li {
        position: relative;
    }

    .zmobile-menu-search {
        z-index: 134;
    }

    .zwc-active-menu.expanded.dropdown span.caret:after {
        transform: rotate(45deg);
        top: -5px;
    }

    .zmobile-menu-new ul li.featured-apps-part, .zmobile-menu-new ul li.leaf.first.zmenu-aboutus, .zmobile-menu-new ul li.leaf.zmenu-contactus {
        display: none !important;
    }
}
