html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body{
    background: #ffffff;
}
select{
    padding: 6px;
    margin-bottom: 0px;
}
#header{
    width: 100%;
    text-align: left;
}
#logo{
    margin-top: 22px;
}

#contact-details .mui-icon{
    font-size: 18px;
}
#contact-details a{
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
#box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 35px 0 15px 0;
}
.item .computer{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: text-top;
    background-image: url(/img/computer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.item .setting{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: text-top;
    background-image: url(/img/setting.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.item .phone{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: text-top;
    background-image: url(/img/phone.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.item h3{
    line-height: 34px;
    font-weight: bold;
    color: #333333;
}
.item p{
    font-size: 14px;
}
.head{
    font-weight: bold;
    font-size: 17px;
    line-height: 34px;
    background: url(/img/headline-bg.png) 0 50% repeat-x;
    display: block;
    margin: 30px 0 8px 0;
}
#list li a{
    display: inline-block;
    width: 100%;
    color: #ffffff;
}
.service{
    overflow: hidden;
    padding: 1px;
}
.service ul{
    list-style: none;
}
.service ul li{
    float: left;
    margin: -1px 0 0 -1px;
    border: 1px #e5e5e5 solid;
}
#footer{
    width: 100%;
    position: relative;
    bottom: 0px;
    background: #444;
    padding: 10px 0px;
}
.us-head{
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    line-height: 34px;
    display: block;
    margin: 20px 0 8px 0;
}
.us p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #eeeeee;
}
.where p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #eeeeee;
}
.about-head{
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin: 0 0 25px 0;
}
.about-head .line{
    text-indent: -9999px;
    height: 3px;
    width: 100px;
    display: block;
    background: #72b626;
    margin-bottom: -2px;
}
.about-text{
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    padding: 11px 0 26px 0;
}
@media screen and (max-width: 767px){
    #wrapper {
        margin: 0 auto;
        padding: 15px 0 30px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .container {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }
    #list{
        display: none;
    }
    #contact-details{
        display: block;
        margin-top: 40px;
        height: 24px;
        line-height: 24px;
    }
    #select{
        display: block;
        width: 100%;
        cursor: pointer;
        height: 37px;
        font-size: 14px;
        margin: 15px 0;
        border-radius: 3px;
        border: 1px #d8d8d8 solid !important;
    }
    #box .item{
        width: 300px;
        margin: 0;
    }
    .service img{
        width: 148px;
        height: auto;
    }
}
@media screen and (min-width: 767px){
    #wrapper {
        margin: 0 auto;
        padding: 25px 0 30px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .container {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 0;
    }
    #list{
        background: #444;
        display: block;
        width: 100%;
        max-height: 52px;
        overflow: hidden;
        margin: 20px 0 15px 0;
    }
    #list ul li{
        float: left;
        padding: 17px 25px;
        font-size: 12px;
        list-style: none;
        text-align: center;
        color: #ffffff;
    }
    #contact-details{
        display: none;
    }
    #select{
        display: none;
    }
    #box .item{
        width: 300px;
        margin: 0px 10px;
    }
}
