body .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.whatsapp-banner-sec{
    background-color:#f1f1f1;
    padding:30px 0px;
}

.whatsapp-banner-sec .row{
    display:flex;
    align-items:center;
}

.whatsapp-banner-sec h1{
    font-size: 2.5em;
    font-family: Lato-Black,Helvetica,Arial,sans-serif!important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 15px;
}

.whatsapp-banner-sec h5{
    font-size: 22px;
    font-family: source_sans_prosemibold;
    margin: 0 0 10px;
}

.whatsapp-banner-sec p{
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 300;
    color:#777;
    line-height:1.3;
}

.whatsapp-banner-sec img{
    max-width:100%;
}

.whatsapp-banner-sec .demo-access-btn{
	background-color:#0072cf;
	border:1px solid #0072cf;
	color:#fff;
	font-size: 16px;
    padding: 10px 25px;
	text-decoration:none;
	font-weight:600;
}

.whatsapp-banner-sec .demo-access-btn:hover{
    background-color:#107dbb;
    border:1px solid #107dbb;
	color:#fff;
	font-size: 16px;
    padding: 10px 25px;
	text-decoration:none;
	font-weight:600;
}

.brand-sec{
    background-color:#fff;
    padding:30px 0px;
}

.brand-sec .brand-sec-div{
    font-size: 18px;
    font-family: source_sans_prosemibold;
    color: #666;
}

.brand-sec .brand-sec-div .fa{
    color: #0072cf;
    margin-right: 8px;
}

.automate-sec{
    background-color:#f0f6fc;
    padding:50px 0px;
}

.automate-sec h2{
    font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}

.automate-sec p{
    font-size: 18px;
    text-align: center;
    color: #666;
    line-height: 1.3;
    margin: 0;
}

.operations-sec{
    background-color:#fff;
    padding:50px 0px;
}

.operations-sec h2{
     font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: center;
}

.operations-sec .operations-sec-container{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    grid-gap: 15px;
}

.operations-sec .operations-sec-container .operations-div{
    background-color: #eee;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 5px #ccc;
    font-size: 14px;
    font-family: 'source_sans_prosemibold';
    color: #666;
}

.operations-sec .operations-sec-container .operations-div img{
    display:block;
    margin:0 auto 10px;
}

.help-sec{
    background-color:#f0f6fc;
    padding:50px 0px;
}

.help-sec h2{
   font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 30px;
}

.help-sec h2 span{
    color:#0072cf;
}

.help-sec .help-div{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    box-shadow:0 3px 3px #ccc;
    margin-bottom:20px;
}

.help-sec .help-div img{
    display:block;
    margin-bottom:10px;
}

.benefits-sec{
    background-color:#fff;
    padding:50px 0px;
}

.benefits-sec h2{
    font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align:center;
}

.benefits-sec .benefits-div{
    border:1px solid #ccc;
    border-radius:10px;
    box-shadow:0 5px 5px #ccc;
    text-align:center;
    padding:15px;
    margin-bottom:20px;
}

.benefits-sec .benefits-div img{
    display:block;
    margin:auto;
}

.benefits-sec .benefits-div h4{
    font-size: 18px;
    font-family: 'source_sans_prosemibold';
    margin: 10px 0px;
    line-height:1.3;
}

.benefits-sec .benefits-div p{
    font-size: 14px;
    margin: 0px;
    color: #777;
    line-height: 1.4;
}
.use-case-sec{
    background-color:#f0f6fc;
    padding:50px 0px; 
}

.use-case-sec h2{
    font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align:center;
}

.use-case-sec h6{
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 300;
    color: #777;
    line-height: 1.3;
    text-align:center;
}

.use-case-sec .use-case-div{
    display: flex;
    align-items: start;
    background-color: #fff;
    box-shadow: rgb(204, 204, 204) 0px 5px 5px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
}

.use-case-sec .use-case-div .use-case-icon{
    min-height: 80px;
    min-width: 80px;
    background-color: #eee;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.use-case-sec .use-case-div .use-case-icon img {
    display: block;
    margin: auto;
}

.use-case-sec .use-case-div h4 {
    font-size: 18px;
    font-family: 'source_sans_probold';
    margin: 0px 0px 5px;
}

.use-case-sec .use-case-div p{
    margin: 0px;
    font-size: 14px;
    color: #777;
    line-height:1.4;
}

.features-sec{
    background-color:#fff;
    padding:50px 0px;
}

.features-sec h2{
    font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 30px;
}

.features-sec .features-div{
    text-align:center;
    padding:15px 10px;
}

.features-sec .features-div img{
    display:block;
    margin:auto;
}

.features-sec .features-div h6{
    font-size: 18px;
    font-family: 'source_sans_prosemibold';
    margin: 10px 0px;
    line-height: 1.3;
}

.features-sec .features-div p{
    font-size: 14px;
    margin: 0px;
    color: #777;
    line-height: 1.4;
}

.launch-sec{
    background-color:#f0f6fc;
    padding:50px 0px; 
}

.launch-sec h2{
    font-size: 2em;
    font-family: Lato-Black, Helvetica, Arial, sans-serif !important;
    color: #333;
    line-height: 1.2;
    margin: 0 0 30px;
}

.launch-sec .launch-div{
    display: flex;
    align-items: start;
    margin-bottom:20px;
}

.launch-sec .launch-div .launch-icon{
    min-height: 45px;
    min-width: 45px;
    background-color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color:#0072cf;
    border:2px solid #0072cf;
    font-size:25px;
    font-family:'source_sans_prosemibold';
}

.launch-sec .launch-div h4{
    font-size: 18px;
    font-family: 'source_sans_probold';
    margin: 0px 0px 5px;
    color:#666;
}

.launch-sec .launch-div p{
    margin: 0px;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.whatsapp-contact-sec{
    background:linear-gradient(0deg,#0072cf 20%,#2684ff 80%);
    padding:50px 0px;
}

.whatsapp-contact-sec h2{
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    font-size: 2em;
    font-family:Lato-Black, Helvetica, Arial, sans-serif !important;
    line-height:1.3;
}

.whatsapp-contact-sec h6{
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.whatsapp-contact-sec .contact-btn{
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
}

@media screen and (min-width:768px){
    .features-sec .border-bottom{border-bottom:1px solid #ccc;}

.features-sec .border-right{border-right:1px solid #ccc;}

.features-sec .border-left{border-left:1px solid #ccc;}

.benefits-sec .benefits-div{min-height:215px;}
}