body {
	padding: 0px !important;
	margin: 0px !important;
	font-family: 'Poppins' !important;
	position: static !important;
	min-height: auto !important;
	height: auto !important;
	overflow: visible !important;
	transform: none !important;
  }
  html.md {
	--ion-default-font: 'Poppins' !important;
  }
  a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
  }
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, button, .btn-close:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
	box-shadow: none;
  }
  input:focus, textarea:focus, select:focus, .forminput:focus {
	outline: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
  }
  input:focusr, textarea:focusr, select:focusr, .forminput:focusr {
	outline: none !important;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
  }
  a:focus, a:hover {
	text-decoration: none !important;
  }
  img {
	max-width: 100%;
	height: 0 auto;
  }
  a {
	text-decoration: none !important;
  }
  @font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
  }
  .form-control {
	box-shadow: none !important;
  }
  .header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: #e5f2f2;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .darkHeader {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  }
  .header_hamburgar_icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-top: 2px solid #001ae5;
	border-bottom: 2px solid #001ae5;
	width: 30px;
	height: 20px;
	font-size: 0;
  }
  .header_hamburgar_icon:before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #001ae5;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
  }
  .overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
  }
  .overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
  }
  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  .overlay a:hover, .overlay a:focus {
	color: #00e41d;
  }
  .overlay .closebtn {
	position: absolute;
	top: 0px;
	right: 18px;
	font-size: 40px;
	padding: 0;
  }
  .logo {
	padding-left: 0;
  }
  .logo img {
	width: 200px;
  }
  .header_right {
	text-align: right;
  }
  .header_right a, .header_right button {
	margin-left: 15px;
	background: none !important;
	border: none;
  }
  .home_top_section {
	padding: 130px 0 70px;
	text-align: center;
  }
  .home_top_section_heading {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #1a1a1a;
	margin-top: 35px;
  }
  .top_search_box {
	background: #f2f8f8;
	border-radius: 18px;
	margin-top: 30px;
	padding: 15px 20px;
  }
  .radio_container {
	display: block;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	width: 50%;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .radio_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .radio_container .checkmark {
	display: inline-block;
	width: 100%;
	height: 42px;
/*	border-radius: 9px;*/
	padding-top: 9px;
	background-color: #ddd;
  }
  .radio_container:hover input ~ .checkmark {
	background-color: #00e41d;
	color: #111;
  }
  .radio_container input:checked ~ .checkmark {
	background-color: #00e41d;
	color: #111;
  }
  .radio_container input:checked ~ .checkmark:after {
	display: block;
  }
  /* Style the checkmark/indicator */
/*
  .radio_container .checkmark:after {
	left: 15px;
	top: 12px;
	width: 7px;
	height: 12px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
*/
.radio_container_main {
		border-radius: 9px;
}
  .search_right .form-control {
	border-color: #008080 !important;
	min-height: 42px;
	border-radius: 9px !important;
  }
  .top_search_box_btn {
	background: #001ae5;
	color: #fff;
	margin-left: 20px !important;
	border: none;
	border-radius: 9px !important;
	padding: 9px 18px;
  }
  .search_filter_icons {
	margin-top: 15px;
  }
  .search_filter_icons a {
	margin-left: 10px;
	display: inline-block;
	text-align: center;
	color: #555;
	font-size: 13px;
  }
  .searchbox_bottom_text {
	color: #100f0f;
	font-size: 17px;
	margin-top: 52px;
  }
  .home_howwork_section {
	background: #e5f2f2;
	border-radius: 18px;
	padding: 50px;
  }
  .home_howwork_subheading {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #e50d0d;
	display: inline-block;
	border-left: 5px solid #001ae5;
	padding: 8px 15px 9px 15px;
  }
  .home_howwork_heading {
	font-weight: bold;
	font-size: 30px;
	color: #1f2423;
	margin-top: 10px;
  }
  .home_howwork_block ul {
	padding: 0;
	margin: 40px 0 0;
  }
  .home_howwork_block ul li {
	display: flex;
	align-items: flex-start;
	list-style: none;
	margin-top: 22px;
  }
  .home_howwork_block ul li img {
	background: #d4ffd9;
	border-radius: 50%;
	margin-right: 15px;
  }
  .home_howwork_block ul li:nth-child(2) img {
	background: #fff;
  }
  .home_howwork_block_heading {
	font-weight: 500;
	font-size: 18px;
	color: #1f2423;
  }
  .home_howwork_block_text {
	color: #656565;
	font-size: 12px;
	margin-top: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
  }
  .home_howwork_btn {
	background: url("../images/rightarrow.png") #001ae5 no-repeat center right 20px;
	display: inline-block;
	color: #fff !important;
	border-radius: 9px;
	padding: 13px 55px 13px 25px;
	margin-top: 40px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .home_howwork_btn:hover {
	background-color: #e50d0d;
  }
  .home_service_section {
	padding: 70px 0;
  }
  .home_service_section_heading {
	color: #050505;
	font-size: 27px;
	font-weight: 500;
	line-height: 36px;
  }
  .home_service_block {
	margin-top: 50px !important;
  }
  .home_service_block_text {
	font-size: 20px;
	color: #151515;
	background: #e5f2f2;
	border-radius: 9px;
	padding: 80px 20px 55px;
	margin-top: -50px;
  }
  .home_service_block_btn {
	display: inline-block;
	background: #00e41d;
	margin-top: 15px;
	color: #111 !important;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 9px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .home_service_block_btn:hover {
	background: #e50d0d;
	color: #fff !important;
  }
  .home_book_section {
	padding: 65px 45px 50px;
	background: #f2f8f8;
	border-radius: 18px;
  }
  .home_book_section_heading {
	font-weight: 500;
	color: #1c1b1b;
	font-size: 27px;
  }
  .home_book_inner_box {
	background: #e5f2f2;
	padding: 40px;
	border-radius: 18px;
	margin-top: 45px;
  }
  .home_book_inner_box_text {
	color: #202020;
	margin-top: 30px;
  }
  .home_book_box_search .form-control {
	border-color: #008080 !important;
	min-height: 42px;
	border-radius: 9px !important;
	margin-top: 15px;
  }
  .book_search_box_btn {
	background: #001ae5;
	color: #fff;
	border: none;
	border-radius: 9px !important;
	padding: 9px 18px;
	width: 100%;
	margin-top: 15px;
  }
  .home_book_box_filter a {
	margin-left: 15px;
	filter: grayscale(100%);
  }
  .home_book_box_filter img {
	width: 22px;
  }
  .home_book_section_subheading {
	color: #1f2423;
	font-size: 18px;
	margin-top: 55px;
  }
  .home_book_img {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translate(0, -50%);
  }
  .new_booking_section {
	padding: 95px 0 70px;
  }
  .new_booking_section_heading {
	color: #001a1a;
	font-weight: 500;
	font-size: 27px;
  }
  .new_booking_section_text {
	color: #555;
	margin-top: 15px;
  }
  .new_booking_btn {
	background: #001ae5;
	display: inline-block;
	color: #fff !important;
	border-radius: 9px;
	padding: 13px 35px;
	margin-top: 35px;
	letter-spacing: 1px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .new_booking_btn:hover {
	background: #e50d0d;
  }
  .home_bottom_section {
	padding: 0 0 70px;
  }
  .home_bottom_section_inner {
	background: #e5f2f2;
	border-radius: 18px;
	padding: 40px 95px;
  }
  .home_bottom_section_text {
	color: #555;
	font-size: 18px;
	margin-top: 15px;
  }
  .home_bottom_section_form {
	background: #f2f8f8;
	padding: 20px 35px;
	border-radius: 18px;
  }
  .home_bottom_section_form .form-control {
	border-color: #008080 !important;
	min-height: 42px;
	border-radius: 9px !important;
	margin-top: 15px;
  }
  .footer_top {
	background: #f2f8f8;
	overflow: hidden;
  }
  .footer_top_block {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 35px !important;
	margin-top: 45px !important;
	margin-bottom: 40px !important;
  }
  .footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
  }
  .footer_top_block:last-child {
	border-left: none;
	padding-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
  }
  .footer_top_block_last {
	background: #e5f2f2;
	min-height: 100%;
	position: relative;
	padding: 45px 0 30px 30px;
  }
  .footer_top_block_last:before {
	background: #e5f2f2;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2000px;
	right: -2000px;
  }
  .footer_gift_heading {
	font-weight: bold;
	font-size: 23px;
	color: #363636;
	margin-top: 15px;
  }
  .footer_gift_btn {
	background: #001ae5;
	display: inline-block;
	padding: 11px 20px;
	color: #fff !important;
	border-radius: 9px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .footer_gift_btn:hover {
	background: #e50d0d;
  }
  .footer_top_heading {
	font-size: 23px;
	color: #363636;
	font-weight: 600;
  }
  .footer_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
  }
  .footer_menu ul li {
	position: relative;
	list-style: none;
	margin: 2px 0 0;
  }
  .footer_menu ul li a {
	color: #4f4f4f;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #001ae5;
	padding-left: 3px;
  }
  .footer_contact_info ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
  }
  .footer_contact_info ul li {
	position: relative;
	list-style: none;
	margin: 2px 0 0;
  }
  .footer_contact_info ul li a {
	color: #4f4f4f;
	font-size: 15px;
	font-weight: 500;
  }
  .footer_bottom {
	background: #001ae5;
	padding: 18px 0;
  }
  .footer_social {
	text-align: right;
  }
  .footer_social a {
	margin-left: 7px;
  }
  .footer_social img {
	max-height: 20px;
  }
  .footer_copyright {
	color: #fff;
	font-size: 15px;
  }
  .footer_copyright a {
	color: #fff;
  }
  #back-to-top {
	width: 40px;
	background: #001ae5;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
  }
  #back-to-top.show {
	opacity: 1;
  }
  /*============== Profile Page Start ===============*/
  .profile_page_container {
	padding: 120px 0 55px;
  }
  .profile_left_sidebar {
	background: #e5f2f2;
	padding: 30px 20px;
	border-radius: 10px;
  }
  .profile_left_sidebar_heading {
	color: #111;
	font-weight: 500;
	font-size: 20px;
  }
  .profile_left_sidebar_heading .float-end {
	color: #555;
	font-weight: normal;
	font-size: 15px;
	margin-top: 4px;
  }
  .profile_left_sidebar_heading .float-end img {
	width: 20px;
	margin-left: 5px;
  }
  .profile_left_sidebar_subheading {
	color: #333;
	font-size: 15px;
	margin: 25px 0 12px;
	font-weight: 500;
  }
  .filter_radio_container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin: 6px 0 0;
	cursor: pointer;
	font-size: 14px;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .filter_radio_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .filter_radio_container .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 4px solid #001ae5;
	border-radius: 50%;
  }
  .filter_radio_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .filter_radio_container input:checked ~ .checkmark:after {
	display: block;
  }
  .filter_radio_container .checkmark:after {
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #001ae5;
  }
  .filter_checkbox_container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin: 6px 0 0;
	cursor: pointer;
	font-size: 14px;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .filter_checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .filter_checkbox_container .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 3px solid #001ae5;
	border-radius: 4px;
  }
  .filter_checkbox_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .filter_checkbox_container input:checked ~ .checkmark:after {
	display: block;
  }
  .filter_checkbox_container .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 8px;
	border: solid #001ae5;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .filter_language_dropdown {
	background: url("../images/language_icon.png") #00f2f2 no-repeat center right 10px !important;
	background-size: 20px !important;
	border: none !important;
	font-size: 14px;
  }
  .filter_availablity_heading {
	display: flex;
	font-size: 14px;
	align-items: center;
  }
  .filter_availablity_heading img {
	width: 22px;
	margin-right: 7px;
  }
  .filter_radio_availablity {
	padding-left: 28px;
	margin: 10px 0 20px;
  }
  .sidebar_rating {
	display: flex;
	align-items: center;
  }
  .sidebar_rating img {
	width: 18px;
  }
  .sidebar_rating_text {
	color: #555;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 3px;
  }
  .profile_left_sidebar_price_heading {
	font-size: 14px;
	color: #555;
  }
  .profile_left_sidebar_price_input {
	display: flex;
	align-items: center;
	margin-top: 10px;
  }
  .profile_left_sidebar_price_input .form-control {
	border: none !important;
	background: #00f2f2;
	font-size: 13px;
	border-radius: 0;
	margin-right: 10px;
	max-width: 70px;
  }
  .profile_right_box {
	background: #e5f2f2;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
  }
  .profile_right_form .radio_container {
	width: 50%;
  }
  .profile_right_form .radio_container .checkmark {
	width: 100%;
  }
  .filter_radio.d-flex .filter_radio_container {
	margin-right: 15px;
  }
  #profileTab {
	border: none;
	background: #fff;
	padding: 0;
	margin: 0;
	justify-content: space-around;
	border-radius: 7px;
  }
  #profileTab .nav-link {
	border: none !important;
	border-bottom: 2px solid transparent !important;
	margin: 0 !important;
	color: #555;
	padding: 14px 80px;
  }
  #profileTab .nav-link img {
	width: 15px;
	margin: -2px 0 0 4px;
  }
  #profileTab .nav-item.show .nav-link, #profileTab .nav-link.active {
	border-color: #001ae5 !important;
  }
  #profileUserTab {
	border: none;
	background: #00e51a;
	padding: 0;
	margin: 30px 0 0;
	justify-content: space-between;
	border-radius: 7px 7px 0 0;
  }
  #profileUserTab .nav-link {
	border: none !important;
	background: none !important;
	border-bottom: 2px solid transparent !important;
	margin: 0 !important;
	color: #111;
	font-size: 15px;
	padding: 12px 20px;
  }
  #profileUserTab .nav-link img {
	width: 15px;
	margin: -2px 0 0 4px;
  }
  #profileUserTab .nav-item.show .nav-link, #profileUserTab .nav-link.active {
	border-color: #001ae5 !important;
  }
  #profileUserTab .nav-link span img {
	margin: -4px 0 0;
  }
  #profileUserTabContent {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 7px 7px;
  }
  .profile_user_tab_block_inner {
	border-radius: 7px;
	background: #e5f2f2;
	padding: 20px;
  }
  .profile_user_img {
	background: #fff;
	min-width: 75px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
  }
  .profile_user_heading {
	color: #333;
	font-weight: 500;
  }
  .profile_user_heading small {
	color: #666;
	font-weight: normal;
	font-size: 12px;
  }
  .profile_user_heading .float-end {
	font-size: 10px;
	margin-top: 5px;
	color: #555;
  }
  .profile_user_list ul {
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
  }
  .profile_user_list ul li {
	list-style: none;
	color: #666;
	font-size: 13px;
	width: 33.3%;
	position: relative;
	padding-left: 13px;
  }
  .profile_user_list ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #001ae5;
  }
  .profile_user_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	border: none !important;
	font-size: 14px;
	min-height: 36px;
	line-height: 24px;
  }
  .profile_user_checklabel {
	background: #fff;
	border-radius: 3px;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	padding-left: 10px;
	height: 40px;
  }
  .profile_user_checklabel_active {
	background: #008080 !important;
	color: #fff !important;
  }
  .profile_user_checklabel_active .filter_checkbox_container {
	color: #fff !important;
  }
  .profile_user_checklabel .filter_checkbox_container {
	margin-top: 0;
  }
  .profile_user_label {
	background: #00e51a;
	color: #111;
	font-size: 14px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
  }
  .profile_user_totallabel {
	background: #001ae5;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
  }
  .profile_user_sublabel {
	background: #fff;
	color: #666;
	font-size: 14px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
  }
  .profile_user_label_btn {
	background: #00e51a;
	color: #111 !important;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	min-height: 36px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .profile_user_label_btn:hover {
	background: #111;
	color: #fff !important;
  }
  /************************************************************/
  ion-menu::part(backdrop) {
	/* background-color: transparent; */
	opacity: 0.05;
  }
  ion-content::part(background) {
	background-color: rgba(0, 0, 0, 0.9);
  }
  ion-menu {
	position: fixed;
  }
  .menu_logo_part {
	padding: 10px;
	justify-content: space-between;
  }
  .header_menu_ul {
	padding: 20px;
	margin: 0;
  }
  .header_menu_ul li {
	list-style: none;
  }
  .header_menu_ul li a {
	padding: 8px 0;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  .header_menu_ul li a:hover {
	color: #00e41d;
  }
  .menu_logo {
	width: 200px;
  }
  .menu_close_btn {
	width: 20px;
	margin-left: 40px;
	margin-top: 10px;
	cursor: pointer;
  }
  .inner_banner {
	/* background: url(../images/pattern_bg.png) #008080 repeat; */
	background: url(../images/pattern_bg.jpg) #008080 repeat;
	background-size: 270px;
	padding: 120px 0 55px;
	position: relative;
  }
  .inner_banner:before {
	/* background: rgba(0, 128, 128, 0.8); */
	/* background: rgba(0, 13, 117, 0.9); */
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .inner_banner .container {
	position: relative;
	z-index: 9;
  }
  .inner_page_container {
	padding: 60px 0;
  }
  .our_lcn_heading {
	color: #008080;
	font-weight: 600;
	text-align: center;
	margin: 35px 0 20px;
	font-size: 25px;
  }
  .location_list_ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  }
  .location_list_ul li {
	width: 24%;
	list-style: none;
	margin-top: 10px;
  }
  .location_list_ul li a {
	border: 1px solid #d8eaea;
	padding: 0 15px 0 50px;
	display: flex;
	align-items: center;
	position: relative;
	color: #666;
	border-radius: 4px;
	transition: ease 0.5s all 0s;
	font-size: 15px;
	min-height: 55px;
	line-height: 20px;
  }
  .location_list_ul li a:before {
	background: #d8eaea;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
  }
  .location_list_ul li a img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 12px;
	width: 15px;
  }
  .location_list_ul li .with_link {
	background: #1a0f4d;
	color: #fff;
	border: 1px solid #fff !important;
  }
  .login_page_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
  }
  .login_reg_form .form-control {
	border-color: #008080 !important;
	min-height: 45px;
	border-radius: 9px;
	margin-top: 15px;
  }
