body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #141414;
	background-color: #f8f8f8;
}
.bg_themeBlue {
	background: #1e1c66;
}
.bg_white {
	background: #fff;
}
.color_white {
	color: #fff;
}
.color_black {
	color: #000;
}
.color_themeRed {
	color: #ff224e;
}
.color_blue {
	color: #4898f6;
}
.color_darkBlue {
	color: #1f1d62;
}
.fw_500 {
	font-weight: 500;
}
.fs_11 {
	font-size: 11px;
}
.fs_12 {
	font-size: 12px;
}
.fs_13 {
	font-size: 13px;
}
.fs_15 {
	font-size: 15px;
}
.fs_16 {
	font-size: 16px;
}
.fs_17 {
	font-size: 17px;
}
.fs_18 {
	font-size: 18px;
}
.fs_19 {
	font-size: 19px;
}
.fs_24 {
	font-size: 24px;
}
.bRadius_6 {
	border-radius: 6px;
}
.bRadius_12 {
	border-radius: 12px;
}
.all_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.custom_innerA a:after {
	content: " "!important;
}
.custom_panel a:after {
    content: url(https://images.rehlat.com/Content/images/upArrowRed.svg);
    float: right;
    margin-top: -21px;
}
.custom_panelAr a:after {
    float: left;
}
.custom_panel a.collapsed:after {
    content: url(https://images.rehlat.com/Content/images/downArrowRed.svg);
}
.custom_panel{
	border: none;
    background: #f7f7f9;
    border-radius: 8px !important;
    margin: 0 -15px 10px !important;
    padding: 10px 15px;
	box-shadow: none;
}
.custom_panel >.panel-heading{
    background-color: transparent;
    padding: 10px 0px;
    border: none;
}
.custom_panel>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 6px 0px;
}
.custom_panel >.panel-heading >.collapsed >.panel-title{
	font-weight: 400;
}
.custom_panel .panel-heading .panel-title {
	font-weight: 500;
	color: #141414;
	width: calc(100% - 15px);
}
.whiteBtn {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
}
.themeRedBtn {
	background-color: #ff234f;
    color: #fff;
}
.nowrap {
	white-space: nowrap;
}
/* responsive start */
@media screen and (min-width: 768px) {
	.fs_sm_18 {
		font-size: 18px;
	}
}
/* responsive End */
/* responsive start */
@media screen and (max-width: 768px) {
	.bckBtn {
		top: 5%;
		width: 35px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		background: rgba(0, 0, 0, 0.55);
		text-align: center;
		border-radius: 50%;
		font-size: 18px;
	}
	.bckBtn a{
		color:#fff;
	}
	.fs_xs_13 {
		font-size: 13px;
	}
	.fs_xs_14 {
		font-size: 14px;
	}
	.fs_xs_15 {
		font-size: 15px;
	}
	.fs_xs_16 {
		font-size: 16px;
	}
	.bg_white_xs {
		background: #fff;
	}
	.flexFullWidth_xs {
		flex: 0 0 100%;
	}
	.w_69_xs {
		width: 69px;
	}
	.w_65_xs {
		width: 65px;
	}
	.w_72_xs {
		width: 72px;
	}
}
/* responsive End */