/** Fonts included **/

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold.woff') format('woff'),
         url('../fonts/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskervilleBold';
    src: url('../fonts/LibreBaskervilleBold.eot');
    src: url('../fonts/LibreBaskervilleBold.eot') format('embedded-opentype'),
         url('../fonts/LibreBaskervilleBold.woff2') format('woff2'),
         url('../fonts/LibreBaskervilleBold.woff') format('woff'),
         url('../fonts/LibreBaskervilleBold.ttf') format('truetype'),
         url('../fonts/LibreBaskervilleBold.svg#LibreBaskervilleBold') format('svg');');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskervilleRegular';
    src: url('../fonts/LibreBaskervilleRegular.eot');
    src: url('../fonts/LibreBaskervilleRegular.eot') format('embedded-opentype'),
         url('../fonts/LibreBaskervilleRegular.woff2') format('woff2'),
         url('../fonts/LibreBaskervilleRegular.woff') format('woff'),
         url('../fonts/LibreBaskervilleRegular.ttf') format('truetype'),
         url('../fonts/LibreBaskervilleRegular.svg#LibreBaskervilleRegular') format('svg');');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaAltLight';
    src: url('../fonts/ProximaNovaAltLight.eot');
    src: url('../fonts/ProximaNovaAltLight.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaAltLight.woff2') format('woff2'),
         url('../fonts/ProximaNovaAltLight.woff') format('woff'),
         url('../fonts/ProximaNovaAltLight.ttf') format('truetype'),
         url('../fonts/ProximaNovaAltLight.svg#ProximaNovaAltLight') format('svg');
}


body {
    font-family: 'ProximaNovaAltLight', Arial , "sans-serif";
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    background-color: #fafafa;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.heading-title p {
    font-family: 'LibreBaskervilleBold';
    font-size: 36px;
    color: #201E1E;
    text-align: center;
    line-height: 45px;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.btn-theme {
    border: 1px solid #0880E0;
    border-bottom: 3px solid #0880E0;
    padding: 10px 55px;
    display: inline-block;
    color: #0880E0;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.btn-theme:hover, .btn-theme:focus {
    background-color: #0880E0;
    color:#fff;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.remove-padding-top{
    padding-top: 0px;
}
.ds-flx {
    display: flex;
}

.bg-lightgrey {
    background-color: #fafafa;
}

a,a:hover {
    transition: all 0.5s ease;
}

.mrgn-rgt {
    margin-right: 25px;
}
/**** Header Section ****/

.navbar-whistle-blowers {
    margin-bottom: 0;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 #eee;
}

.navbar-whistle-blowers .navbar-header .navbar-brand {
    height: auto;
}

.navbar-custom>li>a {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    padding: 20px 15px;

}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
.navbar-custom>li>a{
  position: relative;
  font-weight: bold;
}
.navbar-custom>li>a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #0880E0;
  height: 2px;
}
.navbar-custom>li>a:hover:after {
  width: 100%;
}
.navbar-custom>li>a:hover {
    background-color: transparent;
    color: #0880E0;
    
}
.navbar-toggle {
    background-color: #0880E0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.top-banner {
    background: url(../images/banner-top.png) no-repeat center center;
    padding: 75px 0;
    background-size: cover;
}

.top-banner-right {
    padding: 25px;
}

.top-banner-right h1{
    font-family: 'LibreBaskervilleBold';
    font-size: 38px;
    line-height: 50px;
    color: #CDDC29;
}

.top-banner-right h1 span {
    font-size: 44px;
    color: #fff;
}

.top-banner-right p {
    font-size: 18px;
    line-height: 26px;
    color: #eee;
    padding: 10px 0;
    margin-bottom: 20px;
}

.top-banner-right p a {
    color: #8CC8FF;
    text-decoration: underline;
    margin-left: 10px;
}

.btn-white {
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10px 55px;
    display: inline-block;
    color: #fff;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.btn-white:hover, .btn-white:focus {
    background-color: #fff;
    color: #0880E0;
}

