body {
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-size: 16px;
    font-weight: 400;
}

.mb-48 {
    margin-bottom: 48px;
}

#sampleExercises img {
    width: 100%;
    height: 65%;
}

#sampleExercises h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    color: #343a40 !important;
    font-family: sans-serif;
}

#sampleExercises .col-md-3 {
    padding-right: 0px;
}

.testi_img {
    position: absolute;
    top: 1rem;
    width: 100%;
    height: 100%;
}

.testi_img img {
    height: 130px;
}

main {
    overflow: hidden;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -50px;
}

.navbar-nav li a {
    color: #fff !important;
}

#macro-carousel .carousel-indicators {
    justify-content: left;
    margin-right: 1%;
    margin-left: 1%;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

nav.navbar.navbar-expand-md.navbar-light {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.transparent-btn {
    border: 1px solid #fff;
    padding: 8px 25px;
    color: #fff;
    background: #b7a182;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

main .btn span {
    display: inline-block;
    padding-top: 3px;
    margin-right: 5px;
}

main .btn img {
    width: 28px;
    position: relative;
    top: -2px;
}

.color-btn {
    border: 1px solid #b7a182;
    padding: 8px 25px;
    color: #fff;
    background: #b7a182;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

.white-btn {
    border: 1px solid #fff;
    padding: 8px 25px;
    color: #b7a182;
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

.color-btn:hover,
.transparent-btn:hover {
    color: #fff;
    text-decoration: none;
}

.white-btn:hover {
    color: #b7a182;
    text-decoration: none;
}

.heading-white.text-white {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

#format {
    background: #f8f5f2;
}

#sampleExercises {
    background: #f8f5f2;
}

.centered-play {
    text-align: center;
    position: relative;
    top: 50%;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 54%;
    left: 50%;
    /* max-width: 600px;
    max-height: 360px; */
    margin-left: -248px;
    margin-top: -275px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}


/* Carousel */

#macro-carousel .carousel-inner {
    width: 90%;
    margin: 0 auto;
}

#macro-carousel .carousel-control-next,
#macro-carousel .carousel-control-prev {
    width: 2%;
    color: #fff;
    font-size: 40px;
    opacity: 1;
    transition: opacity .15s ease;
}

#macro-carousel .carousel-control-next:focus,
#macro-carousel .carousel-control-next:hover,
#macro-carousel .carousel-control-prev:focus,
#macro-carousel .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.fa-angle-left:before,
.fa-angle-right:before {
    font-weight: 700;
}


/* Real Result Carousel */

#result-carousel .col-md-6 {
    display: inline-block;
    margin-left: -4px;
}

#result-carousel .carousel-inner {
    position: relative;
    width: 80%;
    overflow: hidden;
}

#result-carousel .carousel-indicators li,
#result-carousel .carousel-control-prev-icon,
#result-carousel .carousel-control-next-icon {
    background-color: #b7a182;
}

#result-carousel .carousel-indicators {
    bottom: -40%;
}

#result-carousel .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#result-carousel .carousel-control-next,
#result-carousel .carousel-control-prev {
    width: 6%;
    color: #000;
    font-size: 40px;
    font-weight: 900;
    opacity: 1;
    transition: opacity .15s ease;
}

#result-carousel .fa-angle-left:before,
#result-carousel .fa-angle-right:before {
    color: #b7a182;
    font-weight: bolder;
}


/* 10 Weeks Body */

.sec1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/8192.jpg)center no-repeat;
    background-size: cover;
    height: 100vh;

    position: relative;
}

.text-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 15px;
    border-top: 1px solid #fff;
}

.inner-wrap {
    position: relative;
    display: inherit;
    margin: 0 auto;
    padding: 1rem 0;
}

.inner-wrap p {
    margin-bottom: 0;
    color: #fff;
}

.inner-wrap h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.highlights {
    margin-bottom: 1.5rem;
}


/* END 10 Weeks Body */


/* Support every step */

section#support {
    padding: 5rem 0;
}


/* END Support every step */


/* Train the way Section CSS */

section#train {
    padding: 4rem 0 0 0;
    background: #f8f5f2;
}

section#train .train-img {}


/* END Train the way Section CSS */


/* Course Section CSS */

section#course {
    padding: 5rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/899.jpg)center center no-repeat;
    background-size: cover;
}

