

.table thead th {
    background-color: #f26e66;
}


.compare-table td, compare-table th {
    border: 2px solid #fff;
    color: #1d1d1d;
    text-align: center;
    border-top: none !important;
}

.compare-table h4 {
    margin: 0;
}

tr:nth-child(odd) {
    background: #fbfbfb;
}

tr:nth-child(even) {
    background: #f4f4f4;
}

.section1 h1, .section1 h4 {
    color: #3B5998;
}

.section1 h5 {
    color: grey;
    font-weight: normal;
    line-height: 24px;
}

/* pay_block */
.pay_block {
    display: none !important; /* ÁôÂÃ */
}
.pay_card {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}
    .pay_card .card-header {
        background-color: #fd8363;
        color:#fff;
    }

    .win-img {
        width: 30px;
    }


.bg {
    background-color: #fbfbfb;
}

    h2.content-title{
    font-size: 2rem;
    font-weight:500;
}


.phone{
    width:100%;
}
.pic-line {
    width: 67px;
}
.color {
    color: #cec9c9;
}

.content{
    margin-bottom:100px;
}

.m-img {
    position: relative;
    z-index: 1;
    width: 200px;
    height: auto;
    padding: 1em;
}

.m-img img {
    position: relative;
    left:50px;
    top:35px;
    z-index: 1;
    width: 120px;
    height: auto;
}

.m-img:before {
    content: attr(data-step);
    position: absolute;
    z-index: 0;
    left: 0px;
    top: -20px;
    font-size: 7em;
    font-style: italic;
    font-weight: 600;
    color: #ff8888;
}

.box {
    padding: 30px 20px;
}

.box p {
   padding: 0 20px;
}

    .box:hover {
        box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    }

.f-img{
    width:70px;
    height:auto;
    margin-bottom:20px;
}
tr {
    background-color: #615757;
    color: white;
    text-align: center;
}

/*.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fd8363;
    border: none;
}

    .btn-primary:hover {
        background-color: #e76d4e;
    }*/



