* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
}
body{
	font-family: "Arial", sans-serif;
}
section {
    padding: 0 10px;
}
.wrapper {
    max-width: 1300px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}
#sec1 h1 {
    color: #62a745;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.6;
    padding: 10px 0;
}
#sec1 h1 span {
    color: #2f85c3;
}
#sec1 h2 {
    color: red;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
#sec1 h3 {
    color: rgb(13 59 165);
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    font-weight: 100;
    padding: 10px 0;
}
.pic_wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: 2px dashed;
}
.pic_title {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}
section p b {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}
section p i {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}
section p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}
#sec1 h4 {
    color: #d00101;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
}
.bg_yellow {
    padding: 15px 5px;
    background: #f4f19c;
}
.bg_red {
    background: #d00101;
    padding: 15px 5px;
}
#sec1 h5 {
    color: #d00101;
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
}
.text_ramk {
    border-style: solid;
    border-color: #870000;
    border-width: 4px;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}
.line1 {
    color: #bf0b01;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.line2 {
    color: #bf0b01;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    line-height: 1.4;
}
.bodybtn {
    display: block;
    font-size: 30px;
    background: red;
    padding: 5px 50px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    max-width: 250px;
    text-decoration: none;
    margin: 0 auto;
}
.comm_title {
    background-color: #3080e8;
    color: #fff;
    padding: 12px 5px;
}
.comment {
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 15px;
}
.comment img {
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 2px solid #1e8eb3;
}
.comm_name {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
}
.comm_text {
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}
footer {
    background-color: #1663c7;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
}
.bottomFix {
    font-weight: 550;
    z-index: 50000;
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #084953;
    width: 100%;
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.innerBot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 500px;
}
.innerBot .freebot {
    display: inline-block;
    vertical-align: middle;
}
.innerBot button {
    display: inline-block;
    vertical-align: middle;
    background-color: #0f8090;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 20px;
    padding: 3px 10px 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
}
@media screen and (max-width: 500px) {
    .innerBot {
        font-size: 15px;
    }
    .innerBot button {
        font-size: 15px;
    }
}
@media screen and (max-width: 388px) {
    .innerBot {
        font-size: 13px;
    }
    .innerBot button {
        font-size: 13px;
    }
}
@media screen and (max-width: 343px) {
    .innerBot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .countdown {
        margin: 0 !important;
    }
}
.bottomFix a {
    cursor: pointer;
}
.bottomFix button {
    cursor: pointer;
}
.red_btn {
    background: red;
    color: #fff;
    width: 100%;
    max-width: 400px;
    display: block;
    text-align: center;
    padding: 14px 10px;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase;
}
.red_btn:hover {
    text-decoration: none;
    color: #fff !important;
}
.bottomFix {
    font-weight: 550;
    z-index: 50000;
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 3px solid #084953;
    width: 100%;
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.innerBot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 500px;
}
.innerBot .freebot {
    display: inline-block;
    vertical-align: middle;
}
.innerBot button {
    display: inline-block;
    vertical-align: middle;
    background-color: #0f8090;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 20px;
    padding: 3px 10px 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
}
@media screen and (max-width: 500px) {
    .innerBot {
        font-size: 15px;
    }
    .innerBot button {
        font-size: 15px;
    }
}
@media screen and (max-width: 388px) {
    .innerBot {
        font-size: 13px;
    }
    .innerBot button {
        font-size: 13px;
    }
}
@media screen and (max-width: 343px) {
    .innerBot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .countdown {
        margin: 0 !important;
    }
}
.bottomFix a {
    cursor: pointer;
}
.bottomFix button {
    cursor: pointer;
}
.flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_left {
    width: 70%;
}
.flex_right {
    width: 30%;
}
.hide_desc {
    display: none;
}
@media screen and (max-width: 767px) {
    .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex_left {
        width: 100%;
    }
    .flex_right {
        width: 100%;
    }
    .hide_desc {
        display: block;
    }
}
.blue_bg {
    background: #448ae533;
}
.comm_left {
    float: left;
}
.bodybtn,
.bottomFix a,
.comeback_container .btn {
    animation: 1s pulse infinite alternate ease-in-out;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
}
.bodybtn:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: "";
    position: absolute;
    margin-left: 10px;
}
@-webkit-keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ">";
    }
    50% {
        content: ">>";
    }
    75% {
        content: ">>>";
    }
    100% {
        content: "";
    }
}
@keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ">";
    }
    50% {
        content: ">>";
    }
    75% {
        content: ">>>";
    }
    100% {
        content: "";
    }
}
