
.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,  #29bbff , #F658A1); */
			background-color: #29bbff;
			margin-top: 30px;
            padding: 10px 1px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 1px #eee;
            border-radius: 50px;
            display: block;
			font-size: 1.2em;
			margin-left: 10%;
			margin-right: 10%;
            border: none;
        
          }
.btn_whatsappaa{
		background-color: #F658A1;
		margin-top: 30px;
		padding: 10px 1px;
		text-align: center;
		text-transform: uppercase;
		transition: 0.5s;
		background-size: 200% auto;
		color: white;            
		box-shadow: 0 0 1px #eee;
		border-radius: 50px;
		display: block;
		font-size: 1.2em;
		margin-left: 10%;
		margin-right: 10%;
		border: none;
		  }
.newsapp button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
       }
.divbox{
	
	background-color: #f658A1;
	margin-top: 30px;
	padding: 10px 1px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 1px #eee;
	border-radius: 20px;
	display: block;
	font-size: 1.5em;
	border: none;
}
.divboxblue{
	
	background-color: #29bbff;
	margin-top: 30px;
	padding: 10px 1px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 1px #eee;
	border-radius: 20px;
	display: block;
	font-size: 1.5em;
	border: none;
}
.icon-text {  
        display: inline-block; /* 使元素以内联块级元素的方式显示 */  
        vertical-align: middle; /* 垂直居中对齐图标和文字 */  
		width: 3.125rem;
		height: 3.125rem;
    }  
.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;
}

   .ccc {  
	        width: 100%; /* 或者其他你需要的宽度 */  
	        padding: 1rem; /* 响应式内边距，也可以使用 p-md-3 p-3 类 */  
	        text-align: center; /* 文本居中 */  
	        color: white; /* 文本颜色 */  
	        font-size: 1.5em; /* 字体大小 */  
	        background-image: linear-gradient(to right, #F648a1, #29BBFF); 
	        /* 如果需要设置背景色不随内容高度变化，可以添加以下样式 */  
	        background-size: cover; /* 背景覆盖整个元素 */  
	        background-repeat: no-repeat; /* 背景不重复 */  
	    }  
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;
    }






}