* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #131313;
    /* overflow-x: hidden; */
}

body {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}

/*** Links ***/
a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}

/* a:visited {
    color: #2a6496;
} */

/* a:hover,
a:focus {
    color: #2a6496;
} */

/* a:active {
    color: #2a6496;
} */

/*** Lists ****/

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-weight: normal;
    color: #222;
}

h6,
p {
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 1em 0;
}

h1 {

    font-size: 44px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 28px;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h5 {
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

h6 {
    font-size: 16px;
    line-height: 1.25em;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    font-size: 18px;
}

.zs_padding_null {
    padding: 0;
}

.zs_margin_null {
    margin: 0;
}

.zs_paddingtop {
    padding-top: 15px;
}

.zs_margintop {
    margin-top: 15px;
}

.zs_paddingbottom {
    padding-bottom: 15px;
}

.zs_marginbottom {
    margin-bottom: 15px;
}

.zs_paddingtopbottom {
    padding: 15px 0;
}

.zs_margintopbottom {
    margin: 15px 0;
}

.zs_paddingtop_small {
    padding-top: 30px;
}

.zs_paddingbottom_small {
    padding-bottom: 30px;
}

.zs_margintop_small {
    margin-top: 30px;
}

.zs_marginbottom_small {
    margin-bottom: 30px;
}

.zs_paddingtopbottom_small {
    padding: 30px 0;
}

.zs_margintopbottom_small {
    margin: 30px 0;
}

.zs_paddingtop_large {
    padding-top: 50px;
}

.zs_paddingbottom_large {
    padding-bottom: 50px;
}

.zs_margintop_large {
    margin-top: 50px;
}

.zs_marginbottom_large {
    margin-bottom: 50px;
}

.zs_paddingtopbottom_large {
    padding: 50px 0;
}

.zs_margintopbottom_large {
    margin: 50px 0;
}

.mB40 {
    margin-bottom: 40px;
}

.mB50 {
    margin-bottom: 50px;
}

.zs_center {
    text-align: center;
}

.zs_flex {
    display: flex;
    align-items: center;
}

.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zw-product-header {
    background: #f4fdff;
}

.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs_block {
    display: block;
}

.zs_table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.zs_hidden {
    display: none;
}

.zs_alignright {
    text-align: right;
}

.zs_alignleft {
    text-align: left;
}

.zs_sectioncontainer {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    /* position: relative; */
}

.zs_sectioncontainer_custom {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
}


section {
    position: relative;
}

.ui-left {
    float: left;
}

.ui-right {
    float: right;
}

.ui-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/* Custom CSS */
.banner-sec-contain {
    min-height: 980px;
    background-size: 100%;
    background-image: url(/sites/zweb/images/show/zs-sec1-bg.png);
    background-color: #FFF2E8;
    background-repeat: no-repeat;
    background-position: top;
}

.zs_section_01 {
    position: relative
}

.video {
    width: 80%;
    box-shadow: 6px 6px 20px #ff8b6224;
    border-radius: 5px;
}

.zs_headcontent {
    text-align: center;
    transform-origin: bottom;
    width: 100%;
    margin: auto;
    /* position: relative; */
}

.zs_left {
    text-align: left
}

.zs-banner-keyword {
    color: #FF4A00;
}

.zs_headcontent .zs-zapier {
    width: 40px;
    margin-bottom: 10px;
}

.zs-banner-desc {
    width: 55%;
    margin: 30px auto;
}

.zs-cta-zoho a {
    color: #fff;
}

.zs-slack-icon {
    top: 0%;
    left: 10%;
    width: 6%;
    animation: floating 2s .5s ease-in-out infinite;
}

.zs-promotion-icon {
    top: 50%;
    left: 5%;
    width: 5%;
    animation: floating 2s 1s ease-in-out infinite;
}

.zs-avast-icon {
    top: 90%;
    left: 15%;
    width: 5%;
    animation: floating 2s 1.5s ease-in-out infinite;
}

.zs-project-icon {
    top: 1%;
    left: 85%;
    width: 5%;
    animation: floating 2s 2s ease-in-out infinite;
}

.zs-crm-icon {
    top: 40%;
    left: 93%;
    width: 6%;
    animation: floating 2s 2.5s ease-in-out infinite;
}

.zs-salesforce-icon {
    top: 90%;
    left: 85%;
    width: 5%;
    animation: floating 2s 3s ease-in-out infinite;
}

.zs-slack-icon,
.zs-promotion-icon,
.zs-avast-icon,
.zs-project-icon,
.zs-crm-icon,
.zs-salesforce-icon {
    position: absolute;
    transform: translate(-50%, -2%);
    fill: #FFF;
    filter: drop-shadow(0px 4px 0px rgba(255, 224, 165, 0.40));
}

@keyframes floating {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 4%);
    }
}

