.header {
    display: none;
}

#content-main{  
    margin-top: 25px;
}

.contentWrapper.full {
    background: #fff;
}

#googleAdHeader img { 
    width:100%; 
    margin-bottom: 20px; 
}

.header-image {
    margin-bottom: 5px;
    width: 100%;
}

.big-button {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    background-color: #be1f28;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    border: 2px solid white;
    transition: all 0.5s;
    clear: both;
}

.big-button:hover {
    background-color: #9c0810;
}

.small-button:hover {
    background-color: #9c0810;
}

.small-button {
    margin-bottom: 15px;
    width: 33.3%;
    text-align: center;
    float: left;
    border-radius: 5px;
    background-color: #be1f29;
    padding: 10px;
    color: white;
    border: 2px solid white;
    transition: all 0.5s;
    font-size: 1.4rem!important;
}

.h1-class,
.h2-class {
    font-size: 21px;
    line-height: 30px;
}

.ul-class,
.p-class {
    font-size: 15px;
    line-height: 25px;
}

.lp-sec {
    color: #1D1D1D;
}

.lp-sec img {
    width: 100%;
}

.lp-bottom-img {
    display: block;
    width: 90%;
    margin: 40px auto;
    max-width: max-content;
}

.lp-sec.three {
    margin: 30px 0;
}

.lp-slide-title-wrapper {
    position: relative;
}

.lp-slide-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
}

.lp-sec-five-col {
    margin-top: 10px;
}

.lp-sec-title-underline {
    background: #BE1F28;
    height: 5px;
}

.lp-sec-title-underline.one {
    width: 50%;
    margin-bottom: 10px;
    max-width: 200px;
}

.lp-sec-title-underline.two {
    width: 80%;
    max-width: 306px;
    margin-bottom: 20px;
}

.lp-img-wrapper {
    position: relative;
}

.lp-prev-arrow-wrapper,
.lp-next-arrow-wrapper {
    background: initial;
    backdrop-filter: blur(37px);
    background-color: #ffffff8c;
    position: absolute;
    left: 0;
    width: 25px;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.lp-next-arrow-wrapper {
    left: initial;
    right: 0;
}

.lp-prev-arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 16px solid #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    transition: all .2s;
}

.lp-next-arrow {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    transition: all .2s;
}

.lp-prev-arrow-wrapper:hover .lp-prev-arrow {
    border-right: 16px solid #6e6e6e;
}

.lp-next-arrow-wrapper:hover .lp-next-arrow {
    border-left: 16px solid #6e6e6e;
}


@media only screen and (max-width: 580px) {
    .small-button {
        font-size: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lp-sec {
        font-size: 0;
    }

    .lp-sec-five-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .lp-sec-five-col:nth-child(odd) {
        padding-right: 5px;
    }

    .lp-sec-five-col:nth-child(even) {
        padding-left: 5px;
    }

    .lp-prev-arrow-wrapper, 
    .lp-next-arrow-wrapper {
        width: 50px;
    }

    .lp-next-arrow {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 25px solid #fff;
    }

    .lp-prev-arrow {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 25px solid #fff;
    }

    .lp-prev-arrow-wrapper:hover .lp-prev-arrow {
        border-right: 25px solid #6e6e6e;
    }

    .lp-next-arrow-wrapper:hover .lp-next-arrow {
        border-left: 25px solid #6e6e6e;
    }

    .lp-slide-title {
        font-size: 20px;
    }

    .lp-sec-title-underline {
        background: #BE1F28;
        height: 7px;
    }
}

@media (min-width: 992px) {
    .h1-class,
    .h2-class {
        font-size: 28px;
        line-height: 41px;
        margin-top: 0;
    }

    .ul-class,
    .p-class {
        font-size: 16px;
        line-height: 30px;
    }

    .lp-sec img.lp-sec-one-img {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .lp-sec-two-col,
    .lp-sec-four-col,
    .lp-sec-six-col {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }

    .lp-sec-four-col,
    .lp-sec-six-col {
        width: 50%;
    }

    .lp-sec-four-col.one,
    .lp-sec-six-col.one {
        padding-right: 10px;
    }

    .lp-sec-four-col.two,
    .lp-sec-six-col.two {
        padding-left: 10px;
    }

    .lp-sec-two-col.one {
        width: 43%;
        padding-right: 10px;
    }

    .lp-sec-two-col.two {
        width: 57%;
        padding-left: 10px;
    }

    .lp-sec.one {
        margin: 15px 0 15px 0;
    }

    .lp-sec.two {
        margin: 45px 0 45px 0;
    }

    .lp-sec.four {
        margin: 60px 0 50px 0;
    }

    .lp-sec.six {
        margin: 70px 0px 70px 0;
    }

    .lp-sec-title-underline {
        height: 10px;
    }

    .lp-sec-title-underline.one {
        margin-bottom: 20px;
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .contentWrapper.full .container {
        width: 100%;
        max-width: 1400px;
    }

    #cBlock2 {
        max-width: 1140px;
        margin: auto;
    }

    .lp-sec-title-underline.one {
        max-width: 319px;
    }

    .lp-sec-title-underline.two {
        max-width: 507px;
    }

    .lp-slide-title {
        font-size: 25px;
    }

    .ul-class,
    .p-class {
        font-size: 17px;
        line-height: 34px;
    }
}

@media (min-width: 1400px) {
    .h1-class, 
    .h2-class {
        font-size: 32px;
        line-height: 48px;
    }

    .lp-sec-two-col.one {
        width: 35%;
    }

    .lp-sec-two-col.two {
        width: 65%;
    }

    .lp-prev-arrow-wrapper, 
    .lp-next-arrow-wrapper {
        width: 75px;
    }

    .lp-prev-arrow {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 38px solid #fff;
    }

    .lp-next-arrow {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 38px solid #fff;
    }


    .lp-prev-arrow-wrapper:hover .lp-prev-arrow {
        border-right: 38px solid #6e6e6e;
    }

    .lp-next-arrow-wrapper:hover .lp-next-arrow {
        border-left: 38px solid #6e6e6e;
    }
}

.content-default img.desktop-img { display: none;}
.content-default img.mobile-img { display: block;}
@media (min-width: 600px){
    .content-default img.desktop-img { display: block;}
    .content-default img.mobile-img { display: none;}    
}
