﻿body {
}
.newbanner-sub-head {
    color: #323238;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height:35px;
   
}
.newbanner-sub-head-gp {
    color: #323238;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.banner-center {
    display: flex;
    align-items: center;
   
}

.crm-logo{
    width: 200px;
    text-align: center;
    margin-bottom: 10px
}
.banner-container-crm {
    position: relative;
    height: 450px;
    background-image: url('../images/new-greencall/green-crm-banner.png');
   
    background-size: auto;
    background-position: center;
}
.banner-container-vm {
    position: relative;
    height: 450px;
    padding: 0px;
    background-image: url(../images/new-greencall/green-comp-banner.png);
    background-size: auto;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .newbanner-sub-head {
        color: #323238;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .banner-container-crm {
        position: relative;
        height: 350px;
      
    }
    .hidden-banner-img {
        display: none;
    }
}
@media (max-width: 800px) {
    .crm-logo {
        width: 150px;
        text-align: center;
        margin-bottom: 10px;
    }

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

    .banner-container-vm {
        position: relative;
        height: 350px;
    }
}
@media (max-width: 500px) {
    .newbanner-sub-head-gp {
        color: #323238;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
    .banner-container-vm {
        position: relative;
        height: 400px;
    }
}
@media only screen and (max-width: 600px) {
    .banner-container-crm {
        position: relative;
        height: 400px;
    }
}
.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1rem 3rem !important;
    border: 1px solid #eee !important;
}
.description-word-count {
    font-size: 14px;
    color: #718096;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .description-word-count {
        font-size: 12px;
    }
}