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

/*HEADER STYLE 5 */
.module-34 {
    position: fixed;
    z-index: 99;
    padding: 40px 0 0;
    background-color: transparent;
}
.module-34 .ry-btn-module-34 {
	padding: 8px 30px 8px 50px;
	border-radius: 7px;
	font-size: 17px;
}

.module-34 .ry-btn-module-34 i {
	/* margin-right: 6px; */
}

.module-34 .ry-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.module-34 .module-34-top {
	z-index: 50;
}

.module-34 .module-34-bot {
	border-top: 1px solid;
	border: none;
}

.module-34-top-left, .module-34-top-center, .module-34-top-right {
	width: 100%;
	justify-content: flex-start;
	display: flex;
}
.module-34-top-left {
	max-width: max-content;
}

.module-34-top-left img {max-width: 500px; margin-bottom:0px;}

.module-34-top-right {
	justify-content: flex-end;
	gap: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module-34 .module-34-bot .ry-container {
		max-width: 90%;
	}
}

.module-34 .ry-header-logo {
	position: relative;
	top: 0px;
}

.module-34 .ry-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
}

.module-34 .ry-menu li {
	list-style: none;
}

.module-34 .ry-menu a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0;
	font-size: 16px;
}

.module-34 .ry-menu .dropdown.primary:hover .dropdown-menu,
.module-34 .ry-menu .dropdown.primary:focus .dropdown-menu {
	display: block;
}

.module-34 .ry-menu .dropdown-menu {
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}

.module-34 .ry-menu .dropdown-menu a {
	padding: 14px 22px;
	display: block;
}

.ry-menu {
	width: 100%;
}

.ry-menu .ry-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
	top: 40px;
}

.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
	display: block;
	margin-left: 10px;
}

.module-35 .module-35-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 3%;
}

.module-35 .module-35-header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.module-35-header-center {width: 300px;}

@media (max-width: 1080px) {
	.module-34-top-left img {
		max-width: 350px;
	}
}

@media (min-width: 1025px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 193px;
	}
}

@media (max-width: 600px) {
	.module-35 .module-35-header-left {
		max-width: max-content;
	}
	.module-35 .module-35-header-center {
		max-width: 210px;
	}
}

@media (max-width: 375px) {
	.module-35 .module-35-header-center {
		max-width: 120px;
	}
}

.module-35 .module-35-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.module-35 .mobile-button a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	font-family: 'Urbanist' !important;
}

@media (max-width: 425px) {
	.module-35 .mobile-button a {
		width: 35px;
		height: 35px;
	}
}

.module-35 .mobile-button a:not(:last-of-type) {
	margin-right: 7px;
}

.module-35 .mobile-button a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.4rem;
}

@media (max-width: 425px) {
	.module-35 .mobile-button a i {
		font-size: 1.1rem;
	}
}