.bg-gradient {
    background-image: linear-gradient( rgba(250,250,250,100), rgba(0,129,243,0.05));
}

.reviews-slider {
    background-color: #fff;
    padding: 35px 40px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.reviews-slider>div {
    text-align: center;
}

.reviews-slider div.quotes {
    font-size: 25px;
    text-align: center;
    line-height: 36px;
    font-family: 'ProximaNovaRegular';
}

.reviews-slider div.quotes {
    position: relative;
    padding: 0px 45px;
}

.review-writer {
    font-size: 20px!important;
    border-top: 1px solid #000;
    padding-top: 15px!important;
    display: inline-block;
}

.bg-theme {
    background-color: #0880E0;
    padding: 50px 20px;
}

.donate-left p {
    margin: 0;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.3px;
}

.bx-shdw {
    box-shadow: 0px 0px 10px 0px #ccc;
}


.bx-shdw-eee {
    box-shadow: 0px 0px 10px 0px #ccc;
}

.padding-side-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-side-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.subheading {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
}

.donation-block-one ul {
    padding-left: 20px;
}

.reviews-slider {
    position: relative;
}

.reviews-slider .item {
    margin: 25px;
}

.reviews-slider div.quotes:before {
    background: url(../images/double-quotes-left.png) no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: -15px;
    width: 64px;
    height: 64px;
}

.reviews-slider div.quotes:after {
    background: url(../images/double-quotes-right.png) no-repeat;
    content: "";
    position: absolute;
    right: -30px;
    bottom: -10px;
    width: 64px;
    height: 35px;
}

#reviews-slider .owl-dots>button.owl-dot.active>span {
    border-radius: 0px;
    background: #0880E0;
}

#reviews-slider .owl-dots>button.owl-dot>span {
    border: 1px solid #0880E0;
    border-radius: 0;
    background: transparent;
}

#reviews-slider .owl-nav {
    position: absolute;
    top: -40%;
    left: 0;
    right: 0;
}

#reviews-slider .owl-nav .owl-prev i, #reviews-slider .owl-nav .owl-next i {
    font-size: 26px;
    color: #0880E0;
}

#reviews-slider .owl-nav [class*='owl-']:hover, #reviews-slider .owl-nav [class*='owl-']:focus {
    background-color: transparent;
    outline: 0px;
}

#reviews-slider .owl-dots {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.donate-bg {
    background: url(../images/image-01.jpg) no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.subheading p {
    line-height: 30px;
    font-size: 22px;
}

.color-white {
    color: #fff;
}

.donation-block-three img {
    float: left;
    margin-right: 20px;
}

.donation-block-three>div.third>p {
    font-size: 15px;
}

.donation-block-three>div.third>p>b {
    font-family: 'ProximaNovaBold';
    letter-spacing: 0.3px;
}

.footer-video-outer>ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-video-outer>ul>li {
    width:32%;
    display: inline-block;
}

.footer-video-face {
    padding-bottom: 30px;
    display: inline-block;
}

.footer-video-face .footer-image {
    width: 40%;
    float: left;
    margin-right: 15px;
}

.footer-video-face .footer-content {
    float: left;
    width: 55%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0;
}

.footer-video-face>img {
    float: left;
    margin-right: 8px;
    max-width: 160px;
    max-height: 160px;
}

.footer-video-face>a {
    font-size: 15px;
    line-height: 22px;
    margin: 35px 10px;
    color: #1982DD;
    display: block;
    text-align: left;
}

.footer-video-face>a:hover {
    text-decoration:none;
}

.footer-links-outer {
    background-color: #272525;
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer-links>ul, .footer-social-icons>ul {
    padding: 0;
    list-style: none;
}

.footer-links>ul>li, .footer-social-icons>ul>li {
    display: inline-block;
}

.footer-links>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 40px;
    font-family: 'ProximaNovaBold';
    letter-spacing: 0.3px;
}

.footer-links>ul>li>a:hover {
    color: #1982DD;
    text-decoration: none;
}

.footer-social-icons>ul>li>a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    letter-spacing: 0.3px;
    margin-right: 20px;
    display: block;
}

