/*footers */
#quicklinks li 
{
    font-size: 1em;
    list-style: none;
    padding: 0px 0px;
    padding-bottom: 5px;
}
#quicklinks ul 
{
    padding:0px;
}
#quicklinks h3 ,#contactus h3 ,#connectWith h3
{
    padding-bottom: 5%;
    font-size: 2.5em;
    font-weight: 700;
}
#contactusSection{
    padding:1% 0%;
    padding-left: 5%;
}
#contactus{
    padding-right:0%;
}

#contactus p {
    padding: 0px;
    font-size: 1em;
    padding-bottom:0px;
    margin-bottom:0px;
}
#contactusIcon{
    width: 33px;
    height:45px;
    padding: 8px 0px;
}
#homecontactCol2SocialDiv{
    padding:2px;
}

#footer {
    background-color: #000;
    color:#fff;
    padding: 14px 15px 15px 30px;
}
#footer a{
    background-color: #000;
    color:#fff;
}
#socialicondiv{
    justify-content: left;
    padding-top: 5%;
}
#connectWith h3{
    text-align:left;
    padding-bottom: 5%;
    font-size: 2.5em;
    font-weight: 700;
}
#footer li {
    font-weight:500;
}
#footerMenu{
    padding: 14px 15px 0px 30px;
}

#quicklinksHead{
    list-style: none;
    margin-right:20px;
}
a {
    text-decoration: none;
    color:black;
    
}
.whatsappChat{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.contactusMobile{
    display:none!important;
}
.contactusDesk{
    display:flex;
}


#contactMob{
    display:none;
}

/* footer ends*/

@media only screen and (max-width: 600px) 
{
    #contactusIcon {
        width: 32px;
        height: 35px;
        padding: 0px 0px;
        margin-left: 0px;
    }
    #contactDesktop{
        display:none;
    }
    #contactMob{
        display:block;
    }
    #connectWith h3 {
        text-align: left;
        padding-bottom: 0%;
        font-size: 1.2em;
        font-weight: 700;
    }
    #quicklinks h3, #contactus h3, #connectWith h3 {
        padding-bottom: 0%;
        font-size: 1.2em;
        font-weight: 700;
    }
    .mobile {
        width: 100%!important;
        margin: 0px!important;
        position: unset!important;
        max-width: 100%;
    }
    #socialicondiv {
        justify-content: left;
        padding-top: 0%;
    }
    .contactusDesk{
        display:none!important;
    }
    .contactusMobile{
        display:block!important;
    }
      hr{
    margin:0px 0!important;
  }
    
  
}
