      .pcbbg {
    background-image: url(pcbbg.jpg);
    background-size: cover;
 height: auto;
    display: inline-block;
}
.footercontant {
    font-size: 17px;
}
.footerhead {
    color: #00a34d;
    font-size: 24px;
    font-weight: bold;
}
.footercontant a{
    color: black !important;
}
.footercontant a:hover{
    color: black !important;
}
.footernumber {
    margin-top: 5%;
    font-size: 14px;
}
.fooiconbg {
    color: #00a34d;
    font-size: 19px;
}
.pcbbg p {
    margin-top: 7%;
    margin-bottom: 7%;
    color: white;
    text-align: center;
    font-size: 15px;
}
footer{
    margin-top: 2%;
}
p.footerlastcontent {
    text-align: center;
    font-size: 15px;
}
    .mobileheader{
        display: none;
    }
    .desktopdiv {
    float: left;
    width: 100%;
    margin: 0;
}
.desktopul li {
    float: left;
}

.desktopul li {
    position: relative;
    display: block;
   padding-left: 6% !important;
    padding: 20px;
}
.desktopul li a {
    color: #000;
    font-size: 18px;
     padding-top: 15px;
    padding-bottom: 15px;
     line-height: 35px;
}
.mobilefooter{
    display: none;
}
@media (min-width: 240px) and (max-width: 414px)  {
    .desktopheader{
        display: none;
    }
    .desktopfooter{
    display: none;
}
    .mobilefooter{
    display: block;
}
    .mobileheader{
        display: block;
    }
    .footernumber {
    text-align: center;
}
.company {
    width: 50%;
    float: left;
    margin-left: 4%;
        margin-top: 6%;
}
.services {
    margin-top: 9%;
}
.footerinquirenow{
    width: 30%;
}
.footerhead {
    font-size: 19px;
}
.footercontant {
    font-size: 14px;
}
}
@media (min-width: 240px) and (max-width: 320px)  {
    .footernumber {
    font-size: 12px;
}
}