#live-btn .form-group {
	margin: 10px 0;
	width: unset;
	height: unset;
}

/*header style 1*/
.module-15 {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	position: absolute;
	z-index: 1000;
	padding: 15px 0;
	left: 0;
	top: 0;
}
.module-15 .ry-container {
	max-width: 1600px;
	width: 90%;
	float: none;
	margin: 0 auto;
}
.module-15.fixed {
    position: fixed;
    top: 0;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
	.module-15 {
		display: none;
	}
}
.module-15 .inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-15 .contained {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-15 .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: auto;
	gap: 10px;
}
.module-15 .left .logo-wrap {
	max-width: 190px;
}
.module-15 .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-15 .right .__subs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	height: 50px;
	border-radius: 0;
	width: auto;
	border: 1px solid #f7c563;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs {
		height: 40px;
	}
}
.module-15 .right .__subs:hover a,
.module-15 .right .__subs:hover input[type="text"],
.module-15 .right .__subs:hover .fa {
	color: #000 !important;
}
.module-15 .right .__subs:hover .btn {
	background: #fff !important;
}
.module-15 .right .__subs.search {
	width: auto;
	border-radius: 0 !important;
}
.module-15 .right .__subs.search .btn {
	padding: 0;
}
.module-15 .right .__subs.search .search-bar-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@supports (-webkit-overflow-scrolling: touch) {
	.module-15 .right .__subs.search .search-bar-widget {
		display: none;
	}
}
.module-15 .right .__subs.search .search-bar-widget .input-group-btn {
	width: auto;
}
.module-15 .right .__subs.search .search-bar-widget .form-control {
	background: transparent;
	width: 0;
	min-width: 0 !important;
	max-width: 300px !important;
	padding: 0;
	border: 0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	color: #fff;
	font-weight: 500;
	font-size: 85% !important;
}
.module-15
.right
.__subs.search
.search-bar-widget
.form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15
.right
.__subs.search
.search-bar-widget
.form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15
.right
.__subs.search
.search-bar-widget
.form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15 .right .__subs.search .search-bar-widget .form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15 .right .__subs.search .search-bar-widget .form-control::-ms-clear {
	display: none;
}
.module-15 .right .__subs.search .search-bar-widget .btn {
	border-color: transparent;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.search .search-bar-widget .btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
.module-15 .right .__subs.search .search-bar-widget:hover {
	border-radius: 10px;
}
.module-15 .right .__subs.search .search-bar-widget:hover .form-control {
	-webkit-transform-origin: right center !important;
	transform-origin: right center !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px !important;
	display: block;
	width: 300px !important;
}
@media (max-width: 1000px) {
	.module-15 .right .__subs.search .search-bar-widget:hover .form-control {
		width: 170px !important;
	}
}
.module-15 .right .__subs.search .search-bar-widget:hover .form-control .btn {
	background: #fff !important;
}
.module-15 .right .__subs.phone div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	border: 10px;
}
.module-15 .right .__subs.phone a {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
}
.module-15 .right .__subs.phone a::before {
	content: "\f095" !important;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 16px;
	margin-right: 10px;
	-webkit-transform: scale(0.8) !important;
	transform: scale(0.8) !important;
	width: 30px;
	height: 30px;
	display: flex
		;
	justify-content: center;
	align-items: center;
	background: #e0dac8;
	border-radius: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.phone a::before {
		font-size: 14px;
	}
}
.module-15 .right .__subs.appointment div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%;
}
.module-15 .right .__subs.appointment a {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
}
.module-15 .right .__subs.appointment a::before {
	content: "\f073";
	font-family: fontawesome;
	font-size: 18px;
	margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.appointment a::before {
		font-size: 14px;
	}
}
.module-15 .right .__subs a {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 25px;
	text-transform: uppercase;
	color: #333333 !important;
	font-weight: 500 !important;
	font-family: 'Jost';
	text-align: center;
}
.module-15.style2 .right .__subs:hover a,
.module-15.style2 .right .__subs:hover input[type="text"],
.module-15.style2 .right .__subs:hover .fa {
	color: #fff !important;
}
.module-15.style2 .right .__subs.search {
	background: transparent !important;
}
.module-15.style2 .right .__subs.search .search-bar-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@supports (-webkit-overflow-scrolling: touch) {
	.module-15.style2 .right .__subs.search .search-bar-widget {
		display: none;
	}
}
.module-15.style2 .right .__subs.search .search-bar-widget .input-group-btn {
	width: auto;
}
.module-15.style2 .right .__subs.search .search-bar-widget .form-control {
	background: transparent;
	width: 0;
	min-width: 0 !important;
	max-width: 300px !important;
	padding: 0;
	border: 0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	color: #fff;
	font-weight: 500;
	font-size: 85% !important;
}
.module-15.style2
.right
.__subs.search
.search-bar-widget
.form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15.style2
.right
.__subs.search
.search-bar-widget
.form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15.style2
.right
.__subs.search
.search-bar-widget
.form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15.style2
.right
.__subs.search
.search-bar-widget
.form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%;
}
.module-15.style2
.right
.__subs.search
.search-bar-widget
.form-control::-ms-clear {
	display: none;
}
.module-15.style2 .right .__subs.search .search-bar-widget .btn {
	border-color: transparent;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15.style2 .right .__subs.search .search-bar-widget .btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
.module-15.style2 .right .__subs.search .search-bar-widget:hover {
	border-radius: 10px;
}

.module-15 .right .ry-our-location {
	position: relative;
	padding: 0 20px;
}
.module-15 .right .ry-our-location .under-dropdown {
	position: absolute;
	top: 50px;
	left: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
	background: #f7c563;
	opacity: 0;
}
.module-15 .right .ry-our-location .under-dropdown a {
	padding: 15px 10px;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
}
.module-15 .right .ry-our-location:hover .under-dropdown {
	opacity: 1;
}
.module-15 .right .ry-our-location .under-dropdown a:hover {
	background: #f76835;
	color: #fff !important
}
.module-15 .right .__subs:not(.appointment) {
	background: transparent;
	border: 1px solid #000;
}
.module-15 .right .__subs:not(.appointment):hover {
	background: #f7c563;
	border: 1px solid #f7c563;
}
.module-15 .right .__subs:hover {
	background: transparent;
	border: 1px solid #000;
}