
.add_bann_holder_new{
	width:100%;
}
.ch_bann_add_space{
	padding:170px 0px;
}
.add_bann_holder_new h1{
	font-size:36px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.add_bann_holder{
	width:100%;
	text-align:center;
	font-size:36px;
	color:#fff;
}
.back_color_opa_add{
	background-color:rgba(249,75,75,0.5);
}
.about_block_holder{
	width:100%;
	text-align:justify;
}
.about_img{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
}
.about_adv_block{
	margin-top:30px;
	background-color:#fff;
	text-align:center;
	padding:25px 15px 15px 15px;
	min-height:370px;
}
.about_adv_block h1{
	margin:0px;
	font-size:46px;
	width:80px;
	height:80px;
	margin:auto;
	border-radius:50%;
	color:#fff;
	padding-top:15px;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.about_adv_block h2{
	margin:0px;
	font-size:20px;
	font-weight:bold;
	padding:15px 0px 15px 0px;
	line-height:130%;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.about_adv_block p{
	margin:0px;
}



.privacy_block_holder{
	width:100%;
}


.b_p_hold{
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	overflow:hidden;
	border-radius:3px;
	-webkit-transition:0.15s ease-out;
    -moz-transition:0.15s ease-out;
    -o-transition:0.15s ease-out;
    transition:0.15s ease-out;
}
.b_p_hold_left{
	width:150px;
	height:150px;
	float:left;
	text-align:center;
	padding:5px 0px 5px 5px;
}
.b_p_hold_left_in{
	width:145px;
	height:140px;
	border:1px dashed #fff;
}
.b_p_hold_left i{
	color:#fff;
	font-size:62px;
	padding-top:40px;
}
.b_p_hold_right{
	width:calc(100% - 150px);
	height:150px;
	float:left;
	padding-left:15px;
	padding-right:10px;
	display:flex;
	align-items:center;
}

.b_p_hold:hover{
	color:#fff;
}
.b_p_hold_head{
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
.b_p_hold_head h3{
	line-height:130%;
	color:#000;
}
.s_f_holder{
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
.s_f_holder h3{
	line-height:140%;
}
.s_f_table{
	width:100%;
}
.s_f_table th {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding:5px 10px;
}
.s_f_table tr td:first-child {
	color: #000;
}
.s_f_table td{
	padding:5px 10px;
	border:1px solid #ddd;
	background-color:#fff;
}
.how_fee_char ul{
	padding-left:10px;
	padding-bottom:10px;
}
.how_fee_char ul li{
	list-style:none;
	padding-bottom:15px;
	line-height:200%;
}

@media(max-width:992px){
	.b_p_hold_left{
		display:none;
	}
	.b_p_hold_right{
		width:100%;
		border:0px !important;
		height:auto;
		padding:5px 15px;
	}
	.ch_bann_add_space{
		padding:60px 0px;
	}
}


