@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
    color: #F8D722;
    font-size: 48px;
    font-weight: 700;
    margin-top: 30px;
}

.blackBox h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 100px;
    margin-bottom: 30px;
}

.container {
    max-width: 1100px;
}

.headerLogo {
    background: #131313;
    color: #fff;
}

.headerLogo img {
    max-width: 100%;
}

.blackBox {
    background: #131313;
    color: #B8B8B8;
    padding: 38px 0 50px;
}

.orgBrd {
    border: 1px solid #FF7F6B;
    padding: 56px 20px;
    text-align: center;
    font-size: 26px;
}

.orgBrd p {
    margin: 0;
}

.orgText {
    color: #FF7F6B;
}

.lightWhText {
    color: #B8B8B8;
}

.earningPotential {
    text-align: center;
    padding: 52px 0;
    font-size: 24px;
}

.blackBox.blackBoxImg {
    background-image: url(../img/bg_black_img.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.blackBox.blackBoxImg img {
    max-width: 100%;
}

.ratingBox {
    background: #1E1F20;
    padding: 26px 20px;
    border-radius: 34px;
    text-align: center;
}

.joinInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.joinInfo ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 32px;
}

.joinInfo ul li:first-child {
    background: url(../img/arcticons_30-day-fitness-challenge.png);
    background-size: 60px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: left top;
}

.joinInfo ul li:nth-child(2) {
    background: url(../img/game-icons_take-my-money.png);
    background-size: 60px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: left top;
}

.joinInfo ul li:last-child {
    background: url(../img/moneyback.png);
    background-size: 60px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: left top;
}

.languageInfo {
    margin-top: 40px;
    margin-left: 180px;
}

.joinknowBtn {
    background: #FF7F6B;
    color: #fff;
    max-width: 358px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    border: 0;
}

.joinknowBtn:hover {
    background: #a92c19;
    color: #fff;
}

.languageInfo p {
    padding-left: 20px;
    color: #fff;
}

.slider {
    padding: 40px 0 0;
}

.slider h2 {
    font-size: 40px;
    color: #161C2D;
    margin-bottom: 40px;
    text-align: center;
}

.studentReview {
    background: #F4F7FA;
    color: #161C2D;
    padding: 20px 0;
}

.studentReview h2 {
    font-size: 40px;
    color: #161C2D;
    margin-bottom: 40px;
    text-align: center;
}

.studentReview p {
    padding: 0 20px;
}

.studentName {
    text-align: center;
}

.video img {
    width: 100%;
}

.video {
    margin-bottom: 20px;
}

.joinknowBtnCenter {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ourGuarantee {
    color: #fff;
    background: #131313;
    padding: 40px 0 110px;
}

.ourGuarantee h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.footerLink a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.footerLink a:hover {
    color: #FF7F6B;
}

footer {
    background: #000;
    text-align: center;
    padding: 20px 0;
    box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}
.owl-nav,.owl-dots {
    display: none;
}
.footerLink .row > .col-md-6:last-child {
    text-align: right;
}
.footerLink {
    margin: 40px 0 0;
}
.footerLink .row > .col-md-6:first-child {
    text-align: left;
}
.termsofuse{ margin: 20px 0;}
.height90{height: 90px;}
@media only screen and (max-width: 1000px) {
    .languageInfo {
        margin-top: 40px;
        margin-left: 0;
    }

    .studentName {
        margin-bottom: 20px;
    }

    .ourGuarantee {
        text-align: center;
    }

    .ourGuarantee p {
        margin-top: 20px;
    }
    .blackBox h2 {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footerLink .row > .col-md-6:last-child {
        text-align: center;
    }
}