.banner-img {
    margin: auto;
    /* transform: translate(0, -65%); */
}

.banner-img video {
    border-radius: 5px;
    width: 90%;
    box-shadow: 6px 6px 20px #ff8b6224;
    transform: translate(0, -65%);

}

.zs-flex {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 100px;
    gap: 70px;
}

.zs-grid-items {
    width: 145px;
    margin: 0 auto;
    padding: 30px 10px;
}

.zs-no-code-icon,
.zs-integrate-icon,
.zs-workflow-icon,
.zs-error-icon,
.zs-time-icon {
    width: 70%;
    border-radius: 50%;
    padding: 5px;
}

.zs-image-contain {
    width: 100%;
    position: relative;
}

.zs-grid-items-wrap {
    background: #fff;
    border: 1px solid #F8F8FF;
    box-shadow: 0px 0px 25px #d6d6d64d;
    border-radius: 10px;
    width: 200px;
    height: 250px;
}

.zs-image-contain img {
    width: 100%;
    background-color: #ffffff;
    transition: 0.5s ease-in-out;
}

.zs-section-content {
    position: relative;
    /* text-align: center; */
    transition: transform .5s ease;
}

.zs-head-sales {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.zs-head-project {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.zs-mob {
    display: none;
}

.zs-slide-mob {
    text-align: center;
    padding: 40px 0 0px;
    width: 100%;
}

.mrk-bg {
    background-color: #E3F3F2;
}

.sales-bg {
    background-color: #FDF3F3;
}

.pro-bg {
    background-color: #E9F2FF;
}

.zs-marketing-content.active {
    background-color: #E3F3F2;
}

.zs-sales-content.active {
    background-color: #FDF3F3;
}

.zs-project-content.active {
    background-color: #E9F2FF;
}

.zs_flex_01 {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: center;
}

.fb-100 {
    flex-basis: 100%;
}

.fb-80 {
    flex-basis: 80%;
}

.zs-head-dept {
    width: 100%;
}


.zs-marketing-heading,
.zs-sales-heading,
.zs-project-heading {
    margin: 0;
    font-size: 24px;
}

.zs-marketing-para,
.zs-sales-para,
.zs-project-para {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
}

.zs-dots-contain {
    display: flex;
    justify-content: center;
    width: 70%;
    transition: transform .5s ease;
    cursor: pointer;
    box-shadow: 0px 0px 20px #00000024;
}

.zs-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
    transition: transform .5s ease;
}

.zs-image-contain img.active {
    opacity: 1;
}

.zs-dot.active,
.zs-dot-sec03.active {
    background-color: #66A5FF;
}

.zs-cta-title {
    width: 80%;
    margin: 40px auto;
}

.zs-cta-content {
    padding-top: 5%;
}

.act-btn {
    padding: 10px 30px;
    background: #f0483e;
    color: #fff;
    display: inline-block;
    text-transform: none;
    font-size: 18px;
}

.zs-integration-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
    border-radius: 20px;
    /* min-height: 450px; */
}

.zs-integration {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300%;
    transform: translateX(33.33%);
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0 auto;
    max-height: 450px;
}

.zs-images {
    width: 100%;
    position: relative;
}

.zs-icons {
    margin-right: 20%;
}

.zs-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
}

.zs-rvr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 50px;
}

.zs-simplify-integration,
.zs-customize-data {}

