/*#service {*/
/*    margin: 100px 0 ;*/
/*    padding:100px 0;*/
/*    background: #F8FAFF;*/
/*}*/
#service {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.servicehead h2 {
    text-align: center;
    /*margin-top: 45px;*/
}
.servicehead p {
    margin-bottom: 45px;
}
 .service-btn {
    margin-top: 30px;
}

.serviceinner {
    margin: 80px 0 50px;
}
.service-text img {
    display: block;
    width: 100%;
}
.service-text ul {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.serviceimg{
     display: none;
}
.service-text ul li {
    flex: 0 30%;
    text-align: center;
}

.service-text ul li:first-child,
.service-text ul li:last-child {
    margin-top: -28px;
    margin-left: 5px;
}

.service-text ul li:last-child {
    position: relative;
    left: -5px;
}

.service-text ul li:nth-child(2) {
    position: relative;
    left: 0px;
    margin-top: -28px;
}

.service-text ul li h3 {
    margin-bottom: 16px;
}
@media only screen and (max-width: 1075px) and (min-width: 767px)  {
    .service-text ul li h3{
    font-size:23px;
}
}

@media only screen and (max-width: 767px) {
    #service{
        margin: 0;
    }
    .serviceimg img{
        display:none;
    }
    .service-text img{
    display:block;
    margin:auto;
    padding:0 0 10px 0;
}
    .servicehead h2{
        font-size: 30px;
        margin-top: 50px;
    }
    .serviceinner{
        margin: 30px 0;
    }
    .service-text ul{
        flex-wrap: wrap;
    }
    .service-text ul li h3{
        font-size: 25px;
    }
    .service-text ul>li{
        padding-bottom: 40px;
        flex: 0 100%;
        margin: 0 !important;
        left: 0 !important;
    }
    .service-text ul li p{
        font-size: 17px;
    }
}