.ry-sticky-menu.fixed .ry-menu .ry-nav li.primary {
	padding: 0px 0 0;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.ry-sticky-menu .ry-menu .ry-nav {
	margin-top: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.ry-sticky-menu.fixed .ry-menu .ry-nav {
	margin-top: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.module-35 .mobile-nav .hamburger {
	outline: 0;
}

.module-35 .mobile-nav .hamburger:hover {
	opacity: 1;
}

.module-34-top-right span.ry-span-3 {
	display: block;
	font-size: 15px;
	margin-top: -7px;
}
.module-34-top-right a {
	position: relative;
}
.module-34-top-right span.ry-span-1 {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.module-34 .ry-menu .dropdown-menu a {
	font-weight: 400;
}
.module-34 .ry-btn-module-34.ry-btn-phone {
	background: var(--color-primary);
}
.module-34 .ry-btn-module-34.ry-btn-phone:hover {
	background: var(--color-secondary);
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover a {
	background: #fff;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover a {
	color: #483c33 !important;
}
.module-34-top-center {
	justify-content: center;
}
.module-34 .ry-header-logo img {
	max-width: 300px;
	transition: .25s;
}
.module-34.fixed .ry-header-logo img {
	max-width: 250px;
	transition: .25s;
}
.module-34-top-left .social-header .ry-social-custom {
	padding: 0;
	list-style: none;
}
.module-34-top-left .social-header .ry-social-custom .social-inner-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}
.module-34-top-left .social-header .ry-social-custom .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	border: 1px solid rgb(164 148 84 / 50%);
	transition: .3s;
}
.module-34-top-left .social-header .ry-social-custom .social-inner-wrap li a:hover { 
	background: #a65943;
	transition: .3s;
}
.module-34-top-left .social-header .ry-social-custom .social-inner-wrap li a svg {
	width: 15px;
	height: 15px;
	fill: #a49454;
	transition: .3s;
}
.module-34-top-left .social-header .ry-social-custom .social-inner-wrap li a:hover svg {
	fill: #fff;
	transition: .3s;
}
/* END HEADER STYLE 5 */


#menu_container{
	padding: 80px 0 0;
}
.mm-listitem:after{
	left:0;
}
.mm-panels>.mm-panel{
	padding: 40px 0 0
}
.mm-panel:after, .mm-panel:before{
	display:none;
}


/*Navbar*/
.module-34-top-right .cta-nav {
	display:flex; 
	gap:10px;
	flex-wrap: wrap;
	justify-content: end;
}

.module-34-top-right .cta-nav .fa{
	font-size: 15px;
	color: var(--color-secondary);
}

.module-34 .ry-btn-module-34 {
	margin:auto;
}
.module-34-top-right {
	flex-direction:column;
	align-items: flex-end;
	max-width: 1000px;
	width:100%;
}

.module-34-top-right .navbar {
	display:flex; 
	gap:10px;
	margin:0;
	width:100%;
}


.ry-btn-module-34  .ry-span-2, .ry-btn-module-34  .ry-span-3 {
	margin-left:.5em;
}

.module-34 .ry-menu a {
	font-size: 20px;
	letter-spacing: 0;
	color: #24221e;
	font-weight: 500;
	font-family: var(--font-title);
	font-style: normal !important;
}

.module-34 .ry-btn-module-34 .ry-span-2 {font-family: var(--font-title);font-style: normal !important;text-transform: uppercase;font-size: 13px;}

.module-34 .ry-btn-module-34 .ry-span-3{
	font-size: 22px;
	color: #ffffff;
	font-style: normal;
}

@media (max-width:1330px){
	.module-34 .ry-menu a {
		font-size: 18px;
	}
	.module-34 .ry-btn-module-34 .ry-span-3{
		font-size: 14px;
	}   
	.module-34-top-right .cta-nav .fa{
		font-size:18px;
	}
}

@media(max-width:1140px) {
	.module-34-top-right .navbar {
		max-width:100% !important;
		width:100%;
	}
	.module-34-top-right{
		gap:0
	}
}

.cta-nav {
	display: flex;
}

.phone-call {
	display: flex;
	gap: .5em;
}

.cta-nav-dropdown {
	display: none;
	position: relative;
}

.cta-nav-dropdown .cta-dropdown-btn {
	background-color: transparent;
	border: none;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.cta-nav-dropdown .cta-dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	width: 300px;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
}

.cta-nav-dropdown .cta-dropdown-content a {
	color: #666666;
	padding: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.cta-nav-dropdown .cta-dropdown-content a:hover {
	background-color: #ddd;
}

.phone-dropdown {
	position: relative;
	display: inline-block;
	z-index:9
}
.phone-dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    background-color: #fff;
    flex-direction: column;
    padding-top: 0;
    width: 220px;
    padding: 0 10px;
    display: none;
}

.phone-dropdown-content span {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}


.phone-btn {
	background: none;
	border: none;
	color: inherit;
	font-size: 1.5rem;
	cursor: pointer;
}


.phone-dropdown-content a {
	padding: 10px 14px;
	text-decoration: none;
	display: block;
	border-radius: unset !important;
	width: 100% !important;
	height: auto !important;
}

.phone-dropdown-content a:hover {
	background-color: #fff;
}

.phone-dropdown:hover {
	display: block;
}


.phone-dropdown-content a{
	background:#fff !important;
	color: #666666 !important;

}

.phone-dropdown-content a:nth-child(1) {border-bottom: 1px solid rgb(51 51 51 / 8%);}

.phone-btn i {
	background: var(--color-primary);
	color:#fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center
}

.mobile-button {
	display:flex;
	gap: 0 10px;
}

.module-35 .mobile-button a:not(:last-of-type) {
	margin-right: 0px;
}

.mobile-button .phone-dropdown-content a:hover {
    color: var(--color-primary) !important;
}
.phone-dropdown:hover .phone-dropdown-content {
    display: block;
}


@media (max-width: 1280px) {
	.cta-nav .phone-call {
		/* display: none; */
	}

	.cta-nav-dropdown {
		display: block;
	}

	.cta-nav-dropdown:hover .cta-dropdown-content {
		display: block;
	}
}
@media(max-width:1140px) {
	.module-34-top-right .navbar {
		max-width:100% !important;
		width:100%;
	}
	.module-34-top-right{
		gap:0
	}

	.module-66, .module-66 .item img {
		height: calc(100vh - 0px);
		object-fit: cover;
		object-position: center 20%;
	}
}

@media (max-width:480px){
	.phone-btn i, .module-35 .mobile-button a{
		width: 40px;
		height: 40px;
	}
}