.services-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 520px;
}

.service-information .service-info-line {
    text-align: center;
}

.service-information .service-info-line h5 {
    line-height:1.5em;
}

.service-information .service-info-line:first-child, .service-information .service-info-line:nth-child(2) {
    border-right: 1px solid lightgrey;
}

.service-information {
    padding: 5em 0;
}

.service-footer {
    padding-top:100px;
}

.learn-more-area {
    border: 3px solid #80adda;
    background: #fcfcfc;
}

.saas_subscribe_area .saas_action_content .learn-more-btn {
    max-height: 60px;
    min-width: 250px;
    font-size: 20px;

    background: rgb(0,174,238);
    background: -moz-linear-gradient(90deg, rgba(0,174,238,1) 0%, rgba(0,174,238,1) 0%, rgba(0,156,221,1) 0%, rgba(0,72,145,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,174,238,1) 0%, rgba(0,174,238,1) 0%, rgba(0,156,221,1) 0%, rgba(0,72,145,1) 100%);
    background: linear-gradient(90deg, rgba(0,174,238,1) 0%, rgba(0,174,238,1) 0%, rgba(0,156,221,1) 0%, rgba(0,72,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00aeee",endColorstr="#004891",GradientType=1);
    
    cursor: pointer;
}

.saas_subscribe_area .saas_action_content .learn-more-btn:hover {
    color: #003367;
    background: #e6e6e6;
    border: 2px solid #517eab;
}

.chat_info {
    padding: 42px 45px;
    border-left-color: #00aeee;
}

.chat_content {
    position: relative;
}

.chat_content h2 {
    font-weight: 600;
    color: #ebebeb;
    word-spacing: 4px;
    letter-spacing: 2px;
    line-height: 1.7em;
    font-size: 2.2em;
}

.chat-content-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.curved-edges {
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}

.chat-left {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    padding: 2em;
}

img.mini-icon {
    width: 45px;
    margin: 0;
    padding: 0;
}

.stratup_service_info .startup_service_item .mini-icon-container {
    margin: 0;
    padding: 0;

    background: transparent;
}

.stratup_service_info .startup_service_item h3 {
    word-spacing: 2px;
    letter-spacing: 0.6px;
}

.stratup_service_info .startup_service_item p {
    font-size: 17px;
    color: black;
}

.fpq-area {
    padding: 60px 0 50px 0;
    margin-bottom: 50px;
    /* background: #013469; */

    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(75,111,149,1) 0%, rgba(65,103,143,1) 0%, rgba(50,91,134,1) 0%, rgba(1,52,105,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(75,111,149,1) 0%, rgba(65,103,143,1) 0%, rgba(50,91,134,1) 0%, rgba(1,52,105,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(75,111,149,1) 0%, rgba(65,103,143,1) 0%, rgba(50,91,134,1) 0%, rgba(1,52,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#013469",GradientType=1);
}

.fpq-area h4 {
    text-align: center;
    font-size: 30px;
    word-spacing: 3px;
    color : #dfdfdf;
}

.fpq-questions {
    margin-top: 45px;
}

p.fpq-single-question {
    padding: 24px 44px 19px 44px;
    font-size: 22px;
    /* border: 1px solid #dadada;
    border-bottom-width: 0; 
    margin: 0; */
    color: #dcdcdc;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,175,239,1);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0,175,239,1);
    box-shadow: 1px 1px 5px 2px rgba(0,175,239,1);
}

/* p.fpq-single-question:first-child {
    border-top-left-radius: 10px;
}

p.fpq-single-question:last-child {
    border-bottom-width: 1px;
    border-bottom-right-radius: 10px;
} */

.chat_area {
    padding-bottom: 80px;
    padding-top: 20px;
}

.erp_analytics_item {
    padding: 0;
}

.erp_analytics_item img {
    height:100px;
}

.erp_analytics_item p {
    font-size: 20px;
}

.erp-analytics-bottom {
    background: url("../../img/erp-home/background-blue.png") no-repeat scroll center 0/cover;
    height: 90px;
    margin-bottom: 3.5em;
}

.erp_analytics_area {
    background:none;
    background-color: #e3f8ff;
    padding: 70px 0px 20px;
    border-top: 2px solid #95b7da;
}

.erp-row {
    padding: 20px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-color-transparent {
    color: rgba(0,0,0,0);
}


@media (max-width: 991.98px) {
    .service-information .service-info-line:first-child, .service-information .service-info-line:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid lightgrey;
    }

    .service-information .service-info-line {
        padding: 24px 0;
    }

    .service-information {
        padding: 2.5em 0;
    }

    .chat-left {
        margin-right: 7vw;
    }
    
    .chat-right {
        margin-left: 3vw;
    }

    .chat_content {
        margin-top: 0;
        padding: 4em 0;
        position: relative;
    }

    .erp-box {
        padding-bottom: 25px;
    }

    .erp_analytics_area {
        background-position-y: -10vh;
    }
}