@media (max-width: 1300px) {
	.result_count-mt h5 {
		font-size: 15px;
	}
}

@media (min-width:1200px) and (max-width:1300px) {
	.headr-btn .bd-brn {
		padding: 12px 22px;
		font-size: 14px;
	}

	.headr-btn .main-btn {
		padding: 12px 22px;
		font-size: 14px;
	}

	.header-filter.banner-captions {
		max-width: 770px;
	}

	.filter-btn {
		padding: 6px 8px !important;
		font-size: 14px !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.head-logo {
		text-align: center;
		margin-bottom: 20px;
	}
}


@media (max-width: 1199px) {
	.left_img_2 {
		display: none;
	}

	.left_img_1 img {
		width: 100%;
		height: auto;
	}

	.right_img_1 img {
		width: 100%;
	}

	.blog_main .featured_blog_img {
		height: 200px;
	}

	.blog_main .featured_blog_text {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.mini-sidebar.expand-menu .header-left {
		flex-direction: row;
		justify-content: space-between;
	}

	.mini-sidebar .header-left {
		width: 80px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.mini-sidebar .header-left .logo-small {
		display: block;
		padding: 20px 0 0;
	}

	.mini-sidebar .header-left .logo {
		display: none;
	}

	.mini-sidebar .menu-arrow {
		display: none !important;
	}

	.mini-sidebar .chat-user {
		display: none !important;
	}

	.mini-sidebar.expand-menu .menu-arrow {
		display: block !important;
	}

	.mini-sidebar.expand-menu .chat-user {
		display: block !important;
	}

	.mini-sidebar.expand-menu .logo-small {
		display: none;
	}

	.mini-sidebar.expand-menu .logo {
		display: block;
	}

	.mini-sidebar.expand-menu #toggle_btn {
		opacity: 1;
	}

	.mini-sidebar.expand-menu .header-left {
		padding: 0 20px;
		display: flex;
	}

	.mini-sidebar .noti-dot:before {
		display: none;
	}

	.logo-collapse {
		display: none;
	}

	.mini-sidebar .logo-collapse {
		display: block;
		margin-top: 26px;
	}

	.mini-sidebar.expand-menu .logo-collapse {
		display: none;
	}
}

@media (min-width: 991.98px) {
	.mini-sidebar .page-wrapper {
		margin-left: 80px;
	}

	.mini-sidebar .header-left #toggle_btn {
		opacity: 0;
	}

	.mini-sidebar .header-left #toggle_btn:after {
		border: 0;
	}

	.mini-sidebar.expand-menu .header-left #toggle_btn {
		opacity: 1;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li a {
		padding: 10px;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li a span {
		display: none;
	}

	.mini-sidebar .sidebar {
		width: 80px;
	}

	.expand-menu .sidebar {
		width: 260px;
	}

	.expand-menu .sidebar .sidebar-menu ul>li>a {
		padding: 10px 15px;
	}

	.expand-menu .sidebar .sidebar-menu ul>li>a span {
		display: block;
	}

	.expand-menu .header-left {
		width: 260px;
	}

	#toggle_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		margin-left: 15px;
	}

	#toggle_btn:before {
		content: "";
		width: 18px;
		height: 18px;
		border: 2px solid #215F9A;
		border-radius: 20px;
	}

	.header #toggle_btn {
		float: left;
		font-size: 26px;
		line-height: 50px;
	}

	.header #toggle_btn .bar-icon {
		display: inline-block;
		width: 21px;
	}

	.header #toggle_btn .bar-icon span {
		background-color: #fff;
		display: block;
		float: left;
		height: 2px;
		width: 21px;
		margin: 0 0 5px;
		border-radius: 50px;
	}

	.header #toggle_btn .bar-icon span:nth-child(2) {
		width: 15px;
	}

	#toggle_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		margin-left: 15px;
	}

	#toggle_btn:before {
		content: "";
		width: 18px;
		height: 18px;
		border: 2px solid #215F9A;
		border-radius: 20px;
	}
}

