


.pdf_upload_and_sales_cover, .pus_upload_cover, .pus_uploader_cover, .pus_uploader_cover, .pus_pdf_uploader_and_instruction_cover, .pus_show_pdf_uploader_and_preview_cover, .pus_show_information_uploader_and_details_cover, .pus_show_all_book_category_cover {
    width: 100%;
    overflow: hidden;
}
.pus_show_information_uploader_and_details_cover, .pus_pdf_uploader_and_instruction_cover, .pus_show_all_information_uploader_cover, .pus_submit_step, .pus_show_all_book_category_cover {
    display: none;
}
.pus_pdf_uploader_and_instruction_cover.active, .pus_show_information_uploader_and_details_cover.active, .pus_show_all_information_uploader_cover.active, .pus_show_all_book_category_cover.active {
    display: block;
}
.pdf_upload_and_sales_cover {
    background: #F8F8F8;
    padding: 20px;
    position: relative;
}
.pus_instruction_cover {
    margin-top: 15px;
    float: left;
    width: 25%;
}
.pus_instruction_show {
    padding: 15px;
    border: 3px solid #D9D9D9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #F4F4F4;
}
.pus_instruction_discription {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0px;
}
.pus_pdf_uploader_cover, .pus_show_pdf_uploader_cover, .pus_show_information_uploader_cover, .pus_show_all_information_uploader_super_cover, .pus_show_book_categorys_cover {
    float: left;
    width: 75%;
    overflow: hidden;
}
.pus_instruction_note {
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pus_instruction_note_icon {
    padding: 10px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.pus_instruction_note_icon i {
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    background-color: #CA265F;
    padding: 3.5px;
}
.pus_instruction_note_discription, .pus_preview_note_discription, .pus_information_note_discription {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}
.pus_instruction_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
}
.pus_uploader_cover {
    width: 80%;
    float: left;
    overflow: hidden;
}
.pus_single_page_country_img img {
    margin-top: 4px;
}
.pus_steps_cover {
    float: left;
    width: 20%;
}
.pus_simple_steps_cover {
    margin-top: 15px;
    padding: 15px;
    border: 3px solid #D9D9D9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #F4F4F4;
    width: 100%;
    overflow: hidden;
}
.pus_simple_step_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.pus_simple_steps {
    background: #242254;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pus_simple_steps_icon {
    padding: 10px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    /* transform: translateY(50%); */
}
.pus_simple_steps_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.pus_simple_steps_discription {
    font-family: "nunito sans", Sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
}
.pus_simple_steps_icon {
    float: left;
    padding: 10px;
    overflow: hidden;
}
.pus_simple_steps_icon i {
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    background-color: #A6A6A6;
    padding: 3.5px 1px;
}
.pus_simple_steps_icon.done i {
    background: #99B83C;
}

/* uploder */
.pus_pdf-drag-area {
    border: 2px dashed #d9d9d9;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px 10%;
    background: #F8F8F8;
}
.pus_pdf-drag-area.active{
    border: 2px solid #5256ad;
}
.pus_pdf-upload-icon {
    cursor: pointer;
    content: '';
    background-image: url(images/uploder-icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    z-index: 1;
    margin-top: 50px;
}
.pus_pdf-drag-area header {
    margin-top: 25px;
    margin-bottom: 50px;
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.pus_pdf-drag-area span {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #242254;
    margin: 5px;
}
.pus_pdf-drag-area .pus_pdf-upload-button {
    padding: 15px 25px;
    font-family: "nunito sans", Sans-serif;
    line-height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #242254;
    border-color: #242254;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    border-radius: 2px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.pus_pdf-drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.pus_pdf-file_list {
    margin: 10px 0px;
}
.pus_pdf-file_list li {
    font-size: 16px;
    line-height: 1.5;
}
.pus_pdf-delete svg {
    cursor: pointer;
    margin-top: 5px;
    width: 18px;
    height: 18px;
    color: #ffff;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fb8288;
    background-color: #fb8288;
}
.pus_pdf-file-title, .pus_pdf-delete {
    overflow: hidden;
    height: auto;
    float: left;
}
.pus_pdf-file-title {
    width: 95%;
}
.pus_pdf-delete {
    width: 5%;
}

/* uploder end */

.pus_next_step {
    padding: 15px 25px 15px 25px;
    font-family: "nunito sans", Sans-serif;
    line-height: 20px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}
.pus_preview_note_icon i, .pus_information_note_icon i {
    color: #CA265F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    padding: 1px 1px 1px 4px;
    border: 1px solid #CA265F;
    margin-right: 10px;
}
.pus_pdf-file_list {
    overflow: hidden;
    margin: 20px 10%;
}
div#uploadStatus p, div#thumbnail_uploadStatus p {
    margin: 20px 10%;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #c03e3e;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #F4F4F4;
    overflow: hidden;
}
.preload-col {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #73c03e;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #F4F4F4;
    overflow: hidden;
}
.pus_show_information_cover, .pus_show_all_information_uploader {
    margin: 20px 10%;
}
.pus_show_information_uploader_title, .pus_show_pdf_title {
    margin-top: 25px;
    margin-bottom: 50px;
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.pus_main_box {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.pus_sub_box {
    width: 50%;
    overflow: hidden;
    float: left;
}
.pus_sub_box.pus_left_sub_box {
    padding-right: 1%;
}
.pus_sub_box.pus_right_sub_box {
    padding-left: 1%;
}
input.pus_input, select.pus_select {
    background-color: #F6F6F6 !important;
    color: #0C2337 !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    border: 1px solid #A3A2B6 !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    line-height: unset !important;
}
textarea.pus_textarea {
    background-color: #F6F6F6 !important;
    color: #0C2337 !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    border: 1px solid #A3A2B6 !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    width: 100% !important;
    margin-bottom: -7px !important;
    min-height: 100px !important;
}
textarea.pus_textarea::placeholder, input.pus_input::placeholder, input.pus_input_donation::placeholder, input.pus_service_search::placeholder {
    color: #0C2337 !important;
    opacity: 1 !important;
}
textarea.pus_textarea:-ms-input-placeholder, input.pus_input:-ms-input-placeholder, input.pus_input_donation:-ms-input-placeholder, input.pus_service_search:-ms-input-placeholder {
   color: #0C2337 !important;
}
  
textarea.pus_textarea::-ms-input-placeholder, input.pus_input::-ms-input-placeholder, input.pus_input_donation::-ms-input-placeholder, input.pus_service_search::-ms-input-placeholder {
   color: #0C2337 !important;
}
input.pus_submit_step-btn {
    padding: 15px 25px !important;
    font-family: "Open Sans", Sans-serif !important;
    line-height: 20px !important;
    border: none !important;
    cursor: pointer !important;
    background: #CA265F !important;
    border-color: #CA265F !important;
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: 400 !important;
    border-radius: 2px !important;
    text-align: center !important;
    display: table !important;
    margin: 0 auto !important;
    margin-bottom: 50px !important;
    margin-top: 20px !important;
    width: auto !important;
    height: auto !important;
    text-transform: unset !important;
}
.pus_show_pdf_img {
    width: 30%;
    height: auto;
    float: left;
}
.pus_show_all_information {
    float: left;
    width: 70%;
    overflow: hidden;
    padding: 0px 15px;
}
.pus_sub_box.pus_left_sub_box select#country {
    margin: 0px !important;
}
.pus_show_show_book_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pus_show_user_name, .pus_show_show_country, .pus_show_show_project, .pus_show_show_school, .pus_show_show_category, .pus_show_user_age, .pus_show_show_canva_link {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.pus_show_show_country span, .pus_show_show_project span, .pus_show_show_school span, .pus_show_show_category span, .pus_show_show_book_discription, .pus_show_user_age span, .pus_show_show_canva_link span {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.pus_show_pdf_img ._df_book-tag {
    display: none;
}
.pus_show_pdf_img ._df_thumb {
    width: 100%;
    height: 250px;
}

/* pdf show */
.pus_pdf_show_super_cover {
    min-height: 400px;
    width: 100%;
    position: relative;
}
.pus_pdf_show_super_cover, .pus_pdf_show_cover, .pus_pdf_view_all_data {
    width: 100%;
    overflow: hidden;
}
.pus_filter-loder {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 1;
    background-color: #45424208;
    z-index: 999;
}
.pus_filter-gif {
    vertical-align: middle;
    display: table;
    height: 100%;
    width: 100%;
}
.gifInnter {
    display: table-cell;
    vertical-align: middle;
}
.pus_pdf_filter_show_cover, .pus_pdf_filter_show, .pus_filter_show {
    width: 100%;
    overflow: hidden;
}
.pus_pdf_filter_show {
    padding: 50px;
}
.pus_filter_show {
    display: inline-flex;
    border: 1px solid #A3A2B6 !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    padding: 10px 20px;
    background-color: #F6F6F6 !important;
}
input.pus_service_search {
    background-color: #F6F6F6 !important;
    color: #0C2337 !important;
    font-weight: 300 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    border: unset !important;
    box-shadow: none !important;
}
select.pus_search_select {
    background-color: #F6F6F6 !important;
    color: #0C2337 !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    border: unset !important;
    margin-right: 30px;
    box-shadow: none !important;
}
.pus_search_btn {
    padding: 15px 25px;
    font-family: "nunito sans", Sans-serif;
    line-height: 10px;
    border: none;
    cursor: pointer;
    background: #242254;
    border-color: #242254;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}
ul.pus_pdf_view_ul {
    --columns: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
li.pus_pdf_view_li {
    position: relative;
    min-height: 1px;
    padding: 5px;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% / var(--columns));
    flex: 0 0 calc( 100% / var(--columns));
    max-width: calc( 100% / var(--columns));
}
.pus_pdf_view {
    height: 100%;
    width: 100%;
    border-style: solid;
    border-radius: 10px;
    border-width: 0 1px 1px 1px;
    border-color: #efefef;
}
.pus_pdf_view_img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: auto;
}
.pus_pdf_view_data {
    padding: 20px 15px 23px 15px;
}
.pus_filter_show {
    margin-bottom: 25px;
}
.pus_pdf_view_author_name, .pus_pdf_view_country {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
}
.pus_pdf_view_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
}
.pus_pdf_view_readmore_btn {
    padding: 10px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 5px;
}
.pus_error {
    margin-bottom: 50px;
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 50px;
}
a.pus_read_more_btn {
    color: #ffffff !important;
}
.pus_pdf_mas, .pus_uploadStatus {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #ca265f;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.pus_progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #CA265F;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
         -o-transition: width .6s ease;
            transition: width .6s ease;
}
.pus_progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.pus_pdf_successfully_mas {
    font-family: nunito sans;
    font-size: 20px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 50px;
}
.pus_show_uploader_progress, .pus_show_book_categorys_show {
    padding: 20px 10%;
    float: left;
    width: 100%;
}
.pus_go_home_page, .pus_reload_page {
    padding: 15px 25px 15px 25px;
    font-family: "nunito sans", Sans-serif;
    line-height: 20px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
    text-transform: capitalize;
}
ul#pus_show_book_categorys {
    width: 100%;
    overflow: hidden;
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
li.pus_show_book_categorys-list {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 10px;
}
label.pus_show_book_categorys_label {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}
.pus_show_book_categorys_mas {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ea1537;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #F4F4F4;
    overflow: hidden;
    display: none;
}
.pus_show_book_categorys_show {
    padding: 10px 10%;
    float: left;
    width: 100%;
    padding-right: 0px;
}
input.pus_show_book_categorys_input {
    width: unset !important;
    height: unset !important;
}
label.pus_show_book_categorys_label {
    padding: 0px !important;
}
textarea#book_discription {
    line-height: 1.5;
}
.pus_pdf_img_view {
    text-align: center;
    padding: unset;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}
/* .pus_pdf_img_view img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: auto;
} */
.pus_pdf_img_view img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: auto !important;
    max-width: unset !important;
    max-height: unset !important;
}
.pus_popup_show_recommended_project_project_cover.project_for_show img.filter_project_img {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
/* single book show start */
.pus_single_page_show_cover, .pus_single_page_show, .pus_single_page_body_cover, .pus_name_and_country_cover {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_name_cover, .pus_single_page_country_cover {
    float: left;
    width: 50%;
    overflow: hidden;
}
.pus_single_page_country_and_img {
    width: auto;
    float: right;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 10px;
    margin-bottom: 10px;
}
.pus_single_page_country_img {
    float: left;
}
.pus_single_page_country {
    float: left;
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 18px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.pus_single_page_title_cover {
    margin-bottom: 10px;
    float: left;
    width: 50%;
    overflow: hidden;
}
.pus_single_page_country_cover {
    margin-bottom: 10px;
}
.pus_single_page_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
}
.pus_single_page_name {
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0px 0px 0px;
    text-transform: capitalize;
}
.df-container.df-floating.df-controls-bottom {
    background-color: #ea1537;
}
div#pus_single_flipbook {
    background: #f4f4f4!important;
    margin-bottom: 50px;
    padding: 20px !important;
}
.pus_single_page_content {
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 400;
    line-height: 25px;
    margin-top: 25px;
}
.pus_single_page_content span {
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 600;
    line-height: 25px;
}
.pus_single_page_cat {
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
}
.pus_single_page_cat span {
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 400;
    line-height: 25px;
}
.pus_single_page_body_show {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_country_donation_report_cover {
    width: 100%;
    overflow: hidden;
    margin: 25px 5px;
}
.pus_single_page_buy_paperback_cover, .pus_single_page_buy_hardback_cover, .pus_single_page_buy_ebook_cover, .pus_single_group_buy_book_cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #ca265f;
    padding-right: 0px;
    cursor: pointer;
}
.pus_single_page_buy_damo_cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #eab2c6;
    padding-right: 0px;
    cursor: no-drop;
}
.pus_single_page_btn_img, .pus_single_page_btn_text_and_price_cover {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 1rem!important;
}
.pus_single_page_btn_text, .pus_single_page_btn_price {
    font-family: "nunito sans", Sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 18px;
}
.pus_single_page_btn_cover {
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 160px;
}
.pus_single_page_buy_paperback_cover .pus_single_page_btn_img {
    cursor: pointer;
    content: '';
    background-image: url(images/delivery.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 35px;
    background-size: 70px 35px;
    z-index: 1;
}
.pus_single_page_buy_ebook_cover .pus_single_page_btn_img {
    cursor: pointer;
    content: '';
    background-image: url(images/download.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    z-index: 1;
}
.pus_single_page_report_cover {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #242254;
}
.pus_single_page_report_cover .pus_single_page_btn_text {
    color: #707070;
}
.pus_single_page_btn_price {
    font-weight: 600;
    font-size: 15px;
    padding-top: 9px;
}
.pus_single_page_details_cover {
    padding-right: 50px;
}
/* end single book */

/* pop up start project selecte */
.pus_modal.pus_modal-pus_book_amount_box.active {
    max-width: 70%;
    max-height: 70%;
}
.pus_popup_cover, .pus_popup_show_recommended_project_cover {
    width: 100%;
    overflow: hidden;
}
.pus_popup_show_recommended_project_img, .pus_popup_show_recommended_project_values_cover {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 1rem!important;
}
.pus_popup_show_recommended_project {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    padding-right: 0px;
    cursor: pointer;
}
.pus_popup_show_recommended_project_cover .pus_modal {
    -webkit-box-align: center !important;
}
/* .pus_popup_show_recommended_project_img img {
    border-radius: 30px;
} */
.pus_popup_show_recommended_project_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}
.pus_popup_show_recommended_project_con_btn {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 22px;
    border: none;
    cursor: pointer;
    background: #242254;
    border-color: #242254;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 15px;
}
.pus_popup_show_recommended_project_project_cover {
    text-align: center;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pus_popup_show_recommended_project_project {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-style: solid;
    border-radius: 10px;
    border-width: 0 1px 1px 1px;
    border-color: #efefef;
}

.pus_popup_show_recommended_project_project_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    padding: 5px 5px 10px 5px;
}
.pus_popup_show_recommended_project_project_cat {
    font-family: "nunito sans", Sans-serif;
    font-size: 14px;
    color: #252254;
    font-weight: 400;
    line-height: normal;
    padding: 5px 5px 20px 5px;
}
/* .pus_popup_show_recommended_project_select_btn {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 30px;
} */
.pus_popup_show_recommended_project_select_btn {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    color: #545279;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
}
.pus_popup_close_pus_modal {
    float: right;
    padding: 10px;
}
.pus_popup_show_recommended_project_img img {
    max-height: 100%;
    width: 100%;
}
/* project selecte end */

/* project cost start */
.pus_popup_super_cover {
    width: 100%;
    /* border: 1px solid #242254;
    padding: 15px; */
}
.pus_popup_show_recommended_project_values_cover {
    margin-left: 20px;
}
.pus_popup_give_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
}
.pus_modal.pus_modal-pus_book_pay_box.active .pus_popup_close_pus_modal {
    float: left;
    padding: 10px;
    width: 20%;
    margin-bottom: -15px;
}
.pus_modal.pus_modal-pus_book_pay_box.active {
    max-width: 70%;
    max-height: 70%;
}
.pus_popup_close_pus_modal_and_title_cover {
    width: 100%;
    overflow: hidden;
}
.pus_popup_title {
    float: left;
    width: 80%;
    overflow: hidden;
}
.pus_modal.pus_modal-pus_book_pay_box.active .pus_popup_close_pus_modal {
    float: left;
    padding: 10px;
    width: 20%;
}
.pus_modal.pus_modal-pus_book_pay_box.active  a.pus_close-pus_modal {
    float: right;
}
.pus_popup_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 25px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}
.pus_popup_pay_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.pus_popup_book_title_cover {
    padding: 10px 0px;
    text-align: center;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pus_popup_book_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 5px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid;
    border-color: #8c8ca0;
}
.pus_popup_show_pay_donation_cover.pus_popup_show_pay_donation_quantity {
    display: none;
}
.pus_popup_show_recommended_project_project_cover.project_for_show .pus_popup_show_recommended_project_project {
    border-radius: unset !important;
}
.pus_popup_change_project {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    color: #545279;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
}
button.pus_button {
    padding: 10px 30px;
    font-family: "nunito sans", Sans-serif;
    line-height: 30px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
/* .pus_popup_show_pay_cost {
    font-family: "nunito sans", Sans-serif;
    font-size: 40px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
} */
.pus_popup_show_pay_cost {
    display: initial;
}
.pus_popup_show_pay_cost_dit {
    font-family: "nunito sans", Sans-serif;
    font-size: 14px;
    color: #242254;
    font-weight: 400;
    line-height: 22px;
    margin: 30px 0px;
}
.pus_popup_show_pay_donation_cover {
    width: 100%;
    overflow: hidden;
}
.pus_popup_show_pay_donation {
    width: 60%;
    float: left;
    overflow: hidden;
}
.pus_popup_show_pay_donation_input {
    width: 40%;
    float: left;
    overflow: hidden;
}
.pus_popup_show_pay_donation {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    padding-right: 15px;
    text-transform: capitalize;
    text-align: right;
}
input.pus_input_donation {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-align: center;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #3C3A66 !important;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    padding: 0px !important;
    text-decoration: none;
    border: 1px solid #3c3a66 !important;
    line-height: inherit;
    width: 50% !important;
    float: left;
}
.pus_popup_show_pay_tax {
    font-family: "nunito sans", Sans-serif;
    font-size: 12px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 30px 0px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #242254;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.pus_popup_show_pay_tax_text {
    float: left;
    width: 60%;
}
.pus_popup_show_pay_tax_amount {
    float: right;
}
.pus_popup_show_total_tax {
    width: 100%;
    overflow: hidden;
}
.pus_popup_show_pay_total_text {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    padding-right: 15px;
    text-align: left;
    width: 80%;
    float: left;
}
.pus_popup_show_pay_total_text span {
    font-size: 14px;
    font-weight: 400;
}
.pus_popup_show_pay_total_amount {
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #242254;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    text-transform: capitalize;
    text-align: right;
    width: 20%;
    float: left;
}
.pus_dont_plus_btn, .pus_dont_book_quantity_plus_btn {
    float: left;
    font-family: "nunito sans", Sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px;
    margin-right: 8px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    width: 25px;
    background: #ca265f;
    height: 25px;
}
.pus_dont_mi_btn, .pus_dont_book_quantity_mi_btn {
    float: left;
    font-family: "nunito sans", Sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px;
    margin-left: 8px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    width: 25px;
    background: #242254;
    height: 25px;
}
/* project cost end */

/* project select start */
.pus_modal.pus_modal-pus_book_project_box.active {
    max-width: 70%;
    max-height: 70%;
    min-width: 70%;
}
.pus_modal.pus_modal-pus_all_author_book_box.active {
    max-width: 70%;
    max-height: 70%;
    min-width: 70%;
}

.pus_popup_show_project_select {
    width: 100%;
    overflow: hidden;
}
.pus_popup_book_project_input {
    display: inline-flex;
    border: 1px solid #A3A2B6 !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%) !important;
    padding: 10px 20px;
    background-color: #f4f4f4 !important;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
input.pus_popup_book_project {
    background-color: #f4f4f4 !important;
    color: #0C2337 !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    border: unset !important;
    margin-right: 10px !important;
    box-shadow: none !important;
}
.pus_search_project_btn {
    padding: 15px 25px;
    font-family: "nunito sans", Sans-serif;
    line-height: 10px;
    border: none;
    cursor: pointer;
    background: #242254;
    border-color: #242254;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}
ul.pus_pdf_project_view_ul {
    --columns: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}
li.pus_pdf_project_view_li {
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding: 15px 15px 15px 15px;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% / var(--columns));
    flex: 0 0 calc( 100% / var(--columns));
    max-width: calc( 100% / var(--columns));
}
.pus_popup_show_recommended_select_project_cover {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.pus_popup_book_project_filter_cover {
    width: 100%;
    overflow: hidden;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}
.pus_popup_project_select_btn {
    padding: 10px 30px;
    font-family: "nunito sans", Sans-serif;
    line-height: 30px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
}
/* .pus_popup_show_recommended_project_project_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */
.pus_popup_show_recommended_project_project_img {
    text-align: center;
    padding: unset;
    width: 100%;
    height: auto;
    /* height: 220px !important; */
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}
/* .pus_popup_show_recommended_project_project_img img {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */
.pus_modal-pus_book_project_box .pus_popup_close_pus_modal {
    margin-top: -15px;
    margin-bottom: -15px;
}
.pus_modal-pus_book_project_box .pus_popup_give_title {
    margin-bottom: 25px;
}
.pus_all_author_book_filter_cover {
    width: 100%;
    overflow: hidden;
}
/* project select end */
/* .pus_popup_book_project_filter_cover img.filter_project_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: 200px !important;
} */
.pus_popup_book_project_filter_cover img.filter_project_img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100% !important;
}
.pus_single_page_details_and_project_cover {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_details_cover {
    width: 75%;
    overflow: hidden;
    float: left;
}
.pus_single_page_project_cover {
    float: left;
    width: 25%;
    overflow: hidden;
}
.pus_single_page_project_title {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 20px;
    border: none;
    cursor: pointer;
    background: #242254;
    border-color: #242254;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    /* margin-bottom: 10px; */
}
.pus_single_page_project_recommended_title {
    color: #E9C061;
    padding: 10px 0px 15px 0px;
    font-weight: 600;
    font-size: 16px;
}
.pus_single_page_content_charity_title {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 20px;
    border: none;
    cursor: pointer;
    color: #E9C061;
    background: #242254;
    border-color: #242254;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.pus_single_page_content_charity_title span {
    color: #ffffff;
}
.pus_single_page_details_and_project_cover .pus_popup_show_recommended_project_project_cover.project_for_show {
    width: 100% !important;
}
.pus_single_page_project {
    width: 100%;
    /* border: 1px solid #242254; */
    margin-bottom: 10px;
}
.owl-carousel .owl-item {
    padding-left: unset !important;
    padding-right: unset !important;
}
.pus_single_page_project_total_fund_raised {
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
    text-align: center;
}
.pus_single_page_project_learn_more_to_help {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    cursor: pointer;
    margin: 10px 0px;
}
.pus_single_page_related_book_title {
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    color: #242254;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 15px;
}
.pus_single_page_related_book_cover {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_btn_text a {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #707070;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
}
.df-ui-btn.df-ui-more.ti-more-alt {
    display: none;
}
.pus_single_page_related_book_and_space_cover {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_related_books_cover {
    width: 96%;
    float: left;
    overflow: hidden;
}
.pus_single_page_space_cover {
    float: left;
    width: 4%;
    overflow: hidden;
}
.pus_single_page_slider {
    width: 100%;
    overflow: hidden;
}
.owl-carousel {
    margin: 0 !important;
}
.owl-nav button {
    display: none;
}
.pus_popup_show_button_for_mobile {
    display: none;
}
.pus_popup_show_recommended_project_project_img.pus_single_project_img {
    height: auto !important;
    max-height: 120px;
}
.pus_popup_show_recommended_project_project_cover.project_for_show .pus_popup_show_recommended_project_project_img {
    border-radius: unset !important;
    height: auto !important;
}
.pus_popup_show_recommended_project_project_img.supports_a_project {
    height: unset !important;
}
/* learn how you can help start */
.pus_modal.pus_modal-pus_help_mas_box.active {
    min-width: 70%;
    max-width: 70%;
}
.pus_modal.pus_modal-pus_page_faq_box.active {
    min-width: 70%;
    max-width: 70%;
    padding: 0px !important;
}
.pus_modal.pus_modal-pus_page_buy_damo.active {
    min-width: 70%;
    max-width: 70%;
    padding: 0px !important;
}

.pus_modal-pus_help_mas_box .pus_popup_close_pus_modal {
    margin-bottom: -15px;
}

.pus_popup_title_mas {
    margin: 5px 10px;
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 25px;
    margin-top: 25px;
}
/* end */
dt.variation-pus_divider {
    display: none !important;
}
/* button.continue_to_button {
    padding: 10px 30px;
    font-family: "nunito sans", Sans-serif;
    line-height: 30px;
    border: none;
    background: #242254;
    border-color: #242254;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 5px;
} */
button.continue_to_button {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #545279;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
    background: unset !important;
    padding: unset !important;
    border: unset !important;
}
button.continue_to_button i {
    margin-right: 2px;
}
button.continue_to_button:hover {
    background: #242254;
    border-color: #242254;
}
input.pus_input_donation.first_category, input.pus_input_donation.second_category {
    background-image: url(images/dollar.png);
    background-size: 28px 30px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 5px;
}
.pus_popup_show_pay_cost_dit {
    color: #ca265f !important;
    font-weight: 600 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item dt {
    float: left;
    margin-right: 10px;
    padding: 0px !important;
    color: #242254 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item dd {
    margin: 0px !important;
    color: #242254 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item dd p {
    padding: 0px !important;
    margin: 0px !important;
    color: #242254 !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    color: #242254 !important;
}
span.woocommerce-Price-amount.amount bdi, td.product-quantity, span.woocommerce-Price-amount.amount bdi {
    color: #242254 !important;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before {
    color: #242254 !important;
}
h3.fc-step__substep-title {
    color: #242254 !important;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    margin-top: 10px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
    height: unset !important;
}
button.button.e-apply-coupon, a.checkout-button.button.alt.wc-forward {
    padding: 10px 20px !important;
    font-family: "Open Sans", Sans-serif !important;
    line-height: 18px !important;
    border: none !important;
    cursor: pointer !important;
    background: #242254 !important;
    border-color: #242254 !important;
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: center !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
    border-bottom: solid 1px #dee2e6;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    text-align: left;
    font-size: 18px;
    padding: 10px 10px 10px 0px;
}
.widget-product.has-thumbnial .product-thumbnail {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.widget-product.has-thumbnial .product-body {
    width: 100%;
    float: left;
    padding-left: 0px !important;
}
.widget-product.has-thumbnial .product-body .cart-main-content p {
    margin-bottom: unset !important;
}
.widget-product.has-thumbnial .product-body .cart-main-content dt {
    float: left;
    margin-right: 10px;
    padding: 0px !important;
}
.widget-product.has-thumbnial .product-body .cart-main-content dd {
    margin: 0px !important;
}
.df-ui-btn.df-ui-share.ti-sharethis {
    display: none;
}
.pus_view_books_from_this_author {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* pus certificate start */
div.pus_certificate_cover {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  div#pus_certificate {
    height: 750px;
    width: 550px;
    overflow: hidden;
    margin: 0 auto;
  }
.pus_certificate_user_cover {
    background-image: url(images/Upschool-Certificate.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.pus_certificate_certificate_owner {
    text-align: center;
    text-transform: capitalize;
    padding-top: 350px;
    font-size: 50px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Great Vibes', cursive;
    color: #242254;
}
.pus_certificate_reason_text {
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    color: #242254;
}
.pus_certificate_book_title {
    font-weight: 600;
}
button.pus_certificate_download {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pus_certificate_super_cover {
    text-align: center;
}
/* pus certificate end */
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
    padding-top: 18px !important;
}
/* pus share start */
.pus_single_page_share_cover {
    top: 30%;
    bottom: 0;
    right: 0;
    position: fixed;
    transition: all 0.5s ease 0s;
}
.pus_single_page_share_icon_and_link_cover {
    position: relative;
    padding: 0px;
}
.pus_single_page_share_icon_and_link {
    padding: 8px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}
.pus_single_page_share_icon_and_link.pus_facebook {
    background: #3b5998;
}
.pus_single_page_share_icon_and_link.pus_twitter {
    background: #1da1f2;
}
.pus_single_page_share_icon_and_link.pus_linkedin {
    background: #0077b5;
}
.pus_single_page_share_icon_and_link.pus_whatsapp {
    background: #0CC243;
}
.pus_single_page_share_icon_and_link.pus_envelope {
    background: #ea4335;
}
.pus_single_page_share_icon_and_link.pus_share_link {
    background: #EF8E2D;
}
.pus_single_page_share_link_cover {
    position: fixed;
    transition: all 0.5s ease 0s;
    right: -100%;
}
.pus_single_page_share_link_cover.active {
    right: 0;
    transition: all 0.5s ease 0s;
}
.pus_single_page_share_link {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: #ef8e2d;
}
input#pus_link_copy_input {
    font-weight: 500 !important;
    background-color: #ffffff !important;
    color: #3C3A66 !important;
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #3c3a66 !important;
    float: left;
    height: 40px;
    width: initial;
}
.pus_link_copy {
    padding: 10px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 18px;
    border: none;
    cursor: pointer;
    background: #CA265F;
    border-color: #CA265F;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
}
.pus_single_all_book_url {
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    float: right;
    font-family: "nunito sans", Sans-serif;
    margin: 15px 0px 0px 0px;
}
.pus_single_all_book_url_link {
    font-family: "nunito sans", Sans-serif;
    color: #242254;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0px 0px 0px;
    text-transform: capitalize;
    padding-bottom: 7px;
}
/* pus share end */

/* pus canva link start */
.pus_canva_link_to_pic_show {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    text-decoration: underline;
}
.pus_popup_close_pus_modal.canva_link_to_pic_close_pus_modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.pus_modal.pus_modal-pus_pus_canva_link_to_pic_box.active, .pus_modal.pus_modal-pus_pus_safe_margin_to_pic_box.active {
    padding: 0px !important;
}
.pus_popup_close_pus_modal.canva_link_to_pic_close_pus_modal a svg {
    background: #CA265F;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}
.pus_modal.pus_modal-pus_pus_canva_link_to_pic_box.active, .pus_modal.pus_modal-pus_pus_safe_margin_to_pic_box.active {
    max-width: 600px !important;
}
a.pus_single_back_all_book_url_link {
    font-family: "nunito sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #B81342 !important;
    text-decoration: unset !important;
    margin-left: 10px;
}
a.pus_single_back_all_book_url_link:hover {
    color: #AD1541 !important;
}
a.pus_single_page_info_download {
    padding: 20px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #CA265F !important;
    border-color: #CA265F !important;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none !important;
}
a.pus_single_page_info_download:hover {
    color: #ffffff !important;
}
/* pus faqs start */
.pus_single_page_faq_cover {
    width: 100%;
    overflow: hidden;
    margin: 25px 10px;
    margin-top: -25px;
}
.pus_single_page_faq {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_faq_title {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #A6A6A6;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    cursor: pointer;
}
.pus_single_page_faq_title i {
    margin-right: 5px;
}
.pus_popup_close_pus_modal_and_title_cover.pus_page_faq_box_title_cover {
    background: #242254;
}
.pus_popup_close_pus_modal_and_title_cover.pus_page_faq_box_title_cover .pus_popup_faq_box_title {
    color: #E9C061;
    padding: 20px;
    font-family: "nunito sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    float: left;
}
.pus_popup_close_pus_modal_and_title_cover.pus_page_faq_box_title_cover .pus_popup_close_pus_modal {
    padding: 20px !important;
}
.pus_popup_faq_box_mas {
    padding: 5px;
    overflow: hidden;
    width: 100%;
}
.pus_popup_faq_box_mas span {
    width: 100%;
    overflow: hidden;
    float: left;
}
.pus_popup_faq_box__title_mas {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #242254;
    font-weight: 400;
    line-height: 25px;
    margin: 10px;
}
.pus_single_page_faq_icon {
    cursor: pointer;
    content: '';
    background-image: url(images/faqs_icons.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    z-index: 1;
    float: left;
    margin-right: 5px;
}
/* pus faqs end */
/* safe start */
.pus_instruction_safe_margin_cover {
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #242254;
    border-radius: 5px;
    background-color: #F4F4F4;
}
.pus_instruction_safe_margin {
    cursor: pointer;
    font-family: "nunito sans", Sans-serif;
    font-size: 18px;
    color: #242254;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
}
.pus_instruction_safe_margin .owl-dots {
    display: none;
}
.pus_upload_page_safe_margin {
    width: 600px;
    height: 424px;
}
ul.pus_pdf_view_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* safe end */
/* pus canva link end */
@media only screen and (max-width: 39.9375em) {
    .pus_modal.pus_modal-pus_pus_canva_link_to_pic_box.active {
        max-height: unset !important;
        height: auto !important;
    }
    .pus_modal.pus_modal-pus_pus_safe_margin_to_pic_box.active {
        max-height: unset !important;
        height: auto !important;
    }
    .pus_modal.pus_modal-pus_pus_canva_link_to_pic_box.active .pus_popup_super_cover {
        padding: 0px;
    }
    .pus_modal.pus_modal-pus_pus_safe_margin_to_pic_box.active .pus_popup_super_cover {
        padding: 0px;
    }
    .pus_popup_super_cover {
        width: 100%;
        padding: 10px;
    }
    .pus_uploader_cover {
        width: 100%;
    }
    .pus_steps_cover {
        width: 100%;
    }
    .pus_instruction_cover {
        width: 100%;
        margin-bottom: 50px;
    }
    .pus_pdf_uploader_cover {
        width: 100%;
    }
    .pus_pdf-drag-area {
        margin: 0px !important;
        text-align: center;
    }
    .pus_show_information_uploader_cover {
        width: 100%;
    }
    .pus_show_information_cover {
        margin: 0px !important;
    }
    .pus_sub_box {
        width: 100%;
        padding: 5px 0px !important;
    }
    .pus_show_all_information_uploader_super_cover {
        width: 100%;
    }
    .pus_show_pdf_img {
        width: 100%;
    }
    .pus_show_all_information {
        width: 100%;
        margin-top: 20px;
    }
    .pus_show_pdf_uploader_cover {
        width: 100%;
    }
    .pus_thumbnail-drag-area {
        margin: 0px;
    }
    li.pus_show_book_categorys-list {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .pus_show_information_cover, .pus_show_all_information_uploader {
        margin: 0px;
    }
    .pus_show_all_information {
        padding: 0px;
    }
    .pus_show_pdf_img ._df_thumb {
        width: 100%;
        height: 300px;
        margin: 0px;
    }
    .pus_single_page_name_cover, .pus_single_page_country_cover {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .pus_single_page_country_and_img {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .pus_single_page_details_cover, .pus_single_page_project_cover {
        width: 100%;
        overflow: hidden;
    }
    .pus_popup_show_recommended_project_values_cover {
        margin-left: 0px;
    }
    .pus_popup_show_recommended_project {
        display: inline-block !important;
    }
    .pus_popup_show_recommended_project_img, .pus_popup_show_recommended_project_values_cover {
        -webkit-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        margin-right: 0px !important;
    }
    .pus_modal-pus_book_amount_box .pus_popup_show_recommended_project_img{
        display: none;
    }
    .pus_popup_show_button_for_laptop {
        display: none;
    }
    .pus_popup_show_button_for_mobile {
        display: block;
    }
    .pus_popup_show_pay_button.pus_popup_show_button_for_mobile {
        margin-top: 20px;
    }
    .pus_popup_show_pay_button.pus_popup_show_button_for_mobile button.pus_button {
        margin-bottom: 20px;
    }    
    .pus_popup_show_pay_button.pus_popup_show_button_for_mobile button.pus_button, .pus_popup_show_pay_button.pus_popup_show_button_for_mobile button.continue_to_button {
        display: block;
    }
    .pus_popup_show_pay_donation {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .pus_popup_show_pay_donation {
        padding-right: 0px;
        text-align: center;
    }
    .pus_popup_show_pay_donation_input {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 20px 40px;
    }
    .pus_popup_show_recommended_project {
        padding: 0px !important;
    }
    .pus_popup_show_pay_total_text {
        width: 60%;
        float: left;
    }
    .pus_popup_show_pay_total_amount {
        width: 40%;
        float: left;
    }
    ul.pus_pdf_project_view_ul {
        --columns: 1;
    }
    .pus_single_page_details_cover {
        padding-right: 0px;
    }
    .pus_filter_show {
        display: block;
        margin-bottom: 20px;
    }
    input.pus_service_search {
        float: left;
        width: 100%;
    }
    select.pus_search_select, .pus_search_btn {
        float: left;
        width: 100% !important;
        margin-top: 15px;
    }    
    ul.pus_pdf_view_ul {
        --columns: 1 !important;
    }
    .pus_single_all_book_url {
        float: left;
        margin-top: 10px;
    }
    .pus_modal-overlay.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        visibility: visible;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .pus_upload_page_safe_margin {
        height: 424px;
        width: 100%;
    }
}

@media only screen and ( max-width: 991px ) {   
    ul.pus_pdf_view_ul {
        --columns: 3;
    }
    select.pus_search_select {
        width: 30%;
    }
    .pus_sub_box.pus_right_sub_box {
        padding-left: 0px;
    }
    .pus_sub_box.pus_left_sub_box {
        padding-right: 0px;
    }
    .pus_uploader_cover {
        width: 100%;
    }
    .pus_steps_cover {
        width: 100%;
    }
    .pus_instruction_cover {
        width: 100%;
        margin-bottom: 50px;
    }
    .pus_pdf_uploader_cover {
        width: 100%;
    }
    .pus_pdf-drag-area {
        margin: 0px;
        text-align: center;
    }
    .pus_show_information_uploader_cover {
        width: 100%;
    }
    .pus_show_information_cover {
        margin: 0px;
    }
    .pus_sub_box {
        width: 100%;
        padding: 5px 0px;
    }
    .pus_show_all_information_uploader_super_cover {
        width: 100%;
    }
    .pus_show_pdf_img {
        width: 100%;
    }
    .pus_show_all_information {
        width: 100%;
        margin-top: 20px;
    }
    .pus_show_pdf_uploader_cover {
        width: 100%;
    }
    .pus_thumbnail-drag-area {
        margin: 0px;
    }
    li.pus_show_book_categorys-list {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .pus_show_information_cover, .pus_show_all_information_uploader {
        margin: 0px;
    }
    .pus_show_all_information {
        padding: 0px;
    }
    .pus_show_pdf_img ._df_thumb {
        width: 200px;
        height: 300px;
    }
}




/**
* Overlay
* -- only show for tablet and up
*/
@media only screen and (min-width: 40em) {
    .pus_modal-overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .pus_modal-overlay.active {
      opacity: 1;
      visibility: visible;
      z-index: 999;
    }
  }
  /**
   * pus_modal
   */
  .pus_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    max-width: 400px;
    max-height: 500px;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  /* .pus_modal .pus_close-pus_modal {
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  } */
  .pus_modal .pus_close-pus_modal svg {
    width: 1.75em;
    height: 1.75em;
    cursor: pointer;
}
  .pus_modal .pus_modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .pus_modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .pus_modal.active .pus_modal-content {
    opacity: 1;
  }
  /* .pus_modal.active .pus_close-pus_modal {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
    z-index: 9999999 !important;
  } */
  
  /**
   * Mobile styling
   */
  @media only screen and (max-width: 39.9375em) {
    .custom_product_crowdfunding_v1_cover {
      padding: 10px !important;
    }
    input.fund_project_donation_custom_amount, .fund_project_donation_custom_button {
      font-size: 15px !important;
    }
    input[type=number]::-webkit-inner-spin-button {
        opacity: 1
    }
    .custom_product_crowdfunding_donation_see_all {
      width: 100% !important;
    }
    .cpcd_popup_super_cover {
      padding: 20px !important;
    }
    h1 {
      font-size: 1.5rem;
    }
    .pus_modal {
      top: 5% !important;
      left: 3% !important;
      width: 94% !important;
      height: 90% !important;
      max-width: 94% !important;
      max-height: 90% !important;
    }
    .pus_modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      border-radius: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      padding: 0 !important;
    }
  
    .pus_close-pus_modal {
      right: 20px !important;
    }
  }
  /* pop-up end */
  

  /* woocommerce start */
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0 0 3em;
    list-style: none;
}
ul.wc-item-meta {
    margin: 0 0 3em;
    list-style: none;
}
th.woocommerce-table__product-name.product-name, th.woocommerce-table__product-table.product-total {
    padding: 10px !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
    padding: 10px;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
    padding-left: 10px !important;
}
address {
    padding: 10px !important;
}
/* end */

/**
* book group styling start
*/
.pus_all_group_pdf_show_cover {
    width: 100%;
    overflow: hidden;
}
.pus_all_group_pdf_view_all_data {
    width: 100%;
    overflow: hidden;
}
ul.pus_all_group_pdf_view_ul {
    --columns: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
li.pus_all_group_pdf_view_li {
    position: relative;
    min-height: 1px;
    padding: 5px;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% / var(--columns));
    flex: 0 0 calc( 100% / var(--columns));
    max-width: calc( 100% / var(--columns));
}
.pus_all_group_pdf_view_cover {
    width: 100%;
    overflow: hidden;
    background-image: url(images/group_pdf.png);
    height: auto;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
.pus_all_group_pdf_view {
    width: 100%;
    overflow: hidden;
    background-color: #242254bf;
    padding: 30px;
}
.pus_all_group_pdf_left_side_cover {
    float: left;
    width: 70%;
    overflow: hidden;
}
.pus_all_group_pdf_right_side_cover {
    float: left;
    width: 30%;
    overflow: hidden;
}
.pus_all_group_pdf_left_side {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}
.pus_all_group_pdf_left_side_title {
    font-family: "nunito sans", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    color: #FFFFFF;
}
.pus_single_group_pdf_left_side_title {
    font-family: "nunito sans", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    color: #242254;
}
.pus_all_group_pdf_left_side_description {
    font-family: "nunito sans", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    color: #FFFFFF;
}
.pus_single_group_pdf_left_side_description {
    font-family: "nunito sans", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    color: #242254;
}
.pus_all_group_pdf_left_side_learn_more {
    padding: 10px 15px;
    font-family: "nunito sans", Sans-serif;
    line-height: 15px;
    border: none;
    cursor: pointer;
    background: #ffffff;
    border-color: #CA265F;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
}
a.pus_group_pdf_read_more_btn {
    color: #444444 !important;
    text-decoration: none;
}
.pus_all_group_pdf_left_side_bottom_cover {
    width: 100%;
    overflow: hidden;
}
.pus_all_group_pdf_left_side_bottom {
    width: 100%;
    overflow: hidden;
}
.pus_single_page_donation_btn_price.pus_single_page_donation_btn_price {
    font-style: normal;
    font-family: "nunito sans", Sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
}
.pus_all_group_pdf_right_side_table_cover {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}
table.pus_all_group_pdf_right_side_table tr th {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
table.pus_all_group_pdf_right_side_table tr td {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
table.pus_all_group_pdf_right_side_table td, table.pus_all_group_pdf_right_side_table th {
    border: none !important;
    padding: 5px !important;
}
table.pus_all_group_pdf_right_side_table {
    border: 1px solid #ffffff !important;
}
table.pus_all_group_pdf_right_side_table tr th {
    border-bottom: 1px solid #ffffff !important;
}
table.pus_all_group_pdf_right_side_table th {
    background: #9e8be108;
}
table.pus_all_group_pdf_right_side_table tbody > tr:nth-child(2n+1) td {
    background: #9e8be108;
}
table.pus_all_group_pdf_right_side_table tr > th:nth-child(2n+1), table.pus_all_group_pdf_right_side_table tr > td:nth-child(2n+1)  {
    border-right: 1px solid #ffffff !important;
}
.pus_all_group_pdf_single_img {
    width: 100%;
    overflow: hidden;
    background-image: url(images/group_pdf.png);
    height: 375px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

table.pus_single_group_pdf_right_side_table tr th {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
table.pus_single_group_pdf_right_side_table tr td {
    font-family: "nunito sans", Sans-serif;
    font-size: 15px;
    color: #444444;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
table.pus_single_group_pdf_right_side_table td, table.pus_single_group_pdf_right_side_table th {
    border: none !important;
    padding: 5px !important;
}
table.pus_single_group_pdf_right_side_table {
    border: 1px solid #444444 !important;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
table.pus_single_group_pdf_right_side_table tr th {
    border-bottom: 1px solid #444444 !important;
}
table.pus_single_group_pdf_right_side_table th {
    background: #9e8be108;
}
table.pus_single_group_pdf_right_side_table tbody > tr:nth-child(2n+1) td {
    background: #9e8be108;
}
table.pus_single_group_pdf_right_side_table tr > th:nth-child(2n+1), table.pus_single_group_pdf_right_side_table tr > td:nth-child(2n+1)  {
    border-right: 1px solid #444444 !important;
}
.pus_single_group_pdf_space {
    padding: 10px;
}
.pus_single_group_pdf_right_side_table_cover {
    width: 400px;
    overflow: hidden;
}
table.pus_single_group_pdf_right_side_table {
    border: 1px solid #444444 !important;
    width: 100%;
    overflow: hidden;
}
a.pus_single_group_pdf_link {
    color: #444444 !important;
    text-decoration: none !important;
}
.pus_modal.pus_modal-pus_group_book_project_box.active {
    max-width: 70%;
    max-height: 70%;
    min-width: 70%;
}
.pus_modal.pus_modal-pus_group_book_pay_box.active {
    max-width: 70%;
    max-height: 70%;
}
.pus_popup_change_group_book_project {
    font-family: "nunito sans", Sans-serif;
    font-size: 16px;
    color: #545279;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
}
a.pus_all_group_pdf_link {
    color: #ffffff !important;
    text-decoration: none !important;
}
ul.pus_all_group_pdf_view_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pus_all_group_pdf_book_list_cover {
    display: none;
}
.pus_all_group_pdf_right_side_cover {
    display: block;
}
ul.pus_all_group_pdf_book_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.pus_all_group_pdf_book_list li {
    font-family: "nunito sans", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}
.pus_all_group_pdf_book_list_cover {
    width: 100%;
    overflow: hidden;
    margin: 22px 0px;
}
/**
* book group styling end
*/
/**
* Mobile book group styling start
*/
@media only screen and (max-width: 39.9375em) {
    .pus_all_group_pdf_view_cover {
        background-image: unset;
    }
    .pus_all_group_pdf_view {
        background-color: #504E76;
        padding: 5px;
    }
    .pus_all_group_pdf_left_side {
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }
    .pus_all_group_pdf_left_side_cover {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .pus_all_group_pdf_left_side_title {
        font-family: "nunito sans", Sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }
    .pus_all_group_pdf_left_side_description {
        font-family: "nunito sans", Sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }
    .pus_all_group_pdf_book_list_cover {
        display: block;
    }
    .pus_all_group_pdf_right_side_cover {
        display: none;
    }
    .pus_single_page_btn_cover.pus_all_group_pdf_btn_cover {
        width: 100%;
    }
    .pus_all_group_pdf_single_img {
        width: 100%;
        overflow: hidden;
        background-image: url(images/group_pdf.png);
        height: 180px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pus_single_group_pdf_right_side_table_cover {
        width: 100%;
    }




}
/* Mobile book group styling end */