body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #222222;
	background-color: #ffffff;
}
.bgBlue {
	background-color: #1e1c66;
}
.whiteTxt {
	color: #fff;
}
.shadow-0 {
	box-shadow: none !important;
}
.fs_default {
	font-size: 14px;
}
.nowrap {
	white-space: nowrap !important;
}
.font_10 {
	font-size: 10px!important;
}
.font_13 {
	font-size: 13px!important;
}
.font_16 {
	font-size: 16px!important;
}
.font_18 {
	font-size: 18px!important;
}
.font_20 {
	font-size: 20px!important;
}
.font_25 {
	font-size: 25px!important;
}
.color_def {
	color: #222222!important;
}
.fw_500 {
	font-weight: 500!important;
}
.fw_400 {
	font-weight: 400!important;
}
.green_txt {
	color: #25c892;
}
.btn_Fred {
	background-color: #ff234f;
	color: #fff;
}
.btn_Fred:hover {
	background-color: #ff234f;
	color: #fff;
}
.btn_Fred.btn.active.focus, .btn_Fred.btn.active:focus, .btn_Fred.btn.focus, .btn_Fred.btn:active.focus, .btn_Fred.btn:active:focus, .btn_Fred.btn:focus {
	outline: unset;
	color: #fff;
}
.section_bg {
	background: #f7f7f9;
}
.flagdd {
	background: #fff;
	width: 62px;
	padding: 11px;
	display: flex;
	border-radius: 50px;
	align-items: center;
	border: 1px solid #eeeeee;
	justify-content: center;
}
.avatar {
	vertical-align: middle;
	height: 25px;
	border-radius: 50%;
}
.videoIcon {
	border-radius: 10px;
}
.cursor-pointer {
	cursor: pointer;
}
.line-ht30 {
	line-height: 30px;
}
.banner-container {
	position: relative;
	width: 100%;
}
.banner-container img {
	width: 100%;
	height: auto;
}
.banner-container .btn {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: bold;
	width: 22%;
	height: 8%;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.number_list {
	position: relative;
	margin: 0;
	padding-left: 35px;
	list-style-type: none;
}

.number_list li {
	counter-increment: step-counter;
	margin-bottom: 15px;
}
.number_list li::before {
	content: counter(step-counter);
    font-size: 12px;
    background-color: #4898f6;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    margin-top: 2px;
}
.custom_card {
	border: none;
	box-shadow: 0px 1px 10px 0 rgb(20 0 0 / 5%);
	border-radius: 10px;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}
#banner_section {
    text-align: center;
    color: #fff;
    background-color: #090c6a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.custom_panel a:after {
    font-family: "FontAwesome";
    content: '\f077';
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin: -15px 0px;
    color: #1e1c66;
}
.custom_panel a.collapsed:after {
    font-family: "FontAwesome";
    content: '\f078';
    font-weight: 900;
    color: #1e1c66;
}
.appWrapper #accordion_faq .panel {
    margin-bottom: 0;
}
.custom_panel {
    border: none;
}
.custom_panel >.panel-heading{
    background-color: transparent;
    padding: 10px 0px;
}
.custom_panel>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 6px 0px;
}
.custom_panel >.panel-heading >.collapsed >.panel-title{
	font-weight:500;
}
.custom_panel .panel-heading .panel-title{
	font-weight:bold;
}
.socialMediaIconsCont img {
    margin-right: 20px;
}
.centeralign .modal-dialog {
	margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) !important;
}

/* responsive start */
@media screen and (max-width: 768px) {
	.font_xs_13 {
		font-size: 13px !important;
	}
	.font_xs_16 {
		font-size: 16px !important;
	}
	.font_xs_20 {
		font-size: 20px !important;
	}
	.bannerIconImgs {
		width: 150px;
	}
	.card .card-header .btn-header-link:after, .faqCollapseArrows::after {
		margin-left: auto;
	}
	.custom_footerF {
		bottom: 0px;
		padding: 0px;
		background: #fff;
		width: 100%;
		z-index: 9;
		box-shadow: 0px -13px 23px -13px rgb(0, 0, 0, 0.18);
	}
	.mobi_reverse{
		order:2;
	}
	.points {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
		padding: 25px 0;
	}
	.socialMediaIconsCont img {
		width: 50px;
		margin-right: 10px;
	}
	.accordion .card-header {
		background-color: #ffffff;
	}
	a.btn.focus, a.btn:focus {
		box-shadow: none !important;
	}
    .ribbon_mobile {
        background: #fff url('https://images.rehlat.com/Content/images/refere&earn/ribbons.svg') no-repeat;
        background-size: 180%;
    }
}
/* responsive End */