@media (max-width: 991.98px) {
	.page-wrapper {
		margin: 0;
		padding: 60px 0 0;
	}

	.page-wrapper .content {
		padding: 25px 15px;
	}

	.sidebarrightmenu .page-wrapper {
		margin: 0;
	}

	.card .card-header .card-title {
		font-size: 14px;
	}

	.card .card-body {
		padding: 15px;
	}

	.card .card-body .card-title {
		font-size: 14px;
	}

	.form-group {
		margin-bottom: 15px;
	}

	.header .dropdown-menu {
		transition: none;
	}

	.header .header-left .logo {
		text-align: left;
		width: 100%;
		padding-left: 42px;
	}

	.main-page-header .header .header-left .logo {
		padding-left: 0;
	}

	.header .header-left {
		position: static;
		background-color: transparent;
		border-right: 0;
	}

	.header #toggle_btn {
		display: none;
	}

	.header .header-left .logo img {
		width: 100px;
		margin-left: 30%;
	}

	.user-menu.nav>li>a {
		padding: 0 6px;
	}

	.header .mobile_btn {
		color: #02a9ee;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		width: 60px;
		z-index: 10;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}

	.header .top-nav-search form .searchinputs {
		display: none;
	}

	.header .top-nav-search form .searchinputs.show {
		display: block;
	}

	.user-menu.nav>li>a {
		padding: 0 10px;
	}

	.header .top-nav-search.active form {
		display: block;
		position: absolute;
		left: 0;
	}

	.header .top-nav-search.active form .form-control {
		background-color: #fff;
	}

	.header .top-nav-search.active form .btn {
		background-color: transparent;
		border-color: transparent;
		min-height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 15px;
	}

	.header .has-arrow .dropdown-toggle>span:nth-child(2) {
		display: none;
	}

	.header .has-arrow .dropdown-toggle:after {
		display: none !important;
	}

	.header-title {
		display: none !important;
	}

	.logo-collapse {
		display: none;
	}

	.mobile-show {
		display: block;
	}

	.header-menus {
		display: block;
	}

	.mini-sidebar .page-wrapper {
		margin-left: 80px;
	}

	.mini-sidebar .header-left #toggle_btn {
		opacity: 0;
	}

	.mini-sidebar .header-left #toggle_btn:after {
		border: 0;
	}

	.mini-sidebar.expand-menu .header-left #toggle_btn {
		opacity: 1;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li a {
		padding: 10px;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li a span {
		display: none;
	}

	.mini-sidebar .sidebar {
		width: 80px;
	}

	.expand-menu .sidebar {
		width: 260px;
	}

	.sidebar {
		margin-left: -575px;
		-webkit-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1041;
		background: #fff;
	}

	.expand-menu .sidebar .sidebar-menu ul>li>a {
		padding: 10px 15px;
	}

	.expand-menu .sidebar .sidebar-menu ul>li>a span {
		display: block;
	}

	.expand-menu .header-left {
		width: 260px;
	}

	.table-height {
		min-height: auto;
		margin-bottom: 15px;
	}

	.modal .modal-title {
		font-size: 16px;
	}

	.page-header h3 {
		font-size: 14px;
	}

	.page-header h4 {
		font-size: 14px;
	}

	.page-header h6 {
		font-size: 12px;
	}

	.page-header .btn-added {
		padding: 3px 8px;
	}

	.graph-sets>ul {
		display: none;
	}

	.login-wrapper .login-content {
		width: 100%;
	}

	.login-logo h1 {
		font-size: 27px !important;
	}

	.login-wrapper .login-content {
		align-items: start;

	}

	.login-wrapper .login-img {
		display: none;
	}

	.productdetails .product-bar li {
		border: 1px solid #D8D8D8;
	}

	.productdetails .product-bar li:first-child {
		border: 1px solid #D8D8D8;
	}

	.productdetails .product-bar h4 {
		width: 50%;
		border-right: 1px solid #D8D8D8;
	}

	.productdetails .product-bar h6 {
		width: 50%;
	}

	.productdetails>ul>li {
		border: 0;
	}

	.productdetails>ul>li h4 {
		width: 100%;
		border-right: 0;
	}

	.productdetails>ul>li h6 {
		width: 100%;
	}

	.productdetails>ul>li:first-child {
		border: 0;
	}

	.main-set {
		padding: 0 10px;
	}

	.headr-btn {
		margin-bottom: 40px;
	}

	.about-main {
		padding: 30px 0;
	}

	.vision-main {
		padding-bottom: 30px;
	}

	.blog_main {
		padding: 30px 0;
	}

	.location.location-icon svg {
		width: 30px !important;
	}

	.banner-input input {
		padding: 12px 8px !important;
	}

	.download-app-img-mobile {
		margin-top: 0 !important;
	}

	.downloap-mb-mobile {
		padding-bottom: 50px;
		;
	}

	.social-link {
		margin-bottom: 30px;
	}

	.input_sub_category-width {
		top: 16% !important;
		z-index: 1;
	}

	.header-filter-outer #placedrop .visit_place_mobile {
		top: 90% !important;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.authentication-img-wrapper {
		display: none !important;
	}

	.header-filter {
		display: block !important;
		width: 100%;
		padding-right: 0;
	}

	.search_form input[type="email"],
	.location,
	.date {
		border-right: none;
	}

	.banner-captions {
		background-color: #fff;
		padding: 20px 15px;
		border-radius: 10px;
		border: none;
	}

	.header-filter .time_btn {
		position: static;
		/* text-align: center; */
		margin-top: 20px;
		transform: initial;
	}

	.headr-btn {
		text-align: center;
		margin-top: 15px;
	}

	.banner-captions input {
		padding: 12px 12px;
	}

	.head-logo {
		margin-bottom: 20px;
		text-align: center;
	}

	.date {
		height: 48px;
	}

	.header-filter .time_btn button {
		color: #fff;
		display: block;
		width: 100%;
	}

	.header-filter-outer {
		display: block !important;
		width: 100%;
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
		justify-content: center;
	}

	.treatment-inner-card {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.serv-card {
		margin-bottom: 20px;
	}

	.serv-card::after {
		display: none;
	}

	.counter-sec-inr .item.wow::after {
		display: none;
	}

	.banner-captions button {
		width: 100%;
		display: block;
	}

	.banner-captions button {
		width: 100%;
		display: block;
		padding: 10px 10px;
	}

	.time {
		height: 48px;
	}
}

@media (max-width: 767px) {
	.prov-main {
		flex-wrap: wrap;
	}

	h1 {
		font-size: 27px;
	}

	h2 {
		font-size: 23px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.header .top-nav-search form .btn {
		padding: 5px;
	}

	.header .top-nav-search form {
		min-width: 40px;
	}

	.user-menu.nav>li>a {
		padding: 0 10px;
	}


	.resticted-box h2 {
		font-size: 25px;
	}

	.wallet-balance .icon-wrap {
		width: 100px;
		height: 100px;
		font-weight: 400;
	}

	.wallet-amount h6 {
		font-size: 16px;
	}

	.wallet-amount h5 {
		font-size: 24px;
	}

	.wallet-balance {
		padding: 20px 0;
	}

	.product-detail-wrapper {
		background: #fff;
		padding: 13px;
		text-align: center;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		margin: 0 auto;
		margin-top: -60px;
		border: 1px solid #e8e8e8;
	}

	.header-filter {
		display: block !important;
		width: 100%;
		padding-right: 0;
	}

	.header-filter {
		display: block !important;
		width: 100%;
		padding-right: 0;
	}

	.search_form input[type="email"],
	.location,
	.date {
		border-right: none;
	}

	.banner-captions {
		background-color: #fff;
		padding: 20px 15px;
		border-radius: 10px;
		border: none;
	}

	.header-filter .time_btn {
		position: static;
		/* text-align: center; */
		margin-top: 20px;
		transform: initial;
	}

	.headr-btn {
		text-align: center;
		margin-top: 15px;
	}

	.banner-captions input {
		padding: 12px 12px;
	}

	.head-logo {
		margin-bottom: 20px;
		text-align: center;
	}

	.date {
		height: 48px;
	}

	.header-filter .time_btn button {
		color: #fff;
		display: block;
		width: 100%;
	}

	.header-filter-outer {
		display: block !important;
		width: 100%;
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
		justify-content: center;
	}

	.treatment-inner-card {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
		justify-content: center;
	}

	.treatment-inner-card {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.serv-card {
		margin-bottom: 20px;
	}

	.serv-card::after {
		display: none;
	}

	.counter-sec-inr .item.wow::after {
		display: none;
	}

	.banner-captions button {
		width: 100%;
		display: block;
	}

	.banner-captions button {
		width: 100%;
		display: block;
		padding: 10px 10px;
	}

	.time {
		height: 48px;
	}

	.time-card-top-dot::after {
		left: 2px !important;
	}

	.time-card-dot::after {
		left: 2px !important;
		top: 22% !important;
	}
}

@media (max-width: 575px) {
	.header .mobile-user-menu {
		display: block;
		width: auto;
	}

	.header .mobile-user-menu>ul {
		display: flex;
		align-items: center;
	}

	.user-menu {
		display: none;
	}

	.main-page-header .user-menu {
		display: flex;
	}

	.sidebar {
		width: 100%;
	}

	.sidebar .slimScrollDiv {
		width: 100% !important;
	}

	.page-header {
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}

	.page-header .page-btn {
		margin-top: 15px;
		justify-content: center;
	}

	.passenger-card {
		display: block;
	}

	.passenger-list-right {
		margin-top: 10px;
		text-align: left;
	}

	.passenger-list-right .boarding-count {
		margin-top: 5px;
		display: block;
		font-size: 33px;
	}

	.action-tag li:not(:last-child) {
		margin-right: 15px;
	}

	.location-detail-left {
		min-height: 200px;
	}

	.location-detail-left::after {
		content: '';
		position: absolute;
		left: 9px;
		top: unset;
		width: 2px;
		height: 70%;
		border: 1px dashed #d7d7d7;
		bottom: 2px;
	}

	.location-detail-left .location-name:after {
		position: absolute;
		content: '';
		left: 5px;
		width: 10px;
		height: 10px;
		background-color: #243551;
		border-radius: 50%;
		bottom: -37px;
		top: unset;
	}

	.location-detail-right .location-name:after {
		right: unset;
		bottom: 32px;
		top: unset;
		left: 5px;
	}

	.location-item .list-title {
		line-height: 1;
	}

	.location-item .list-title {
		font-size: 14px;
	}

	.location-list .location-item a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.passenger-detail-list .passenger-list-head {
		padding: 5px 10px;
	}

	.location-name {
		font-size: 17px;
	}

	.header-filter {
		display: block !important;
		width: 100%;
		padding-right: 0;
	}

	.search_form input[type="email"],
	.location,
	.date {
		border-right: none;
	}

	.banner-captions {
		background-color: #fff;
		padding: 20px 15px;
		border-radius: 10px;
		border: none;
	}

	.header-filter .time_btn {
		position: static;
		/* text-align: center; */
		margin-top: 20px;
		transform: initial;
	}

	.headr-btn {
		text-align: center;
		margin-top: 15px;
	}

	.banner-captions input {
		padding: 12px 12px;
	}

	.head-logo {
		margin-bottom: 20px;
		text-align: center;
	}

	.date {
		height: 48px;
	}

	.header-filter .time_btn button {
		color: #fff;
		display: block;
		width: 100%;
	}

	.header-filter-outer {
		display: block !important;
		width: 100%;
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
		justify-content: center;
	}

	.treatment-inner-card {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.serv-card {
		margin-bottom: 20px;
	}

	.serv-card::after {
		display: none;
	}

	.counter-sec-inr .item.wow::after {
		display: none;
	}

	.banner-captions button {
		width: 100%;
		display: block;
		padding: 10px 10px;
	}

	.time {
		height: 48px;
	}

	.download-app-img-mobile img {
		width: 100%;
	}

	.treatment-inner-card-mobile {
		flex: 100% !important;
		max-width: 100% !important;
	}

	.expert-card-mobile {
		flex: 100% !important;
		max-width: 100% !important;
	}

	.expert-card-sec-mobile::after,
	.expert-card-sec-mobile::before {
		opacity: 0 !important
	}

	.book-dis-mobile {
		width: 100% !important;
	}

	.treatment-card-inner-mobile,
	.counter-sec-inr-mobile {
		padding: 15px !important;
	}

	.offer-card-inr h4 {
		font-size: 30px;
	}

	.download-app-dis {
		padding: 25px;
	}

	.expert-card p {
		text-align: unset !important;
	}

	.ftr-dis .ml {
		margin-right: 0 !important;
	}
}

@media (max-width: 480px) {
	.login-wrapper .login-content .login-userset {
		width: 100%;
	}

	.page-header {
		flex-wrap: wrap;
	}

	.page-header .page-btn a {
		display: inline-block;
		margin-bottom: 5px;
	}

	.page-btn a.btn {
		margin-bottom: 8px;
	}

	.home-caption h4 {
		font-size: 44px;
	}

	.home-caption p {
		font-size: 18px;
	}


	.header-filter {
		display: block !important;
		width: 100%;
		padding-right: 0;
	}

	.search_form input[type="email"],
	.location,
	.date {
		border-right: none;
	}

	.banner-captions {
		background-color: #fff;
		padding: 20px 15px;
		border-radius: 10px;
		border: none;
	}

	.header-filter .time_btn {
		position: static;
		/* text-align: center; */
		margin-top: 20px;
		transform: initial;
	}

	.headr-btn {
		text-align: center;
		margin-top: 15px;
	}

	.banner-captions input {
		padding: 12px 12px;
	}

	.head-logo {
		margin-bottom: 20px;
		text-align: center;
	}

	.date {
		height: 48px;
	}

	.header-filter .time_btn button {
		color: #fff;
		display: block;
		width: 100%;
	}

	.header-filter-outer {
		display: block !important;
		width: 100%;
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
	}

	.treatment-card-list {
		display: flex;
		flex-flow: wrap;
		gap: 20px;
		justify-content: center;
	}

	.treatment-inner-card {
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.serv-card {
		margin-bottom: 20px;
	}

	.serv-card::after {
		display: none;
	}

	.counter-sec-inr .item.wow::after {
		display: none;
	}

	.banner-captions button {
		width: 100%;
		display: block;
		padding: 10px 10px;
	}

	.time {
		height: 48px;
	}
}

@media (max-width: 700px) {
	.page-btn a.btn {
		margin-bottom: 8px;
	}
}

@media (max-width: 427px) {
	.btn-tb-mobile {
		margin-top: 15px;
		display: inline-block;
	}
}

@media (max-width: 409px) {
	.time-card-dot::after {
		top: 15% !important;
	}

	.treatment-inner-card::after {
		content: none !important;
	}
}