.clearfix {

    zoom: 1;
}

.clearfix:before {

    content: "";

    display: table;
}

.clearfix:after {

    content: "";

    display: table;

    clear: both;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

body p {
    font-weight: 300; /* You specify the nF/umber you see next to the fonts to change from light to bold ie you would put 700 etc. etc. */
}

body, html {
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fixed-header {

    z-index: 9;
    background: #fff;
    height: 85px;
    width: 100%;
}

.header-container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 85px;
}

.logo-img {
    margin: auto;
    vertical-align: middle;
    height: 70%;
    display: inline-block;
}

.login a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;

}

.header-text {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 75px;
    font-size: 36px;
    display: inline-block;
}

.login {
    float: right;
    height: 55px;
    padding: 10px 40px;
    background: #9fdd0b;
    font-weight: 700;
    margin-top: 17px;
    border-radius: 41px;
    width: 163px;
    text-align: center;
    text-decoration: none;

}

.middle-content {
    width: 100%;
    background: url(../images/bg15_4.png) no-repeat;

    background-size: cover;
    min-height: 795px;
    padding-top: 85px;
}
@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}

.left-side {
    animation-name: float_left_right;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin-right: 8%;
    text-align: center;
    margin-top: 145px;
    background: #ffffffc7;
    border-radius: 50%;
    padding: 70px;
    width: 930px;
    float: right;
    height: 698px;
}

.ls-title {
    color: #000;
    font-weight: 800;
    font-size: 77px;
    margin: 20px auto;
}

.ls-title2 {
    font-size: 16px;
    line-height: 29px;
    color: #575757;
    width: 600px;
    margin: 0 auto;
    font-weight: 500;

}

.s1-h2 {
    font-size: 21px;
    font-weight: 400;
}

.ls-span {
    font-size: 15px;
    font-weight: 800;
    margin-top: 20px;
    display: block;
    background-color: #f1c50e;
    padding: 20px;
    border-radius: 20px;
    line-height: 29px;
}

.overlay {
    position: absolute;
    z-index: 1;
    background-color: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
}

.section-container {
    margin: 0 auto;
    width: 1200px;
    margin-top: 230px;
}

.slogan {
    margin-top: 60px;
    text-align: center;
}

.s1-h1 {

    font-size: 60px;
    font-weight: 700;
    color: #ad823e;
}

