


/* lead-generation start here  */

.lead-generation-main{
}

.lead-generation-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.lead-generation-list ul li{
    font-size: 16px;
    color: #000;
}

.lead-generation-img img{
    width: 70%;
}
/* lead-generation start here  */

/* call-center start here  */

.call-center-main{
}

.call-center-desc p{
    color: #000;
    font-size: 16px;
}
.call-center-list ul li{
    font-size: 16px;
    color: #000;

}

.call-center-img img{
    width: 70%;
}


/* call-centerend here  */

/* reoport analysis start here  */

.visitors-main{
}

.visitors-desc p{
    color: #000;
    font-size: 16px;
}

.visitors-list ul li{
    font-size: 16px;
    color: #000;
}
.visitors-img img{
    width: 70%;
}


/* reoport analysis end here  */

/* lead-management start here  */

.lead-management-main{
}

.lead-management-desc p{
    color: #000;
    font-size: 16px;
}

.lead-management-list ul li{
    font-size: 16px;
    color: #000;
}
.lead-management-img img{
    width: 70%;
}

/*  lead-management end here  */

/* system-managing start here  */

.system-managing-main{
}

.system-managing-desc p{
    color: #000;
    font-size: 16px;
}

.system-managing-list ul li{
    font-size: 16px;
    color: #000;
}
.system-managing-img img{
    width: 70%;
}

/* system-managing end here  */

/* advance-reporting start here  */

.advance-reporting-main{
}

.advance-reporting-desc p{
    color: #000;
    font-size: 16px;
}

.advance-reporting-list ul li{
    font-size: 16px;
    color: #000;
}
.advance-reporting-img img{
    width: 70%;
}

/*  advance-reporting end here  */

/* advance-notification start here  */

.advance-notification-main{
}

.advance-notification-desc p{
    color: #000;
    font-size: 16px;
}

.advance-notification-list ul li{
    font-size: 16px;
    color: #000;
}
.advance-notification-img img{
    width: 70%;
}

/*  advance-notification end here  */


/* lead-management our strength start here  */

.lead-management-our-strength-main{
}

.lead-management-our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.lead-management-our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.lead-management-our-strength-img img{
    width: 70%;
}

/* lead-management  our strength  end here  */




@media screen and (max-width: 992px) {

    .lead-generation-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
   

    .visitors-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .system-managing-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .advance-notification-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


}

@media screen and (max-width: 576px) {
   

    .call-center-img img{
        width: 90%;
    }
    .lead-generation-img img{
        width: 90%;
    }
    .visitors-img img{
        width: 90%;
    }
    .lead-management-img img{
        width: 90%;
    }

    .system-managing-img img{
        width: 90%;
    }
    .system-managing-img img{
        width: 90%;
    }
    .advance-notification-img img{
        width: 90%;
    }
    .lead-management-our-strength-img img{
        width: 90%;
    }
}