
.banner_section{ }

header{

    background: #fd9b1e !important;
    color: #fff;
}
.newsapp p {
    font-size: 18px;
    color: #333;
    line-height: 27px;
    margin-bottom: 0;
}

.newsapp p b {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.newsapp h3 {}

.newsapp h3 {
    font-size: 50px;
    font-weight: 800;
}

.newsapp h4 {
    font-size: 44px;
    font-weight: bold;
    color: #fd9b1e;
}

.newsapp h4 span {
    font-size: 22px;
}

.btn_whatsapp {
            background-image: linear-gradient(to right, #f857a6 0%, #ff5858  51%, #f857a6  100%);
            margin: 0 auto;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 1px #eee;
            border-radius: 10px;
            display: block;
            border: none;
            font-weight: bold;
          }

          .newsapp button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
       }

.working {
    background: #292933 !important;
}
.box_tringle {
    display: flex;
    color: #fff;
    border-bottom: 1px dashed #555562;
    padding-bottom: 20px;
    padding-top: 20px;
}

.left_tringle {
    width: 50px;
    border: 2px solid #fff;
    line-height: 70px;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    margin-right: 20px;
    border-radius: 50px 50px 0 0;
    background: #fff;
    color: #292934;
}

.right_text p {
    margin-bottom: 0;
}
section.section_process h2 {
    color: #292934;
}

section.section_process p {
    margin-bottom: 0;
    text-transform: capitalize;
}
.img_3box a {
    border: 1px solid;
    border-radius: 50px;
    padding: 4px 18px;
    text-align: center;
    display: inline-block;
    margin: auto;
    text-decoration: none;
}
         
.main_earn{
            margin: 10px;
            padding: 35px 15px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius:100px 20px 100px 20px;
            display: block;
          }
.main_earn img {
    width: 90px;
}

.main_earn h3 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 24px;
    margin-top: 14px;
}

.main_earn h3 small {
    font-size: 14px;
    color: #fff;
}

.main_earn p {
    color: #fff;
    font-size: 15px;
}

.bg_gredient1{
                background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%);

}

.bg_gredient2{
            background-image: linear-gradient(to right, #f46b45 0%, #eea849  51%, #f46b45  100%);

}
.bg_gredient3{
            background-image: linear-gradient(to right, #B24592 0%, #F15F79  51%, #B24592  100%);

}

a {}

.fix-bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
}

.fix-bottom a {
    background: #292934 ;
    padding: 10px 22px;
    display: inline-block;
    margin: 20px auto;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
footer {
    padding-bottom: 100px;
}

@media(max-width:767px){
    .newsapp h3 {
    font-size: 30px;
    font-weight: 800;
}

.newsapp h4 {
    font-size: 30px;
    }






}