body,
html {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  body,
  html {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  body,
  html {
    font-size: 1.2em;
  }
}

@media (min-width: 1600px) {
  body,
  html {
    font-size: 1.3em;
  }
}

hl {
  color: #004aad;
  font-weight: 600;
}

span.red {
  font-weight: 600;
  color: coral;
  text-decoration: line-through;
}
span.green {
  color: #44a41a;
}

small {
  font-weight: 300;
}

.bg-cream {
  background-color: #ffefc7;
}

.text-blue {
  color: #004aad;
}

.text-red {
  color: coral;
}

.font-sm {
  font-size: 0.8em;
}
.font-sm-x {
  font-size: 0.7em;
}
.font-sm-xx {
  font-size: 0.6em;
}
.font-weight-semi-bold {
  font-weight: 600;
}

.btn-wrapper {
  /* margin: 3em auto 1em; */
  margin: 0 auto;
}
.btn-wrapper .btn {
  position: relative;
}

.btn-wrapper img.btn-image {
  display: none!important;
  /* display: block; */
  position: absolute;
  right: -150px;
  bottom: -2px;
}

.attention {
  position: relative;
  font-size: .6em;
  font-weight: 500;
  margin: .5em auto;
  padding: 0 .5em;
  background: #ff4a4a;
  color: #fff;
  line-height: 1.1;
  max-width: 500px;
  padding: 5px 0;
}

/* .attention:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
} */

.attention img {
  display: block;
  position: absolute;
  left: 5px;
  /* width: 75px; */
  width: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rp-countdown {
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .attention img,
  .btn-wrapper img.btn-image {
    display: none;
  }
}


@media (max-width: 575px) {
  img.small-on-mobile{
    max-width: 60%;
  }
}

@media (min-width: 1800px) {
  .attention img {
    left: 20px;
  }
  h6, .h6 {    
    font-size: .9em;
  }
}

/* 
ul {
  font-size: 19px
}
ul {
  font-size: .95em
}
@media (min-width: 768px) {
  ul {
    font-size: .8em
  }
}
@media (min-width: 1600px) {
  ul {
    font-size: .9em
  }
} */

.bg-light-gray {
  background-color: #fbfbfb;
}
.fix-height {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 1200px) {
  .fix-height {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

h1 {
  font-size: 1.8em;
  margin-bottom: 1em;
}

h1.main-heading {
  font-size: 1.6em;
  font-weight: 800;
}

h2 {
  font-size: 1.6em;
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.4em;
  }
  h1.main-heading {
    font-size: 1.3em;
  }
}

b,
strong {
  font-weight: bold;
}
h {
  background-color: #fbff00;
}

.btn,
.btn-primary:hover {
  color: #000;
  line-height: 1.3;
}
.btn big {
  font-size: 1.7em;
  font-weight: 600;
}
.btn span {
  font-size: 0.85em;
  font-weight: 300;
}

@media only screen and (max-width: 575px) {
  .btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    /* padding: 0.75rem 2em; */
    padding: 0.1rem 2em;
  }
}

.btn.btn-green{
  color:#fff;
}

@media (min-width: 1800px) {
  #s-mediaicons ul,
  #sec-mediaicons ul {
    font-size: 1rem;
    font-weight: 300;
  }
}

.site-header {
  padding: 5px 0;
}

.caption {
  font-size: 15px;
  font-weight: bold;
}

.section-wrapper {
  border-color: #e5e5e5;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  border-top: 4px solid rgba(255, 132, 0, 0.4);
}

/* Video Section */
#sec-video {
  margin-top: 0;
}
.fix-height {
  padding-top: .2em;
  padding-bottom: 1em;
}

#sec-video h1,
#sec-video h5{
  margin-bottom: 0;
}


#sec-video .image-bg,
#sec-buttons .image-bg {
  background: url(images/video-bg.jpg) no-repeat center center;
  background-size: cover;
}

/* Videos Section */
#sec-videos .fix-height{
  padding-top:2em
}
#sec-videos vimeo{
  background: #000;
}

#sec-videos .pl-challange{
  background-color: #c9e265;
  border: 3px dashed #8eb201;
}
#sec-videos .pl-challange p{
  font-size: .8em;
  font-weight: 400;
}

/* Overcoming Section */
#sec-overcome h4 {
  color: #004aad;
}
#sec-overcome .image {
  width: 225px;
}

