/* https://www.manageengine.com/cloudspend/css/common.css -- START */
/* START COMMON CSS */
/* Layout CSS */
#temp-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary-color: #83b633;
    --secondary-color: #022736;
    --white: #fff;
    --light-blue: #eaf5ff;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: #d8ae52;
}

.bg-dark-blue {
    background-color: #022736;
}

.grey-bg {
    background-color: #f3f4f4;
}

.footer-bg {
    background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important
}

h1 {
    font: 3rem/1.3 Zoho_Puvi_Bold, sans-serif;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.bold-header {
    font: 4.5rem/1 Zoho_Puvi_ExtraBold;
    letter-spacing: -1.8px;
    color: #010101;
    margin-top: 0;
}

.font-reg {
    font-family: Zoho_Puvi_Regular;
}



h4 {
    font: 24px/1.4 Zoho_Puvi_SemiBold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font: 20px/1.4 Zoho_Puvi_SemiBold;
}

h6 {
    font: 18px/1.4 Zoho_Puvi_SemiBold;
}

p {
    font: 16px/1.7 Zoho_Puvi_Regular;
    letter-spacing: -0.2px;
    margin: 0 0 10px;
    color: #333;
}

a {
    font-size: 1rem;
}

@media(max-width:767px) {
	.bold-header {
		font-size: 46px;
		line-height: normal;
	}
	
}

.font-32 {
    font: 32px/1.2 Zoho_Puvi_Medium;
    color: #000;
}

.upper-case {
    text-transform: uppercase;
}

.mx-auto {
    margin: 0 auto;
}

.pos-abs {
    position: absolute
}

/* 
.btn {
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    border: 1px solid #83b633;
    text-transform: capitalize;
    border-radius: 25px;
    font: 18px Zoho_Puvi_Medium;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: var(--primary-color);;
    border-color: var(--primary-color);
    color: #fff;
} */

/* Button CSS */
.pricing-btn,
.signup-btn {
    display: inline-block;
    padding: .5rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: .9375rem;
    font-weight: 500;
    min-width: 200px;
}

.pricing-btn:hover,
.signup-btn:hover {
    text-decoration: none;
}

.pricing-btn--green,
.signup-btn--green {
    background: var(--primary-color);
    color: #fff
}

.pricing-btn__text,
.signup-btn__text {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

/* Image CSS */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Footer CSS */
@media (max-width: 1024px) {
    .footCont li {
        max-width: 100%;
    }
}

/* START Header CSS */
.nav-dwn a {
    font-size: 15px;
}

.nav a {
    font-size: 15px;
}

.btn-header-primary a {
    margin-left: 10px;
}

.btn-header-primary a,
.btn-header-primary a:hover {
    background: #83b633;
    color: #fff;
}

.btn-header-default a,
.btn-header-default a:hover {
    background: #e4e4e4;
    color: #000;
}

.prdct-drop .nav-drop:before {
    right: 324px !important;
}

.menu_button {
    border: none !important;
    margin: 30px 0
}

.menu_button a {
    display: block;
    font-family: ZohoPuviSemBd, Helvetica, sans-serif;
    padding: 0.5rem 0.8125rem;
    font-size: .9375rem !important;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    width: 40%;
    display: inline-block;
    margin: 0 30px;
}

#MEdropPanel {
    margin: 10px 0
}

.menu_button a:last-child {
    background: #83b633;
    color: #fff !important;
    border: 1px solid #83b633;
}

.menu_button a:first-child {
    background: #e2e6ea;
    color: #000 !important;
    border: 1px solid #dae0e5;
}

#backToTop,
.menu_button {
    display: none;
}

@media screen and (max-width: 1025px) {
    .menu_button {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .nav-dwn1 {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .nav-dwn a {
        width: 100px;
    }

    .nav a,
    .dropbtn {
        font-size: 12px;
    }

    nav ul.productmenu>li,
    nav ul.productmenu>li:first-child {
        padding: 5px;
    }

    .list-dropdown .nav-link-header {
        font: 18px/1.3 Zoho_Puvi_Bold;
    }

    .list-dropdown .card-heading {
        font: 15px/1.3 Zoho_Puvi_SemiBold
    }

    .list-dropdown .card-para {
        font-size: 12px;
    }

    .dropdown-content .list-nav a,
    .list-dropdown .view-link {
        font-size: 14px;
    }

    .overview .link-caret::after {
        height: 4px;
        width: 4px;
    }

}

/* END Header CSS */




/* Header Dropdown CSS */
.dropdown-cs * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul.productmenu {
    margin-bottom: 0;
}

.dropbtn {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    border: none;
    font-family: 'Zoho_Puvi_Regular';
    cursor: pointer;
    position: relative;
    padding: 0 18px;
}

.dropdown:hover .dropbtn {
    color: #7bbb2a;
}

.dropdown {
    padding-bottom: 26px;
    position: static;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    box-shadow: rgba(37, 49, 56, 0.1) 0px 4px 8px -2px, rgba(37, 49, 56, 0.06) 0px 2px 4px -2px;
    border-top: 1px solid #ddd;
    padding: 40px 0;
    text-align: left;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    font: 18px/1.3 Zoho_Puvi_SemiBold;
    margin-bottom: 30px;
    color: #000;
}

.dropdown-content a:hover {
    color: #7bbb2a !important;
}

.nav-link-header {
    font: 22px/1.3 Zoho_Puvi_Bold;
    margin-bottom: 40px;
    color: #000;
}

.border-left {
    border-left: 1px solid #ddd;
}

.card-heading {
    font: 18px/1.3 Zoho_Puvi_SemiBold;
    margin: 20px 0;
    color: #000;
}

.card-para {
    font: 15px/1.6 Zoho_Puvi_Regular;
    letter-spacing: inherit;
    color: #333;
}

.view-link {
    font: 18px/1.3 Zoho_Puvi_SemiBold;
}

.card-nav-link:hover .card-heading,
.view-link {
    color: #7bbb2a;
}

/* .link-caret {
    position: relative;
    padding: 0 18px;
} */
.link-caret::after {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 6px;
    height: 6px;
    cursor: pointer;
    transition: transform 200ms;
}

.link-caret::after {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    right: 4px;
    top: 4px;
}

.dropdown:hover .link-caret::after {
    border-color: #7bbb2a;
}

.list-dropdown {
    list-style: none;
}

@media screen and (max-width: 1025px) {
    #MEmobPanel ul li ul {
        display: block;
    }

    .dropbtn {
        padding: 10px;
        width: 100%;
        text-align: left;
        line-height: 24px;
    }

    .link-caret::after {
        right: 15px;
        top: 15px;
    }

    .dropdown {
        padding-bottom: 0;
    }

    .dropdown-content {
        padding: 20px 0;
        position: relative;
        background: none;
        box-shadow: none;
        border: 0;
        top: auto;
        left: auto;
    }

    .nav-link-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .overview li:not(.nav-link-header) {
        border-bottom: 0 !important;
    }

    .dropdown-content .dropdown-link {
        margin-bottom: 0;
        font: 15px/1.3 Zoho_Puvi_Regular;
    }

    .dropdown-content .list-dropdown {
        padding: 0 15px 15px;
    }

    .border-left {
        display: none;
    }

    .dropdown-content .w-100 {
        max-width: 100%;
        flex: auto;
    }

    /*    #MEmobPanel .list-dropdown a {
        display: block;
    } */

    /*  #MEmobPanel .dropdown-content {
        width: 100%;
    } */

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .nav a,
    .dropbtn {
        font-size: 12px;
    }
}



/* End Dropdown CSS */








/* END COMMON CSS */

/* Start Mobile app CSS */
.apps-download-links {
    display: flex;
}

.apps-download-links img {
    width: 120px;
}

.apps-download-links a {
    margin: 0 10px 5px 0;
    display: inline-block;
	border: 1px solid #fff;
}


/* Start Video CSS */
.video-block {
    max-width: 600px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.35%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    height: auto;
}

/*START PERCENTAGE CSS */


.card-panel {
    background: #fff;
    padding: 100px 70px;
    border-radius: 20px;
    margin: 80px auto 50px;
    position: relative;
    z-index: 1;
}


@media (min-width: 768px) {
    .card-panel h2 {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
}

.features-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 35px;
}

.percnt-para {
    margin-bottom: 40px;
    margin-right: 50px;
    position: relative;
}

.percnt-inrcnt {
    background: #022736;
    padding: 32px 30px;
    border-radius: 24px;
    height: 195px;
}

.pertg-no {
    font: 50px Zoho_Puvi_Bold;
    margin: 0;
}

@media (max-width: 767px) {
    .card-panel {
        padding: 30px 15px;
        margin-bottom: 0;
    }

    .percnt-para {
        margin-right: 0;
		margin-bottom: 20px;
    }

    .features-list {
        display: block;
        text-align: left;
        margin-top: 30px;
    }
}

/*END PERCENTAGE CSS */
/* START FEATURED RESOURCE SECTION */
.resource-card {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #edeff2;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all .2s linear;
    text-decoration: none;
}

.resource-card[href]:hover {
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, .05);
}

.resource-card-head {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.resource-card-img {
    height: 50px;
    margin-bottom: 19px;
    width: auto;
    margin-right: 20px;
}

.resource-card:hover {
    text-decoration: none;
}

/*ALTERNATIVE CSS */

.text-yellow-header {
    font: 2.625rem/1.1 Zoho_Puvi_Regular;
}

.mx-auto {
    margin: 0 auto;
}

.alternative-table .table tbody th {
    background: #fff;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    font: 14px/1.5 Zoho_Puvi_SemiBold;
}

.alternative-table .table thead th {
    font: 16px/1.2 Zoho_Puvi_SemiBold;
    text-transform: uppercase;
    padding: 30px 12px;
}

.alternative-table .table-bordered td,
.alternative-table .table-bordered th {
    border: 1px solid #ccc;
}

.alternative-table .table td,
.alternative-table .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    width: 33.333333%;
    background: #fff;
}

.alternative-table td p {
    font: 14px/1.5 Zoho_Puvi_Regular;
}


@media (max-width: 767px) {
 .text-yellow-header {
                font: 36px/1.1 Zoho_Puvi_Regular;
            }
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .d-block {
        display: block;
    }

    .alternative-table .table td,
    .alternative-table .table th {
        min-width: 200px;
    }
}

@media (min-width: 768px) {
    .alternative-table thead {
        position: sticky;
        top: 88px;
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
        left: 0;
        right: 0;
    }
}
/* https://www.manageengine.com/cloudspend/css/common.css -- END */
.heading-menu{display:none;}
        .banner-subheader {
            font-family: Zoho_Puvi_Bold
        }

        .banner-text {
            max-width: 875px;
            margin: 0 auto;
        }

        .banner-img-block {
            min-height: 617px
        }

        .mobile-banner-visible {
            display: none
        }

        .not-visible {
            opacity: 0;
            visibility: hidden;
            transition-property: opacity, visibility;
            transition-duration: .5s;
            transition-timing-function: ease-in-out;
        }

        .not-visible.show-section {
            opacity: 1;
            visibility: visible;
            animation: fade-bottom .5s ease-in;
        }

        @keyframes fade-bottom {
            0% {
                transform: translateY(50px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .feature-row {
            padding: 100px 0;
        }

        .footer-bg {
            background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;
            background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;
            background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important;
        }

        .template-list li {
            display: inline-block;
        }

        .template-list li {
            color: #000;
            padding: 8px 18px 9px;
            border-radius: 18px;
            background: #fff9ef;
            font: 16px Zoho_Puvi_Regular;
            margin: 5px;
            display: inline-block;
            cursor: pointer;
        }

        .template-list li a:hover {
            background: #e6c385;
            color: #000;
            text-decoration: none;
        }

        .customer-service-img {
            max-width: 966px;
            margin: 30px auto 0;
            width: 100%;
            z-index: 1;
            position: relative;
            height: 617px;
            background-color: #e9eaed;
            border-radius: 15px;
        }

        .dashboard-layout {
            border-radius: 15px;
        }

        .customer-service-img img {
            border-bottom-right-radius: 15px
        }

        .cs-screen-1 {
            top: 50px;
        }

        .cs-screen-2 {
            top: 120px;
        }

        .cs-screen-3 {
            top: 190px;
        }

        .cs-screen-4 {
            top: 260px;
        }

        .cs-screen-5 {
            top: 330px;
        }

        .cs-screen-1:after {
            background-position: -19px -22px;
            width: 55px;
            height: 41px;
        }

        .cs-screen-2:after {
            background-position: -105px -20px;
            width: 47px;
            height: 53px;
        }

        .cs-screen-3:after {
            background-position: -181px -20px;
            width: 41px;
            height: 41px;
        }

        .cs-screen-4:after {
            background-position: -253px -19px;
            width: 44px;
            height: 41px;
        }

        .cs-screen-5:after {
            background-position: -328px -22px;
            width: 35px;
            height: 41px;
        }

        .cust-icns {
            position: absolute;
            left: 0;
            width: 74px;
            height: 65px;
        }

        .cust-icns:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50%);
        }

        .cust-icns.active-icn {
            background: #000;
        }

        .cust-scrns {
            left: 75px;
            top: 54px;
            width: calc(100% - 75px);
            display: none;
        }

        .banner-img-block {
            max-width: 966px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .cs-sprite,
        .cust-icns:after {
            background-image: url("/sites/meweb/images/kr/cloudspend/images/sprite.svg");
            display: inline-block;
        }

        .indicate-dots {
            background-position: -392px -20px;
            width: 11px;
            height: 11px;
            position: absolute;
            right: 6px;
            top: 30%;
        }

        .active-icn .indicate-dots {
            display: none !important
        }

        .cust-icns:not(.active-icn):before {
            animation: pulse-border 1500ms ease-out infinite;
            content: "";
            position: absolute;
            right: -8px;
            top: 38%;
            transform: translateY(-50%);
            display: block;
            width: 20px;
            height: 20px;
            background: #ef536480;
            border-radius: 50%;
            z-index: 1;
        }

        @keyframes pulse-border {
            0% {
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                opacity: 1;
            }

            100% {
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
                opacity: 0;
            }
        }

        @media(max-width:767px) {

            .feature-row {
                padding: 30px 0;
            }
        }

        @media(max-width:991px) {
            .banner-img-block {
                display: none;
            }

            .mobile-banner-visible {
                display: block;
            }

            .video-section {
                padding: 30px 15px;
            }
        }

        @media(min-width:1200px) {
            .banner-left-arrow {
                background-position: -433px -19px;
                width: 113px;
                height: 98px;
                position: absolute;
                top: 35px;
                left: -110px;
                display: inline-block;
                background-image: url(/sites/meweb/images/kr/cloudspend/images/sprite.svg);
            }

            .banner-right-arrow {
                background-position: -575px -22px;
                width: 71px;
                height: 76px;
                position: absolute;
                top: 267px;
                right: -58px;
                display: inline-block;
                background-image: url(/sites/meweb/images/kr/cloudspend/images/sprite.svg);
            }

            .banner-top-arrow {
                background-position: -674px -19px;
                width: 26px;
                height: 25px;
                position: absolute;
                top: -27px;
                right: -29px;
                display: inline-block;
                background-image: url(/sites/meweb/images/kr/cloudspend/images/sprite.svg);
            }
        }