.highlights>div {
    background: #00000099;
    border: 1px solid #868686;
    min-height: 360px;
    padding: 1rem;
}

.highlights h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: bolder;
}

.highlights img {
    width: 75px;
}


/* END Course Section CSS */


/* About Section CSS */

.about-img {
    width: 80%;
}


/* About Section CSS */


/* Program Format Section CSS */

section#format {
    padding: 6rem 0 4rem 0;
    margin-top: -3rem;
}

section#sampleExercises {
    padding: 7rem 0 4rem 0;
    margin-top: -3rem;
}

.days {
    padding: 0 1.5rem;
}

.days h4 {
    color: #343a40 !important;
    font-weight: 700;
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.days p {
    font-size: 1.2rem;
    font-weight: 400;
}


/* END Program Format Section CSS */


/* Macro breakdown Section CSS */

section#macro-real {
    padding: 8rem 0;
}

#macro-real img {
    width: 33px;
    height: 32px;
}

#macro-real .col {
    text-align: center;
}

#macro-real .col-md-6.row {
    padding-top: 3rem;
}

#macro-real h3 {
    font-family: sans-serif;
    margin-bottom: 0px;
    margin-top: 14px;
    font-weight: bold;
    color: black;
}

section#macro {
    padding: 5rem 0 5rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/back-egg.jpeg)center center no-repeat;
    background-size: cover;
}


/* END Macro breakdown Section CSS */


/* Program for you Section CSS */

#programforyou {
    padding: 5rem 0;
    background: #f8f5f2;
}

#programforyou h2 {
    padding-bottom: 50px;
}

#programforyou h6 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0px;
}

#programforyou .transparent-btn img {
    height: 28px;
}

#programforyou img {
    height: 35px;
}

#programforyou p {
    font-family: sans-serif;
    padding: 0px 1.6rem;
    margin-bottom: 3rem;
}

#programforyou .img-surround {
    height: 80px;
    width: 80px;
    background: #ebe4dc;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}


/* END Program for you Section CSS */


/* Program diff for you Section CSS */

#programdiff h2 {
    padding-bottom: 50px;
}

#programdiff {
    padding: 5rem 0;
    background: #f8f5f2;
}

#programdiff h6 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #343a40 !important;
}

#programdiff img {
    height: 50px;
}

#programdiff p {
    font-family: sans-serif;
    padding: 0px 1.6rem;
    margin-bottom: 3rem;
}

#programdiff .img-surround {
    height: 130px;
    width: 130px;
    background: #ebe4dc;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}


/* END Program diff for you Section CSS */


/* Get Fit Section CSS */

section#getfit {
    padding: 5rem 0;
}

.icon_column {
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    margin: 20px 10px;
    color: #b7a182;
    font-weight: 700;
}

.icon_column img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.icon_column_img {
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    position: absolute;
    top: -7rem;
    width: 180%;
    left: -5rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.tilt-text {
    margin-top: 1.8rem;
}


/* END Get Fit Section CSS */

.carousel {
    position: relative;
    width: 100%;
}

.testimonial-wrap.img-wrap {
    top: 1.5rem;
}


/* Testimonial Section CSS */

.testimonial-wrap {
    background: #f8f5f2;
    padding: 1rem;
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 161px;
}

section#realresults {
    padding: 10rem 0 !important;
}

.author {
    font-weight: 900;
    font-size: 14px;
}


/* End Testimonial Section CSS */


/* Footer CSS  */

#footer-bottom {
    background: #2d2d2d;
    padding: 15px;
    color: #fff;
}

#footer-bottom li a {
    color: #fff;
}

#footer-bottom li a:hover {
    color: #f7f7f7;
    text-decoration: none;
}

footer#footer-main {
    background: url(../images/compress/footer-min_dgojmk.jpg)center top no-repeat;
    padding: 14rem 4rem;
    background-size: cover;
    min-height: 850px;
}

.original-price,
.special-offer {
    font-weight: bolder !important;
    position: relative;
}

.original-price span {
    font-size: 2rem;
    font-weight: 500 !important;
}

.special-offer span {
    font-size: 3rem;
    font-weight: 500 !important;
}

.special-offer {
    background: rgba(0, 0, 0, 0.4);
    padding: 1.5rem;
    border: 1px solid #c1c1c1;
}