@media (min-width: 1400px) {
  #sec-overcome .image {
    width: 250px;
  }
}

@media (min-width: 1600px) {
  #sec-overcome .image {
    width: 275px;
  }
}

/* Price Section */
#sec-price .pt-1 {
  background-color: #e8f4fa;
}

#sec-price .subline {
  border-bottom: 3px solid #9e9e9e;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* #sec-price .price-item:not(:last-child) {
  border-right: 1px solid #eee;
} */

#sec-price .pt-mobile .price-item:not(:last-child):not(.first) {
  border-right: 1px solid #eee;
}

#sec-price .price-item {
  /* line-height: 2em; */
  line-height: 1.1;
}

#sec-price .price-item.pkts.last {
  padding: 5px;
}

#sec-price .row-2,
#sec-price .item-price {
  text-align: center;
}

#sec-price .row {
  min-height:2em
}

#sec-price .row.alternate {
  background-color: #eee;
}
#sec-price .row.row-last {
  background-color: unset;
}

#sec-price .item-desc {
  padding-left: 1em;
}

#sec-price .row-pt:not(:first-child):not(:last-child) .item-desc {
  border-left: 3px solid #eee;
}
#sec-price .row-pt:not(:first-child):not(:last-child) .item-price:last-child:not(.featured) {
  border-right: 3px solid #eee;
}


#sec-price .first-price.item-desc {
  border-top-left-radius: 10px;
}
#sec-price .first-price.item-price:last-child {
  /* border-top-right-radius: 10px; */
}

#sec-price .featured.first-price.item-price:last-child {
  border-top-right-radius: 0;
}

#sec-price .row-last-price,
#sec-price .row-last-price .item-desc {
  border-bottom-left-radius: 10px;
}

#sec-price .first-price {
  border-top: 3px solid #eee;
}
#sec-price .last-price {
  border-bottom: 3px solid #eee;
}

#sec-price .pt-mobile .row-pt:not(:first-child):not(:last-child) .featured.item-price:last-child {
  border-right: 3px solid var(--orange);
}
#sec-price .price-item.first.has-content {
  border-top: 3px solid #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #eee;
  font-size: .8em;
  /* color: #fff; */
}
#sec-price .price-item.featured {
  border-left: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
}
#sec-price .price-item.featured.first {
  border-top: 3px solid var(--orange);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--orange);
  color: #fff;
  font-size: 1em;
}
#sec-price .price-item.featured.last {
  border-bottom: 3px solid var(--orange);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#sec-price .pt-mobile .price-item.featured.last {
  border: none;
}
#sec-price .pt-mobile .price-item.featured.last-price {
  border-bottom: 3px solid var(--orange);
}

#sec-price .featured-text {
  background: var(--orange);
  text-align: center;
  color: #fff;
  line-height: 2em;
}

#sec-price .price-item .check:before,
#sec-price .price-item .times:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--green);
  font-size: 1.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#sec-price .price-item .times:before {
  content: "\f00d";
  color: var(--orange);
}

#sec-price a.btn.btn-orange {
  color: #fff;
}

#sec-price a.btn {
  width: 100%;
  max-width: 100%;
  min-width: unset;
  /* border-radius: 0; */
  /* border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; */
}
#sec-price a.btn span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}

/* #sec-price a.btn {
  font-weight: 300;
  position: absolute;
  max-width: 80%;
  width: 80%;
  left: 10%;
  bottom: -2em;
} */

#sec-price .gold {
  color: #c28b00;
  font-weight: 600;
}
#sec-price .silver {
  color: #6a8bb6;
  font-weight: 600;
}
#sec-price .platinum {
  color: #9f9f9f;
  font-weight: 600;
}

@media (max-width: 575px) {
  #sec-price a.btn {
    font-size: 16px;
    padding: 1em .5em;
    /* padding: 1.2em 0; */
  }
}

@media (max-width: 768px) {
  #sec-price .item-desc {
    padding-left: .5em;
  }
}

@media (max-width: 400px) {
  #sec-price h4 {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  #sec-price .image {
    max-width: 350px;
  }
}

@media (min-width: 1600px) {
  #sec-price a.btn span {
    font-size: 1.4em;
  }
  #sec-price .image {
    max-width: 400px;
  }
}

@media (min-width: 1200px) {
  #sec-package img.image {
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #sec-price .pt-desktop {
    font-size: .9em;
  }
  #sec-price .pt-desktop .item-desc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #sec-price .pt-desktop .btn {
    font-size: 16px;
    font-weight: 500;
    padding: .5rem .1rem;
  }
}



