@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.comming_soon {
    background: url("images/bg.jpg");
    background-position: top center;
    background-size: cover;
}
.logo_cm img {
    width: 30%;
}
.logo_cm {
    text-align: center;
    margin-bottom: 5%;
}
.cm_text ,.hr, .address_cm {
    text-align: center;
}
.container.cm_page{
    padding-top: 15%;
}
.cm_text h1 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
}
.cm_text h2 {
    font-size: 25px;
    //font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
.hr {
    margin-bottom: 3%;
    margin-top: 3%;
}
.address_cm {
    padding-bottom: 3%;
}
.pin_cm ,.phone_cm{
    margin-bottom: 10px;
}
.phone_cm {
    margin-top: 3%;
}
.add_cm span ,.phone_cm span{
    font-family: 'Open Sans', sans-serif;
}
.tel_cm {
    padding-bottom: 3%;
}
.cm_fooer {
    background: #7c7c7c;
    text-align: center;
    padding: 20px;
}
.cm_fooer h2 {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.cm_text h2 a {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 980px) {
    .comming_soon {
        background-size: initial;
    }
    .logo_cm img {
        width: 50%;
    }
    .cm_text h1 {
        font-size: 20px;
    }
    .cm_text h2 {
        font-size: 17px;
    }
}