.service-header{
    float: left;
    width: 100%;
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DEDEDE;
}

.service-subheader{
    float: left;
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
}

.service-sub-header{
    float: left;
    width: 100%;
    font-size: 20px;
    color:#777;
    margin-bottom: 7px;
}

.service-img-holder{
    float:left;
    width:24.4%;
    display: flex;
    height:200px;
    padding:3px;
    margin-bottom: 10px;
    margin-left: 0.2%;
    margin-right: 0.2%;
    overflow:hidden;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid 1px #DDD;
}

.service-img{
    float: left;
    width: 100%;
}

.service-container{
    margin-top: 83px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prod-content{
    line-height: 1.7;
    font-size: 14px;   
}

.btn-enquire{
    float: right;
}

.ulenquire li label{
    float: left;
    width: 100%;
    font-weight: bold;
}

.popup-wrapper{
    display: none;
    position: relative;
    width: 256px;
    margin: 0 auto;
    z-index: 5;
}

.popup-holder{
    position: absolute;
    width: 249px;
    top: 150px;
    background-color: #FFF;
/*    padding: 20px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup-container{
    float: left;
    width: 249px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.popup-close,.popup-close:hover,.popup-close:active{
    position: absolute;
    top: 6px;
    right:10px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.popup-header{
    float: left;
    width:100%;
    line-height: 35px;
    color: #FFF;
    text-indent: 10px;
    background-color: #EE183D;
}

.status-msg{
    display: none;
    float: left;
    width: 88%;
    padding:6px 15px;
    margin-bottom: 10px;
    background-color:#ddffb5;
    border:#b6db8a solid 2px;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 2px 0 #b6db8a;
    -moz-box-shadow: 0 0 2px 0 #b6db8a;
    -webkit-box-shadow: 0 0 2px 0 #b6db8a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ulenquire li input[type="text"]{
    border-radius:0px;
}
.ulenquire li select,textarea{
    border-radius:0px;
}