.footer-social-icons>ul>li:first-child>a {
    border: 1px solid #1569B2;
    color: #1569B2;
}

.footer-social-icons>ul>li:first-child>a:hover {
    background-color: #1569B2;
    color: #fff;
}

.footer-social-icons>ul>li:nth-child(2)>a {
    border: 1px solid #EF4B52;
    color: #EF4B52;
}

.footer-social-icons>ul>li:nth-child(2)>a:hover {
    background-color: #EF4B52;
    color: #fff;
}

.footer-social-icons>ul>li:nth-child(3)>a {
    border: 1px solid #FDCA24;
    color: #FDCA24;
}

.footer-social-icons>ul>li:nth-child(3)>a:hover {
    background-color: #FDCA24;
    color: #fff;
}

.footer-social-icons>ul>li:nth-child(4)>a {
    border: 1px solid #51746A;
    color: #51746A;
}

.footer-social-icons>ul>li:nth-child(4)>a:hover {
    background-color: #51746A;
    color: #fff;
}

.footer-social-icons>ul>li:last-child>a {
    border: 1px solid #77BCA8;
    color: #77BCA8;
}

.footer-social-icons>ul>li:last-child>a:hover {
    background-color: #77BCA8;
    color: #fff;
}

.copyright-section {
    background-color: #211E1E;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #777574;
}

.copyright-section .left p {
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}

.copyright-section .right p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 5px;
}

.font-proxima-regular {
    font-family: 'ProximaNovaRegular';
}

.review-upper-blocks {
    background-color: #fff;
    padding: 40px 55px;
    box-shadow: 0px 0px 10px 0px #eee;
    font-size: 17px;
    height: 100%;
}

.review-upper-blocks .quotes {
    position: relative;
    padding: 5px 20px;
    min-height: 50px;
}

.review-upper-blocks .quotes:before {
    content: '';
    background: url(../images/quotes-single.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 0px;
    width: 30px;
    height: 30px;
}

.book-content .quotes {
    position: relative;
    padding: 5px 35px;
    min-height: 50px;
}

.book-content .quotes:before {
    content: '';
    background: url(../images/quotes-single.png) no-repeat;
    position: absolute;
    left: 0;
    top: 28px;
    width: 30px;
    height: 30px;
}

.review-upper-blocks .book-name {
    border-top: 2px solid #ccc;
    padding-top: 20px;
    font-size: 19px;
    margin-left: 20px;
    word-break: break-word;
}

.review-upper-blocks .book-name>span {
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.experts-blogs {
    column-count: 3;
    column-gap: 0;
    margin-bottom: 50px;
}

.experts-blogs .review-upper-blocks {
    break-inside: avoid;
    margin: 0 15px 30px;
    transform: translateZ(0);
}

.video-section {
    position: relative;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.video-play i {
    font-size: 45px;
    color: #fff;
}

.ds-flx-01 {
    display: flex;
}

.books-cover-page h4 {
    font-family: 'LibreBaskervilleBold';
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

#other-books-testimonials .owl-dots>button.owl-dot.active>span {
    border-radius: 0px;
    background: #0880E0;
}

#other-books-testimonials .owl-dots>button.owl-dot>span {
    border: 1px solid #0880E0;
    border-radius: 0;
    background: transparent;
}

#other-books-testimonials .owl-dots {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#bio-image .owl-dots>button.owl-dot.active>span {
    border-radius: 0px;
    background: #0880E0;
}

#bio-image .owl-dots>button.owl-dot>span {
    border: 1px solid #0880E0;
    border-radius: 0;
    background: transparent;
}

#bio-image .owl-dots {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.book-blocks {
    background-color: #fff;
    padding: 25px 0;
    box-shadow: 0 0 10px 0 #eee;
    margin-bottom: 30px;
}

.book-content {
    margin: 25px 0;
    padding-right: 50px;
}

.book-content h4 {
    font-size: 26px;
    font-family: 'LibreBaskervilleBold';
    margin-bottom: 0;
}