/***************************
* sec-feedback Section
****************************/
#sec-feedback .social-proof.mobile .image-1,
#sec-feedback .social-proof.desktop .left .image-1{
  max-width: 250px;
  margin: auto;
  display: block;
}

@media (min-width: 1600px) {
  #sec-feedback .social-proof.mobile .image-1,
  #sec-feedback .social-proof.desktop .left .image-1{
    max-width: 400px;
  }
}


/***************************
* sec-timeline Section
****************************/
#sec-timeline .jc-title-wrapper h1.title {
  display: inline-block;
  font-size: 1.8rem;
  color: var(--black);
}
#sec-timeline .jc-title-wrapper .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 5px solid var(--green);
  margin-left: 20px;
}

@media (min-width: 575px) {
  #sec-timeline .jc-title-wrapper h1.title {
    font-size: 2.2rem;
    line-height: 100px;
  }
}

.timeline-nodes:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 13px;
  bottom: -30px;
  border-left: 1px solid var(--green);
}
.timeline-nodes:first-child:before {
  top: 30px;
}

.timeline-nodes {
  padding-bottom: 25px;
  position: relative;
}

.timeline-nodes:nth-child(even) {
  flex-direction: row;
}
.timeline h3,
.timeline .h3,
.timeline p {
  padding: 0;
}

.timeline h3,
.timeline .h3 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  /* border-bottom: 4px solid var(--green); */
  font-size: 1em;
  text-align: left;
}

.timeline-nodes h3 .year,
.timeline-nodes .h3 .year,
.timeline-nodes h3 .title,
.timeline-nodes .h3 .title {
  display: block;
}

.timeline-nodes h3 .year,
.timeline-nodes .h3 .year {
  /*font-size: 90%;*/
  font-weight: 600;
  color: var(--orange);
}

.timeline-nodes img {
  padding: 0.25rem 0 0.75rem;
}

.timeline-content {
  position: relative;
}
.timeline-content:before {
  /*content: attr(data-cnt) " ";*/
  display: block;
  position: absolute;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  height: 40px;
  overflow: hidden;
}

.timeline-mark {
  margin-top: 14px;
}
.timeline-mark:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 11px;
  background-color: var(--green);
  z-index: 1;
}
.timeline-mark:before {
  left: 10px;
}

@media (min-width: 575px) {
  /* .timeline h3, .timeline .h3{
      font-size: 1em;
  } */
}
@media (min-width: 768px) {
  /* .timeline h3, .timeline .h3{
      font-size: 1.5rem;
  } */
  .timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
  }
  .timeline-nodes:first-child:before {
    top: 13px;
  }
  .timeline-mark:before {
    top: -2px;
  }
  .timeline-nodes:not(:last-child):before {
    bottom: -15px;
  }
  .timeline-nodes:nth-child(odd) .timeline-content:before {
    left: 0;
    right: unset;
  }
  .timeline-nodes:nth-child(odd) .timeline-mark:after {
    left: 0;
    right: unset;
  }
  .timeline-nodes:nth-child(odd) .timeline-mark span {
    left: 0;
    right: unset;
  }
  .timeline-nodes:nth-child(odd) h3,
  .timeline-nodes:nth-child(odd) .h3 {
    float: right;
    text-align: right;
  }
  .timeline-nodes:not(:last-child):before {
    left: unset;
  }
  .timeline-mark:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-mark:after {
    content: "";
    width: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px dotted var(--green);
    z-index: 1;
  }
  .timeline-mark span {
    position: absolute;
    right: 0;
    top: -3px;
    height: 7px;
    border-left: 1px solid var(--green);
  }
}

@media (min-width: 1200px) {
  .timeline h3,
  .timeline .h3 {
    /*max-width: 80%;*/
    /*min-width: 40%;*/
    width: 100%;
    padding-bottom: 5px;
  }
  .timeline-nodes h3 .year,
  .timeline-nodes .h3 .year {
    float: left;
    /*font-size: 80%;*/
  }
  .timeline-nodes h3 .title,
  .timeline-nodes .h3 .title {
    float: right;
    max-width: 85%;
    text-align: right;
  }
  .timeline-nodes:nth-child(odd) h3 .title,
  .timeline-nodes:nth-child(odd) .h3 .title {
    float: left;
    text-align: left;
  }
  .timeline-nodes:nth-child(odd) h3 .year,
  .timeline-nodes:nth-child(odd) .h3 .year {
    float: right;
  }
}

