.mu-title-area {
    display: inline;
    float: left;
    text-align: center;
    padding: 20px 0 20px;
    width: 100%;
}

.mu-title {
    color: #1c1b1b;
    margin-bottom: 15px;
    padding: 0;
    z-index: 10;
    text-transform: capitalize;
}

.mu-title-dot {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    background: #102f92;
}

.mu-title-dot::before {
    content: '';
    position: absolute;
    left: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
    background: #ffc107;
}

.mu-title-dot::after {
    content: '';
    position: absolute;
    right: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
    background: #ffc107;
}

.mu-faq-content {
    padding: 55px;
    text-align: justify;
}

.mu-faq-content h2 {
    font-size: 20px
}

.page-section {

    margin: 240px 0 50px;
    background-color: #fff;
    border: 1px solid #80808057;
}

#contact {
    background: #f6fbfd;
    color: #fff;
    background-image: url(../img/cover/wizard_bg.png);
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 445px;
}

#contact::before {
    background: rgb(0 0 0 / 79%);
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.84;
}

.overlay {
    background-image: url(../img/cover/back3.png);
}

.form-control {
    border-radius: 0;
    border: 1px solid #d2c9c9;
    box-shadow: none;
}

.btn {
    margin-top: 10px;
    padding: 15px 35px;
}

.otp {
    cursor: pointer;
    margin-top: 6px;
}

.otp:hover {
    color: #fbc419;

}

/*book plans css*/
.book {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .11);
    padding: 16px;
    border: 1px solid rgb(0, 0, 0, .11);
    position: relative;
}

.book:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    transition: box-shadow .2s ease-in-out;


}

.book .book-name {
    padding-top: 15px;
    overflow: hidden;
    color: #000;
    display: block;
    font-size: 18px;
    text-align: center;
}

.book .book-img {
    text-align: center;
}

.book .book-auther {
    line-height: 10px;
}

.book .book-sell-price {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.book .book-mrp {

    text-decoration: line-through;
    font-size: 14px;
    color: #878787;
}

.book .discount {
    color: #388e3c;
    font-size: 13px;
    letter-spacing: -.2px;
    font-weight: 500;

}

.book .book-sell-price,
.book .book-mrp,
.book .discount {
    display: inline-block;
    margin-left: 8px;
}

#planModal {
    padding: 25px 10px;

    padding-bottom: 10px;

}

#planModal .form-group {
    margin-bottom: 0px;
}

.subscription-title{
    font-size: 20px;
    color: #102f92;
    font-weight: 600;
}
/* profile section*/
.avator{
    width: 130px;
    border-radius: 50%;
    border: 1px solid #6b758059;
}

#profile{
    padding: 20px;
}
.profile-name {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
}

.profile-mobile{
    line-height: 14px;
}