.login_reg_form select.form-control {
	background: url("../images/dropdown.png") no-repeat center right 10px;
	padding-right: 30px;
  }
  .login_left_section {
	padding: 30px 15px 30px 45px !important;
  }
  .login_left_section_new {
	padding: 30px !important;
  }
  .login_reg_btn {
	background: #001ae5;
	display: inline-block;
	color: #fff !important;
	border-radius: 9px;
	border: none;
	padding: 10px 30px;
	margin-top: 15px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .login_reg_btn:hover {
	background: #e50d0d;
  }
  .login_reg_heading {
	color: #001a1a;
	font-weight: 500;
	font-size: 20px;
  }
  .login_reg_heading i {
	color: #001a1a;
	margin-right: 10px;
  }
  
  .login_info_box {
	background: #e5f2f2;
	/* background: #e5f2f2; */
	background-size: contain;
	padding: 30px 15px;
	min-height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
  }
  .login_extra_text {
	color: #001a1a;
	font-size: 20px;
	text-align: center;
  }
  .register_link {
	display: inline-block;
	border: 1px solid #001ae5;
	background: #001ae5;
	padding: 9px 22px;
	font-size: 16px;
	border-radius: 4px;
	color: #fff !important;
	margin-top: 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .register_link:hover {
	border: 1px solid #E50D0D;
	background: #E50D0D;
	color: #fff !important;
  }
  .forgot_password {
	color: #001ae5;
  }
  .line-with-text {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
  }
  .line-with-text::before, .line-with-text::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #7c7c7c;
  }
  .line-with-text::before {
	margin-right: 10px;
  }
  .line-with-text::after {
	margin-left: 10px;
  }
  .line-with-text span {
	/* font-weight: bold; */
	color: #7c7c7c;
  }
  .mt-60 {
	margin-top: 60px !important;
  }
  .log_reg_checklabel {
	background: #fff;
	border-radius: 3px;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .profile_user_checklabel .filter_checkbox_container {
	margin-top: 0;
  }
  .log_reg_checklabel_label {
	color: #111;
	font-size: 14px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	min-height: 45px;
  }
  .log_reg_checkbox_container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin: 6px 0 0;
	cursor: pointer;
	font-size: 14px;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .log_reg_checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .log_reg_checkbox_container .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #008080;
	border-radius: 4px;
  }
  .log_reg_checkbox_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .log_reg_checkbox_container input:checked ~ .checkmark:after {
	display: block;
  }
  .log_reg_checkbox_container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #008080;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .pass_eye_span {
	position: absolute;
	top: 10px;
	right: 14px;
  }
  .inner_page_heading {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 30px;
  }
  .breadcrumb, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item a {
	color: #000 !important;
	font-size: 15px !important;
	font-weight: bold;
  }
  .accordion-item {
	border-color: #d8eaea;
  }
  .accordion-button {
	box-shadow: none !important;
	color: #555;
  }
  .accordion-button:not(.collapsed) {
	color: #001ae5;
	background-color: #d8eaea;
  }
  .accordion-body {
	color: #666;
	font-size: 15px;
  }
  .testimonial_page_box {
	margin-bottom: 30px;
  }
  .testimonial_page_box_inner {
	background: url(../images/quote_icon.png) no-repeat;
	background-size: 40px;
	background-position: 20px 30px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	min-height: 100%;
	border-radius: 5px;
	padding: 80px 20px 25px;
  }
  .testimonial_page_box_text {
	color: #666;
  }
  .testimonial_page_box_name {
	color: #008080;
	font-weight: 600;
	margin-top: 22px;
	font-size: 17px;
  }
  .testimonial_page_box_location {
	color: #999;
	font-size: 14px;
  }
  .lcn_email_div_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	min-height: 100%;
	text-align: center;
	padding: 40px 15px;
  }
  .lcn_email_div_inner i {
	color: #001ae5;
	font-size: 24px;
  }
  .lcn_email_div_heading {
	color: #008080;
	font-weight: 500;
	margin-top: 10px;
	font-size: 17px;
  }
  .lcn_email_div_text {
	color: #666;
	font-size: 15px;
	margin-top: 3px;
  }
  .lcn_email_div_text a {
	color: #666;
  }
  .form_box_holder .dropdown-item.active, .form_box_holder .dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: #00ED1E;
  }
  .form_box_holder .dropdown-item.active, .form_box_holder .dropdown-item:active {
	color: #000;
  }
  .ngb-highlight {
	font-weight: 700;
	color: red;
  }
  .alert-danger.ng-star-inserted {
	color: red;
	font-size: 12px;
	background: none;
	margin-top: 5px;
  }
  .ng-submitted .ng-invalid {
	border-color: red !important;
	/* border: 1px solid red !important; */
  }
  #ndisForm .ng-submitted .ng-invalid {
	border-color: none !important;
	border: none !important;
  }
  #ndisForm .mat-form-field {
	display: block;
  }
  .redtxt {
	border: 1px solid #ffb9b9;
	color: #ff3939;
	font-size: 13px;
	padding: 8px 0 8px 17px;
	margin-bottom: 15px;
	background: #ffdada;
  }
  .reg-success {
	color: #069f57;
  }
  .profile_heading {
	font-size: 16px;
	font-weight: 500;
  }
  .upc_lsn_tbl {
	font-size: 13px;
  }
  .thankyou-txt {
	color: #03C421;
	font-size: 20px;
	font-weight: 500;
  }
  .thankyou-txt span {
	color: #0119E2;
  }
  .greentxt {
	background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
	border: 1px solid #3bb54a;
	color: #3BB54A;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 0 8px 41px;
	margin-bottom: 15px;
  }
  .profile_page_container {
	/* background: #f2f4f6; */
	padding-bottom: 60px;
	padding-top: 30px;
	margin-top: 75px;
  }
  .profile_left_box {
	border: 1px solid #ddd;
	background: #e5f2f2;
	padding: 25px 0;
	position: fixed;
	width: 330px;
	left: 0;
	top: 90px;
	height: 100vh;
  }
  .profile_left_menu ul {
	padding: 0;
	max-height: 80vh;
	overflow: auto;
	scrollbar-width: thin;
  }
  .profile_left_menu ul li {
	display: flex;
	align-items: center;
	margin-top: 0;
	list-style: none;
	color: #302f2f;
	font-size: 15px;
	padding-left: 19px;
  }
  .profile_left_menu ul li:hover {
	background: #ddd;
  }
  .profile_left_menu ul li a {
	color: #302f2f;
  }
  .profile_left_menu ul li img {
	width: 35px;
	height: 35px;
	/* background: #eaedff; */
	border-radius: 50%;
	/* margin-right: 10px; */
  }
  /* .profile_left_menu ul li:nth-child(2) img {
  background: #fff2d8;
  }
  .profile_left_menu ul li:nth-child(3) img {
  background: #d3ffdf;
  } */
  .profile_left_menu ul .active {
	background: #00E51A;
	border-right: 5px solid #000;
  }
  .logout_btn {
	display: inline-block;
  }
  .logout_btn {
	display: inline-block;
	background: #0024ec;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
  }
  .logout_btn:hover {
	background: #404041;
	color: #fff !important;
  }
  .reg_btn {
	display: inline-block;
	background: #0024ec;
	color: #fff !important;
	font-weight: 500;
	margin-top: 30px;
	font-size: 15px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
  }
  .reg_btn:hover {
	background: #404041;
	color: #fff !important;
  }
  .cancel_btn {
	display: inline-block;
	background: #ddd;
	color: #000 !important;
	font-weight: 500;
	margin-top: 30px;
	font-size: 15px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
  }
  .cancel_btn:hover {
	background: #ddd;
	color: #000 !important;
  }
  .profile_left_box_heading {
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 14px;
  }
  .profile_user_img {
	background: #fff;
	/* width: 80px !important;
  height: 80px !important; */
	object-fit: cover;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 99;
	margin: 0 auto;
	display: block;
  }
  .profile_user_name {
	color: #1f1f1f;
	font-size: 25px;
  }
  .profile_heading_image {
	position: relative;
  }
  /* .profile-header-logo {
  text-align: center;
  }
  .profile-header-logo img{
	  width: 180px; 
  } */
  .profile_inner_banner {
	background: #E5F2F2 !important;
	/* border-bottom: 1px solid #cacaca; */
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
  }
  .profile_inner_banner ::before {
	background: #E5F2F2 !important;
  }
  .upload_img_right {
	padding-left: 30px !important;
  }
  .edit_img {
	border: 1px solid #cac7c7;
	padding: 10px;
  }
  .profe_left {
	border: 1px solid #ddd;
	background: #fff;
	padding: 25px 20px;
  }
  .profile_right_box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 30px;
  }
  .profile-header-logo img {
	width: 200px;
  }
  .profile-header-logo {
	padding: 15px 0;
  }
  .pf_logo_box {
	border-right: 1px solid #ddd;
	width: 330px;
  }
  .mv_a {
	float: right;
	font-size: 14px;
  }
  .last_price {
	font-weight: 700;
	font-size: 28px;
	color: #666;
  }
  .last_txt, .ovr_all_txt {
	color: #666;
	font-size: 14px;
  }
  .ovr_all_price {
	font-weight: 700;
	font-size: 28px;
	color: #42b46e;
  }
  .optbtn {
	color: #008080;
	font-weight: 700;
	font-size: 16px;
  }
  .name_address, .address_div {
	font-size: 13px;
  }
  .name_address strong, .address_div strong {
	font-weight: 500;
  }
  .table_heading th {
	font-weight: 600;
  }
  .profile_table {
	font-size: 13px;
	font-weight: 500;
  }
  .profile_left_box_heading {
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 20px;
	color: #333;
	font-weight: 500;
  }
  .form-group {
	margin-bottom: 10px;
  }
  .forminput {
	display: block;
	width: 100%;
	height: 44px;
	padding: .375rem .75rem;
	padding-left: 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .form-group {
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%;
  }
  .has-feedback-left {
	padding-left: 45px !important;
	-webkit-appearance: none;
	position: relative;
  }
  .has-feedback {
	position: relative;
  }
  select.has-feedback-left {
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding-right: 30px;
  }
  .form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 5px;
  }
  .left {
	float: left;
  }
  .form-control-feedback {
	position: absolute;
	margin-top: 6px;
	height: 31px;
	color: #bbb;
	line-height: 32px !important;
	font-size: 15px;
	top: 0px;
	width: 34px;
	text-align: center;
  }
  .bdl_btn {
	background: #0024ec;
	color: #fff;
	padding: 10px 45px;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	border: none;
  }
  .bdtp_btn {
	background: #0024ec;
	color: #fff;
	padding: 10px 45px;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	border: none;
  }
  .active_un_btn {
	background: #0024ec !important;
	color: #fff;
	display: block;
	padding: 10px 40px;
	font-size: 17px;
	border-radius: 5px;
	width: 100%;
	border: none;
  }
  .un_btn {
	background: #ddd;
	display: block;
	padding: 10px 40px;
	font-size: 17px;
	border-radius: 5px;
	width: 100%;
	border: none;
  }
  .fs14 {
	font-size: 14px;
  }
  /* The chkbx_container */
  .chkbx_container {
	display: block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  /* Hide the browser's default checkbox */
  .chkbx_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  /* Create a custom checkbox */
  .chkbx_container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
  }
  /* On mouse-over, add a grey background color */
  .chkbx_container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  /* When the checkbox is checked, add a blue background */
  .chkbx_container input:checked ~ .checkmark {
	background-color: #0024ec;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  /* Show the checkmark when checked */
  .chkbx_container input:checked ~ .checkmark:after {
	display: block;
  }
  /* Style the checkmark/indicator */
  .chkbx_container .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .profile_sub_heading {
	color: #0024ec;
	font-size: 14px;
  }
  .infolabel {
	font-size: 15px;
	color: #302f2f;
	margin-bottom: 6px;
	margin-top: 10px;
	font-weight: 500;
  }
  /* The radio_container */
  #trmsn_type .radio_container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px !important;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: normal !important;
	margin-top: 0 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
  }
  /* Hide the browser's default radio button */
  #trmsn_type .radio_container input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	cursor: pointer;
  }
  /* Create a custom radio button */
  #trmsn_type .radio_container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
  }
  /* On mouse-over, add a grey background color */
  #trmsn_type .radio_container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  /* When the radio button is checked, add a blue background */
  #trmsn_type .radio_container input:checked ~ .checkmark {
	background-color: #0024ec;
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
  #trmsn_type .radio_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  /* Show the indicator (dot/circle) when checked */
  #trmsn_type .radio_container input:checked ~ .checkmark:after {
	display: block;
  }
  /* Style the indicator (dot/circle) */
  #trmsn_type .radio_container .checkmark:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
  }
  .add_address_btn {
	background: #0024ec;
	color: #fff;
	display: block;
	padding: 10px 40px;
	font-size: 17px;
	border-radius: 5px;
	width: 100%;
	border: none;
  }
  .address_del_btn {
	padding: 1px 5px;
	color: #fff;
	font-size: 14px;
	background: red;
	margin-left: 5px;
  }
  .address_del_btn:hover {
	color: #fff !important;
  }
  .address_edit_btn {
	padding: 1px 5px;
	color: #fff;
	font-size: 14px;
	background: #000;
	margin-left: 5px;
  }
  .address_edit_btn:hover {
	color: #fff !important;
  }
  .car_name {
	color: #0024ec;
	font-weight: 500;
	font-size: 16px;
  }
  .search_popup {
	background: #fff;
	border-radius: 5px;
  }
  .banner-form-heading {
	font-size: 36px;
	font-weight: 500;
	/*color: #eeea18;*/
	color: #0024ec;
	text-transform: uppercase;
	text-align: center;
  }
  .banner-form-text {
	/*color: #eeea18;*/
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
  }
  .banner-form-inner {
	margin-top: 20px;
  }
  .banner-check {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .banner-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .banner-check .checkmark {
	width: 100%;
	background-color: #ddd;
	display: block;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
  }
  .banner-check:hover input ~ .checkmark {
	background-color: #ddd;
  }
  .banner-check input:checked ~ .checkmark {
	background-color: #008080;
	color: #fff;
  }
  .banner-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .banner-check input:checked ~ .checkmark:after {
	display: block;
  }
  .banner-check .checkmark:after {
	left: 20px;
	top: 17px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .banner-form-item input {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
  }
  .banner-form-btn button {
	background: #0024ec;
	color: #fff;
	border: none;
	display: block !important;
	width: 100%;
	padding: 10px 15px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
  }
  .instructors_search .banner-form-btn button {
	background: #000;
	color: #fff;
	border: none;
	display: block !important;
	width: 100%;
	padding: 10px 15px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
  }
  .instructors_search .checkmark:after {
	left: 20px;
	top: 17px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .btn-close.close_form_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	opacity: 1;
	color: #fff !important;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  .slt_txt {
	font-size: 14px;
	color: #6E7271;
  }
  .st-title4 a {
	color: #6E7271;
	border-bottom: 1px dotted #6E7271;
	font-weight: normal;
	font-size: 12px;
  }
  .bio_text {
	color: #666;
	font-size: 14px;
  }
  .area_name_text {
	color: #666;
	font-size: 14px;
  }
  .car_details_text {
	color: #666;
	font-size: 14px;
  }
  .car_details_text span {
	font-weight: 600;
	font-size: 13px;
  }
  .car_details_text strong {
	color: #001ae5;
	font-weight: 500;
	font-size: 15px;
  }
  .booknow_btn {
	background: #e93131;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	min-height: 65px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .booknow_btn:hover {
	background: #111;
	color: #fff !important;
  }
  .ndis_form_box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
  }
  .ndis_form_box .mat-step-text-label {
	font-size: 18px;
  }
  .ndis_form_box .mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
	background-color: #011ae5;
	color: #fff;
  }
  /* .ndis_form_box .mat-form-field-appearance-legacy  {
  font-size: 14px;
  }
  .ndis_form_box .mat-form-field-label {
  font-size: 16px;
  } */
  .form-sub-heading {
	color: rgba(0, 0, 0, .87);
	font-size: 18px;
	font-weight: 500;
  }
  .ndis_form_box .mat-step-header.cdk-keyboard-focused, .ndis_form_box .mat-step-header.cdk-program-focused, .ndis_form_box .mat-step-header:hover:not([aria-disabled]), .ndis_form_box .mat-step-header:hover[aria-disabled="false"] {
	background-color: rgb(224, 224, 224);
  }
  .ndis_form_box .mat-stepper-next {
	background: #001ae5;
	display: inline-block;
	color: #fff !important;
	border-radius: 9px;
	padding: 8px 35px;
	margin-top: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 16px;
  }
  .ndis_form_box .mat-stepper-next:hover {
	background: #e50d0d;
  }
  .ndis_form_box .mat-stepper-previous {
	background: #008080;
	display: inline-block;
	color: #fff !important;
	border-radius: 9px;
	padding: 8px 35px;
	margin-top: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 16px;
	margin-right: 15px;
  }
  .ndis_form_box .mat-stepper-previous:hover {
	background: #e50d0d;
  }
  .reschedule_txt ul {
	padding: 0;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
  }
  .reschedule_txt ul li {
	list-style: none;
	color: #666;
	font-size: 15px;
	position: relative;
	padding-left: 13px;
	margin-bottom: 16px;
  }
  .reschedule_txt ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #001ae5;
  }
  .ndis_frm_heading {
	font-size: 25px;
	font-weight: 500;
	color: #001ae5;
	margin-bottom: 20px;
  }
  .ndis_frm_txt {
	color: #555;
  }
  .prof-title {
	color: #111;
	font-weight: 500;
	font-size: 20px;
  }
  .note_text {
	font-size: 13px;
	color: red;
	font-weight: 500;
  }
  .rp_pkg_type {
	font-weight: 500;
	color: #008080;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 16px;
  }
  .pkg-title {
	font-size: 12px;
	font-weight: 500;
  }
  .plg-txt {
	font-size: 12px;
  }
  .bn_save_btn {
	background: #001ae5;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	min-height: 37px;
	min-width: 110px;
  }
  .bn_cancel_btn {
	background: #f30404;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	min-height: 37px;
	min-width: 110px;
	display: inline-flex;
  }
  .bn_cancel_btn:hover {
	color: #fff;
  }
  .select_date_time .card-header {
	padding: .8rem 1rem;
	margin-bottom: 0;
	background-color: rgb(0, 128, 128);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-size: 14px;
	color: #fff;
	font-weight: normal;
  }
  .select_date_time .card-title {
	font-size: 14px;
  }
  .ngb-dp-content {
	width: 100%;
  }
  .ngb-dp-month {
	width: 100% !important;
  }
  .ngb-dp-day {
	text-align: center;
  }
  .ngb-dp-day.disabled {
	cursor: default;
	pointer-events: none;
	text-align: center;
	color: #c4c4c4;
  }
  .ngb-dp-weekday {
	color: #008080;
	font-weight: 500;
	font-size: 16px;
  }
  .booking_date_cal .ngb-dp-weekday, .booking_date_cal .ngb-dp-day {
	width: 100% !important;
	text-align: center !important;
	height: 45px !important;
	padding-top: 10px;
  }
  .form-select {
	margin-right: 5px;
  }
  .radio_time_container {
	display: block;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 12px;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
  }
  .radio_time_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .radio_time_container .checkmark {
	display: flex;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
  }
  .radio_time_container:hover input ~ .checkmark {
	background-color: #008080;
	color: #fff;
  }
  .radio_time_container input:checked ~ .checkmark {
	background-color: #008080;
	color: #fff;
  }
  .radio_time_container input:checked ~ .checkmark:after {
	display: block;
  }
  /* Style the checkmark/indicator */
  /* .radio_time_container .checkmark:after {
  left: 15px;
  top: 12px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  } */
  .un_label {
	opacity: 0.3;
  }
  .un_label:hover input ~ .checkmark {
	background-color: #fff !important;
	color: #000;
	cursor: default;
  }
  .select_date_box {
	border: 1px solid #ddd;
	padding: 15px 10px;
	border-radius: 5px;
	justify-content: space-around;
	display: flex;
	background: #F7F7F7;
	font-size: 14px;
  }
  .schedule_btn {
	background: #ddd;
	color: #000;
	padding: 10px 7px;
	font-size: 13px;
	display: inline-block;
	border: none;
	width: 100%;
	font-weight: 500;
  }
  .schedule_btn_active {
	background: #001ae5;
	color: #fff;
  }
  .schedule_inner_box {
	padding: 10px;
	background: #eee;
	border: #ddd 1px solid;
  }
  .back_btn {
	display: inline-block;
	background: #00e41d;
	color: #000 !important;
	font-weight: 500;
	margin-top: 10px;
	font-size: 17px;
	padding: 10px 105px;
	border: none;
	border-radius: 5px;
  }
  .back_btn:hover {
	background: #008080;
	color: #fff !important;
  }
  .continue_btn {
	display: inline-block;
	background: #008080;
	color: #fff !important;
	font-weight: 500;
	margin-top: 10px;
	font-size: 17px;
	padding: 10px 105px;
	border: none;
	border-radius: 5px;
  }
  .continue_btn:hover {
	background: #00e41d;
	color: #000 !important;
  }
  .disable_btn {
	display: inline-block;
	background: #D8D8D8;
	color: #8D8D8D !important;
	font-weight: 500;
	margin-top: 10px;
	font-size: 17px;
	padding: 10px 105px;
	border: none;
	border-radius: 5px;
	padding: 10px 45px;
  }
  .pro-top-sec {
	background: #008080;
	text-align: center;
	padding: 30px 0;
	margin-top: 68px;
	display: none;
  }
  #progressbar {
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: flex;
  }
  #progressbar .active {
	color: #fff;
  }
  #progressbar li {
	list-style-type: none;
	font-size: 22px;
	width: 25%;
	position: relative;
	font-weight: 600;
	color: #000;
  }
  #progressbar li strong {
	display: block;
	font-weight: normal;
	font-size: 16px;
  }
  #progressbar #Step1:before {
	font-family: FontAwesome;
	content: "\f041";
  }
  #progressbar #Step2:before {
	font-family: FontAwesome;
	content: "\f1b9";
  }
  #progressbar #Step3:before {
	font-family: FontAwesome;
	content: "\f007";
  }
  #progressbar #Step4:before {
	font-family: FontAwesome;
	content: "\f005";
  }
  #progressbar #Step5:before {
	font-family: FontAwesome;
	content: "\f007";
  }
  #progressbar #Step6:before {
	font-family: FontAwesome;
	content: "\f283";
  }
  #progressbar li:before {
	width: 65px;
	height: 65px;
	font-size: 26px;
	line-height: 60px;
	display: block;
	font-size: 20px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
	z-index: 1;
	position: relative;
  }
  #progressbar li:after {
	content: '';
	width: 100%;
	height: 12px;
	background: #000;
	position: absolute;
	left: 0;
	top: 28px;
  }
  #progressbar li.active:before, #progressbar li.active:after {
	background: #fff;
	color: #000;
  }
  .radiobtn {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
  }
  .radiobtn label {
	display: block;
	color: #444;
	border-radius: 5px 5px 0 0;
	padding: 16px 0 16px 14px;
	font-weight: 500;
	border: 1px solid #ddd;
	background: #ddd;
	cursor: pointer;
  }
  .radiobtn label:after, .radiobtn label:before {
	content: "";
	position: absolute;
	right: 25px;
	bottom: 22px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #fff;
	top: 20px;
  }
  .radiobtn label:before {
	background: transparent;
	-webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
  }
  .radiobtn input[type="radio"], .radiobtn input[type="checkbox"] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .radiobtn input[type="radio"]:checked + label, .radiobtn input[type="checkbox"]:checked + label {
	background: #e5f2f2;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-color: #e5f2f2;
	color: #000;
	border-bottom: 5px solid #000;
  }
  .radiobtn input[type="radio"]:checked + label:after, .radiobtn input[type="checkbox"]:checked + label:after {
	background: #000;
	border: 1px solid #000;
  }
  .radiobtn input[type="radio"]:checked + label:before, .radiobtn input[type="checkbox"]:checked + label:before {
	width: 20px;
	height: 20px;
  }
  .radiobtn_table_dis_span {
	display: block;
	background: #069122;
	color: #fff;
	padding: 3px 4px;
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
  }
  .radiobtn_table_total_span {
	font-size: 18px;
  }
  .radiobtn_div_section {
	border: 1px solid #ddd;
  }
  .radiobtn_table {
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
  }
  .radiobtn_table .cart-box select {
	width: 60px;
	margin-left: 15px;
  }
  .booking_radio span {
	font-size: 12px;
	/* font-weight: ; */
  }
  .booking_radio label {
	min-height: 85px;
  }
  .view-profile-container {
	background: #fff;
	padding: 30px 0 30px;
	margin-top: 68px;
  }
  .view-profile-inner-container {
	background: #fff;
	padding: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
  }
  .booking_box {
	border: 1px solid #ddd;
	padding: 0 15px 15px;
  }
  .bkf_label {
	color: #727272;
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: 500;
  }
  .bkf_label span {
	color: red;
	font-size: 16px;
  }
  .note_txt {
	color: #727272;
	font-size: 12px;
	margin-top: 5px;
  }
  .pkg-title span {
	font-size: 14px;
	color: #0019e5;
  }
  .plg-txt span {
	font-size: 14px;
	color: #0019e5;
	font-weight: 500;
  }
  .frgt_pass {
	float: right;
	top: 25px;
	position: relative;
	font-size: 13px;
	font-weight: 500;
  }
  .payment_page .card-header {
	color: #111;
	font-weight: 500;
	font-size: 20px;
	padding: 20px 20px;
  }
  .mfee_txt {
	font-size: 15px;
	color: red;
  }
  .select_address_btn {
	width: 100%;
	color: #fff;
	background: #00a651;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
  }
  .btn-save {
	color: #fff;
	background-color: #011af5;
	border-color: #011af5;
	font-size: 14px;
	padding: 7px 30px;
  }
  .btn-cancel {
	color: #fff;
	background-color: red;
	border-color: red;
	font-size: 14px;
	padding: 7px 25px;
  }
  .btn-cancel:hover {
	color: #fff;
  }
  .bk_edit {
	background-color: #011af5;
	color: #fff;
	padding: 2px 10px;
	font-size: 13px;
  }
  .bk_edit:hover {
	color: #fff;
  }
  .bk_del {
	background-color: red;
	color: #fff;
	padding: 2px 10px;
	font-size: 13px;
  }
  .bk_del:hover {
	color: #fff;
  }
  .gift_voucher_right_text1 {
	font-size: 18px;
	margin-top: 30px;
	color: #666;
	font-weight: 500;
  }
  .gift_voucher_right_text2 {
	font-size: 15px;
	margin-top: 20px;
	color: #666;
  }
  .gift_voucher_right_text3 {
	font-size: 15px;
	margin-top: 20px;
	color: #999;
	font-style: italic;
  }
  .gift_left_section {
	padding: 30px 15px 30px 20px !important;
  }
  #payment_div .gift_div {
	display: none;
  }
  .gift_apply_btn {
	background: #008080;
	border-radius: 0;
	border: 1px solid #008080 !important;
	font-size: 14px;
  }
  .complete_gift_booking {
	padding: 20px 30px;
	background: #00e41d;
	font-size: 17px;
  }
  .complete_gift_booking img {
	width: 35px;
	margin-top: -7px;
  }
  .service_page_heading {
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	position: relative;
	padding-bottom: 10px;
	color: #1f2423;
  }
  .service_page_heading strong {
	font-weight: 600;
	color: #008080;
  }
  .service_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #001ae5;
	border-radius: 30px;
  }
  .centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
  }
  .service_page_text {
	color: #666;
	margin-top: 20px;
  }
  .inner_page_mid_section {
	background: #f3f7f7;
	padding: 60px 0;
	margin: 60px 0;
  }
  .service_page_bottom_box {
	background: #008080;
	border-radius: 15px;
	padding: 40px 30px;
	margin-top: 60px;
	text-align: center;
  }
  .service_page_bottom_box_heading {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
  }
  .service_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	border-bottom: 4px solid #fff;
	border-radius: 30px;
  }
  .service_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
  }
  .service_page_list ul {
	padding: 0;
	margin: 0;
  }
  .service_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
  }
  .service_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
  }
  .service_step_box {
	margin-top: 30px;
  }
  .service_step_box_inner {
	background: #001ae5;
	min-height: 100%;
	padding: 30px 20px;
	border-radius: 10px;
  }
  .service_step_box_number {
	background: #00e41d;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	padding-top: 18px;
  }
  .service_step_box_heading {
	font-weight: 600;
	color: #fff;
	font-size: 19px;
	margin-top: 15px;
	line-height: 26px;
  }
  .service_step_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 15px;
  }
  .service_page_small_img {
	text-align: center;
  }
  .service_page_small_img img {
	width: 200px;
  }
  .service_page_img img {
	border-radius: 10px;
  }
  .service_step_box_img img {
	width: 60px;
  }
  .about_mission_box {
	margin-bottom: 40px;
  }
  .about_mission_box_inner {
	background: #E5F2F2;
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 100%;
	border-top: 5px solid #008080;
  }
  .about_mission_box_heading {
	color: #1f2423;
	font-weight: 600;
	font-size: 20px;
  }
  .about_mission_box_text {
	color: #666;
	margin-top: 15px;
  }
  .blog_section {
	background: #f2f8f8;
	padding: 15px 15px 25px;
	margin-bottom: 30px;
	border-radius: 10px;
  }
  .blog_img img {
	border-radius: 10px;
  }
  .blog_title {
	color: #1f2423;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	margin: 25px 0 0;
  }
  .short_content {
	color: #666;
	margin-top: 15px;
  }
  .blog_btn a {
	display: inline-block;
	color: #fff !important;
	background: #008080;
	border-radius: 10px;
	padding: 10px 20px 11px;
	font-size: 15px;
	margin-top: 20px;
  }
  .blog_content_heading {
	font-weight: 500;
	color: #333;
	margin: 20px 0;
	font-size: 18px;
  }
  .recent_blog_title {
	color: #555;
  }
  .review-block-description {
	color: #666;
	font-size: 14px;
	margin-top: 5px;
  }
  .profile_menu_ul {
	padding: 10px;
  }
  .profile_menu_ul li {
	list-style: none;
	font-size: 15px;
  }
  .profile_menu_ul li img {
	width: 40px;
  }
  .profile_menu_ul li a {
	color: #555;
  }
  .profile_table tr td {
	color: #666;
  }
  .blog_date, .recent_blog_date {
	color: #008080;
	font-size: 14px;
	margin-top: 15px;
  }
  .contact_heading {
	font-weight: bold;
	font-size: 24px;
	color: #1f2423;
  }
  .contact_form {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
  }
  .book_for {
	color: #008080;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 17px;
  }
  .contact_form label {
	font-size: 15px;
	color: #302f2f;
	margin-bottom: 4px;
  }
  textarea {
	resize: none;
  }
  .contact-info {
	margin: 25px 0 0;
	padding-left: 50px;
	position: relative;
  }
  .contact-info-image {
	position: absolute;
	top: 6px;
	left: 0;
	width: 36px;
  }
  .contact-info-heading {
	color: #008080;
	font-size: 17px;
	font-weight: 600;
  }
  .contact-info-details {
	color: #666;
	font-size: 16px;
  }
  .contact-info-details a {
	color: #666;
	transition: all 0.5s ease 0s;
  }
  .contact_social {
	margin-top: 15px;
  }
  .contact_social a {
	margin-right: 10px;
  }
  .contact_social img {
	width: 30px;
  }
  .contact_map {
	margin-top: 60px;
  }
  .abt-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	position: relative;
	padding-bottom: 10px;
	color: #011ae6;
  }
  .ab-inner-text {
	color: #666;
	font-size: 15px;
  }
  .terms_content ol, .terms_content ul {
	padding: 0 15px;
  }
  .terms_content ul {
	list-style: none;
  }
  .terms_content ol li {
	margin: 0 0 5px;
	position: relative;
	color: #666;
	font-size: 15px;
  }
  .terms_content ul li {
	margin: 0 0 5px;
	padding: 0 0 0 17px;
	position: relative;
	color: #666;
	font-size: 15px;
  }
  .terms_content ul li::before {
	background: #011ae6;
	border-radius: 50px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 10px
  }
  .contact_form label span {
	font-size: 15px;
	color: #f70404;
  }
  .filter_checkbox {
	max-height: 195px;
	overflow: auto;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
  }
  .resend_otp {
	background: #e50d0d;
	display: inline-block;
	color: #fff !important;
	border-radius: 4px;
	border: none;
	padding: 10px 30px;
	margin-top: 15px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  .resend_otp:hover {
	background: #001ae5;
  }
  /* Shared */
.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0.2em;
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #FFF;
	width: 100%;
  	text-align: center;
  }
  .loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
  }
  .loginBtn:focus {
	outline: none;
  }
  .loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }
  
  
  /* Facebook */
  .loginBtn--facebook {
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
	text-shadow: 0 -1px 0 #354C8C;
  }
  .loginBtn--facebook:before {
	border-right: #364e92 1px solid;
	background: url('../images/icon_facebook.png') 6px 6px no-repeat;
  }
  .loginBtn--facebook:hover,
  .loginBtn--facebook:focus {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
  }
  
  
  /* Google */
  .loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color: #000;
	border: 1px solid #ddd !important;
  }
  .loginBtn--google:before {
	border-right: #ddd 1px solid;
	background: url('../images/icon_google.png') 6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
	background: #fff;
  }
  /*============= Responsive ==============*/
  @media only screen and (min-width : 300px) and (max-width : 1023px) {
	.footer_top_block_last::before {
	  display: none;
	}
	.home_bottom_section_inner {
	  padding: 30px 20px;
	}
	.logo img {
	  width: 145px;
	}
	.ios.title-default.hydrated {
	  padding: 0;
	  text-align: left;
	  position: static;
	}
	.header_right a, .header_right button {
	  margin-left: 9px;
	  padding: 0;
	}
	.header_right a img, .header_right button img {
	  max-width: 15px;
	}
	.header_right {
	  padding-left: 0;
	}
	.header_hamburgar_icon {
	  width: 25px;
	}
	.banner_logo {
	  width: 200px;
	}
	.home_top_section_heading {
	  font-size: 18px;
	  line-height: 26px;
	  margin-top: 20px;
	}
	.radio_container .checkmark, .search_right .form-control {
	  width: 100%;
	}
	.search_right .input-group {
	  display: block;
	  margin-top: 15px;
	}
	.top_search_box_btn {
	  margin-left: 0 !important;
	  width: 100%;
	  margin-top: 15px;
	}
	.searchbox_bottom_text {
	  font-size: 15px;
	  margin-top: 20px;
	}
	.home_top_section {
	  padding: 110px 0 40px;
	}
	.home_howwork_section {
	  padding: 30px 20px;
	}
	.home_howwork_heading, .home_service_section_heading, .home_book_section_heading, .new_booking_section_heading, .blog_title {
	  font-size: 25px;
	  line-height: 30px;
	}
	.home_service_section, .new_booking_section, .inner_page_container {
	  padding: 40px 0;
	}
	.home_howwork_block ul li img {
	  width: 65px;
	}
	.howwork_right_img {
	  margin-top: 35px;
	}
	.home_howwork_btn {
	  padding: 10px 42px 10px 15px;
	  margin-top: 30px;
	  font-size: 15px;
	}
	.home_service_block img {
	  width: 80px;
	}
	.home_service_block {
	  margin-top: 25px !important;
	}
	.home_service_block_text {
	  font-size: 16px;
	  padding: 65px 10px 25px;
	}
	.home_service_block_btn {
	  padding: 10px 20px;
	  font-size: 15px;
	}
	.home_book_section {
	  padding: 30px 20px;
	}
	.home_book_img {
	  position: relative;
	  top: 0;
	  left: 50%;
	  transform: translate(-50%, 0);
	  width: 140px;
	  margin-bottom: 20px;
	}
	.home_book_inner_box {
	  padding: 20px;
	  margin-top: 30px;
	}
	.home_book_inner_box_text {
	  margin-top: 0;
	}
	.home_book_section_subheading {
	  font-size: 16px;
	  margin-top: 25px;
	}
	.new_booking_btn, .footer_gift_btn {
	  padding: 10px 20px;
	  margin-top: 25px;
	  font-size: 15px;
	}
	.home_bottom_section_text {
	  font-size: 15px;
	  margin-bottom: 25px;
	}
	.home_bottom_section_form {
	  padding: 20px 20px;
	}
	.home_bottom_section {
	  padding: 0 0 40px;
	}
	.footer_top_block {
	  border-left: none;
	  padding-left: 12px !important;
	  margin-top: 40px !important;
	  margin-bottom: 0 !important;
	}
	.footer_top_heading, .footer_gift_heading {
	  font-size: 20px;
	}
	.footer_top_block_last {
	  padding: 20px;
	}
	.footer_top {
	  padding: 0 0 40px;
	}
	.footer_social {
	  text-align: center;
	  margin-bottom: 15px;
	}
	.footer_social a {
	  margin: 0 5px;
	}
	.footer_copyright {
	  text-align: center;
	}
	.service_page_heading, .service_page_bottom_box_heading {
	  font-size: 23px;
	  line-height: 28px;
	}
	.service_page_img {
	  margin-bottom: 30px;
	}
	.inner_page_mid_section {
	  padding: 40px 0;
	  margin: 40px 0;
	}
	.service_page_bottom_box {
	  padding: 30px 20px;
	  margin-top: 40px;
	}
	.inner_page_heading {
	  font-size: 26px;
	  line-height: 31px;
	}
	.inner_banner {
	  padding: 110px 0 55px;
	}
	.service_page_small_img {
	  text-align: left;
	}
	.service_page_small_img img {
	  width: 100px;
	}
	.lcn_email_div {
	  margin-bottom: 25px;
	}
	.location_list_ul li {
	  width: 100%;
	}
	.login_left_section {
	  padding: 30px !important;
	}
	.login_reg_form .form-control {
	  min-height: 42px;
	}
	.login_reg_btn, .register_link {
	  padding: 9px 20px;
	  font-size: 15px;
	}
	.profile_page_container {
	  margin-top: 55px;
	}
	.profile_left_sidebar, .profile_right_box {
	  margin-bottom: 25px;
	}
	.profile_right_box {
	  padding: 20px;
	}
	#profileUserTab {
	  margin: 0;
	  border-radius: 7px;
	}
	#profileUserTab li, #profileUserTab .nav-link, .profile_user_list ul li {
	  width: 100%;
	}
	.filter_radio {
	  flex-wrap: wrap;
	}
	#profileUserTabContent {
	  padding: 20px 0;
	}
	.profile_user_img {
	  min-width: 55px;
	  width: 55px;
	  height: 55px;
	}
	.menu_logo {
	  width: 160px;
	}
	.pf_logo_box {
	  border-right: none;
	  width: 100%;
	}
	.profile_left_box {
	  display: none;
	}
	.profile_left_box_heading {
	  margin: 0;
	}
	.profile_inner_banner {
	  padding: 10px 0;
	}
	.jambo_table tr th {
	  min-width: 60px;
	}
	.jambo_table tr th:nth-child(2) {
	  min-width: 100px;
	}
	.jambo_table tr th:nth-child(3), .jambo_table tr th:nth-child(4) {
	  min-width: 300px;
	}
	.profile_table tr td {
	  display: block;
	  padding-left: 0;
	}
	.profile_table tr td:first-child {
	  border-bottom: none;
	  font-weight: 500;
	  padding-bottom: 0;
	  font-size: 15px;
	  color: #333;
	}
	.upload_img_right {
	  padding-left: 12px !important;
	}
	.edit_img {
	  width: 100px;
	}
	.active_un_btn, .un_btn, .add_address_btn {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	.card-body .text-end {
	  text-align: left !important;
	  margin-bottom: 10px;
	}
	.profileheader_user_img {
	  width: 85px;
	}
	.booknow_btn {
	  font-size: 15px;
	  min-height: 40px;
	}
	.contact-right {
	  margin-top: 40px;
	}
  }
  @media only screen and (max-width : 320px) {}
  @media only screen and (min-width : 321px) and (max-width : 480px) {}
  @media only screen and (min-width : 481px) and (max-width : 767px) {
	#profileUserTab li {
	  width: 50%;
	}
	.header_right a img, .header_right button img {
	  max-width: 18px;
	}
	.header_right a, .header_right button {
	  margin-left: 14px;
	}
  }
  @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.search_right .input-group {
	  display: flex;
	  align-items: center;
	}
	.search_right .form-control {
	  width: 46%;
	}
	.top_search_box_btn {
	  margin-left: 8% !important;
	  width: 46%;
	  margin-top: 0;
	}
	.header_right a img, .header_right button img {
	  max-width: 18px;
	}
	.header_right a, .header_right button {
	  margin-left: 14px;
	}
	.location_list_ul li {
	  width: 48%;
	}
	.contact-right {
	  margin-top: 0;
	}
  }
  @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.radio_container .checkmark {
	  /* width: 110px; */
	  font-size: 15px;
	}
	.radio_container {
	  /* margin-right: 15px; */
	}
	.home_book_inner_box {
	  padding: 30px;
	}
	.home_book_img {
	  width: 250px;
	}
	.home_bottom_section_form {
	  padding: 20px 30px;
	}
	.footer_top_block {
	  padding-left: 20px !important;
	}
	.home_service_block_text {
	  font-size: 16px;
	}
	.profile_left_box, .pf_logo_box {
	  width: 250px;
	}
	.profile_user_img {
	  min-width: 50px;
	  width: 50px;
	  height: 50px;
	}
	.profile_left_box_heading {
	  font-size: 15px;
	  margin-top: 18px;
	}
  }
  /* iPhone X/XS */
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.search_right .input-group {
	  display: flex;
	  align-items: center;
	}
	.search_right .form-control {
	  width: 46%;
	}
	.top_search_box_btn {
	  margin-left: 8% !important;
	  width: 46%;
	  margin-top: 0;
	}
	.header_right a img, .header_right button img {
	  max-width: 18px;
	}
	.header_right a, .header_right button {
	  margin-left: 14px;
	}
	.location_list_ul li {
	  width: 48%;
	}
	.contact-right {
	  margin-top: 0;
	}
  }
  /* iPhone XR */
  @media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.search_right .input-group {
	  display: flex;
	  align-items: center;
	}
	.search_right .form-control {
	  width: 46%;
	}
	.top_search_box_btn {
	  margin-left: 8% !important;
	  width: 46%;
	  margin-top: 0;
	}
	.header_right a img, .header_right button img {
	  max-width: 18px;
	}
	.header_right a, .header_right button {
	  margin-left: 14px;
	}
	.location_list_ul li {
	  width: 48%;
	}
	.contact-right {
	  margin-top: 0;
	}
  }
  /* iPhone XS Max */
  @media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.search_right .input-group {
	  display: flex;
	  align-items: center;
	}
	.search_right .form-control {
	  width: 46%;
	}
	.top_search_box_btn {
	  margin-left: 8% !important;
	  width: 46%;
	  margin-top: 0;
	}
	.header_right a img, .header_right button img {
	  max-width: 18px;
	}
	.header_right a, .header_right button {
	  margin-left: 14px;
	}
	.location_list_ul li {
	  width: 48%;
	}
	.contact-right {
	  margin-top: 0;
	}
  }
  /* iPad Pro 10.5 inch */
  @media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}
  /* iPad Pro 12.9 inch */
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}
  @media screen and (min-width: 1424px) {}
  @media screen and (min-width: 1624px) {}
  @media screen and (min-width: 1920px) {
	.radio_container .checkmark {
	  width: 152px;
	}
  }
  @media screen and (min-width: 2048px) {
	.radio_container .checkmark {
	  width: 152px;
	}
  }
  @media screen and (min-width: 2550px) {
	.radio_container .checkmark {
	  width: 152px;
	}
  }