@import url("https://www.manageengine.com/cloudspend/css/common.css");
@import url("https://www.manageengine.com/cloudspend/css/grid.css");

/* START Homepage CSS */
.dashboard-header {
    font-size: 32px;
}

.azure-logo {
    width: 100px;
}

.aws-logo {
    width: 60px;
}

.custom-media {
    display: flex;
    align-items: flex-start;
}
.footer-top-block{background-image:-webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;}
.footer-top-block h2, h2.email-header{color:#fff;}
.email-top-section h1{color:#d8ae52;}
.email-top-section:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 80%;
    background: #022736 !important;
    background-size: 200px auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .custom-media {
        display: block;
    }
}

.custom-media-body {
    flex: 1;
}

.custom-media-img {
    align-self: center;
    margin-right: 1rem;
}

.our-customer-section {
    position: relative !important;
    overflow: hidden;
    background: #fff;
}

.marqueeLeft {
    animation: 40s linear 1s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    margin: 32px auto;
    width: calc(5000px);
}

.marqueeRight {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    animation-direction: reverse;
    margin: 32px auto;
    width: calc(3136px);
}

.client-img {
    background: center center / contain no-repeat rgb(255, 255, 255);
    border: 24px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 5%) 0px 8px 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 32px;
    width: 192px;
    align-items: center;
    height: 100px;
}

@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-4010px));
    }
}

@media (max-width: 420px) {
    @keyframes marqueeLeft_animation {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-4350px));
        }
    }
}

/* End Homepage CSS */

/* Start Pricingpage CSS */

.faq li {
    padding: 1.25em;
    position: relative;
}

.pricing-example-list li {
    padding: 0;
}

.faq ul {
    list-style-type: none;
}

.faq li.question {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.faq li.question h3 {
    padding-right: 20px;
}

.faq li.answer {
    display: none;
}

.faq li h4:after,
.faq li h3:after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 15px;
    right: 15px;
    color: #f0483e;
    font-weight: 100;
}

.faq li.active h4:after,
.faq li.active h3:after {
    content: "l";
    font-size: 16px;
    transform: rotate(90deg);
    right: 20px;
    font-weight: 100;
}

table {
    border-collapse: collapse;
}

.pricing-table {
    width: 80% !important;
    margin: 0 auto;
}

.pricing-table tr {
    border: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table thead th {
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table td {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.main-feature-list>li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    border-left: 2px solid #f0483e;
    border-bottom: 2px solid #f0483e;
    transform: rotate(-50deg);
    top: 10px;
    left: 0;
}

.main-feature-list>li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    font-size: .875rem;
    line-height: 2;
}

/* END Pricingpage CSS */

/* START subpages CSS  */
.banner-block {
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .order-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {

    .mrg-img-bot,
    .mrg-btn-bot {
        margin-bottom: 20px;
    }
}



.grey-badge {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 10px;
}

/* END Subpages CSS  */
/* START Feature CSS  */
.bg-banner-solid--blue {
    background-color: #eaf5ff;
}

.features h3 a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.features h3 a:hover {
    text-decoration: none;
}

.feature-list ul li a {
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: 2px solid #ffffff;
    font-size: 16px;
    display: inline-block;
}

.feature-list {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.feature-list ul li.active a {
    color: #83b633;
    border-left: 2px solid #83b633;
}

.text-head-mob {
    display: none;
}

#fea-mob-show {
    display: none;
}

@media screen and (min-width: 992px) {
    #commonHeader {
        min-height: 92px
    }
}

@media screen and (max-width: 991px) {
    .text-head-mob {
        display: block;
    }

    #fea-desk-show {
        display: none;
    }

    .feature-list {
        height: initial;
        top: 93px;
        padding-top: 1px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        text-align: center;
    }

    .feature-dropdown {
        position: -webkit-sticky;
        position: sticky;
        top: 93px;
        background: #fff;
        z-index: 1;
    }

    .af-lap,
    #fea-mob-show {
        display: none;
    }

    .feature-list ul li.active {
        background: #83b633;
        color: #fff;
    }

    .feature-list ul li {
        width: 100%;
        border-top: 1px solid #efefef;
        float: left;
        font-size: 15px;
        background: #fff;
    }

    .feature-list ul li.active a {
        color: #fff;
        border-left: 0;
    }

    .feature-list ul li a {
        margin-bottom: 0;
        padding: 7px;
    }

    .cloud-content {
        margin-top: 30px !important;
    }

    .feature-list ul li:last-child {
        box-shadow: 0 2px 2px -1px #ccc;
    }

    .feature-list,
    .features-col {
        width: 100%;
    }

    .feature-content {
        padding-top: 30px;
    }
}

/* END Feature CSS  */