@media (min-width: 1600px) {
  /* .timeline h3, .timeline .h3{
      font-size: 1.75rem;
  } */
  .timeline-nodes h3 .title,
  .timeline-nodes .h3 .title {
    /*max-width: 75%;*/
    max-width: 79%;
  }
}

/* Footer Buttons Section */
#sec-buttons .fix-height {
  padding-top: 0;
  padding-bottom: 6em;
}

/* Testimonials Section */
#sec-testimonial .image {
  width: 200px;
  margin-bottom: 2em;
}

/* Bookdetail Section */
@media (min-width: 1200px) {
  #sec-bookdetail img {
    width: 600px;
  }
}

@media (min-width: 1600px) {
  #sec-bookdetail img {
    width: 750px;
  }
}

/* Before/After Section */
#sec-book-content ul li,
#sec-before-after ul li {
  font-weight: bold;
  margin-bottom: 1em;
}

#sec-book-content.freebook ul li {
  font-weight: 300;
}

/* Book Content Section */

#sec-book-content .steps img {
  max-width: 150px;
}

#sec-book-content .certificate {
  position: relative;
}
#sec-book-content .certificate .image {
  margin-top: 100px;
}

#sec-book-content .collage .image {
  width: 100%;
  margin: 3em 0;
}
#sec-book-content .slick-slider .image {
  padding: 0 15px;
}

#sec-book-content .certificate:before {
  content: "";
  background: url(images/arrow-dn.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 110px;
  top: -18px;
  margin-left: 180px;
}

@media (max-width: 575px) {
  #sec-book-content .certificate:before {
    display: none;
  }
  #sec-book-content .certificate .image {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #sec-book-content .certificate:before {
    display: none;
    width: 110px;
    height: 130px;
    top: -32px;
    margin-left: 250px;
  }
}

@media (min-width: 1200px) {
  #sec-book-content img {
    width: 450px;
  }
  #sec-book-content .certificate:before {
    top: -30px;
    margin-left: 300px;
  }
}

@media (min-width: 1600px) {
  #sec-book-content img {
    width: 600px;
  }
  #sec-book-content .certificate .image {
    margin-top: 150px;
  }
  #sec-book-content .certificate:before {
    width: 150px;
    height: 160px;
    margin-left: 440px;
  }
}

/* Form Section */
#sec-newbook .book-graphic:not(.bottom) {
  right: 0;
}
#sec-newbook .screenshot-highlighted img {
  border: 2px solid #000;
  padding: 0.5rem;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.4);
}

#sec-newbook .form-top {
  background-image: linear-gradient(#da0000, red);
  min-height: 60px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  padding: 5px 0;
  text-shadow: 1px 1px #000;
  position: relative;
}
.arrow-bottom:after {
  border-color: #fc0000 transparent;
  left: 20%;
  content: "";
  bottom: -11px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 13px 9px 0;
}
@media (min-width: 575px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1900px) {
}

#sec-newbook .order-form hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border-top: 0.2rem solid #9e9e9e;
}

#sec-newbook .order-form {
  padding: 10px;
  /*border-radius: 4px;*/
  box-shadow: 0px 1px 6px rgba(107, 107, 107, 0.4);
  background: #f8f5f5;
}

#sec-newbook .order-form h2,
.order-form h4 {
  letter-spacing: -0.5px;
}
#sec-newbook .order-form h2 {
  font-size: 0.9rem;
  text-align: unset;
}
#sec-newbook .order-form h2 u {
  font-size: 110%;
}
#sec-newbook .order-form h4 {
  font-size: 0.65rem;
}

.order-form label[for="private"],
.order-form label[for="business"] {
  margin-right: 20px;
  margin-left: 10px;
}
#sec-newbook .order-form .btn {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.2rem 0.8rem;
}
#sec-newbook .order-form .btn span {
  display: block;
  font-weight: normal;
  opacity: 0.75;
}
#sec-newbook .order-form .btn.big {
  font-size: 1.3rem;
}

#sec-newbook .fix-height {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.order-form .form-control {
  font-size: 0.6em;
  font-weight: 300;
}
.order-form .floating-text {
  position: absolute;
  z-index: 1;
  width: 75px;
  right: -25px;
  top: -33px;
}

