@charset "UTF-8";
.heading-menu {
    display: none;
}

#scroll {
    display: none;
}

.banner-bg {
    background: #045fd2;
    background-size: cover;
    padding: 0px 0px 250px 0px;
}

p.banner-info {
    font-size: 18px;
    text-align: center;
    color: #dbdbdb;
    letter-spacing: 1px;
    margin-top: 75px
}

.banner h1 {
    font: 40px/1.25 'Zoho_Puvi_ExtraBold' !important;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #fff;
}

.mc-video {
    text-align: center;
    margin-top: -200px;
    margin-bottom: 50px;
}

div#content {
    padding: 0px 0px 100px 0px;
}

p.takeaway-intro-heading {
    font: 20px/1.5 "Zoho_Puvi_SemiBold";
    margin: 0 auto 10px auto;
}

h2.faq-main-heading {
    text-align: center;
    margin: 150px 0px 0px 0px;
}

.list-items {
    padding-bottom: 30px;
}

.list-items li {
    font: 18px/1.4 "Zoho_Puvi_Regular";
    margin-bottom: 5px;
    list-style-type: none;
    padding: 0px 0 0 30px;
    position: relative;
    line-height: 1.7;
}

.list-items li::before {
    content: " ";
    display: block;
    border: solid 7px #0067ff;
    border-radius: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 7px;
}

.list-items li::after {
    content: " ";
    display: block;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    position: absolute;
    left: 6px;
    top: 5px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.me-sdp-video-container {
    box-shadow: 0px 6px 8px 0px #b5b5b5;
}

a.internal-links {
    text-decoration: none;
    color: #045fd2;
    border-bottom: 1px solid #045fd2;
    font-weight: bold;
}


/*FAQ style starts here*/

.faq-bg {
    padding: 30px 0px 0px 0px;
}

.faq {
    max-width: 900px;
}

.faq h2 {
    text-align: center;
    margin-bottom: 80px;
}

.expand-wrapper {
    text-align: right;
    margin-bottom: 20px;
}

span.expand-all-sec {
    color: #000;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

span.expand-all-sec:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    transition: .4s ease;
}

span.expand-all-sec:hover::after {
    width: 100%;
    transition: .4s ease;
}

button.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-appearance: none;
    color: #000;
}

button.accordion p {
    font: 20px / 1.3 Zoho_Puvi_SemiBold;
    margin: 0px;
    max-width: 80%;
}

.accordion-wrapper {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0px;
}

.accordion-wrapper:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.accordion {
    font-family: Zoho_Puvi_SemiBold;
    cursor: pointer;
    padding: 20px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    line-height: 30px;
    background: transparent;
}

.accordion:after {
    content: '\002B';
    color: #045fd2;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}

.faq-active:after {
    content: "\2212";
}

.panel {
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 80%;
}

.panel p,
p {
    font: 18px / 1.6 Zoho_Puvi_Regular;
}

p.ind {
    text-indent: 30px;
}

.accordion-wrapper-parent .accordion-wrapper:nth-child(1) {
    border-top: none;
}

.accordion-wrapper-parent .accordion-wrapper:last-child {
    border-bottom: none;
}


/*FAQ style ends here*/

p.breadcrumb {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
}

.bc-wrapper {
    padding: 0px 30px;
}

.bc-wrapper p {
    padding: 30px 0px;
}

p.breadcrumb a {
    color: #fff;
    position: relative;
    font: 15px / 1.4 Zoho_Puvi_Regular;
    text-decoration: none !important;
}

.breadcrumb a:not(:last-child) {
    color: #fff !important;
}

.breadcrumb span {
    font-size: 16px;
    margin: 0px 5px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

p.breadcrumb a:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #ffffff;
    transition: .4s ease;
}

p.breadcrumb a:not(:last-child):hover::after {
    width: 100%;
    transition: .4s ease;
}

a.breadcrumb-title {
    cursor: text;
    color: #fff !important;
}

h1.zh-heading-width {
    width: 85%;
}

h4.author-heading {
    margin-left: 0px;
}

.author-bio img {
    width: 100px;
    border-radius: 50%;
    margin-top: 50px;
}

.mc-video {
    max-width: 800px;
}

.sdp-ol-list {
    padding-left: 20px;
}

.sdp-ol-list li {
    list-style-type: decimal;
}

img.faq-screenshots {
    margin: 30px 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.italic {
    font-style: italic;
}

.on-premises .banner h1 {
    max-width: 600px;
    width: 100%;
}

.cloud .banner h1 {
    max-width: 600px;
    width: 100%;
}

@media only screen and (max-width:1366px) {
    .bc-wrapper {
        display: none;
    }
    .banner-bg {
        padding: 100px 0px;
    }
    .mc-video {
        margin-top: 100px;
    }
    p.banner-info {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1024px) {
    .banner-bg {
        margin-top: 20px;
    }
    .banner h1 {
        width: 100%;
    }
    button.accordion p {
        max-width: 100%;
    }
    .panel {
        max-width: 100%;
    }
}

@media only screen and (max-width:600px) {
    p.banner-info {
        font-size: 16px;
    }
    .banner h1 {
        font: 30px/1.25 'Zoho_Puvi_Bold' !important;
    }
    h2.faq-main-heading {
        font-size: 26px;
    }
    button.accordion p {
        font: 18px / 1.5 Zoho_Puvi_SemiBold;
    }
    .panel p {
        font: 17px / 1.6 Zoho_Puvi_Regular;
    }
}