/*--------------------------------author banner---------------------------------------------*/
.page-node-type-books .main-container section.col-sm-12 {
    padding: 0 !important;
}
.page-node-type-books .main-container {
  padding-bottom: 0 !important;
}
.page-node-type-books .chapter-headline h2 {
    color: #a21326;
    font-weight: bold;
}
.page-node-type-books p {
    font-size: 14px;
}

.page-node-type-books .main-container h2 a:hover
{
    text-decoration: none;
}

.auther_content {
    display: inline-block;
    background-color: #221f1f;
    width: 100%;
    height: auto;
}

.auther_content .half_width_div {
    width: 80%;
    margin: 0 auto;
}

.auther_content .form_content {
    padding-top: 40px;
    padding-bottom: 30px;
}

.auther_content .book_img {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: end;

}

.auther_content .book_img img {
    width: 70%;
    float: right;
}

.auther_content .col-sm-6 {
    padding-right: 15%;
    padding-left: 25px;
}

.auther_content .form_content .email_form label {
    color: #fff;
    font-weight: normal;
}

.form_content p {
    color: gray !important;
}

.auther_content .form_content .email_form button {
    background-color: #a6192e;
    margin: 20px 0;
    color: white;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.auther_content .form_content h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}

.auther_content .email_form input {
    border-radius: 0;
    height: 42px;
}

.profile-author h6 {
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
}

.author-desc h6 {
    text-align: left;
    color: #656565;
}

.profile-title {
    background: #464243;
    min-height: 120px;
    max-height: 120px;
    transform: skew(-20deg);
}

.profile-title h6 {
    padding-top: 40px;
    transform: skew(20deg);
    padding-left: 20px;
    margin: 0;
}

.author-details {
    background: #777;
    position: relative;
    left: -22px;
}

.auther_content .author-img {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    text-align: center;
}

.auther_content .author-desc {
    padding: 70px 10px 10px;
    text-align: left;
}

.auther_content .form_content p,
.auther_content .form_content .form-label {
    font-size: 14px;
}

.page-node-type-books .profile-author {
    width: 75%;
    margin: 0 auto;
}

.author-details .author-desc h6 {
    font-size: 18px;
    color: #fff;
}

.author-details .author-desc p {
    font-size: 14px;
    color: #fff;
}

.profile-title h6 {
    display: none;
}


/*-------------------------------quote banner-------------------------------------*/

.quote-container {
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 3% 0;
}

.quote-container .quote-content {
    position: relative;
}

.quote-container .quote-first {
    padding: 0;


}

.quote-para p {
    color: #fff;
    padding: 0;
    margin-top: 5px;
    font-size: 20px;
    margin: 0;
}

.quote-container .quote-second {
    padding: 0;

}

.quote-container .quote-first img {
    width: 40%;
}

.quote-container .quote-double-img {
    position: absolute;
    top: -65px;
    left: 10%;
    width: 40%;
    text-align: right;
}

.quote-container .quote-para {
    width: 40%;
    color: #fff;
    float: right;
    font-weight: bold;
    margin: 10px 5%;
    text-align: right;
}

/*.page-node-type-books .chapter-two-container {
    background: #efefef;
    width: 100% !important;
    max-width: 100%;
}*/

.page-node-type-books .chapter-two-container .bullet-content p {
    font-size: 14px;
}


/*------------------------------bullet list style--------------------------------*/

.page-node-type-books .bullets-container .bullet-front {
    width: 20px;
    background: #ccc;
}

.page-node-type-books .bullets-container .bullet-list {
    display: flex;
    padding: 0;
    /* align-items: center; */
}

.page-node-type-books .bullets-container .bullet-content {
    padding: 0;
}

.page-node-type-books .bullets-container .bullet-list-content {
    padding: 0 20px;
}

.page-node-type-books .bullets-container {
    padding: 0;
    display: inline-block;
}

.page-node-type-books .bullets-container .bullet-list .bullet-list-content h3 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #962a2a;
}

.page-node-type-books .bullets-container .bullet-list .bullet-list-content ul li {
    font-weight: bold;
    font-size: 15px;
}

.page-node-type-books .bullets-container .bullet-content .para-title {
    font-weight: bold;
    padding: 0;
    font-size: 15px;
}


