.serviceBox{
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background: #4ca8e8;
    font-size: 30px;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon{
    background: #dcdcdc;
    color: #4ca8e8;
}
.serviceBox .service-icon:after{
    content: "";
    border-top: 10px solid #4ca8e8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon:after{
    border-top-color: #dcdcdc;
}
.serviceBox .title{
    color: #414141;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{
    color: #4ca8e8;
}
.serviceBox .description{
    font-size: 16px;
    color: #8e8e8e;
    line-height: 25px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #414141;
    position: relative;
    bottom: -20px;
    transition: margin-right 0.5s ease 0s, border-color 0.3s ease 0s;
}
.serviceBox .read-more span{
display: inline-block;
padding: 5px 18px;
background: #fff;
margin: 0 -41px -12px 0;
position: relative;
left: 7px;
transition: margin-right 0.5s ease 0s;
}
.serviceBox:hover .read-more span{
    color: #4ca8e8;
    margin-right: 0;
}
.serviceBox .read-more i{
    display: inline-block;
    padding: 9px 17px 7px 20px;
    background: #4ca8e8;
    color: #fff;
}
.serviceBox:hover,
.serviceBox:hover .read-more{
    border-color: #4ca8e8;
}
@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 80px; }
}


.service-full-desc{
    display: none;
}

.mfp-content .service-full-desc{
    display: block;
}

.mfp-content li{
    list-style: disc;
}

.mfp-content ul{
    margin-left: 40px;
}

.mfp-close{
    background: #95c11f!important;
    color:#fff!important;
}

.mfp-content h3{
    padding-top: 0px!important;
    margin-top: 0px!important;
}

.button-details{
    background-color: #3e9fdf;
    color: #ffffff!important;
    border: none;
    margin: 10px auto 0px auto;
    padding: 10px 10px;
    font-weight: normal;
    min-width: 142px;
    outline: none;
    display: block;
    text-align: center;
    text-decoration: none!important;
    max-width: 120px;
}

.button-details:hover{
    opacity: 0.7;
}

.service-form form{
    margin-bottom: 0px!important;
}

.service-full-desc p, .service-full-desc ul, .service-full-desc li {
    font-size: 15px!important;
}


.msg-ok{
    background-color: #dff0d8; 
    color: #3c763d; 
    border-top: 3px solid #d6e9c6;
    border-bottom: 3px solid #d6e9c6; 
    padding-left: 1em; 
    font-weight: bold;
}

.msg-error{
    background-color: #e6c0c0; 
    color: #c00; 
    border-top: 3px solid #DE7A7B; 
    border-bottom: 3px solid #DE7A7B; 
    padding-left: 1em; font-weight: bold;
}