body {
  background: #ededed;
  color: #313131;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.w-100 {
  width: 100%;
}
.navbar {
  border: 0;
  margin: 0;
}
.nav > li > a {
  font-size: 16px;
  font-weight: 700;
}
.nav > li > a:focus {
  background: transparent;
}
.nav > li > a:hover {
  background: transparent;
}
.nav .open > a {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav .dropdown-menu {
  border-radius: 0;
}
.nav .dropdown-menu > li > a {
  color: #363636;
}
.nav .dropdown-menu > li > a:focus {
  background-color: transparent;
}
.nav .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.navbar-toggle {
  color: #ffffff;
  padding: 0;
}
.navbar-brand {
  color: #ffffff;
  color: #ffffff !important;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
a {
  outline: none !important;
  text-decoration: none !important;
  transition: all ease-in-out 300ms;
}
button {
  color: #313131;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease-in-out 300ms;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.vertical-center {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vertical-center-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.back-to-top {
  -webkit-transition: all 0.5s ease;
  background: #000000;
  border-radius: 5px;
  bottom: 20px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  filter: alpha(opacity=40);
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  opacity: 0.4;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.5s ease;
  width: 40px;
  z-index: 9999;
}
.back-to-top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#header {
  background: #4f91cd;
  border-bottom: 4px solid #7d756e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.navbar-nav li a {
  color: #ffffff;
}
.fixed-top {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}
.scroll-to {
  cursor: pointer;
  outline: none;
}
.hiding {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.button-wrapper {
  position: relative;
}
.button-group-wrapper {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.button-group-wrapper .button {
  margin-left: 10px;
  margin-right: 10px;
}
.button-group-wrapper .button-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}
.button-group-wrapper .button-dropdown .button {
  margin-left: 0;
  margin-right: 0;
}
.button {
  background: #bdc3c7;
  border: 1px solid transparent;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  color: #313131 !important;
  letter-spacing: 2px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
}
.button-dropdown {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.button-dropdown .button {
  margin-bottom: 0;
}
.button-dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
}
.button-dropdown .dropdown-menu > li > a:focus {
  background-color: transparent;
}
.button-dropdown .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.button-primary {
  background-size: auto;
  background: url("../img/button.png") repeat;
}
.button-secondary {
  background: #ffffff;
  color: #313131 !important;
}
.input-wrapper {
  margin-bottom: 15px;
}
.input-wrapper .form-control {
  margin-bottom: 0;
}
.form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
}
.form-control:focus {
  border: 1px solid #5dade2;
  box-shadow: none;
}
textarea.form-control {
  line-height: 1.45;
  padding: 10px 15px;
  resize: vertical;
}
label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.input-label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.icheck-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.icheck-label.disabled {
  cursor: default;
}
.icheck-group {
  margin-left: -5px;
  margin-right: -5px;
}
.icheck-group .icheck-label {
  margin-left: 5px;
  margin-right: 5px;
}
.iCheck-helper {
  z-index: 9;
}
div.icheck-input {
  border: 1px solid #cccccc;
  display: inline-block;
  height: 18px;
  transition: all ease-in-out 300ms;
  vertical-align: middle;
  width: 18px;
}
div.icheck-input input {
  margin: 0;
  z-index: -1;
}
div.icheck-input.hover {
  border-color: #000000;
}
div.icheck-input.checked {
  border-color: #000000;
}
div.icheck-input.checked.disabled {
  border-color: #cccccc;
}
div.icheck-input.iradio {
  border-radius: 180%;
}
div.icheck-input.iradio.checked:before {
  background: #000000;
  border-radius: 186%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px;
}
div.icheck-input.iradio.checked.disabled:before {
  background: #cccccc;
}
div.icheck-input.icheckbox.checked:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: "\f00c";
  display: inline-block;
  font-size: 0.9em;
  font: normal normal normal 14px/1 FontAwesome;
  left: 1px;
  position: absolute;
  text-rendering: auto;
  top: 1px;
}
div.icheck-input.icheckbox.checked.disabled:before {
  color: #cccccc;
}
select.selectbox {
  display: block;
  width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #cccccc;
  outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #cccccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 9px;
  width: 20px;
}
.select2-container .select2-selection--single {
  box-shadow: none;
  height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.select2-dropdown {
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.select2-container--open .select2-selection--single {
  border-color: #5dade2;
  box-shadow: none;
}
.select2-results__option {
  padding: 6px 15px;
}
.ui-select-match-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-select-choices-row-inner {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-selection {
  overflow: hidden;
}
.select2-selection__rendered {
  white-space: normal;
  word-break: break-all;
}
label.error {
  color: #e74c3c;
  font-size: 12px;
}
.response-success {
  background: #2ecc71;
  color: #ffffff;
  padding: 20px;
}
.response-error {
  background: #c0392b;
  color: #ffffff;
  padding: 20px;
}
.response-error .error-message-item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.response-error .error-message-item:last-child {
  margin-bottom: 0;
}
.response-error .error-message-item-field {
  font-weight: bold;
}
.response-error .error-message-item-field:before {
  content: '"';
  display: inline-block;
}
.response-error .error-message-item-field:after {
  content: '"';
  display: inline-block;
}
.white-popup {
  background: #ffffff;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  position: relative;
}
.open-popup {
  position: relative;
}
.home {
  padding-bottom: 25px;
  padding-top: 25px;
}
.green-gradient {
  background: -moz-linear-gradient(45deg, #a8c94b 0%, #a8c94b 32%, #6db386 100%);
  background: -webkit-linear-gradient(45deg, #a8c94b 0%, #a8c94b 32%, #6db386 100%);
  background: #a8c94b;
  background: linear-gradient(45deg, #a8c94b 0%, #a8c94b 32%, #6db386 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color5', GradientType=1);
}
.drop-shadow {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.banner-content {
  color: #ffffff;
  padding-bottom: 25px;
  padding-top: 25px;
  background: url('../img/background/banner-bg.jpg') no-repeat;
  background-size: cover;
}
.banner-content h2 {
  font-size: 18px;
  margin-top: 80px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #a8c94b;
  font-weight: 400;
  line-height: 24px;
}
.banner-content h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 85px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.video-wrapper {
  margin-top: 30px;
  padding-left: 100px;
  margin-bottom: -350px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
}
.video-wrapper .overlay-img {
  position: relative;
  height: 100%;
  text-align: center;
  border-bottom: 4px solid #a8c94b;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
}
.video-wrapper .overlay-img .btn-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
}
.video-wrapper .overlay-img .btn-wrapper .video-btn {
  margin-top: -68.5px;
  background: none;
  border: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  color: #ffffff;
}
.video-wrapper .overlay-img .btn-wrapper .video-btn img {
  margin-bottom: 5px;
}
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
#videoModal .modal-dialog {
  max-width: 1024px;
  width: 100%;
  margin: 30px auto;
}
#videoModal .modal-body {
  position: relative;
  padding: 0px;
}
#videoModal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.about-the-book-section {
  background: #ffffff;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 425px;
}
.about-the-book-cta {
  background: url('../img/background/about-bg.jpg') no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 60px 15px 45px;
  text-align: center;
  border-bottom: 4px solid #a8c94b;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
}
.about-the-book-cta h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.about-the-book-cta > .inner {
  display: inline-block;
  text-align: left;
}
.about-the-book-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.about-the-book-section-inner h3 {
  font-family: 'Lato', sans-serif;
  color: #313131;
  font-size: 32px;
  line-height: 42px;
}
.about-the-book-section-inner p {
  margin-bottom: 20px;
}
.endorse-box {
  padding-left: 0;
  padding-left: 200px;
  position: relative;
}
.endorse-box .photo {
  height: 140px;
  left: 0;
  margin: 0 auto 15px;
  overflow: hidden;
  position: absolute;
  position: static;
  top: 0;
  width: 140px;
}
.endorse-box .photo img {
  height: 140px;
  width: 140px;
}
.endorse-box .content {
  font-style: italic;
}
.endorse-box strong {
  font-style: normal;
  text-transform: uppercase;
}
.endorse-box strong span {
  color: #6db386;
  display: block;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
.endorse-carousel-wrapper {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 45px;
  padding-bottom: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 60px;
}
.endorse-carousel-wrapper .owl-theme .owl-nav[class*=owl-] {
  background: none;
  color: #313131;
  position: absolute;
  position: static;
  top: 22%;
  z-index: 9;
}
.endorse-carousel-wrapper .owl-theme .owl-nav .owl-prev {
  left: -40px;
}
.endorse-carousel-wrapper .owl-theme .owl-nav .owl-next {
  right: -40px;
}
.endorse-slider {
  border-top: 1px solid #eef4db;
  border-bottom: 1px solid #eef4db;
  padding-top: 65px;
  margin-top: 65px;
}
.endorse-slider .slick-dotted.slick-slider {
  margin-bottom: 105px;
}
.endorse-buy {
  top: -18px;
}
.slider-nav {
  margin-bottom: 30px;
}
.slider-nav > div {
  text-align: center;
}
.slider-nav > div img {
  margin-left: auto;
  margin-right: auto;
}
.slider-nav .slick-slide {
  opacity: 0.4;
}
.slider-nav .slick-slide img {
  transform: scale(0.9);
}
.slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.slider-nav .slick-slide.slick-current img {
  transform: scale(1);
}
.slider-nav .slick-list.draggable {
  position: relative;
}
.slider-nav .slick-list.draggable:before,
.slider-nav .slick-list.draggable:after {
  content: '';
  width: 50px;
  background: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.slider-nav .slick-list.draggable:after {
  left: auto;
  right: 0;
}
.slider-nav .slick-prev {
  z-index: 2;
  left: 0;
  background: url('../img/arrow-left.png') no-repeat;
  display: inline-block;
}
.slider-nav .slick-prev:before {
  display: none;
}
.slider-nav .slick-next {
  z-index: 2;
  right: 0;
  background: url('../img/arrow-right.png') no-repeat;
  display: inline-block;
}
.slider-nav .slick-next:before {
  display: none;
}
.slider-for {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.slider-for .quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
.slider-for .name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.slider-for .job-title {
  color: #a8c94b;
  font-size: 14px;
}
.slider-for .slick-dots {
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -55px;
}
.slider-for .slick-dots li button:before {
  opacity: 1;
  color: #ededed;
  z-index: 1;
}
.slider-for .slick-dots li.slick-active button:before {
  color: #a8c94b;
}
.slider-for .slick-dots li button:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: #ededed;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
}
.quote-box {
  color: #ffffff;
  padding: 120px 15px 95px;
  text-align: center;
}
.quote-box h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 50px;
  line-height: 45px;
  line-height: 60px;
  margin-bottom: 50px;
}
.quote-box-bg {
  background: url('../img/background/quote-bg.jpg') no-repeat;
  background-size: cover;
}
.quote-box2-bg {
  background: url('../img/background/quote2-bg.jpg') no-repeat;
  background-size: cover;
}
.quote-box3-bg {
  background: url('../img/background/quote3-bg.jpg') no-repeat;
  background-size: cover;
}
.quote-share-link a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}
.quote-share-link a .fa {
  margin-right: 10px;
}
.buy-now-section {
  background: #ffffff;
  padding-left: 130px;
  padding-right: 130px;
  padding: 120px 15px;
}
.book-img {
  margin-bottom: 60px;
}
.book-links-wrapper {
  border-top: 1px solid #eef4db;
  text-align: center;
}
.book-links {
  padding-bottom: 40px;
  padding-top: 80px;
}
.book-links a {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.book-links a img {
  height: auto;
}
.buy-now-button-wrapper {
  position: relative;
}
.buy-now-button-wrapper .button {
  margin-bottom: 0;
}
.buy-now-button-wrapper span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.buy-now-button-wrapper:before {
  background: #eef4db;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.about-the-author-section {
  background: #ffffff;
  padding-left: 130px;
  padding-right: 130px;
  padding: 120px 15px 170px;
}
.about-the-author-section .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.about-the-author-section .inner h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 35px;
}
.about-the-author-section .inner p {
  font-size: 22px;
  margin-bottom: 25px;
}
.author-photo-wrapper {
  position: relative;
}
.author-photo-wrapper .content {
  background: #2b2b2b;
  color: #ffffff;
  margin-top: -180px;
  padding: 235px 20px 50px;
}
.author-photo-wrapper .content h2 {
  font-size: 50px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
}
.author-photo-wrapper .photo {
  padding-left: 20px;
  padding-right: 20px;
}
.author-photo-wrapper .photo img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.button-social {
  background: #313131;
  color: #ffffff !important;
  margin-right: 10px;
}
.button-social .fa {
  margin-right: 10px;
}
.button-social:hover {
  color: #a8c94b !important;
}
.share-section {
  background: #2e2e2e;
  color: #ffffff;
  padding: 30px 30px 0;
}
.share-section .col-sm-3 {
  text-align: center;
}
.share-section .col-sm-3 img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.share-title {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
}
.share-box {
  display: block;
  position: relative;
}
.share-box:hover .overlay {
  opacity: 1;
}
.overlay {
  background-size: auto;
  background: rgba(162, 198, 23, 0.9) url("../img/plus-icon.png") no-repeat center 35%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all ease-in-out 300ms;
  width: 100%;
}
.overlay .share {
  bottom: 20px;
  color: #ffffff;
  font-size: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.overlay .share span {
  padding-left: 5px;
  padding-right: 5px;
}
.overlay .share span .fa {
  font-size: 12px;
}
.media-inquire-section {
  background: #ffffff;
  padding: 180px 15px 165px;
}
.media-inquire-section h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.media-inquire-section p {
  font-size: 22px;
}
.media-inquire-section a {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  color: #313131;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.media-inquire-section a:hover {
  color: #6db386;
}
.footer-top-section {
  background: #6c6c6c;
  color: #ffffff;
  padding: 30px 30px 0;
}
.footer-top-section h2 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.footer-top-section p {
  font-size: 14px;
}
.footer-top-section a {
  color: #313131;
  font-style: italic;
}
.footer-bottom-section {
  color: #4f91cd;
  padding: 15px 0;
}
.footer-bottom-section a {
  color: #4f91cd !important;
}
.buy-now-popup {
  background: #ffffff;
  margin: 20px auto;
  max-width: 600px;
  padding: 30px 15px 0;
  position: relative;
  text-align: center;
}
.buy-now-popup a {
  display: inline-block;
  padding: 0 15px 30px;
  width: 40%;
}
.buy-now-popup a img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.nav.navbar-right > li > a {
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
  .navbar-brand > img {
    display: block;
    height: 25px;
  }
  .navbar-toggle {
    color: #fff;
  }
  .banner-content h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .endorse-box {
    padding-left: 0;
  }
  .endorse-box .photo {
    position: static;
    margin: 0 auto 15px;
  }
  .endorse-carousel-wrapper .owl-theme .owl-nav [class*=owl-] {
    position: static;
  }
  .endorse-carousel-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .quote-box h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .xxs-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  .nav > li:first-child > a {
    padding-left: 0;
  }
  .nav > li:last-child > a {
    padding-right: 0;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-right {
    margin-right: 0;
  }
  .nav.navbar-right > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .endorse-carousel-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-content {
    padding-bottom: 145px;
  }
  .video-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-the-book-section {
    padding-top: 295px;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .about-the-book-section {
    padding-left: 100px;
    padding-right: 100px;
  }
  .buy-now-section {
    padding-left: 130px;
    padding-right: 130px;
  }
  .about-the-author-section {
    padding-left: 130px;
    padding-right: 130px;
  }
}
