@charset "UTF-8";
body {
    background: url('../img/bg.jpg');
    margin: 0px;
    padding: 0px;
}
.container {
    font-size: 18px;
}


body .container-fluid p {
    color: #000000;
}


body p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left:20px;
}

body li {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000000;
}
.content {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #000000 !important;
}
img{
    margin-top:10px;
    margin-bottom:20px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000000 !important;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
}
.margin-top {
    margin-top: 20px;
}
.rb {
    color: #B70004;
    font-weight: bold;
}
.rbu {
    color: #B70004;
    font-weight: bold;
    text-decoration: underline;
}
.red {
    font-weight: bold;
    color: #B70004;
}
.first-paragraph{
    text-decoration: underline;
     padding-top: 50px;
}
.white-background {
    background-color: #ffffff;
}
.top-bg-row, .top-bg-row1 {
    background: url('../img/content-top.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
}
.middle-bg-row, .middle-bg-row1 {
    background: url('../img/content-bg.jpg');
    background-repeat: repeat;
    background-size: contain;
}
.bottom-bg-row, .bottom-bg-row1 {
    background: url('../img/content-footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 45px;
}
@media (max-width: 1080px) {
    body {
        background-image: none;
        background-color: #ffffff;
    }
    .top-bg-row {
        background: none !important;
    }
    .middle-bg-row {
        background: none !important;
    }
    .bottom-bg-row {
        background: none !important;
    }
}

@media (max-width: 768px) {
    body {
        background-image: none;
        background-color: #ffffff;
    }
    .top-bg-row1, .middle-bg-row1, .bottom-bg-row1 {
        background: none !important;
    }
}
@media (min-width: 769px) {
    .top-bg-row1, .middle-bg-row1, .bottom-bg-row1 {
        padding: 0 40px;
        margin: 0;
    }
}

.footer {
    padding-top: 150px;
}
.footer,
.footer p,
.footer a {
    font-size: 12px !important;
    text-align: center !important;
}
.buybtn_7 img {
    width: 100%;
    margin-top: -65px;
    margin-bottom:5px;
}