.id-section__heading {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 30px;
	padding-bottom: 21px;
	margin-bottom: 38px;
	margin-top: 65px;
}
.id-section__heading::before, .id-section__heading::after {
	content: '';
	display: block;
	width: 104px;
	height: 1px;
	background: linear-gradient(to right, transparent, #0d487f);
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: 19px;
}
.id-section__heading::after {
	content: '';
	right: auto;
	left: 50%;
	margin-right: 0;
	margin-left: 19px;
	transform: rotateY(180deg);
}
.id-section__heading-icon {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.m-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.m-tabs .nav-item {
	margin-right: 9px;
	margin-bottom: 10px;
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
}
.nav-pills .nav-link {
	border-radius: .25rem;
}
.m-tabs .nav-link {
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 25px 8px;
	text-transform: uppercase;
	color: #333333;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}
.m-tabs .nav-link.active {
	background-color: #f37021;
}
.tp-section {
	margin-bottom: 30px;
}
.tp-section__heading {
	display: inline-block;
	max-width: 100%;
	background-color: #0d487f;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px 9px 57px;
	border-top-left-radius: 4px;
	margin-bottom: 20px;
	position: relative;
}
.tp-section__heading::before {
	content: '';
	display: block;
	width: 34px;
	height: 16px;
	background: url(../images/icon-book-white-bigger.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
}
.tp-section__heading::after {
	content: '';
	border-top: 19px solid #fff;
	border-bottom: 19px solid #0d487f;
	border-right: 12px solid #fff;
	border-left: 12px solid #0d487f;
	position: absolute;
	top: 0;
	right: 0;
}
.mb30 {
	margin-bottom: 30px;
}
.m-slider__wrap {
	position: relative;
}
.eff-card-shadow {
	transition: all .3s;
}
.d-block {
	display: block!important;
}
.eff-img-room {
	overflow: hidden;
}
.eff-img-room img {
	transition: all .3s;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.m-card-5__body {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 15px 20px;
}
.m-card-5__title {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 14px;
	margin-bottom: 21px;
}
.df-link, .df-link:hover {
	color: inherit;
	text-decoration: none;
}
.m-card-5__info {
	display: flex;
	font-size: 14px;
	color: blue;
	align-items: center;
	min-height: 32px;
}
.m-card-5__money {
	font-weight: bold;
	color: #f00;
	margin-left: auto;
}
.m-btn {
	margin-top: 25px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 20px;
	background-color: #f37021;
	color: #fff;
	text-transform: uppercase;
}
.m-btn:hover{
	color: #fff;
	background-color: #cd5b15;
}
.eff-btn-filter {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.m-slider__slide{
	padding-right: 10px;
	padding-left: 10px;
}
.row-owl{
	margin-left: -10px;
	margin-right: -10px;
}
.owl-category .owl-pagination{
	position: relative !important;
	margin-top: 20px !important;
}