@media (max-width: 480px) {
  .title-md {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.display-inline-block {
    margin-top: 0px;
    padding-left: 15px;
    display: inline-block;
}

.col-xs-6 {
    width: 100%;
}

.title-lg {
     font-size: 20px;
    font-weight: 600;
    text-align: center;
   }

.service {
      background: #fbfafa;
    padding: 0 0 0px 0;
}

.col-footer-bottom a {
    position: absolute;
    top: 47px;
    right: 0px;
    left: 15px;
    display: block;
    width: 179px;
    margin: 0 auto;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    color: #000;
    /* border: solid 1px #555; */
    /* background-color: #000; */
}

.section.footer-bottom p {
    line-height: 1;
    padding-top: 13px;
    color: white;
    margin-left: 24px;
}

img.img-responsive.serv {
   margin: -8px 0px 0px 26px;
    width: 80%;

}

.heading-page {
    text-align: center;
    font-size: 19px;
    margin-top: -88px;
    font-weight: 500;
    margin-left: -152px;
    color: #0a0a0a;
}

h3.text-theme.title-lg-one {
    font-size: 17px;
}

h3.incon {
    color: #31708f;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}

h3.prod-head {
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-size: 30px;
    color: #ffffff;
}

.border {
    border-top: 1px dotted white;
    width: 60%;
    margin: 20px 0 20px 0;
}

p.ser {
   font-size: 16px;
    text-align: left;
    margin-left: 18px;
}

h3.ser {
    text-align: left;
    margin-left: 18px;

}
}