/*----------product list-------------------*/

.page-node-type-books .chapter-product-list.views-row {
    background: #221f1f;
    display: inline-block;
    /* padding: 20px; */
}


.page-node-type-books .chapter-product-list .product-img {
    padding: 0;

}

.page-node-type-books .chapter-product-list .product-content {
    margin: 40px;
    width: 40%;

}

.page-node-type-books .chapter-product-list .product-content .chapter-product-title {
    font-size: 25px;
    font-weight: bold;
}


.page-node-type-books .chapter-product-list .product-content .chapter-product-desc p {
    color: #777;
    font-size: 14px;
    margin: 15px 0;
}

.page-node-type-books .chapter-product-list .product-img img {
    width: 100%;
}

.page-node-type-books .chapter-product-list .chapter-product-read-more a
{
    font-weight:500;
}

.page-node-type-books .chapter-product-list .chapter-product-read-more a:hover {
    text-decoration:none;
}



/*------------------------------------subscribe banner--------------------------*/

.subscribe-container {
    display: inline-block;
    background-color: black;
    padding: 30px 0;
}

.subscribe-container .subsc-metal-icon {
    width: 100%;

}


.subscribe-container .subsc-content h4 {

    color: #ffff;
    font-weight: bold;
}

.subscribe-container .subsc-content p {
    color: #ffff;

}

.subscribe-container .subsc-content form {

    color: white;
    width: 30%;

}

.subscribe-container .subsc-content form input {
    padding: 10px 25px;
    color:black;
}

.subscribe-container .subsc-content form button {
    background-color: #962a2a;
    margin-top: 10px;
    padding: 8px 40px;
}

.subscribe-container .subsc-metal-icon .subsc-img {
    width: 192px;
    float: right;
}


/*------------------------------  chapter top banner style  --------------------------------------------*/

.page-node-type-books .chapter_main {
    position: relative;
}

.page-node-type-books .chapter_main img
{
   width: 100%;
   height: 350px;
}

.page-node-type-books .chapter-main-contant {
    position: absolute;
    top: 30%;
}

.page-node-type-books .chapter-main-contant h2 a {
    color: #fff;
}