.book-content h4 span {
    font-size: 21px;
    font-family: 'LibreBaskervilleRegular';
    padding: 10px 0;
    display: block;
}

.book-content p {
    padding: 25px 0;
}
.books-smaller-blocks {
    position: relative;
    padding-left: 220px;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #fff;
}

.books-smaller-blocks img {
    position: absolute;
    left: 15px;
    max-width: 290px;
    max-height: 260px;
}

.books-smaller-blocks .book-content {
    margin: 25px 0;
    padding-right: 50px;
    padding-left: 25px;
}

.books-smaller-blocks .book-content h4 {
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 18px;
    min-height: 140px;
}

.books-smaller-blocks .book-content h4 span {
    font-size: 17px;
    padding: 15px 0px;
}

.author-description {
    box-shadow: 0px 0px 10px 0px #eee;
    /*padding: 80px 50px;*/
    padding:45px 50px;
}

.author-description p b {
    font-family: 'ProximaNovaBold', Arial , "sans-serif";
}

.author-description-01 {
    padding: 80px 50px;
    max-width: 800px;
    margin: 0px auto;
}

.author-description-01 p b {
    font-family: 'ProximaNovaBold', Arial , "sans-serif";
}

.book-blocks .image {
    margin: 25px;
}

.description-pad {
    padding: 50px;
}

.mar-btm {
    margin-bottom: 20px;
    min-height: 314pt;
}

.archive-video-outer .archive-video {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 25px;
}

.archive-video-outer .archive-video .title {
    font-size: 17px;
    font-family: 'ProximaNovaRegular', Arial , "sans-serif";
    color: #3076d6;
    margin-bottom: 16px;
    font-weight: 600;
}

.archive-video-outer .archive-video iframe {
    width:100%;
}

.book-content h4>a  {
    color:#000;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    background-color:transparent;   
}

.review-limited-words {
    margin-bottom: 30px;
}

.review-limited-words .quotes {
       white-space: nowrap;
       overflow: hidden !important;
       text-overflow: ellipsis;
       padding: 5px 35px!important;
}

.review-limited-words .quotes:before {
      content:“”;
      left: 0px;
}

.navbar-custom>li:hover>a:after,.navbar-custom>li>a.active:after,.navbar-custom>li>a:focus:after {
  width: 100%;
}
.navbar-custom>li:hover>a,.navbar-custom>li>a.active,.navbar-custom>li>a:focus {
    background-color: transparent;
    color: #0880E0;
    outline: none;
}

.navbar-custom>li.current-menu-item a{
    background-color: transparent;
    color: #0880E0;
    outline: none;
}
.navbar-custom>li.current-menu-item a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #0880E0;
    height: 2px;
    width: 100%
}

.navbar-custom > li {
    position: relative;
}
.navbar-custom > li > ul {
    width: 200px;
    list-style-type: none;
    position: absolute;
    display: none;
    background: #4498df;
    top: 100%;
    left: 0;
    padding: 10px;
    z-index: 9;
}
.navbar-custom > li > ul li {
    border-bottom: 1px solid #ccc;
}
.navbar-custom > li > ul li:last-child {
    border-bottom: 0
}
.navbar-custom > li > ul li a {
    color: #fff
}
.navbar-custom > li:hover ul {
    display: block
}

.listing-style{
    background: #eee;
    padding: 20px;
    list-style: none;
    margin-top: 20px;
}

.listing-style li{
    padding-left: 8px;
    padding-bottom: 6px;
}
#menu-navigation-menu>li ul.sub-menu>li>a {color:#fff;}

/*** Media Query ***/
@media (max-width: 1200px) {
    .footer-video-face>a {
        margin: 25px 10px;
    }
}
@media (max-width:1100px) {
    .navbar-custom>li>a {
        font-size: 16px;
        padding: 20px 10px;
    }
    .reviews-slider div.quotes:before {
        content: "";
        left: -10px;
    }
    .footer-video-face>a {
        margin: 15px 10px;
    }
    .footer-video-outer>ul>li {
        width: 49%;
    }
}

