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

.module-34 .ry-btn-module-34 .dropdown-menu {
    width: 100%;
    margin: 0;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background: #df8a3f !important;
    border: unset;
    margin: 0 auto;
}

.module-34 .ry-btn-module-34.open {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}


.module-34 #locations-dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0;
    box-shadow: unset;
    padding: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.module-34 #locations-dropdown .dropdown-menu li a {
	font-size: 16px;
	padding: 10px 30px;
	color: #fff !important;
}



.module-34 .dropdown.locations-dropdown button {
	padding: 0;
	margin: 0;
	background: none !important;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	font-size: 18px;
	width: 297px;
	height: 57px;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 300;
	outline: 0;
	border: 0;
}

.module-34 .dropdown.locations-dropdown button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.module-34 .ry-btn-module-34.ry-btn-phone:hover {
    background: #325060;
}

/*HEADER STYLE 5 */
.module-34 .ry-btn-module-34 {
    /* padding: 15px 25px; */
    border-radius: 40px;
    /* width: 300px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 18px; */
    /* text-align: center; */
}

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

.module-34 .ry-flex {
}

.module-34 .module-34-top {display: flex;align-items: center;justify-content: space-between;width: min(1280px, 100%);max-width: 100%;margin: 0 auto;float: unset;padding: 40px 0;}

.module-34 .module-34-bot {
    background: #325060;
    height: 70px;
}

.module-34-top-left, .module-34-top-center, .module-34-top-right {
    /* width: 320px; */
}

.module-34-top-center img {max-width: max-content;}

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

.module-34 .ry-header-logo {
    /* position: relative; */
    /* top: 15px; */
}

.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;
    transition: unset;
}

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

.module-34 .ry-menu a {
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Poppins";
}

.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: 15px 30px;
    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%;
    transition: unset;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    top: 3.5rem;
}

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

.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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.module-34 .ry-btn-module-34.ry-btn-phone.ry-btn-phone .dropdown-menu {
    background: #325060 !important;
}

.module-34 #locations-dropdown .dropdown-menu li a:hover, .module-34 #locations-dropdown .dropdown-menu li a:focus {
    background: #333;
}


@media (max-width: 600px) {
  
}

@media (max-width: 375px) {
    
}

.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;
}

@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;
    }
}

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

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

/* END HEADER STYLE 5 */