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%;
}

.blog-post-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-section {
    background-image: url("../page-img/bg-img.png");
    background-size: 100%;
    padding: 0;
}

.blog-post-content {
    width: 100%;
    padding: 50px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
}

.blog-post-content img {
    width: auto;
    height: auto;
    max-width: 80%;
}

.blog-post-title {
    margin-top: 80px;
    font-size: 25px;
    text-transform: capitalize;
}

.blog-post-title-mobile {
    display: none;
}

.blog-post-author {
    margin-top: 25px;
    font-size: 14px;
}

.blog-post-author-mobile {
    display: none;
}

.blog-post-caption {
    margin-top: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    text-justify: inter-word;
}

.next-prev-container {
    width: 80%;
    padding-top: 80px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.next-prev-container a {
    width: auto;
    height: auto;
    font-size: 16px;
    color: rgb(242, 90, 41);
}

.next-prev-container img {
    width: 57px;
    height: auto;
}

.prev-wrapper a {
    float: left;
}

.prev-wrapper span {
    margin-left: 25px;
    vertical-align: middle;
}

.next-wrapper a {
    float: right;
}

.next-wrapper span {
    margin-right: 25px;
    vertical-align: middle;
}

.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, p, .inline-bold strong {
    font-size: 16px;
}

a:hover {
    color: rgb(242, 90, 41);
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}

strong, .photo-credit {
    font-size: 14px;
}

.photo-credit {
    text-align: left;
}

@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%;
    }

    .blog-post-content {
        width: 100%;
        text-align: left;
        background-color: rgb(255, 255, 255);
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-bottom: 50px;
    }

    .blog-post-container {
        width: 100%;
    }

    .blog-post-content img {
        width: auto;
        height: auto !important;
        max-width: 99%;
        margin-top: 15px;
        max-height: 480px;
        min-width: 99%;
    }

    .blog-post-title {
        display: none;
    }

    .blog-post-title-mobile {
        display: block;
        margin-top: 50px;
        padding: 0 40px;
        font-size: 20px;
        text-transform: capitalize;
    }

    .blog-post-author {
        display: none;
    }

    .blog-post-author-mobile {
        display: block;
        margin-top: 15px;
        padding: 0 40px;
        font-size: 12px;
    }

    .blog-post-caption {
        margin-top: 50px;
        font-size: 14px;
        line-height: 28px;
        padding: 0 40px;
    }

    .next-prev-container {
        padding-top: 50px;
        padding-bottom: 70px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .next-prev-container img {
        width: 33px;
        height: auto;
    }

    .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, p, .inline-bold strong {
        font-size: 14px;
    }

    #menuList {
        overflow: hidden;
        transition: 1s;
    }

    strong, .photo-credit {
        font-size: 8px;
    }
}