.original-price::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 125%;
    left: 0px;
    top: 30px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.original-price::before {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 125%;
    left: 0px;
    top: 30px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.offer-ends span {
    font-size: 2rem;
    margin-left: 5px;
}


/* End Footer Css */


/* Media Query */

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 13.285714%;
        *width: 13.285714285714285714285714285714%;
        background: #fff;
        border: 1px solid #b7a182;
        flex: 0 0 13.285714%;
        max-width: 13.285714%;
        margin: 0.5%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 13.285714%;
        *width: 13.285714285714285714285714285714%;
        background: #fff;
        border: 1px solid #b7a182;
        flex: 0 0 13.285714%;
        max-width: 13.285714%;
        margin: 0.5%;
    }
}

@media only screen and (min-width: 470px) and (max-width: 767px) {
    #light {
        transform: translate(-50%, -50%);
    }
    #light #video {
        width: 300px !important;
        height: 400px !important;
    }
    .icon_column_img {
        transform: skewX(25deg);
        -webkit-transform: skewX(25deg);
        position: absolute;
        top: 2rem !important;
        width: 126% !important;
        left: 3rem !important;
    }
}

@media only screen and (max-width: 380px) {
    #macro-carousel .carousel-indicators {
        bottom: -11rem !important;
    }
    .mob-week h1 {
        text-align: left;
        font-size: 2.5rem !important;
    }
}

@media only screen and (max-width: 400px) {
    .sec1 {
        height: 140vh;
    }
}

