body {
  background-color: unset;
  color: unset;
}

span {
  font-size: 15px;
}

html {
  background: #eaeef0;
}

h5 {
  margin-top: 0%;
}

hr {
  color: #ccc;
}

.container .row {
  margin-right: 0% !important;
  margin-left: 0% !important;
}

.cust_main {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.n {
  background-color: #000 !important;
}

@media(max-width:767px) {
 
  .mob {
    width: 100% !important;
    text-align: center;
  }
}

#serv_banner {
  margin-top: 4%;
}

        /* Portrait */
@media(max-width:767px) and (orientation:portrait) {
  #serv_banner {
    margin-top: 13%;
  }
}
        /* Landscape */
@media(max-width:767px) and (orientation:landscape) {
  #serv_banner {
    margin-top: 8%;
  }
}
