@font-face {
    font-family: 'ZohoPuvi';
    src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'ZohoPuvi';
    src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'),
        /* Modern Browsers */
        url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'ZohoPuvi';
    src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'),
        /* Modern Browsers */
        url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

body {
    font-family: ZohoPuvi, sans-serif;
}

.div-bg {
    background: #f2f2f2;
}

.rhs-cont img {
    border: solid 1px #ddd;
}

#VideosAndLogos {
    background: #efefef;
}

/*================== accordian css */
.add-on {
    font-size: 10px;
    font-weight: 600;
}

.red-star {
    color: #e07879
}

.windowsmonoTable td.padd-none {
    padding: 0 !important;
}

.bdr-none td {
    border: none !important;
    padding: 15px 0px !important;
}

.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}

.accordion_container {
    width: 100%;
}

.accordion_head {
    color: #09C;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.accordion_body {
    background: #F9F9F9;
    padding: 12px;
}

.accordion_body p {
    margin: 0px;
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.faqh {
    font-size: 18px;
    margin: 0;
    color: #09C;
}

.accordion_head.active .faqh {
    background: #F9F9F9;
    color: #85b536 !important
}

/*================== accordian css end */
div#scroll.container {
    max-width: 1400px;
}