@media only screen and (max-width: 990px) {
    .mb-48 {
        margin-bottom: 0px;
    }
    .mob-week,
    .inner-wrap.container {
        text-align: left;
    }
    .inner-wrap.container img {
        width: 52px;
    }
    .mob-week h1 {
        text-align: left;
        font-size: 3rem;
    }
    section#train .col-md-6,
    #aboutme .col-md-6,
    #macro .col-md-6,
    #getfit .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tab-pad {
        padding: 1rem !important;
    }
    .icon_column_img {
        transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        position: absolute;
        top: -2rem;
        width: 130%;
        left: -7rem;
    }
    section#programforyou ul {
        padding: 0;
    }
    .seven-cols .col-md-1.days {
        width: 31.3% !important;
        margin: 1%;
        background: #fff;
        border: 1px solid #b7a182;
        min-height: 120px;
        flex: 0 0 31.3%;
        max-width: 31.3%;
    }
    .sunday {
        margin: 0px auto !important;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .centered-play {
        top: -16%;
    }
    #macro-real .col-md-6.row {
        padding-top: 0px;
        padding-right: 0px;
        margin-left: -8px;
    }
    .col-md-5.getfitcenter {
        text-align: center;
    }
    #sampleExercises img {
        width: 100%;
        height: 80%;
    }
    section#macro-real {
        padding: 5rem 0;
    }
    .highlights>div {
        border: none;
        border-top: 0.6px solid #868686;
        border-bottom: 0.6px solid #868686;
    }
    p {
        letter-spacing: 0.02rem;
        font-weight: 300;
        font-size: 15px;
    }
    h1 {
        font-size: 2.5rem;
        font-weight: 500;
    }
    section#train {
        padding: 0px 0 2rem 0;
        background: #f8f5f2;
    }
    .about-img {
        width: 100%;
    }
    .mob-play {
        order: 1;
        text-align: left !important;
    }
    .mob-play img {
        width: 70px;
        margin-bottom: 3rem;
    }
    .mob-week {
        order: 2;
    }
    .mob-week h4 {
        font-size: 16px;
        margin-top: 2rem;
    }
    .text-middle {
        top: 42%;
    }
    .inner-wrap {
        text-align: center !important;
    }
    .inner-wrap img {
        width: 60px;
    }
    .inner-wrap h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .inner-wrap .col-md-3.text-center {
        text-align: center !important;
    }
    /* .sec1 {
        height: auto;
    } */
    section#support {
        padding: 3rem 0 3rem 0;
    }
    section#train .train-img {
        margin-top: 2rem;
    }
    h2 {
        font-size: 2rem;
    }
    .highlights h4 {
        font-size: 1rem;
        font-weight: 600;
    }
    #train .text-heading.text-dark {
        margin-top: 2.5rem;
    }
    section#format {
        padding: 4rem 0 2rem 0;
        margin: 0;
    }
    .highlights {
        margin-bottom: 2rem;
    }
    section#course {
        padding: 4rem 0 2rem 0;
    }
    #aboutme {
        padding: 4rem 0 0 0;
    }
    img.about-img {
        margin-top: 2rem;
    }
    .seven-cols {
        margin: 0 auto;
    }
    .seven-cols .col-md-1.days {
        width: 31.3%;
        margin: 1%;
        background: #fff;
        border: 1px solid #b7a182;
        min-height: 120px;
        padding: 0px;
    }
    .days h4 {
        font-size: 13px;
    }
    .days p {
        font-size: 12px;
    }
    section#macro {
        padding: 3rem 0 3rem 0;
    }
    .mob-order1 {
        order: 1;
    }
    .mob-order2 {
        order: 2;
    }
    .mob-order1 .p-4,
    .car-text {
        padding: 0.5rem !important;
    }
    .heading-white.text-white {
        font-size: 2.2rem;
        font-weight: 700;
        color: #fff;
    }
    section#getfit {
        padding: 3rem 0 5rem 0;
    }
    #programforyou {
        padding: 3rem 2rem;
    }
    #macro-carousel .carousel-inner {
        width: 96%;
        margin-top: 2rem;
    }
    #macro-carousel a.carousel-control-prev,
    #macro-carousel a.carousel-control-next,
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    #programforyou ul {
        list-style-position: inside;
        padding: 0;
    }
    .getfitcenter {
        margin-bottom: 2rem;
    }
    #getfit .col {
        transform: skewX(-15deg) !important;
        -webkit-transform: skewX(-15deg) !important;
        margin-left: 0rem !important;
    }
    .icon_column {
        transform: skewX(15deg);
        -webkit-transform: skewX(15deg) !important;
        font-size: 14px;
    }
    .tilt-text {
        margin-top: 0.8rem;
        margin-left: -2rem !important;
        display: inline-block;
    }
    .icon_column_img {
        transform: skewX(25deg);
        -webkit-transform: skewX(25deg);
        position: absolute;
        top: 0rem;
        width: 146%;
        left: -2rem;
    }
    .icon_column img {
        max-width: 63%;
    }
    .testimonial-wrap {
        margin-bottom: 1rem;
    }
    section#realresults {
        padding: 7rem 0 !important;
    }
    #result-carousel .carousel-indicators {
        bottom: -15%;
    }
    footer#footer-main {
        padding: 5rem 0rem;
    }
    section#footer-bottom {
        text-align: center;
    }
    div#navbarsBtn {
        background: rgb(255, 255, 255);
        padding: 1rem;
    }
    div#navbarsBtn ul li a {
        color: rgb(183, 161, 130) !important;
    }
    .menu_bar {
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        margin: 8px 0;
        border-radius: 2px;
        border: 0px;
        outline: none;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }
    .navbar-toggler {
        border: 0px;
        border-bottom: 0px;
    }
    #macro-carousel .carousel-indicators {
        display: block;
        text-align: left;
        position: absolute;
        bottom: -9rem;
    }
    #macro-carousel .carousel-indicators.hide li {
        display: inline-block;
    }
    .sunday {
        margin: 0px auto !important;
        margin-top: 3px !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .icon_column_img {
        transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        position: absolute;
        top: -1rem;
        width: 120%;
        left: 2rem;
    }
    .col {
        margin-left: -2rem !important;
    }
    section#realresults {
        padding: 6rem 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .icon_column_img {
        top: -2rem;
        width: 130%;
        left: -2rem;
    }
    .col {
        margin-left: 0 !important;
    }
    section#realresults {
        padding: 6rem 0 !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1439px) {
    .icon_column_img {
        top: -6rem;
        width: 155%;
        left: -6rem;
    }
    .col {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1739px) {
    .icon_column_img {
        top: -2rem;
        width: 150%;
        left: -5rem;
    }
}

@media (max-width: 700px) {
    #light iframe {
        width: 380px !important;
        height: 451px !important;
        max-width: 98vw;
        max-height: 90vh;
    }
    #light {
        transform: translate(-50%, -60%);
        margin: 0;
    }
}