div#scroll.container {
    max-width: 1400px;
}

@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;
}

.btn-band:link,
.btn-band:visited {
    float: right;
    width: 150px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffffff;
    border: solid 1px #f0f0f0;
    padding: 15px;
    text-align: center;
}

.btn-band:hover {
    -webkit-box-shadow: 0 0 10px 0 #b5b5b5;
    box-shadow: 0 0 10px 0 #b5b5b5;
    text-decoration: none
}

.btn-band>img {
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ddd;
}

.btn-band>span {
    display: block;
    margin-top: 10px;
}

.hglt {
    background: #dbffe4;
    padding: 10px 20px;
    text-align: center;
    width: 95.5%;
    margin: 20px 0 10px 0;
    display: flex;
    vertical-align: middle;
    box-sizing: border-box;
    align-items: center;
}

.hglt col {
    display: table-cell;
}

.hglt col:nth-child(1) {
    width: 85px;
}

.hglt img {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.hglt p {
    margin: 5px 0;
    display: block;
}

.hglt div {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    width: 83%;
    text-align: left;
}

.hglt div.col.div-radius {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: solid 1px #aaa;
}

.hglt div.col.div-radius img {
    transform: scale(.65);
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
}

.btn-ds:link,
.btn-ds:visited {
    display: inline-block;
    text-decoration: none;
}

.btn-ds:hover {
    text-decoration: none;
}

.btn-ds:hover>h3 {
    color: #000;
    display: inline-block;
    border-bottom: solid 1px #000;
}

.btn-ds>h3 {
    margin: 0;
}

.rhs-cont img {
    border: solid 1px #ddd;
}

/*================== 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
}