 .footer {
    width: 100%;
    background-color: #2a3b48;
    padding: 3% 5% 1%;
    justify-content: space-between;
    overflow: hidden;
}

body {
    margin: 0;
}

.footerhead {
    color: #ef5713 !important;
}

.Footer-url a,
.Footer-url svg {
    color: #fff;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: bold !important;
    display: table;
}
.mega{
color:black
}

.Footer-url p {
 font-size: 15px !important;
}



.urlpath:hover {
    color: #ef5713 !important;
    text-decoration: underline !important;
}

.Footer-url a:hover,
.Footer-url svg:hover {
    color: #ef5713 !important;
    text-decoration: underline;
}

.heading-one {
    gap: 14%;
}

p {
    margin-top: 0;
    margin-bottom: 6px;
}

.footerhead {
    font-size: 20px;
}
.Privacy_policy_body_container{
  background-color: white;
  width: 100%
  color: black;
}
 .in-footer p{
 font-size: 15px !important;
}
.Privacy_policy_body_container>div {
    padding: 0% 5%;
    font-size: 15px;
    font-weight: 500;
}


.privacy_logo img {
    max-width: 100%;
}

@media only screen and (max-width:768px) {
    #Privacy_policy {
        text-align: left !important;
    }
}