@media (max-width:995px) {
    .navbar-custom>li>a {
        font-size: 16px;
        padding: 20px 10px;
    }
    .top-banner-right p {
        font-size: 14px;
    }
    .top-banner-right h1 {
        font-size: 28px;
    }
    .top-banner-right h1>span {
        font-size: 30px;
    }
    .btn-white, .btn-theme {
        padding: 10px 40px;
        font-size: 15px;
    }
    .reviews-slider div.quotes:before {
        content: "";
        left: 0px;
    }
    .donation-block-three img {
        float: none;
        margin-bottom: 20px;
    }
    .experts-blogs {
        column-count: 2;
    }
}

@media (max-width: 900px) {
    .ds-flx {
        display: block;
    }
    .ds-flx .col-sm-4 {
        width:100%;
    }
    .donation-block-three img {
        float: left;
    }
    .donate-txt-shdw {
        text-shadow: 0px 1px 4px #656363;
    }
}

@media (max-width:767px) {
    .navbar-custom>li>a {
        font-size: 16px;
        padding: 20px 10px;
    }
    .navbar-custom > li > ul {
        width: auto;
        position: static;
        display: block;
    }
    
    .heading-title p {
        font-size: 26px;
        line-height: 30px;
    }
    
    .footer-video-outer>ul>li {
        width: 100%;
    }
    .footer-links>ul>li>a {
        margin-right: 10px;
        font-size: 12px;
    }
    .footer-social-icons>ul>li>a {
        margin-right: 12px;
    }
    #reviews-slider .owl-nav {
        top: -20%;
    }
    .ds-flx-01 {
        display: block;
    }
    .experts-blogs {
        column-count: 1;
    }
    #bio-image .owl-dots {
        bottom: -28%;
    }
    .author-description-01 {
        padding: 40px;
    }
    .author-description {
        padding: 50px;
    }
    .book-content {
        padding: 35px;
    }
    .footer-video-face .footer-image {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .footer-links-outer .col-xs-6 {
        width: 100%;
        text-align: center;
    }
    
    .footer-links-outer .footer-social-icons {
        text-align: center!important;
    }
    .padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .author-description {
        padding: 30px;
    }
    #bio-image .owl-dots {
        bottom: -35%;
    }
    .btn-white, .btn-theme {
        width: 100%;
        display: block;
        padding: inherit;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mrgn-bottom {
        margin-bottom: 20px;
    }
}

@media (max-width:500px) {
    .navbar-whistle-blowers {
        padding: 0;
    }
    .footer-video-face {
        display: block;
    }
    .footer-video-face>img {
        margin-bottom: 10px;
        width: 100%;
        float: none;
    }
    .footer-video-face>a {
        margin: 0;
        display: block;
        width: 100%;
    }
    #reviews-slider .owl-nav {
        top: -23%;
    }
    .top-banner-right h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .top-banner-right h1>span {
        font-size: 22px;
    }
    .top-banner-right {
        padding: 0px 25px;
    }
    .reviews-slider div.quotes:before {
        width: 40px;
        height: 40px;
    }
    .reviews-slider div.quotes:after {
        width: 40px;
    }
    .reviews-slider div.quotes {
        font-size: 15px;
        line-height: 18px;
    }
    .reviews-slider {
        padding: 10px;
    }
    .donation-block-three img {
        float: none;
    }
    .donate-left p {
        font-size: 18px;
    }
    .books-smaller-blocks {
        padding: 0;
    }
    .books-smaller-blocks img {
        position: relative;
        height: auto;
        width: auto;
        left: auto;
        margin: 0px auto;
    }
    .book-content {
        margin: 0;
        padding: 25px;
    }
    .btn-white, .btn-theme {
        padding: 10px 15px;
        font-size: 12px;
    }
    .btn.btn-white.btn-white-donate {
        background: rgb(6, 128, 223);
    }
    .btn.btn-white.btn-white-donate:hover{
        color: #fff;
        border: 1px solid #fff;
        border-bottom: 3px solid #fff;
        background:rgb(39, 150, 236)
    }
}