.zs-customize-img {
    width: 95%;
    margin: 0 50px;
}

.zs-rectangle {
    position: relative;
    width: 100%;
    padding: 40px 90px;
    background: #E9F2FF;
    border-radius: 20px;
    height: 460px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zs-integration-apps-icon {
    width: 100%;
}

.zs-row {
    display: flex;
    flex-direction: row;
}

.zs-learn-more {
    color: #0291FF;
    cursor: pointer;
}

.zs-learn-more::after {
    content: url(/sites/zweb/images/show/zs-arrow.svg);
    padding: 10px;
}

.zs-dots {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
    width: 80%;
    transition: transform .5s ease;
}

.zs-dot-sec03 {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d7d7d7;
    margin: 0 5px;
    cursor: pointer;
    transition: transform .5s ease;
}


.zs-integration>div {
    width: 100%;
    padding: 80px 80px;
    border-radius: 20px;
}

.zs-time-savings {
    background: #E9F2FF;
}

.zs-simplify-integration {
    background: #FDF5F5;
}

.zs-customize-data {
    background: #E3F3F2;
}

.arrow {
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}

.arrow.active {
    color: #000000;
}

.zs-prev-arrow {
    left: -10px;
}

.zs-next-arrow {
    right: -10px;
}

.zs_flexbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 150px;
}

.zs-rvr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.zs_section_02 {
    max-height: 450px;
}
.custom-btn {
  top: 38%;
}
.zs_section_04 {
    margin: 90px auto;
    padding: 50px 0;
}

.zs-section_05 {
    margin: 50px auto;
}

.zs_section_06 {
    background: url(/sites/zweb/images/show/zs-lastbg.png);
    min-height: 500px;
    background-repeat: no-repeat;
    max-width: 1980px;
    margin: auto;
    background-position: center;
}

.zs-last-section {
    position: relative;
    max-width: 90%;
}

.zs-ls-icons {
    position: absolute;
    transform: translate(-50%, 0%);
    top: 50%;
    left: 50%;
}

.zs-ls-nft {
    width: 7%;
    top: 0%;
    left: 13%;
    animation: floating 2s .5s ease-in-out infinite;
}

.zs-ls-slack {
    top: 33%;
    left: 1%;
    width: 7%;
    animation: floating 2s 1s ease-in-out infinite;
}

.zs-ls-promotion {
    width: 6%;
    top: 65%;
    left: 15%;
    animation: floating 2s 1.5s ease-in-out infinite;
}

.zs-ls-avast {
    width: 5%;
    left: 0%;
    top: 90%;
    animation: floating 2s 2s ease-in-out infinite;
}

.zs-ls-crm {
    width: 6%;
    top: 10%;
    left: 88%;
    animation: floating 2s 2.5s ease-in-out infinite;
}

.zs-ls-project {
    width: 5%;
    top: 40%;
    left: 95%;
    animation: floating 2s 3s ease-in-out infinite;
}

.zs-ls-salesforce {
    width: 6%;
    left: 88%;
    top: 90%;
    animation: floating 2s 3.5s ease-in-out infinite;
}

.zs-ls-sheets {
    width: 5%;
    top: 75%;
    left: 100%;
    animation: floating 2s 4s ease-in-out infinite;
}

.zs-blue-dot {
    position: inherit;
}

.zs-integrate-img {
    transform: translate(-50%, -50%) scale(1, 1);
    position: absolute;
    z-index: 1;
}

.zs-integrate-nft {
    top: 35%;
    left: 75%;
    width: 15%;
    animation: zoom-in-zoom-out 1s .5s ease-in-out;
}

.zs-integrate-avast {
    width: 12%;
    animation: zoom-in-zoom-out 1.5s 1s ease-in-out;
    top: 10%;
    left: 70%;
}

.zs-integrate-project {
    width: 12%;
    left: 73%;
    top: 60%;
    animation: zoom-in-zoom-out 2s 1.5s ease-in-out;
}

.zs-integrate-crm {
    width: 13%;
    top: 50%;
    left: 95%;
}

