.container{
  background-color:#fff;
}
.contactus {
  font-size:30px;
  color:#cc0033;
}
@media (max-width:786px){
  .contactus {
    font-size:24px;
  }
}
.text-service {
  text-align: left;
  padding: 10px;
}
.text-left {
  text-align: left;
  padding: 30px 10px;
}
.text-center {
  text-align: center;
  padding: 30px 10px;
}
.icon-title {
  font-size:16px;
  color:#000;
  text-align: center;
  padding:10px 0 20px 0;
  font-weight:700;
}
.title-call {
  font-size:50px;
  color:#000;
  text-align: left;
  padding:30px 20px 0 20px;
}
.title-number {
  font-size:60px;
  font-weight:bold;
  color:#cc0033;
  text-align: left;
  padding:10px 20px 10px 20px;
}
#cs-banner {
  background: url('../img/cs-banner.jpg');
  background-repeat: repeat;
  height:200px;
}
.title-h3 {
  color: #000;
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight:bold;
  line-height:36px;
}
.btn-call {
  padding:10px 30px;
  background:#cc0033;
  color:#fff;
  font-size:20px;
  text-align:center;
  font-weight:400;
}
.btn-contact {
  padding:10px 30px;
  background:#cc0033;
  color:#fff;
  font-size:24px;
  text-align:center;
  font-weight:400;
}
.headerimg {
  height:69px;
  width:140px;
}
.mobileview {
  display:none;
}
.desktopview {
  display:block;
}

.footerfix {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #000;
   color: white;
   text-align: center;
   opacity:0.5;
   padding:5px 10px 10px 10px;
}

@media (max-width:786px){
  .headerimg {
    height:54px;
    width:110px;
    text-align:center;
    margin:0 auto;
  }
  .mobileview {
    display:block;
  }
  .desktopview {
    display:none;
  }
  .title-call {
    font-size:22px;
    font-weight:bold;
    color:#000;
    text-align: center;
    padding:5x 20px 0 20px;
  }
  .title-number {
    font-size:28px;
    font-weight:bold;
    color:#f00;
    text-align: center;
    padding:10px 20px 10px 20px;
  }
  #cs-banner {
    background: url('../img/bg.jpg');
    height:120px;
    padding-top:0;
  }
  .title-h3 {
    font-size: 24px;
    line-height:30px;
  }
  .mobilepadding {
    padding:10px;
  }
  .mobileimg {
    width:80%
  }
  .icon-title {
    font-size:14px;
    color:#000;
    text-align: center;
    padding:10px 0 20px 0;
    font-weight:400;
    line-height:16px;
  }
  .btn-call {
    padding:10px 30px;
    background:#cc0033;
    color:#fff;
    font-size:16px;
    text-align:center;
    font-weight:400;
  }
  .btn-contact {
    padding:10px 30px;
    background:#cc0033;
    color:#fff;
    font-size:18px;
    text-align:center;
    font-weight:400;
  }
}
.ptext {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.ptext1 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;

}
