nav {
    flex: 1;
    text-align: center;
    align-items: center;
}
nav ul {
    margin: 0;
}
nav ul li {
    list-style: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}
nav ul li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}
.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    background-color: #FFFFFF;
    padding: 10px ;
}
.margin-left-navbar {
    margin-left: 20%;
}
.margin-left-navbar img {
    width: 78px;
    height: 78px;
}
.margin-left-navbar-center {
    margin-left: -20%;
}
.close-menu {
    width: 100%;
    display: none;
}
.close-menu img {
    margin-right: 35px;
    width: 15px;
    height: 13px;
}
.menu-icon {
    width: 46px;
    height: 33px;
    display: none;
}
.container {
    width: 80% !important;
}
.banner-section {
    height: auto;
    background-image: url("../page-img/privacy-policy/banner.png");
    background-position: center;
    background-size: cover;
    padding: 144px 0;
}
.banner-title {
    font-size: 58px;
    color: white;
    margin-bottom: 10px;
}
.terms-conditions-section {
    width: 100%;
    background-image: url("../page-img/bg-img.png");
    background-repeat: repeat-y;
}
.title {
    font-size: 32px;
    color:#F25A29;
}
.desc {
    margin-top: 50px;
    line-height: 35px;
}
.header {
    margin-top: 150px;
}
.desc ul {
    padding-left: 0;
    margin-left: 15px;
}
.contact-footer {
    margin-top: 30px;
}
.contact-footer table {
    border: none;
}
.contact-footer table th {
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: inherit;
    color: #000000;
    vertical-align: top;
}
.social-footer {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
.download-google-play-footer img {
    width: 145px;
    height: auto;
}
.download-app-store-footer img {
    width: 128px;
    height: auto;
}
.text-responsive {
    font-size: 16px;
}
a:hover {
    color: rgb(242, 90, 41);
    text-decoration: none;
}
@media (max-width:767px){
    nav {
        text-align: left;
    }
    nav ul {
        max-width: 0px;
        width: 70%;
        min-height: 320px;
        background: white;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        padding-left: 0;
    }
    nav ul li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 50px;
        padding-right: 0;
    }
    .close-menu {
        display: block;
        text-align: right;
        margin: 33px 0;
    }
    .menu-icon {
        display: block;
        margin-right: 26px;
    }
    .margin-left-navbar {
        margin-left: 26px;
    }
    .margin-left-navbar-center {
        margin-left: 0;
    }
    .container{
        width: 80% !important;
    }
    .banner-section {
        padding: 141px 0;
    }
    .banner-title {
        font-size: 30px;
    }
    .title {
        font-size: 16px;
        color:#F25A29;
    }
    .header {
        margin-top: 85px;
    }
    .desc {
        margin-top: 29px;
        line-height: 28px;
    }
    #menuList {
        overflow: hidden;
        transition: 1s;
    }
    .social-footer {
        padding-right: 0;
    }
    .download-google-play-footer img {
        width: 50%;
        height: auto;
    }
    .download-app-store-footer img {
        width: 48%;
        height: auto;
    }
    .text-responsive {
        font-size: 14px;
    }
}