.zs-integrate-drive {
    width: 15%;
    left: 80%;
    top: 85%;
}

.zs-integrate-sheets {
    width: 15%;
    left: 55%;
    top: 50%;
}

.zs-integrate-slack {
    width: 20%;
    left: 40%;
    top: 20%;
}

.zs-integrate-promotion {
    width: 15%;
    top: 80%;
    left: 40%;
    animation: zoom-in-zoom-out 2.5s 2s ease-in-out;
}

.zs-mob-icon {
    display: none;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5, 1.5);
    }

    100% {
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

.fb-70 {
    flex-basis: 70%;
}

.zs-section-content>div {
    padding: 30px 30px;
    width: 60%;
    margin: auto;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 7px;
    outline: 0;
    transition: transform .5s ease-in-out;
    background-color: #fff;
    transition: 0.5s ease-in-out;
}

.zw-product-header {
    background: linear-gradient(131deg, #FFF7E8 0%, #FFF2E8 54.17%, #FFEDE8 100%);
}

.zs-simplify-video {
    display: block;
}

@keyframes slideInAnimation {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.zs-grid-items-wrap {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.3s ease-in-out;
}


.slide-in {
    animation: slideInAnimation 1s forwards;
}

.slide-in:nth-child(1) {
    animation: slideInAnimation 1s forwards;
}

.slide-in:nth-child(2) {
    animation: slideInAnimation 1s forwards 0.5s;
}

.slide-in:nth-child(3) {
    animation: slideInAnimation 1s forwards 1s;
}

.slide-in:nth-child(4) {
    animation: slideInAnimation 1s forwards 1.5s;
}

.slide-in:nth-child(5) {
    animation: slideInAnimation 1s forwards 2s;
}

@media only screen and (max-width: 1440px) {
    .zs-section-content>div {
        width: 80%;
    }
}

@media only screen and (max-width: 1280px) {
    .zs-section-content>div {
        padding: 20px 20px;
        width: 90%;
    }

    .zs-project-icon {
        left: 90%;
    }
}

@media only screen and (max-width: 1180px) {
    .banner-sec-contain {
        background-size: inherit;
    }

    .zs-section-content>div {
        padding: 20px 20px;
    }

    .zs-slack-icon {
        left: 5%;
    }
}

@media only screen and (max-width: 1080px) {

    .zs-marketing-heading,
    .zs-sales-heading,
    .zs-project-heading {
        margin: 0 auto;
        font-size: 24px;
        width: 90%;
        padding: 40px 0 10px;
    }

    .zs-project-icon {
        left: 95%;
    }

    .zs-slack-icon {
        left: 3%;
    }

    br {
        display: none;
    }

    .zs-section-content>div {
        width: 95%;
        padding: 5px 5px;
    }

    .zs-dots-contain {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .zs-banner-title {
        font-size: 31px;
        padding: 10px;
    }

    .banner-sec-contain {
        min-height: 800px;
    }

    .zs-marketing-content {
        min-height: 300px;
    }

    .zs-flex {
        width: 90%;
        gap: 30px;
    }

    .zs_flex_01 {
        display: none;
    }

    .zs-mob {
        display: block;
    }

    .zs-slack-icon,
    .zs-promotion-icon,
    .zs-avast-icon,
    .zs-project-icon,
    .zs-crm-icon,
    .zs-salesforce-icon {
        display: none;
    }

    .mrk-bg,
    .sales-bg,
    .pro-bg {
        margin: 20px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 840px) {
    .zs_section_02 {
        max-height: 320px;
    }

    .zs-banner-desc {
        width: 65%;
    }
}
@media only screen and (min-width: 770px) {
.zs-dots {
  display: none;
}
}
@media only screen and (max-width: 770px) {
    .zs-flex {
        width: 100%;
        gap: 20px;
    }

    .zs-marketing-para,
    .zs-sales-para,
    .zs-project-para {
        padding: 15px;
        margin: 10px;
        font-size: 18px;
    }

    .zs-integration {
        max-height: 900px;
    }

    .zs-arrow-keys {
        display: none;
    }

    .zs-integration>div {
        width: 100%;
        padding: 20px 30px;
    }

    .zs-flex-box,
    .zs-rvr {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .zs-time-saving-content,
    .zs-custom-content,
    .zs-simplify-content {
        text-align: center;
    }

    .zs-customize-img {
        width: 100%;
        margin: inherit;
    }

    .zs-dk-icon {
        display: none;
    }

    .zs-simplify-video {
        display: none;
    }

    .zs-mob-icon {
        display: block;
    }
}

@media only screen and (max-width: 680px) {

    .zs-grid-items-wrap {
        opacity: inherit;
        transform: inherit;
    }

    .slide-in,
    .slide-in:nth-child(1),
    .slide-in:nth-child(2),
    .slide-in:nth-child(3),
    .slide-in:nth-child(4),
    .slide-in:nth-child(5){
        animation: inherit;
    }

    .zs_headcontent .zs-zapier {
        width: 40px;
    }

    .zs-banner-desc {
        width: 95%;
    }

    .zs-integration-apps {
        display: none;
    }

    .banner-sec-contain {
        min-height: 700px;
    }

    .act-btn {
        padding: 10px 10px;
    }

    video {
        width: 80%;
    }

    .zs-flex {
        width: 90%;
        gap: 30px;
    }

    .zs-grid-items-wrap {
        width: 180px;
        height: 220px;
    }

    .zs_flex_01 {
        flex-direction: column;
    }

    .zs-marketing-content,
    .zs-sales-content,
    .zs-project-content {
        text-align: center;
    }

    .zs-dots-contain {
        width: 100%;
    }

    .zs-ls-apps {
        display: none;
    }

    .zs-cta-title {
        font-size: 25px;
        width: 100%;
        margin-top: 15%;
    }

    .zs-section-title {
        font-size: 32px;
    }

    .zs-integration-slide {
        margin: 20px;
    }

    .zs-arrow-keys {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .zs-banner-title {
        font-size: 31px;
        padding: 3px;
    }

    .zs-banner-desc {
        width: 100%;
    }

    .zs-flex {
        width: 80%;
        gap: 30px;
    }

    .zs-grid-items-wrap {
        width: 150px;
        height: 200px;
    }

    .zs-grid-items>h4 {
        font-size: 16px;
    }

    .zs-no-code-icon,
    .zs-integrate-icon,
    .zs-workflow-icon,
    .zs-error-icon,
    .zs-time-icon {
        width: 60%;
    }

    .zs_paddingtopbottom_large {
        padding: inherit;
    }
}

@media only screen and (max-width: 490px) {
    .zs-flex {
        width: 100%;
        gap: 10px;
    }

    .zs-grid-items-wrap {
        width: 160px;
        height: 200px;
    }

    .zs-grid-items {
        width: 120px;
    }
}

@media only screen and (max-width: 400px) {
    .zs-flex {
        width: 100%;
        gap: 20px;
    }

    .zs-grid-items-wrap {
        width: 150px;
        height: 190px;
    }
}


/* other lang css start */
.i18n-ar .zs_headcontent h1,.i18n-ar .zs_headcontent>div,.i18n-ar .zs_headcontent p,.i18n-ar .zs_sectioncontainer h2.zs-section-title,.i18n-ar .zs-grid-items h4,.i18n-ar .zs-grid-items,.i18n-ar .zs-cta-content h2,.i18n-ar .zs-cta-content>div {
    text-align: center;
}
@media (max-width: 1300px) 
{
    .other-lang .zs-next-arrow,.other-lang .zs-prev-arrow {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .i18n-ar .zs-time-saving-content h3,.i18n-ar .zs-time-saving-content p,.i18n-ar .zs-time-saving-content,.i18n-ar .mrk-bg h3,.i18n-ar .sales-bg p,.i18n-ar .sales-bg h3,.i18n-ar .mrk-bg p,.i18n-ar .pro-bg h3,.i18n-ar .pro-bg p 
    {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .i18n-de .banner-img {
        margin-top: 80px;
    }
    .other-lang .act-btn {
        font-size: 15px;
    }
    
}
/* other lang css end  */