.page-node-type-books .chapter-main-contant p {
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.page-node-type-books .chapter-main-contant hr {
    width: 50px;
    float: left;
    height: 4px;
    display: block;
    background: #fff;
}


/*------------------------------ end chapter top banner style  --------------------------------------------*/


/*------------------------------------Table of content------------------------------------------*/

.page-node-type-books .chapter_table {
    padding: 3% 0;
}

.page-node-type-books .tbl-cont {
    position: relative;
}

.page-node-type-books .col-md-4.tbl-cont h5:before {
    width: 0;
    content: '';
    height: 0;
    border-top: 225px solid #e6e6e6;
    border-left: 225px solid transparent;
    float: right;
    position: absolute;
    display: block;
    top: 0;
}

.page-node-type-books .tbl-cont span {
    position: absolute;
    top: 15px;
    font-weight: bold;
    right: 0;
    width: 100%;
    left: 100%;
    font-size: 18px;
    color: #000;
    line-height: normal;
    text-align: right;
}

.page-node-type-books .tbl-cont h5.text-center {
    position: static;
}

.page-node-type-books .views-col .views-row .field-content a {
    font-weight: bold;
    font-size: 14px;
}

.page-node-type-books .views-field-field-chapter-title .field-content {
    font-weight: normal;
    color: #525252;
    font-size: 14px;
}

.page-node-type-books .layout__region--second .views-col .views-row {
    margin-bottom: 5%;
}


/*--------------------------------------Table of content-------------------------------------------*/


/*----------------------------chapter design -----------------------------------------*/
.video-section-parent {
    margin-top: 0 !important;
}
.page-node-type-books .chapter-headline h2 {
    /*color: #337ab7;*/
    margin-top: 0;
    font-size: 25px;
}

.page-node-type-books .chapter-container .chapter-description {
    padding-bottom: 20px;
}

.page-node-type-books .chapter-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-node-type-books .chapter-main-content {
    padding: 0 !important;
}
.page-node-type-books .chapter-left-section {
    margin: 0;
    position: relative;
    top: 30px;
}

.page-node-type-books .chapter-bg { background: #efefef;}


.page-node-type-books .chapter-related-resource-main {
    border-left: 1px solid #bababa;
    padding-left: 15px;
    margin: 30% 15px 0;
}


.page-node-type-books .chapter-related-resource-main .chapter-whitepaper {
    padding: 10px 0;
}

.page-node-type-books .chapter-related-resource-main .chapter-whitepaper a {
    font-weight: 500;

}

.page-node-type-books .chapter-related-resource-main .chapter-whitepaper a:hover {
    text-decoration: none;
}

.page-node-type-books .chapter-down-link a:hover {

    text-decoration:none;
}




/*--------------------------------end chapter design-------------------------------------*/

/*--------------------------------chapter video design -----------------------------------*/

.page-node-type-books .chapter-video-section {
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0;
}
.page-node-type-books .view-product-listing-by-sub-category-product .view-content {
    display: grid;
}
.page-node-type-books .block-views-blockmetal-tags-page-video-view-block-3 h2.block-title {
    margin-top: 0 !important;
}
.page-node-type-books .block-views-blockmetal-tags-page-video-view-block-4, 
.page-node-type-books .block-views-blockmetal-tags-page-video-view-block-3 {
    padding-bottom: 3%;
}

.page-node-type-books .chapter-video-section h2.block-title {
    font-size: 18px;
    color: #777;
    margin: 1% 0;
}

.page-node-type-books .chapter-video-section .half-width-div {
    width: 100% !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.page-node-type-books .chapter-video-section .half-width-div p {
    margin: 0;
    padding: 0;
}

.page-node-type-books .chapter-video-section .video-area {
    background: transparent !important;
}

.page-node-type-books .chapter-video-section .video-text-area {
    background: #8e8c8d;
}

.page-node-type-books .chapter-video-section .video-text-area a {
    color: #fff;
}

.page-node-type-books .media-oembed-content {
    width: 100%;

}


/*----------------------------------  end chapter video design  ------------------------------------*/


/*------------------------  chapter more blog design  ------------------------------------*/
.page-node-type-books .block-views-blocksub-category-blog-block-block-4 h2.block-title {
    margin: 0 15px 1% !important;
    display: inline-block;
    color: #000 !important;
    padding-top: 2%;
}

.page-node-type-books .block-views-blocksub-category-blog-block-block-4 .sub_category_two_blocks h3 {
    font-size: 18px;
    color: #000;
}

.page-node-type-books .block-views-blocksub-category-blog-block-block-4 .sub_category_two_blocks p {
    padding: 0 !important;
    margin: 15px 0 !important;
    font-size: 14px;
}

.page-node-type-books .sub_category_two_blocks a {
    text-decoration: none;
}


/*-------------------------- end chapter more blog design-----------------------------------*/


/*-------------------------- case-studies-section-design-----------------------------------*/
.case-studies-section h2.block-title {
    font-size: 18px;
    margin-top: 0;
}
.page-node-type-books .chapter-bg .case-studies-section {
    padding: 3% 0 !important;
}

.page-node-type-books .chapter-case-study-col-row .chapter-case-study-col {
    padding: 0 10px;
}

.page-node-type-books .chapter-case-study-col-row .chapter-case-study-col .chapter-case-study-content .chapter_case_study_body h2 {
    display: none;
}

.page-node-type-books .chapter-case-study-col-row .chapter-case-study-col .chapter-case-study-content .chapter_case_study_body p {
    padding: 0 !important;
}

.page-node-type-books .chapter-case-study-col-row .chapter-case-study-col .read_more a {
    color: #962a2a;
    font-weight: bold;
}

.page-node-type-books .chapter-case-study-col-row .chapter-case-study-col .chapter-case-study-content h2 {
    font-size: 16px;
}

.page-node-type-books .case-studies-section .chapter-case-study-content p {
    font-size: 14px;
}

.page-node-type-books .read_more a:hover{
    text-decoration:none;
}


/*-------------------------- end case-studies-section design-----------------------------------*/


/*-------------------------- chapter-feature-product design-----------------------------------*/

.chapter-feature-product-head h3 {
    margin: 5px 0 20px 0;
}

.chapter-feature-product-main {
    border-right: 1px solid #bababa;
}

.chapter-feature-product-row {
    padding: 15px 30px 0 0;
}

.chapter-feature-product-main-content {
    padding-bottom: 40px;
}

.chapter-feature-product-head h3 {
    font-size: 18px;
}


.feature-product-img {
    padding: 0;
}

.chapter-feature-product-title span a {
    color: #777777;
    font-weight: bold;
}

.chapter-feature-product-read-more span a {
    color: #337ab7;
    font-weight: bold;
}

.chapter-feature-product-title span a:hover {
    text-decoration: none;
}

.chapter-feature-product-read-more span a:hover {
    text-decoration: none;
}

.chapter-menu-list {
    padding-left: 35px;
}

.chapter-menu-title h4 {
    padding-bottom: 20px;
}

.chapter-menu-content .chapter-menus a {
    font-weight: 500;
}

.chapter-menu-content .chapter-menus a:hover {
    text-decoration: none;
}

/*-------------------------- End chapter-feature-product design-----------------------------------*/


/*-------------------------- chapter-resource-design-----------------------------------*/
.chapter-main-content .chapter-resource-section {
    width: 75%;
    float: right;
}
.chapter-main-content .chapter-resource-section .view-header {
    background: #9f2c30;
    min-height: 120px;
    max-height: 120px;
    transform: skew(-20deg);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: #fff;
}
.chapter-main-content .chapter-resource-section .view-header h5 {
    transform: skew(20deg);
    font-weight: bold;
    font-size: 14px;
}    
.chapter-main-content .chapter-resource-section .view-content {
    background: #777;
    display: inline-block;
    position: relative;
    left: -22px;
}
.chapter-main-content .chapter-resource {
    padding: 30px 15px;
}
.chapter-resource .chapter-resource-title a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.chapter-main-content .chapter-resource p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.chapter-down-link a {
    background: #a21326;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}
/*-------------------------- end chapter-resource-design-----------------------------------*/

/*-------------------------- chapter-two-colunm-model-----------------------------------*/
.chapter-two-col-main {
    display: inline-block;
    padding: 3% 0;
}

.chapter-two-col-content .chapter-two-title h4 a {
    font-size: 25px;
    color: #000;

}

.chapter-two-col-content .chapter-two-title h4 a:hover {
    text-decoration: none;
}


.chapter-two-col-content .chapter-two-col-link a {
    font-weight: 600;
}

.chapter-two-col-content .chapter-two-col-link a:hover {
    text-decoration: none;
}
/*-------------------------- End chapter-two-colunm-model -----------------------------------*/

/*-------------------------- client-say -----------------------------------*/
.testimonial-chapter-head h3 {
    color: #962a2a;
    font-size: 30px;
}
/*-------------------------- end client-say -----------------------------------*/




/*---------------------------media query--------------------------------------*/


@media screen and (min-width: 1200px) {

    .quote-container .quote-double-img {
   
    top: -70px !important;
            

    }

}

@media screen and (min-width: 991px) {

    .quote-container .quote-double-img {
   
    top: -30px;
            

    }

}

@media screen and (max-width: 991px) {
    .page-node-type-books .tbl-cont span {
        position: static !important;
    }

    .page-node-type-books .chapter_main img
    {
   width: 100%;
   height: auto;
    }

    .page-node-type-books .tbl-cont h5:before {
        border-top: none !important;
    }

    .page-node-type-books .auther_content .book_img img {
        width: 100%;
    }

    .page-node-type-books .chapter-product-list .product-content .chapter-product-title {
    font-size: 20px;
   
      }

      .page-node-type-books .chapter-product-list .product-content .chapter-product-desc p {
   font-size: 12px;
   margin: 0;
   padding-bottom: 10px;
}


    .page-node-type-books .chapter-product-list .product-content {
        width: 36%;
         margin: 10px 20px;
    }

    .page-node-type-books .chapter-video-section .video-area {
        padding: 0;
    }


    /*.page-node-type-books .chapter-main-content {
        width: 100%;
    }*/

    .top-level-blog-image img {
        width: auto;
        max-height: initial;
    }
    .quote-container .quote-double-img {
      top: -20px;
      left: 0;
    }

    .quote-container .quote-para p {
    font-size: 15px !important;
    }
}


@media screen and (max-width: 767px) {
    .books_page
    {
       padding: 0 15px;
    }

    .page-node-type-books .chapter-related-resource-main {
        border: none;
    }

    .page-node-type-books .chapter_main img
    {
   width: 100%;
   height: auto;
    }

  .page-node-type-books .chapter-product-list .product-content .chapter-product-desc p {
   font-size: 16px;
   margin: 20px 0;
    }



    .page-node-type-books .chapter-related-resource-main .chapter-resource-head {
        padding: 0;
    }
    .page-node-type-books .chapter-product-list .product-content {
        width: 100%;
        padding: 0;
        margin: 10px 10px;
        padding-bottom: 20px !important;
    }
    .chapter-feature-product-row {
        padding: 15px 0 0 0;
    }
    .chapter-feature-product-main {
        border-right: none;
    }
    .feature-product-img img {
        width: 100%;
    }
    .page-node-type-books .chapter-feature-product-main-content {
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

     .page-node-type-books .chapter-menu-list {
    padding-left: 0px;
}

    .page-node-type-books .chapter-menu-list .view-content {
        justify-content: center;
    }

    .feature-product-content {
        padding: 20px 0;
    }

    .page-node-type-books .chapter-main-contant h2 a {
        font-size: 16px;
    }

    .page-node-type-books .chapter-main-contant p,
    .page-node-type-books .chapter-main-contant hr {
        display: none;
    }

    .quote-container .quote-para {
        width: 95%;
        text-align: right;
    }

    .quote-container .quote-para p {
    font-size: 20px !important;
    }

    .quote-container .quote-double-img {
        top: -20px;
        left: 30px;
        text-align: left;
        width: auto;
    }

    .quote-container {
        display: inline-block;
    }

    .subscribe-container .subsc-metal-icon .subsc-img {

        float: none;
    }

    .subscribe-container .subsc-metal-icon {
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .page-node-type-books .chapter-case-study-col-row .chapter-case-study-col {
        width: 100% !important;
    }
    .page-node-type-books .chapter-case-study-col-row .chapter-case-study-col .chapter-case-study-content {
        margin-bottom: 3%;
    }
    .page-node-type-books .chapter-main-content {
        padding: 0 15px !important;
        display: inline-block;
    }
    .quote-container .quote-first img {
        width: 25%;
    }
    .chapter-two-col-content {
        padding-bottom: 20px;
    }
    .chapter-related-resource-main {
        padding: 0 !important;
        margin: 0 !important;
    }
    .chapter-main-content .layout__region--second {
        padding: 0 !important;
    }
    .page-node-type-books .chapter-video-section, 
    .page-node-type-books .chapter-product-list.views-row {
        padding: 0 10px;
    }
    .page-node-type-books .chapter-bg .case-studies-section {
        padding: 3% 15px !important;
    }
    .subscribe-container .subsc-content form {
        width: 50%;
        margin: 0 auto;
    }
    .subscribe-container {
        padding: 30px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

.page-node-type-books .chapter-main-content .chapter-resource-section {
    width: 50%;
    float: none;
    display: flex;
    margin: 5% auto;
    flex-direction: column;
}

.page-node-type-books .chapter-feature-product-main-content .layout__region--first,
.page-node-type-books .chapter-feature-product-main-content .layout__region--second{
    flex: 0 1 100%;
}

.subscribe-container .subsc-content form input
{
    background-color: #fff !important;

}


}

@media screen and (max-width: 500px) {

    .subscribe-container .subsc-content form {
        width: 65%;

    }


    }


@media screen and (max-width: 420px) {
    .page-node-type-books .chapter-main-contant {
        top: 5%;
    }

    .quote-container .quote-para {
        width: 60%;
        text-align: right;
    }
}



@media screen and (min-width: 1216px) {
    .page-node-type-books .chapter-product-list .product-img {
        padding: 0;
        height: 400px;
        overflow: hidden;
    }
    .page-node-type-books .chapter-product-list .product-img img {
        width: 100%;
        position: absolute;
        top: -25%;
    }
}

