.container {
    max-width: 960px;
    box-shadow: 0 0 0.8em #ccc;
    color: #7a7a7a;
}

.np {
    padding-right: 0;
    padding-left: 0;
}

.header-logo {
    padding: 30px 0;
    background-image: url(../images/header-bck.jpg);
}

.menu-part {
    background: #009ad1;
    padding: 20px;
}

.menu-part ul {
    margin: 0;
    text-align: center
}

.menu-part ul li {
    list-style: none;
    display: inline;
    padding: 0 18px;
}

.menu-part ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px !important;
}

.menu-part ul li a:hover, .activelink {
    text-decoration: none;
    border-bottom: #fff 1px solid;
}

.commonheading h4 {
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
}

.commonheading p {
    font-size: 14px !important;
    line-height: 22px;
    text-align: justify;
}

.line {
    text-align: center;
    margin: 0 auto;
    border-bottom: #009ad1 1px solid;
    margin-bottom: 20px;
}

.pimage {
    padding: 10px;
}

.footer {
    background: #777672;
    color: #fff;
    padding: 10px;
}

.headerpart {
    background: #3CB5B5;
    padding: 50px 30px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.commoncontentsinner {
    padding: 20px 0;
}

.commoncontentsinner p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
}

.commoncontentsinner h4 {
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: #009ad1 1px solid;
}

.commoncontentsinner h3 {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: #009ad1 1px solid;
}

.productimg {
    margin: 20px 0;
    text-align: center;
}

.morelink {
    display: inline-block;
    background: #009ad1;
    color: #fff;
    font-size: 13px;
    text-align: right;
    padding: 5px 10px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}