body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}

.top-bar {
    background: grey;
}

.top-bar a .brand {
    color: #fff;
    font-size: 22px;
    text-align: right;
    padding: 20px 0;
}

.top-bar a {
    text-decoration: none;
}

.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar ul li {
    display: inline-block;
}

.menu-bar ul li a {
    color: #fff;
    padding: 20px 15px;
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
}

.sec1 {
    text-align: center;
    width: 75%;
    display: block;
    margin: 60px auto 0;
}

.sec1 h2 {
    font-size: 36px;
}

.sec1 p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.active a {
    background: #161614;
}

.sec1 span {
    display: block;
}

.now-image img {
    max-width: 100%;
    margin-top: 21px;
    width: 270px;
    cursor: pointer;
}

.book-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}

.book-text {
    margin: 5px 0;
}

.book-left {
    display: inline-block;
}


/* .now-image:before{content: ""; border: 1px solid #333; display: block;height: 800px; width: 400px;} */


/* .now-image{ margin: 30px 0;} */

.book {
    padding: 50px 0 0 0;
}

.first-span {
    margin-top: 25px;
}

.container2 {
    max-width: 900px;
    width: 100%;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}

p {
    text-align: justify;
}

.mycv-contact {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}

.mycv-contact p {
    text-align: center;
    font-size: 18px;
}

.mycv-contact a {
    text-decoration: none;
    font-weight: bold;
    color: #e84f00;
}

.order h2 {
    text-align: center;
    margin-bottom: 40px;
}

.order ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.order ul li {
    display: inline-block;
    margin: 15px;
}

.order ul li img {
    max-width: 250px;
}

.ques1 p {
    margin-top: 20px;
}

.now-image {
    display: block;
    float: left;
    clear: left;
    margin-right: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.faq {
    padding: 0 15px;
}

.ques2 {
    margin-top: 15px;
}

.sec1 h4 {
    margin: 30px 0;
}

.ques1 h3 {
    margin-bottom: 15px;
}

.ques2 h3 {
    margin-bottom: 15px;
}

@media(max-width: 767px) {

    .menu-bar {

        text-align: center;
    }

    .top-bar a {

        text-decoration: none;

        text-align: center;
    }

    .sec1 {

        text-align: center;

        width: 100%;
    }

    .top-bar a .brand {

        color: #fff;

        font-size: 26px;

        text-align: center;
    }

    .order ul li {

        display: inline-block;

        margin: 10px;
    }
}

@media(max-width: 480px) {

    .now-image {

        display: block;

        float: none;

        clear: none;

        margin-right: 20px;

        padding-left: 15px;
    }

    .now-image img {

        max-width: 100%;

        margin-top: 25px;

        width: 100%;
    }
}