.landing-page-bold .sppb-addon-content strong {
    font-weight: 700;
    background: linear-gradient(45deg, #b68b42, #e9c161, #b68b42);
    color: #000000;
    padding: 0px 10px;
    line-height: 2;
    font-size: 26px;
}
.landing-page-bold .sppb-addon-content strong span {
    font-size: 26px !important;
}

/*logo*/
.logo-row img {
    border-radius: 10px !IMPORTANT;
    box-shadow: 0px 0px 10px #00000020;
    max-width: 130px;
    height: auto;
    transition: 0.3s;
}
@Media(Max-width:991px){
.logo-row img {
    max-width: 100px;
}
}
.logo-row img:hover {
    box-shadow: 0px 0px 20px #ffffff60;
}

/*icon*/
.landing-icon-001 img {
    width: 80px;
    height: 80px;
}

/*pricing*/
.price-box-logo p {
    font-size: 14px;
    margin-bottom: 10px;
}
.price-box-logo small {
    font-size: 16px;
}

/*button*/
.landing-button.sppb-btn.sppb-btn-default {
    background: linear-gradient(45deg, #b68b42, #e9c161, #b68b42);
    border-radius: 0px !IMPORTANT;
    color: #000000 ! IMPORTANT;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 25px !IMPORTANT;
    border-radius: 100px !IMPORTANT;
    transition: 0.3s;
}
.landing-button.sppb-btn.sppb-btn-default:hover {
    transform: scale(1.05);
    background: #ffffff !IMPORTANT;
    color: #141e3e !IMPORTANT;
}
.landing-button.sppb-btn-default {
   animation: moving-big-small 1.5s linear infinite;
}
@keyframes moving-big-small {
  0% {
      box-shadow: 0px 0px 10px #ffffff54;
  }
  50% {
      box-shadow: 0px 0px 50px #ffffff;
  }
  100% {
      box-shadow: 0px 0px 10px #ffffff54;
  }
}

/*example*/
.landing-example-001 p {
    background: #ffffff;
    color: #000;
    border-radius: 15px;
    padding: 20px;
    font-weight: 800;
    line-height: 1.5;
    border: 2px solid #e9c161;
}


/**/
.course-section-bg-001 .sppb-row-container .sppb-row {
    background: url(/images/0-dreamztrack/landing-plan-b/event-001b.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}
.course-section-bg-002 .sppb-row-container .sppb-row {
    background: url(/images/0-dreamztrack/landing-plan-b/event-002b.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}
.course-section-bg-003 .sppb-row-container .sppb-row {
    background: url(/images/0-dreamztrack/landing-plan-b/event-003b.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}
.course-section-bg-004 .sppb-row-container .sppb-row {
    background: url(/images/0-dreamztrack/landing-plan-b/event-004b.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}

/*landing page font*/
.landing-page p {
    font-size: 18px;
}



.count-down .sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    width: 25% !important;
    max-width: 25% !important;
}

/*landing-icon*/

.landing-icon-001 img {
    width: 70px;
  height: auto;
}

/*revenue*/
.revenue-highlight h4 {
    color: #fff;
    font-size: 25px;
    text-shadow: none !IMPORTANT;
}
.sppb-addon.sppb-addon-header.heading-revenue.revenue-highlight {
    box-shadow: 0px 0px 50px #e9c161;
    border-radius: 20px;
    margin-top: 30px;
}