* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-size: 20px;
    color: #000;
}

html {
    scroll-behavior: smooth;
}
.container {
    max-width: 85% !important;
}
.footerLink {
    color: #000;
    text-decoration: none;
}
.ContactSupport {
    padding: 80px 80px 0;
}
.supportC {
    text-align: center;
}
.supportC a {
    color: #000;
}
#nav-tab {
    justify-content: center;
}
.officeDetails {
    margin-top: 40px;
}
.infoIcon {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 14px;
}
.addIcon i.fa {
    font-size: 20px;
    width: 20px;
}
.infoIcon a {
    color: #000;
    text-decoration: none;
}
h2.offHeading {
    font-family: nexaBold;
    font-size: 25px;
}
.repreds {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
}
.repreds b {
    font-size: 50px;
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: -25px;
    margin-right: 4px;
}
.whatsapp {
    position: fixed;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
    right: 12px;
    bottom: 12px;
}
.whatsapp img {
    max-width: 50px;
}
a.PTitle {
    text-decoration: none!important;
}

.viewLink {
    text-align: right;
    margin-top: 5px;
}
.viewLink a {
    color: #000;
}
.downloadBTN img {
    width: 160px;
    position: fixed;
    bottom: 10px;
    left: -110px;
    transition: 0.5s;
    z-index: 9999999999;
}
.downloadBTN img:hover {
    left: -20px;
}
video.incharAppVideo {
    width: 70%;
    height: 100%;
    margin-top: -6px;
    border-radius: 40px;
}
.appVideoContainer {
    text-align: center;
}
li.dropDonwItem {
    margin: 8px 0px;
}