/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
@font-face {
    font-family: 'Cocon';
    src: local('☺'), url('../fonts/cocon_en.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE_Flow';
    src: local('☺'), url('../fonts/GE_Flow_Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
}

html, body {
    min-height: 100%;
}

body {
    font-family: 'Cocon', 'GE_Flow', Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    direction: rtl;
    padding-bottom: 210px;
}

a:active,
a:hover,
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

/*general styles*/
.no-margin {
    margin: 0;
}

.line_text {
    line-height: 30px;
}

.ul_clear {
    padding: 0;
    list-style: none;
    margin: 0;

}

.tooltip {
    font-family: inherit;
}

/*start styles*/

header {
    padding: 20px 0;
    background: #F7F7F7;
    display: block;
    width: 100%;
    position: relative;
}

.home_header {
    padding-top: 50px;
}

.top_head_nav {
    display: table;
    margin: 0 auto;
    position: sticky;
    top: 0;
    /* right: 0; */
    /* left: 0; */
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: #f7f7f7;
    /* width: 100%; */

    margin-right: 24%;
    padding: 20px 0;
    padding-top: 50px;
}

.top_head_nav li {
    display: block;
    float: right;
    margin: 0 15px;
}

.top_head_nav li > a {
    color: #818a91;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    position: relative;
}

.top_head_nav li:hover > a {
    color: #2B9AF3;
}

.top_head_nav li > a:before {
    content: '';
    position: absolute;
    right: 0;
    left: 100%;
    height: 2px;
    background: #2B9AF3;
    bottom: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.top_head_nav li:hover > a:before {
    left: 0;
}

.top_head_nav li > a:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background: #818a91;
    top: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.top_head_nav li:hover > a:after {
    left: 100%;
}

.top_head_nav li .dropdown > a {
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    background: #eee;
    border-radius: 4px;
    display: block;
    margin-top: 3px;
}

.top_logo {
    display: block;
    text-align: center;
    margin: 40px 0;
    margin-right: 4%;
}

.main_head_cat {
    display: table;
    margin: 15px auto;
}

.main_head_cat li {
    display: block;
    float: right;
    margin: 0 15px;
}

.main_head_cat li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #818a91;
    font-size: 22px;
}

.main_head_cat li a span {
    display: block;
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    line-height: 100px;
    padding: 27px;
    position: relative;
    border-radius: 50%;
}

.main_head_cat li a span img {
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.main_head_cat li:hover a {
    color: #55C5B0;
}

.main_head_cat li a span:before {
    top: 0px;
    left: 0px;
    padding: 7px;
    transition: transform 0.3s;
    background: #55C5B0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    z-index: 0;
}

.main_head_cat li:hover a span:before {
    transform: scale(.9);
    /*opacity: 0;*/
}

.main_head_cat li a span:after {
    top: 0px;
    left: 0px;
    padding: 7px;
    box-shadow: 0 0 0 4px #55C5B0;
    transition: transform 0.3s, opacity 0.2s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    z-index: 0;
    transform: scale(0);
    opacity: 0;
}

.main_head_cat li:hover a span:after {
    transform: scale(1);
    opacity: 1;
}

.top_search {
    margin-bottom: 10px;
}

.top_search .btn {
    background: none;
    padding: 0;
    float: right;
}

.top_search .btn:hover {
    color: #55C5B0;
}

.top_search input[type="text"] {
    background: none;
    border-radius: 20px;
    float: right;
    margin-right: 10px;
    width: calc(100% - 45px);
    color: #55C5B0;
    width: calc(66% - 45px);
}

.top_app {
    border: 1px solid #9f9f9f;
    border-radius: 30px;
    color: #9f9f9f;
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 13px;
    padding: 5px;
    text-align: center;
    width: 165px;
    margin: 0 3px;
}

.top_app:hover {
    color: #55C5B0;
    text-decoration: none;
}

.top_app span {
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -14px;
}

.scroll_to {
    margin: 15px 0;
    color: #55C5B0;
}

.scroll_to:hover {
    border: 1px solid #55C5B0;
}

.menu_bar {
    background: #cacaca;
    transition: all 0.4s ease 0s;
    margin-bottom: 50px;
    height: auto;
    box-shadow: 2px 2px 2px #ccc7c7;
}

.menu_bar.home_bar {
    opacity: 0;
    visibility: hidden;
}

.top_head_nav, .fixed_header.menu_bar.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

header.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.menu_ico {
    color: #55c5b0;

}

.menu_nav li {
    background: #E8F7F4;
    float: right;
    padding: 0 15px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.menu_nav li a {
    display: block;
    color: #50C5AF;
    font-size: 20px;
    line-height: 55px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.menu_nav li:hover a {
    color: #2B9AF3;
    border-color: #2B9AF3;
}

.menu_search {

}

.menu_search .btn {
    background: none;
    padding: 0;
    float: right;
    color: #FFF;
}

.menu_search .btn:hover {
    color: #E8F7F4;
}

.menu_search input[type="text"] {
    border-radius: 20px;
    float: right;
    margin-right: 10px;
    width: calc(100% - 45px);
}

.home_books_tab {
    margin-top: 100px;
}

.home_books_tab .title {
    background: #DBDBDB;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #2B9AF3;
    padding: 10px 0;
}

.home_books_tab .nav-item a {
    color: #868686;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;

}

.home_books_tab li a.active {
    background: #F7F7F7;
    color: #2B9AF3;
    border: 1px solid #868686;
    border-left: 0;
    margin-left: -31px;
}

.home_books_tab li a i {
    float: left;
}

.home_books_tab .tab-content {
    background: #F7F7F7;
    border: 1px solid #868686;
    padding: 15px;
    height: 100%;
}

.h_tab_book {
    display: block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.h_tab_book .book_img {
    text-align: center;
}

.h_tab_book .book_tools {
    text-align: left;
    position: relative;
}

.h_tab_book .book_tools:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: #E3E3E3;
    height: 1px;
    right: 0;
    left: 0;
    z-index: 0;
}

.h_tab_book .book_tools > ul > li,
.let_tab_book .book_tools > ul > li {
    background: #F7F7F7;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: -3px;
    border-left: 1px solid #E3E3E3;
}

.h_tab_book .book_tools > ul > li > a,
.let_tab_book .book_tools > ul > li > a {
    display: block;
}

.h_tab_book .book_tools > ul > li a:hover i,
.let_tab_book .book_tools > ul > li a:hover i {
    color: #0EAE90 !important;
}

.h_tab_book .book_tools > ul > li:last-child,
.let_tab_book .book_tools > ul > li:last-child {
    border: 0;
}

.social_share:before {
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    content: "";
    height: 10px;
    position: absolute;
    left: 15px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}

.social_share li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: -5px;
}

.home_most_read .h_sec_title {
    font-size: 20px;
    color: #0EAE90;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.home_most_read .h_sec_title i {
    font-size: 40px;
    margin-left: 7px;
    vertical-align: -11px;
}

.home_most_read .h_sec_title:before {
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}

.home_most_read .h_sec_title:after {
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #0EAE90;
    width: 100%;
    z-index: 1;
    border-right: 10px solid #FFF;
}

.home_most_read .book_box {
    background: #EAEAEA;
    padding: 20px;
    text-align: center;
    margin: 45px 0;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.home_most_read .book_box:hover {
    border-color: #0EAE90;
    transform: scale(1.02);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
}

.home_most_read .book_box .box_img {
    height: 100px;
    max-height: 100%;
}

.home_most_read .book_box .box_content {
    text-align: justify;
    margin: 15px 0;
    line-height: 28px;
}

.home_most_read .book_box .box_tools li {
    display: inline-block;
}

.home_most_read .book_box .box_tools > ul > li > a {
    display: block;
    margin: 10px 11px;
    color: #0EAE90;
    text-decoration: none;
}

.home_most_read .book_box .box_tools a:hover {
    opacity: 0.65;
}

.home_most_read a.more {
    color: #0EAE90;
}

.home_most_down .h_sec_title {
    font-size: 20px;
    padding-bottom: 15px;
    color: #D9C592;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    line-height: 35px;
}

.home_most_down .h_sec_title i {
    margin-left: 7px;
}

.home_most_down .h_sec_title:before {
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}

.home_most_down .h_sec_title:after {
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #D9C592;
    width: 100%;
    z-index: 1;
    border-right: 10px solid #FFF;
}

.home_most_down .book_box {
    margin: 50px 0;
    text-align: center;
}

.home_most_down .book_box .box_img {
    background: #D9C592;
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    display: inline-block;
    transition: all 0.3s ease-in 0s;
    width: calc(100% - 55px);
    height: 185px;
}

.home_most_down .book_box .box_img img {
    max-height: 100%;
}

.home_most_down .book_box:hover .box_img {
    border-color: #777;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
    transform: scale(1.02);
}

.home_most_down .book_box .box_tools {
    display: inline-block;
    padding-top: 15px;
    vertical-align: top;
}

.home_most_down .book_box .box_tools .social_share::before {
    right: 15px;
    left: auto;
}

.home_most_down .book_box .box_tools > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #D0D0D0;
    text-decoration: none;
}

.home_most_down .book_box .box_tools a:hover {
    color: #D9C592;
}

.home_most_down a.more {
    color: #D9C592;
}

.home_most_share .h_sec_title {
    font-size: 20px;
    padding-bottom: 15px;
    color: #DF554A;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    line-height: 35px;
}

.home_most_share .h_sec_title i {
    margin-left: 7px;
}

.home_most_share .h_sec_title:before {
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}

.home_most_share .h_sec_title:after {
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #DF554A;
    width: 100%;
    z-index: 1;
    border-right: 10px solid #FFF;
}

.home_most_share .book_box {
    margin: 45px 0;
    background: #F4F4F4;
    padding: 20px;
    border: 1px solid transparent;
    transition: 0.2s all ease-in-out 0s;
    text-align: center;
}

.home_most_share .book_box:hover {
    border-color: #DF554A;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
    transform: scale(1.02);
}

.home_most_share .book_box .box_img {
    height: 100px;
    max-height: 100%;
}

.home_most_share .book_box .box_content {
    height: 120px;
}

.home_most_share a.more {
    color: #DF554A;
    margin-top: 25px;
    display: inline-block;
}

.home_most_share .box_tools {
    text-align: left;
}

.home_most_share .box_tools > ul > li {
    display: inline-block;
}

.home_most_share .box_tools > ul > li > a {
    display: block;
    margin: 0 11px;
    color: #DF554A;
    text-decoration: none;
}

.home_most_share .box_tools a:hover {
    opacity: 0.65;
}

.spon_title {
    font-size: 20px;
    color: #747474;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.spon_title:after {
    content: '';
    height: 2px;
    bottom: 8px;
    position: absolute;
    background: #747474;
    width: 100%;
    z-index: 1;
    margin-right: 5px;
}

footer {
    background: #F4F4F4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 50px 0;
    border-bottom: 10px solid #D7D7D7;
}

.footer_menu {
    display: block;
    margin-bottom: 20px;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    display: block;
    text-decoration: none;
    border-right: 1px solid #8D8D8D;
    padding: 0 5px;
}

.footer_menu li:first-child a {
    border-right: 0;
}

.footer_social {
    float: left;
}

.footer_social li {
    float: right;
}

.footer_social li a {
    background: #dddddd;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}

.footer_social li a.facebook {
    background: #395A96;
}

.footer_social li a.twitter {
    background: #29A4DE;
}

.footer_social li a.mail {
    background: #49C2D3;
}

.footer_social li a.instagram {
    background: #875341;
}

.footer_social li a.youtube {
    background: #C92029;
}

.footer_social li a i {
    transition: all 0.4s linear 0s;
}

.footer_social li:hover a i {
    transform: rotateY(360deg);
}

.footer_social li:hover a {
    border-radius: 50%;
}

.pages_content {
    /* margin-top: 50px; */
}

.contact-page {
    height: 1011px;
}

/*form {*/
/*    width:100%;*/
/*    padding: 10px;*/
/*    border-top: 1px solid #CCC;*/
/*    box-shadow: 0px 2px 4px #CCC;*/
/*    border-radius: 5px;*/
/*}*/

form .btn-submit {
    text-align: center;
}

.map-content,
.form-content {
    width: 100%;
}

.map--heading,
.form--heading,
.center__info--heading {
    text-align: center;
    background: #FFF;
    border: 1px solid #ccc;
    padding: 5px 0;
}

.center__info--heading {
    text-align: right;
}

#map {
    height: 500px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.column-reverse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}


.aside {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #CCC;

}


.center-info {
    width: 100%;
}

.center__info--content {
    background: #f9f9f9;
    padding: 10px;
}

.center-photo,
.center-follow {
    width: 100%;
    height: 300px;
    background: #CCC;
    margin-bottom: 10px;
}


.page_title {
    display: block;
    font-size: 20px;
    color: #0EAE90;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 10px 0 30px 0;
}

.page_title i {
    margin-left: 7px;
}

.page_title:before {
    content: '';
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #787878;
    width: 100%;
    right: 0;
    z-index: 1;
}

.page_title:after {
    content: '';
    height: 5px;
    bottom: 0;
    position: absolute;
    background: #0EAE90;
    width: 100%;
    z-index: 1;
    border-right: 10px solid #FFF;
}

.contact_det {
    font-size: 16px;
    margin-bottom: 15px;
    color: #686868;
}

strong {
    color: #373a3c;
}

.contact_det i {
    margin-left: 10px;
    color: #0EAE90;
}

a.about_title {
    display: block;
    font-size: 18px;
    margin: 10px 0 20px;
    text-decoration: none;
    color: #0EAE90;
}

.about_title i {
    color: #55C5B0;
    margin-left: 10px;
}

.about_content {
    padding-right: 25px;
    font-size: 22px;
    color: #777;
    line-height: 40px;
    margin-bottom: 20px;
    /*font-family: 'Droid Arabic Naskh', serif;*/
}

.reg_tabs .panel-title a {
    display: block;
    color: #55C5B0;
    background: #eee;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px 10px;
    position: relative;
    text-decoration: none;
}

.reg_tabs .panel-title a:before {
    content: "\f147";
    position: absolute;
    left: 15px;
    font-size: 22px;
    font-family: 'FontAwesome';
    top: 13px;
    color: #777;
}

.reg_tabs .panel-title a.collapsed:before {
    content: "\f196";
}

.page_top_logo {
    float: right;
    display: block;
    text-align: center;
}

.page_top_nav {
    float: left;
    margin-top: 20px;
}

.page_top_nav li {
    float: right;
}

.page_top_nav li a {
    display: block;
    color: #818a91;
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    text-decoration: none;
    border-right: 1px solid #dadada;
}

.page_top_nav li a:hover {
    color: #2C2F91;
}

.page_top_nav li:first-child a {
    border-right: 0;
}

.page_menu_btn {
    float: left;
    margin-top: 12px;
}

.tafseer_nav {
    border-bottom: 0;
    margin-bottom: 20px;
}

.tafseer_nav .nav-item {
    display: table-cell;
    width: 1%;
    float: none;
    text-align: center;
}

.tafseer_nav .nav-item a {
    background: #55C5B0;
    color: #FFF;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #50AA98;
}

.tafseer_nav .nav-item a.active,
.tafseer_nav .nav-item a.active:focus,
.tafseer_nav .nav-item a.active:hover {
    background: #50AA98;
    color: #FFF;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.tafseer_nav .nav-link:focus, .tafseer_nav .nav-link:hover {
    border-color: #50AA98;
}

a.mangement_block {
    display: table;
    text-align: center;
    text-decoration: none;
    color: #818a91;
    font-size: 22px;
    margin: 20px auto;
}

.mangement_block h1 {
    display: block;
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    line-height: 100px;
    padding: 27px;
    position: relative;
    border-radius: 50%;
}

.mangement_block h1 i {
    position: relative;
    z-index: 2;
    color: #FFF;
}

.mangement_block h1:before {
    top: 0px;
    left: 0px;
    padding: 7px;
    transition: transform 0.3s;
    background: #55C5B0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    z-index: 0;
}

.mangement_block:hover h1:before {
    transform: scale(.9);
    /*opacity: 0;*/
}

.mangement_block h1:after {
    top: 0px;
    left: 0px;
    padding: 7px;
    box-shadow: 0 0 0 4px #55C5B0;
    transition: transform 0.3s, opacity 0.2s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    z-index: 0;
    transform: scale(0);
    opacity: 0;
}

.mangement_block:hover h1:after {
    transform: scale(1);
    opacity: 1;
}

.letters_tab li {
    display: block;
    float: right;
}

.letters_tab li a {
    display: block;
    background: #0EAE90;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    width: 45px;
    border-radius: 4px;
    line-height: 42px;
    height: 45px;
    margin: 2px 4px;
}

.letters_tab li a.active {
    background: #3bdbbd;
}

.let_tab_book {
    margin: 10px 0;
}

.let_tab_book .book_tools {
    display: block;
    text-align: left;
    position: relative;
}

.let_tab_book .book_tools:before {
    content: '';
    position: absolute;
    right: 0;
    left: 130px;
    top: 50%;
    height: 1px;
    background: #e3e3e3;
}

.let_tab_book .book_tools > ul > li {
    background: #FFF;
}

.book_head span {
    display: block;
    /* float: right; */
    /* margin-left: 15px; */
    text-align: center;
}

.book_read_page {
    margin-top: 10px;
}

.book_read_page a.book_nav {
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    color: #0EAE90;
}

.book_read_tools li {
    display: inline-block;
}

.book_read_tools li a {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    color: #0EAE90;
}

.faq_accord .panel-heading a {
    white-space: normal;
}

.rb_tools {
    display: block;
    width: 100%;
    background: #DDD;
    position: relative;
}

.user_comment {
    background: #EEE;
    border: 1px solid #CCC;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}

.user_comment:hover {
    border-color: #0EAE90;
}

.user_comment .com_user {
    float: right;
    width: 70px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.user_comment h6 {
    color: #0EAE90;
    display: inline-block
}

.user_comment span {
    float: left;
    color: #8f8f8f;
    display: block;
}

.user_comment > p {
    display: block;
    margin-right: 80px;
    line-height: 25px;
    /* //new */
    word-wrap: break-word;
}

.notes_list {
    display: block;
    margin: 10px 5px;
    border: 1px solid #EEE;
    padding: 5px;
    border-radius: 4px;
}

.notes_list h4 {
    font-size: 14px;
    margin-left: 75px;
}

.notes_list a {
    float: left;
    margin-right: 5px;
}

.book_drop .dropdown-menu:before {
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}

.book_drop .dropdown-menu .form-control {
    width: 250px;
    margin: 5px 15px;
}

.book_drop .dropdown-menu .nav {
    width: 350px;
}

.book_article {
    height: 600px;
    margin: 0 auto;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 15px;
}

.bb-custom-wrapper.b_menu_show .book_article {
    margin-right: 20%;
    width: 80%;
}

.book_block {
    background: #EEE;
    padding: 15px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.book_block .block_content a {
    color: #0EAE90;
    display: block;
    text-decoration: none;
}

.book_block .block_content p {
    color: #999;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.bb-custom-wrapper {
    /*  height: 600px;*/
    position: relative;
}

.sidebar_menu {
    display: block;
    width: 20%;
    position: absolute;
    background: #0EAE90;
    top: 0;
    bottom: 0;
    right: 50px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.bb-custom-wrapper.b_menu_show .sidebar_menu {
    visibility: visible;
    opacity: 1;
    right: 0;
}

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

.sidebar_menu ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 15px 10px;
    border-bottom: 1px solid #16C9A5;
}

.sidebar_menu ul li:hover a {
    background: #16C9A5;
}

#more {
    color: #0EAE90;
}

.help-block {
    color: red !important;
}

.sponser {
    max-width: 25%;

}

.edit {
    height: 110px;
}

.footer_left {
    /*padding-top: 45px;*/

    padding-top: 5%;
}


/* #bookText{
    font-family:'QCF_P001','QCF_P002','QCF_P003','QCF_P004','QCF_P005','QCF_P006','QCF_P007','QCF_P008','QCF_P009','QCF_P010','QCF_P011','QCF_P012','QCF_P013','QCF_P014','QCF_P015','QCF_P016','QCF_P017','QCF_P018','QCF_P019','QCF_P020','QCF_P021','QCF_P023','QCF_P024','QCF_P025','QCF_P026','QCF_P027','QCF_P028','QCF_P029','QCF_P030','QCF_P031','QCF_P032','QCF_P033','QCF_P034','QCF_P035','QCF_P036','QCF_P037','QCF_P038','QCF_P039','QCF_P040','QCF_P041','QCF_P042','QCF_P043','QCF_P044','QCF_P045','QCF_P046','QCF_P047','QCF_P048','QCF_P049','QCF_P050','QCF_P051','QCF_P052','QCF_P053','QCF_P054','QCF_P055','QCF_P056','QCF_P057','QCF_P058','QCF_P059','QCF_P060','QCF_P061','QCF_P062','QCF_P063','QCF_P064','QCF_P065','QCF_P066','QCF_P067','QCF_P068','QCF_P069','QCF_P070','QCF_P071','QCF_P072','QCF_P073','QCF_P074','QCF_P075','QCF_P076','QCF_P077','QCF_P078','QCF_P079','QCF_P080','QCF_P081','QCF_P082','QCF_P083','QCF_P084','QCF_P085','QCF_P086','QCF_P087','QCF_P088','QCF_P089','QCF_P090','QCF_P091','QCF_P092','QCF_P093','QCF_P094','QCF_P095','QCF_P096','QCF_P097','QCF_P098','QCF_P099','QCF_P100','QCF_P101','QCF_P102','QCF_P103','QCF_P104','QCF_P105','QCF_P106','QCF_P107','QCF_P008','QCF_P009','QCF_P110','QCF_P111','QCF_P112','QCF_P113','QCF_P114','QCF_P115','QCF_P116','QCF_P117','QCF_P118','QCF_P119','QCF_P120','QCF_P121','QCF_P123','QCF_P124','QCF_P125','QCF_P126','QCF_P127','QCF_P128','QCF_P129','QCF_P130','QCF_P131','QCF_P132','QCF_P133','QCF_P134','QCF_P135','QCF_P136','QCF_P137','QCF_P138','QCF_P139','QCF_P140','QCF_P141','QCF_P142','QCF_P143','QCF_P144','QCF_P145','QCF_P146','QCF_P047','QCF_P148','QCF_P149','QCF_P150','QCF_P151','QCF_P152','QCF_P153','QCF_P154','QCF_P155','QCF_P156','QCF_P157','QCF_P158','QCF_P159','QCF_P160','QCF_P161','QCF_P162','QCF_P163','QCF_P164','QCF_P165','QCF_P166','QCF_P167','QCF_P168','QCF_P169','QCF_P170','QCF_P171','QCF_P172','QCF_P173','QCF_P174','QCF_P175','QCF_P176','QCF_P177','QCF_P178','QCF_P179','QCF_P180','QCF_P181','QCF_P182','QCF_P183','QCF_P184','QCF_P185','QCF_P186','QCF_P187','QCF_P188','QCF_P189','QCF_P190','QCF_P191','QCF_P192','QCF_P193','QCF_P194','QCF_P195','QCF_P196','QCF_P197','QCF_P198','QCF_P199','QCF_P200','QCF_P201','QCF_P202','QCF_P203','QCF_P204','QCF_P205','QCF_P206','QCF_P207','QCF_P208','QCF_P209','QCF_P210','QCF_P211','QCF_P212','QCF_P213','QCF_P214','QCF_P215','QCF_P216','QCF_P217','QCF_P218','QCF_P219','QCF_P220','QCF_P221','QCF_P223','QCF_P224','QCF_P225','QCF_P226','QCF_P227','QCF_P228','QCF_P229','QCF_P230','QCF_P231','QCF_P232','QCF_P233','QCF_P234','QCF_P235','QCF_P236','QCF_P237','QCF_P238','QCF_P239','QCF_P240','QCF_P241','QCF_P242','QCF_P243','QCF_P244','QCF_P245','QCF_P246','QCF_P247','QCF_P248','QCF_P249','QCF_P250','QCF_P251','QCF_P252','QCF_P253','QCF_P254','QCF_P255','QCF_P256','QCF_P257','QCF_P258','QCF_P259','QCF_P260','QCF_P261','QCF_P262','QCF_P263','QCF_P264','QCF_P265','QCF_P266','QCF_P267','QCF_P268','QCF_P269','QCF_P270','QCF_P271','QCF_P272','QCF_P273','QCF_P274','QCF_P275','QCF_P276','QCF_P277','QCF_P278','QCF_P279','QCF_P280','QCF_P281','QCF_P282','QCF_P283','QCF_P284','QCF_P285','QCF_P286','QCF_P287','QCF_P288','QCF_P289','QCF_P290','QCF_P291','QCF_P292','QCF_P293','QCF_P294','QCF_P295','QCF_P296','QCF_P297','QCF_P298','QCF_P299','QCF_P300','QCF_P301','QCF_P302','QCF_P303','QCF_P304','QCF_P305','QCF_P306','QCF_P307','QCF_P308','QCF_P309','QCF_P310','QCF_P311','QCF_P312','QCF_P313','QCF_P314','QCF_P315','QCF_P316','QCF_P317','QCF_P318','QCF_P319','QCF_P320','QCF_P321','QCF_P323','QCF_P324','QCF_P325','QCF_P326','QCF_P327','QCF_P328','QCF_P329','QCF_P330','QCF_P331','QCF_P332','QCF_P333','QCF_P334','QCF_P335','QCF_P336','QCF_P337','QCF_P338','QCF_P339','QCF_P340','QCF_P341','QCF_P342','QCF_P343','QCF_P344','QCF_P345','QCF_P346','QCF_P347','QCF_P348','QCF_P349','QCF_P350','QCF_P351','QCF_P352','QCF_P353','QCF_P354','QCF_P355','QCF_P356','QCF_P357','QCF_P358','QCF_P359','QCF_P360','QCF_P361','QCF_P362','QCF_P363','QCF_P364','QCF_P365','QCF_P366','QCF_P367','QCF_P368','QCF_P369','QCF_P370','QCF_P371','QCF_P372','QCF_P373','QCF_P374','QCF_P375','QCF_P376','QCF_P377','QCF_P378','QCF_P379','QCF_P380','QCF_P381','QCF_P382','QCF_P383','QCF_P384','QCF_P385','QCF_P386','QCF_P387','QCF_P388','QCF_P389','QCF_P390','QCF_P391','QCF_P392','QCF_P393','QCF_P394','QCF_P395','QCF_P396','QCF_P397','QCF_P398','QCF_P399','QCF_P400','QCF_P401','QCF_P402','QCF_P403','QCF_P404','QCF_P405','QCF_P406','QCF_P407','QCF_P408','QCF_P409','QCF_P410','QCF_P411','QCF_P412','QCF_P013','QCF_P414','QCF_P415','QCF_P416','QCF_P417','QCF_P418','QCF_P419','QCF_P420','QCF_P421','QCF_P423','QCF_P424','QCF_P425','QCF_P426','QCF_P027','QCF_P428','QCF_P429','QCF_P430','QCF_P431','QCF_P432','QCF_P433','QCF_P434','QCF_P435','QCF_P436','QCF_P437','QCF_P438','QCF_P439','QCF_P040','QCF_P441','QCF_P442','QCF_P443','QCF_P444','QCF_P445','QCF_P446','QCF_P447','QCF_P448','QCF_P449','QCF_P450','QCF_P451','QCF_P452','QCF_P053','QCF_P454','QCF_P455','QCF_P456','QCF_P457','QCF_P458','QCF_P459','QCF_P460','QCF_P461','QCF_P462','QCF_P463','QCF_P464','QCF_P465','QCF_P066','QCF_P467','QCF_P468','QCF_P469','QCF_P470','QCF_P471','QCF_P472','QCF_P473','QCF_P474','QCF_P475','QCF_P476','QCF_P477','QCF_P478','QCF_P079','QCF_P480','QCF_P481','QCF_P482','QCF_P483','QCF_P484','QCF_P485','QCF_P486','QCF_P487','QCF_P488','QCF_P489','QCF_P490','QCF_P491','QCF_P092','QCF_P493','QCF_P494','QCF_P495','QCF_P496','QCF_P497','QCF_P498','QCF_P499','QCF_P500','QCF_P501','QCF_P502','QCF_P503','QCF_P504','QCF_P505','QCF_P506','QCF_P507','QCF_P508','QCF_P509','QCF_P510','QCF_P111','QCF_P512','QCF_P513','QCF_P514','QCF_P515','QCF_P516','QCF_P517','QCF_P518','QCF_P519','QCF_P520','QCF_P521','QCF_P523','QCF_P524','QCF_P525','QCF_P526','QCF_P527','QCF_P528','QCF_P529','QCF_P530','QCF_P531','QCF_P532','QCF_P533','QCF_P534','QCF_P535','QCF_P536','QCF_P537','QCF_P538','QCF_P539','QCF_P540','QCF_P541','QCF_P542','QCF_P543','QCF_P544','QCF_P545','QCF_P546','QCF_P547','QCF_P548','QCF_P549','QCF_P550','QCF_P551','QCF_P552','QCF_P553','QCF_P554','QCF_P555','QCF_P556','QCF_P557','QCF_P558','QCF_P559','QCF_P560','QCF_P561','QCF_P562','QCF_P563','QCF_P564','QCF_P565','QCF_P566','QCF_P567','QCF_P568','QCF_P569','QCF_P570','QCF_P571','QCF_P572','QCF_P573','QCF_P574','QCF_P575','QCF_P576','QCF_P577','QCF_P578','QCF_P579','QCF_P580','QCF_P581','QCF_P582','QCF_P583','QCF_P584','QCF_P585','QCF_P586','QCF_P587','QCF_P588','QCF_P589','QCF_P590','QCF_P591','QCF_P592','QCF_P593','QCF_P594','QCF_P595','QCF_P596','QCF_P597','QCF_P598','QCF_P599','QCF_P600','QCF_P601','QCF_P602','QCF_P603','QCF_P604','QCF_P605','QCF_P606','QCF_P607','QCF_P608','QCF_P609','QCF_P610','QCF_P611','QCF_P612','QCF_P613','QCF_P614','QCF_P615';
}
 */

.show-book-big {
    width: 100%;
}

.social_share {
    min-width: 94px !important;
}

.footer_left img {
    float: unset !important;

}

.pull-lg-right {

    padding-top: 1%;
}

@media (min-width: 544px) {
    .text-sm-left {

        padding-top: 0% !important;
    }
}

@media (min-width: 768px) {
    .sponser {
        padding-top: 10%;

    }
}

@media (min-width: 1024px) {
    .sponser {
        padding-top: 3%;
    }


}


@media (min-width: 1440px) {
    .sponser {
        padding-top: 0%;

    }
}

.home_most_down .book_box .box_img {
    background: #fff4d8 !important
}

.top_app1:hover {
    color: #55C5B0 !important;
    text-decoration: none;
}

.previous {
    /* background-color: #f1f1f1; */
    color: #0eae90;
    font-size: 31px;
    text-decoration: none;
}

.next {
    /* background-color: #4CAF50; */
    color: #0eae90;
    font-size: 31px;
    margin-right: 5%;
    text-decoration: none;
}

.next:hover, .previous:hover {
    text-decoration: none;
}

.orange {
    background-color: #e68b12 !important;
}

.isdisabled {
    color: gray;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

/* @media only screen and (min-width: 1186px) {

.top_head_nav{
  width: 1186px;
}
} */
.top_logo {
    margin-right: 0% !important;
}

/* @media (width:1024px){
    .top_head_nav li{
        margin: 0 4px !important;
    }
    .top_head_nav{width: 967px;}
}
@media (width:1236px){
    .top_head_nav{
        width: 1173px;
    }

}
 */
@media (max-width: 768px){
    .top_head_nav {
        top:100px !important;

    }
}
.top_head_nav {
    display: table;
    margin: 0 auto;
    /*position: sticky;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    background-color: #f7f7f7;
    width: 100%;
    /* margin-right: 24%; */
    padding: 20px 0;
    padding-top: 50px;
}

.ul_clear_home {
    padding: 0;
    list-style: none;
    /* margin: 0; */
    MARGIN-RIGHT: auto;
    margin-right: 17%;
}

@media (width: 1280px) {
    .ul_clear_home {
        margin-right: 24%;
    }
}

@media (max-width: 1294px) {
    .ul_clear_home {
        margin-right: 24%;
    }
}


@media (max-width: 992px) {
    .ul_clear_home {
        margin-right: 21%;
    }
}


@media (max-width: 991px) {
    .ul_clear_home {
        margin-right: 5%;
    }
}

@media (min-width: 1440px) {
    .ul_clear_home {
        margin-right: 27%;
    }
}