.order-form .payment-text {
  font-size: 0.55em;
  display: block;
  line-height: 1.4;
}
.order-form .payment-text span {
  color: #a4cb00;
}

#sec-newbook .order-form .btn {
  font-size: 0.7em;
  font-weight: 400;
}

@media (max-width: 1199px) {
  #sec-newbook .form-top {
    font-size: 0.8em;
  }
  #sec-newbook .order-form h2 {
    font-size: 1rem;
  }
  #sec-newbook .order-form h4 {
    font-size: 0.75rem;
  }
  #sec-newbook .order-form .btn,
  .order-form .form-control {
    font-size: 0.9em;
  }
  .order-form .payment-text {
    font-size: 0.65em;
  }
}

@media (min-width: 1200px) {
  #sec-newbook .book-graphic:not(.bottom) {
    display: block;
    bottom: 120px;
  }
  #sec-newbook .fix-height {
    padding-top: 4rem;
  }
  .order-form .floating-text {
    width: 100px;
    right: -75px;
    top: -58px;
  }
}
@media (min-width: 1350px) {
  #sec-newbook .book-graphic:not(.bottom) {
    bottom: 100px;
  }
}
@media (min-width: 1400px) {
  #sec-newbook .book-graphic:not(.bottom) {
    bottom: 80px;
  }
}
@media (min-width: 1600px) {
  #sec-newbook .image-book img {
    width: 650px;
  }
}

@media (min-width: 1800px) {
  #sec-newbook .book-graphic:not(.bottom) {
    bottom: 115px;
  }
  #sec-newbook .order-form h2 {
    font-size: 1rem;
  }
  #sec-newbook .order-form h4 {
    font-size: 0.75rem;
  }
  .order-form .form-control {
    height: 50px;
  }
  /* .order-form .payment-text {
    font-size: .55em;
  } */
}
@media (min-width: 2000px) {
  #sec-newbook .book-graphic:not(.bottom) {
    bottom: 80px;
  }
}

#sec-newbook .book-offer {
  display: inline-block;
  background-color: #a5c927;
  color: #fff;
  font-size: 1.3em;
  padding: 0.5em;
}
#sec-newbook .book-offer span {
  font-weight: 600;
}
#sec-newbook .book-offer:after {
  content: "";
  width: 150px;
  height: 75px;
  display: block;
  position: absolute;
  bottom: -70px;
  background: url(../../assets/images/down-arrow.png) center center no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  #sec-newbook .book-offer-container {
    margin-bottom: 100px;
  }
}
@media (min-width: 425px) {
  #sec-newbook .book-offer {
    width: 400px;
  }
}

@media (min-width: 1600px) {
  #sec-newbook .book-offer {
    width: 500px;
    font-size: 2em;
  }
  #sec-newbook .book-offer-container {
    /*margin-top: 250px;*/
    margin-bottom: 125px;
  }
  #sec-newbook .book-offer:before {
    width: 135px;
    height: 250px;
    top: -250px;
  }
  #sec-newbook .book-offer:after {
    width: 200px;
    height: 100px;
    bottom: -90px;
  }
}

#s-faq .wrapper,
#sec-faq .wrapper {
  padding-bottom: 0;
}

#s-faq h2,
#sec-faq h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  #s-faq .accordion .btn-link,
  #s-faq .accordion .card,
  #sec-faq .accordion .btn-link,
  #sec-faq .accordion .card {
    font-size: 0.9em;
  }
  #s-faq .accordion .card .card-body,
  #sec-faq .accordion .card .card-body {
    font-size: 0.8em;
  }
}

/***************************
* Footer Button Section
****************************/
#sec-fbtn .fix-height {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#sec-fbtn .image-bg {
  background: url(images/jc-bg.png) center center no-repeat;
  background-size: cover;
}

#sec-fbtn .btn-wrapper {
  margin-top: 1rem;
}

#sec-fbtn .btn {
  white-space: normal;
  font-size: 1em;
  font-weight: bold;
  padding: 0.7rem 0.7rem;
  min-width: 250px;
  width: 90%;
  max-width: 800px;
}

@media (min-width: 425px) {
  #sec-fbtn .btn {
    font-size: 1.2rem;
  }
}

/* Slick Slider */
.slick-prev,
.slick-next {
  color: #000;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

@media (max-width: 575px) {
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-next,
  .slick-prev {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 60px;
  }
}
