*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.footer_section{
    padding-bottom: 33px !important;
}
/* brand_section */
.brand_section{
    padding-block: 85px;
}
.brand_logo_img{
    height: 50px;
    margin-right: 180px;
}

.footer_contact_inner{
    margin-top: 0px !important;
    padding-top: 90px;
}

.contact_r_btn img{
    width: 16px !important;
}
.contact_r_btn {
    width: 162px;
}
.nav_links a{
    padding-block: 37px !important;
}
.header_contact {
    height: 94px !important;
    display: flex;
    align-items: center;
}
.extra_p{
    padding-top: 120px;
}
@media(max-width:191px){
    .extra_p{
        padding-top: 90px;
    }
}
@media(max-width:767px){
    .contact_r_btn {
        width: 99px;
    }
    .extra_p{
        padding-top: 80px;
    }
    .footer_section{
        padding-bottom: 10px !important;
    }
    .header_contact {
        height: 82px !important;
        display: flex;
        align-items: center;
    }
    .brand_section {
        padding-block: 60px;
    }
}