
.lefter
{
    
}

.serviceBox {
    border: 1px solid #b9b9b9; 
    margin-left: 10px;
    text-align: center;
    padding: 25px;
    width: 100%;
    height: auto;
    /* background: rgb(0, 186, 241); */
    background: #8ed54c;
    border-radius: 30px;
    padding-top: 40%;
    padding-bottom: 40%;
}



.row.align-center
{
    display: flex ;
    justify-content: center;
    margin: 0;
    align-items: center;
}


.serviceBox1 {
    width: 70%; 
    background: #fff;
    text-align: center;
    padding: 25px 5px;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
    border: 2px solid #8ed54c;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 10%;
}

 


.serviceBox .service-icon i {
   
    background: transparent;
    color: #fff;
    transition: all 0.3s ease-out;
    font-size: 85px;
}


.serviceBox .service-content {
    margin-top: 10%;
}

.serviceBox .service-content h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-family: 'Nunito Sans', Arial, sans-serif;
    color: #fff;
    font-weight: 600;
}


span.goalspan {
    cursor: pointer;
}


.serviceBox .service-content p {
    color: white;
    margin-top: 40px;
    line-height: 25px;
    font-size: 17px; 
}


.serviceBox1 .read1 {
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px 10px;
    border-top: 1px solid #8ed54c;
    transition: all 0.5s ease 0s;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-top: 5%;
    padding-top: 10px;
    padding-left: 1px;
    padding-right: 1px;
}

.serviceBox1:hover {
    /* background: rgb(0, 186, 241); */
    background-color: #8ed54c;
    cursor: pointer;
}
.serviceBox1:hover div img {
    filter: brightness(0) invert(1);
}
.serviceBox1:hover .read1
{
    color: #fff;
    border-top : 1px solid #fff;
}

@media screen and (max-width: 860px)
{
    .serviceBox
    {
        padding: 0;
        width: 90%;
        margin-left: 6%;
        margin-bottom: 20px;
    }
    .serviceBox .service-content
    {
        margin-top: 3%;
    }
    .serviceBox .service-content p
    {
        line-height: normal;
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }
    .serviceBox .service-icon i
    {
        margin-top: 20px;
    }
    .righter .row .col-md-4
    {
        width: 33%;
        padding: 0;
    }
    .serviceBox1
    {
        margin-left: 5px;
        width: 90%;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .serviceBox1 .read1
    {
        font-size: 11px;
    }
    
    
    .serviceBox .service-content h3
    {
        font-size: 19px;
    }
    
    .serviceBox .service-content p
    {
                font-size: 14px;
    }
    
    .righter .row .col-md-4
    {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .serviceBox1 .read1
    {
                min-height: 80px;
    }
    
    .serviceBox1
    {
                margin-left: 8%;
        width: 81%;
    }
}