body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

.brand {
    max-width: 280px
}

header {
    padding: 10px 0 20px;
    text-align: center;
}

.mn-dv-sec {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.authr {
    box-shadow: #24212138 0 1px 2px 2px !important;
}

.pd-all {
    padding: 20px;
    display: flex;
}

.authr {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.auther {
    max-width: 75px;
    width: 100%;
    padding-right: 10px;
    float: left;
}

.mn-tm {
    display: inline-block;
    position: relative
}

.mn-tm .athr-nam {
    margin: 0 0 10px
}

a {
    text-decoration: none;
    color: #1f599d;
}

.mn-tm p {
    margin: 0px;
    color: #606060;
    font-size: 14px
}

.mn-tm img {
    padding-right: 5px
}

.tm {
    padding-right: 5px;
}

.mn-cnt-sec {
    box-shadow: #24212138 0 1px 2px 2px !important;
    background: #fff;
    margin-bottom: 20px;
    width: 100%
}

.mn-cnt-sec h1 {
    padding: 15px 15px;
    margin: 0px;
    text-align: center;
    font-size: 38px;
    font-weight: 600
}

.mn-pd-wrp {
    padding: 20px 30px 25px;
}

.bnrs-img {
    width: 100%;
    display: block;
    max-width: 690px;
    margin: auto;
}

.bnrs {
    text-align: center
}

.btnmn a.button:hover {
    color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.mn-cnt-sec p {
    color: #606060;
    font-size: 17px;
    line-height: 26px
}

.button {
    background: #5fbd48;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    padding: 18px 70px;
    text-decoration: none;
    letter-spacing: .4px;
}

.button:hover {
    background: #54a73f;
}

.btnmn {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.rvw {
    border-left: 2px solid #ff1616;
    color: #282828;
    padding-left: 6px;
    margin-top: 6px
}

.blogmn {
    position: relative;
    display: block;
}

.blgimg {
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.blogmn h2 {
    font-size: 28px;
    font-weight: 600;
}

.blogmn h3,
.mn-cnt-sec h3 {
    font-size: 24px;
    font-weight: 600;
}

.foot {
    background-color: #f0f2f4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foot-link {
    margin-bottom: 10px;
    padding-left: 0px;
    margin-top: 10px;
}

.foot-link li {
    display: inline-block;
    margin: 2px 5px;
}

.foot-link a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.foot-link a:hover {
    color: #dc3545;
}

.foot-l img {
    width: 300px;
    height: auto;
    text-align: center;
    float: left;
}

.foot .small,
.foot small {
    color: #222
}

@media screen and (max-width: 767px) {
    .brand {
        max-width: 230px;
    }

    .mn-wapr-sec {
        padding: 0 12px;
    }

    .mn-pd-wrp {
        padding: 20px 15px;
    }

    .mn-cnt-sec h1 {
        font-size: 32px;
        padding-top: 0px;
    }

    .navbar-brand img {
        max-width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        background: #f0f2f4
    }

    .navbar-light .navbar-nav .nav-link {
        color: #222;
        font-weight: bold;
        text-indent: 10px;
        transition: ease-in-out all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ccc;
        padding-left: 15px
    }

    .blogmn h2 {
        font-size: 24px;
        font-weight: 600;
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem
}

.navbar-toggler {
    padding: 0.25rem
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    white-space: pre;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link:after {
        background: #ff1d1d;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        transition: 250ms linear
    }

    .navbar-light .navbar-nav .nav-link:after {
        background: #ff1d1d;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        transition: 250ms linear
    }

    .navbar-light .navbar-nav .nav-link:hover:after {
        width: 100%
    }
}

.review-button {
    border-radius: 4px;
    background: #dc3545;
    width: max-content;
    padding: 2px 10px !important;
}

a {
    cursor: pointer
}

@media only screen and (min-width:768px) {
    .navbar-collapse {
        flex-grow: 0
    }

    .navbar {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0
    }
}