.offer-link {
    background: #ad823d;
    color: #f2e8cf;
    border-radius: 5px;
    font-weight: 800;
    border: 1px solid #ffd28a;
    padding: 15px;
    display: block;
    font-size: 22px;
    height: 75px;
    line-height: 40px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.offer-link:hover {
    background: #815f17;
    color: #f2e8cf;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.s1-h {
    font-size: 45px;
    line-height: 56px;
    border-left: 10px solid #ad823d;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 900;
    color: #9d9d9d;

}

.scroll-div {
    top: 165px;
    text-align: center;
    position: relative;
}

.scroll-div img {
    width: 16px;
}

.color {
    color: #273a5b;
}

.ls-button {
    background: #9fdd0b;
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    width: 208px;
    border-radius: 43px;
    height: 58px;
    font-weight: 600;
    line-height: 58px;
}

.ls-button:hover {
    color: #ffffff;
}

.middle-content2 {
    width: 100%;
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.middle-content-container {
    text-align: center;
    margin: 0 auto;
}

.mc-2 {

    flex-wrap: wrap;
    justify-content: space-between;
}

.mc-2-box {

    text-align: center;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 16px;

    transition: 0.3s;
}

.mc2-title {
    text-align: center;
    color: #000;
    padding-top: 60px;
    font-weight: 900;
    font-size: 25px;
    line-height: 38px;
}

.section {
    text-align: center;
    margin: 0 auto;

}

.left-side2 {
    float: left;
    margin-right: 60px;
    width: 380px;
}

.image-container {

    overflow: hidden;
}

.mc-2-container {
    width: 100%;
    padding: 50px;
    background: #ececec;
}

.image-container img {
    width: 100%;
}

.right-side2 {
    float: left;
    width: 560px;
}

.rs2-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: -130px;
    line-height: 35px;
    color: #a78446;
    text-shadow: -1px -1px 0 #ababab, 1px -1px 0 #c9c9c9, -1px 1px 0 #959595, 1px 1px 0 #b3b3b3;
    margin-bottom: 130px;
}

.rs2-title2 {
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    font-size: 23px;
}

.rs2-content {
    font-size: 15px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: center;
    line-height: 23px;
}

.rs2-note {
    font-style: italic;
}

hr {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
}

.middle-content3 {
    background: #ffffff;
}

.mc3-title {
    /* text-align: left; */
    font-size: 32px;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
}

.left-side3 {
    float: left;
    margin-right: 60px;
    width: 100px;
}

.right-side3 {
    width: 840px;
    margin: 0 auto;
}

.rs3-content {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

.middle-content4 {
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
}

.mc4-title {
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: 400;
}

span.inner {
    color: #929292;
}

span.outer {
    color: red;
    text-decoration: line-through;
}

.new {
    color: #000;
}

.ls-button2 {
    background: #9fdd0b;
    text-decoration: none;
    font-size: 21px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    width: 230px;
    height: 58px;
    border-radius: 43px;
    font-weight: 600;
    line-height: 55px;
}

.ls-button2:hover {
    background: #000000;
    color: #fff;

}

.disclosure {
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
}

.mc4-title2 {
    font-size: 35px;
    text-align: center;
    color: #000000;
    line-height: 43px;
    margin-bottom: 30px;
    font-weight: 700;
}

.section2 {
    text-align: center;
}

.mc4-image-container {
    width: 310px;
    margin: 10px 10px;
    display: inline-block;
    height: 310px;
}

.mc4-image-container img {
    width: 100%;
}

.middle-content5 {
    background: #fff;
    background-size: cover;
}

.section-4 {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.section5 {
    max-width: 1200px;
    margin: 0 auto;
}

.row-result {
    margin: 60px 0;
    margin-bottom: 60px;
}

.row-img-container img {
    width: 350px;
    max-width: 100%;
}

.row-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #707070;
}

.testimonial_author {
    color: #000000 !important;
    font-weight: 900;
}

.mc5-title2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 43px;
    margin-bottom: 30px;
    font-weight: 700;
}

.disclosure2 {
    color: #fff;
}

.footer {
    position: initial;
    bottom: 0;
    color: #fff;

    width: 100%;
    background: #000;
}

.footer .container {
    padding: 0px 0;
    padding-bottom: 5px;
}

.motto {
    font-weight: 700;
    margin-top: 20px;
    font-style: italic;
    color: #000;
}

.footer-h4 {
    color: #000;
    font-weight: 800;
    font-size: 26px;
    margin-top: 40px;
    letter-spacing: -1px;
}

.footer-block {
    background-color: #ffffff;
    position: relative;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 30px 30px 24px;
    overflow: hidden;
}

.social-icons-list {
    padding: 0;

}

.social-icons-list .list-group-item {
    float: right;
}

.social-icons-list li {
    list-style: none;
}

.social-icons-list li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.social-icons-list li a span {
    color: #d6d447;
    margin-right: 20px;
    margin-bottom: 25px;
}

/* CLOCK */

.countdown {
    display: inline-flex;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    color: #ffffff;
    padding: 0 30px;
    text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: block;
    font-weight: 700;
    font-size: 55px;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

@media only screen and (max-width: 1050px) {
    hr {
        width: auto;
        margin: 0 auto;
        border-bottom: 1px solid #efefef;
    }

    .fixed-header {
        position: initial;
        background: #08a385;
        height: auto;
        width: 100%;
    }

    .header-center {
        width: auto;
        padding: 0 10px;
    }

    .header-text {
        color: #fff;
        font-weight: 700;
        font-style: italic;
        line-height: 40px;
        font-size: 33px;
        display: inline-block;
    }

    .countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
        color: #ffffff;
        padding: 0 10px;
        text-align: center;
    }

    .countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
        display: block;
        font-weight: 700;
        font-size: 35px;
    }

    .countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
        display: block;
        font-size: 12px;
        color: #ffffff;
        padding-bottom: 5px;
        font-weight: 300;
    }

    .left-side {
        width: auto;
        text-align: center;
    }

    .ls-content {
        width: auto;
        padding: 0 15px;
        margin: 0 auto;
    }

    .ls-logo {
        width: 168px;
        margin-top: 20px;
    }

    .ls-title {
        color: #185379;
        font-size: 34px;
        font-weight: 700;
        font-style: italic;
    }

    .middle-content {
        width: 100%;
        background: none;
        background-size: auto 100%;
        background-position: center;
        height: 485px;
        padding-top: 0px;
    }

    .ls-title2 {
        color: #185379;
        margin-top: 35px;
        font-size: 25px;
        font-weight: 700;
        font-style: italic;
    }

    .ls-button {
        background: #08a385;
        text-decoration: none;
        border-radius: 25px;
        font-size: 13px;
        display: block;
        margin: 0 auto;
        color: #fff;
        width: 350px;
        margin-top: 35px;
        height: 60px;
        font-weight: 700;
        line-height: 60px;
    }

    .middle-content2 {
        width: 100%;
        background: #eaeaea;
        text-align: center;
        margin: 0 auto;
    }

    .mc2-title {
        text-align: center;
        color: #185379;
        padding-top: 35px;
        font-size: 21px;
        line-height: 28px;
        font-weight: 300;
    }

    .section {
        width: auto;
        margin: 0 auto;
        padding: 60px 15px;
        text-align: center;
    }

    .left-side2 {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .right-side2 {
        float: none;
        width: auto;
    }

    .section {
        width: auto;
        margin: 0 auto;
        padding: 60px 15px;
    }

    .rs2-title {
        font-size: 19px;
        font-weight: 700;
        line-height: 27px;
    }

    .left-side3 {
        float: left;
        margin-right: 0;
        width: 100px;
    }

    .right-side3 {
        float: none;
        width: auto;
    }

    .mc3-title {
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        color: #185379;
        margin-bottom: 40px;
    }

    .mc4-title {
        font-size: 23px;
        font-style: italic;
        text-align: center;
        color: #185379;
        font-weight: 700;
    }

    .ls-button2 {
        background: #08a385;
        text-decoration: none;
        border-radius: 25px;
        font-size: 13px;
        display: block;
        text-align: center;
        color: #fff;
        width: 350px;
        margin: 30px auto;
        height: 60px;
        font-weight: 700;
        line-height: 60px;
    }

    .mc4-title2 {
        font-size: 17px;
        text-align: center;
        color: #000000;
        line-height: 24px;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .middle-content5 {
        background: url(../images/bg2.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center;
    }

    .mc5-title2 {
        font-size: 18px;
        text-align: center;
        color: #fff;
        line-height: 24px;
        margin-bottom: 30px;
        font-weight: 700;
    }


}