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

/*HEADER STYLE 5 */
.module-34 .ry-btn-module-34 {
    padding: 12px 18px;
    border-radius: 50px;
}

.module-34 .ry-btn-module-34 i {
    margin-right: 0;
    font-size: 25px;
}

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

.module-34 .module-34-top {
    /* z-index: 50; */
    padding-top: 48px;
}

.module-34 .module-34-bot {
    /* border-top: 2px solid rgb(0 0 0 / 10%) !important; */
    /* margin-top: 0px; */
}

.module-34-top-center img {
	    max-width: 230px;
	    width: 100%;
	    filter: brightness(100);
	    padding: 0 5%;
}

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

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

.module-34 .ry-menu li {
    list-style: none;
    color: #fff !important;
}


.module-34 .ry-menu .ry-nav li a {
    font-size: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 400;
}

.module-34 .ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    font-size: 16px !important;
    letter-spacing: 1px;
    line-height: normal;
    padding: 15px 20px;
}

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

.module-34.ry-section.ry-sticky-menu.fixed {
    padding: unset;
    background-color: #849da9 !important;
    /* box-shadow: 0 2px 2px #efefef; */
}

.module-34.ry-sticky-menu.fixed .ry-content {
    padding: unset;
    gap: 8px;
}

/**.module-34.ry-sticky-menu.fixed .ry-menu a {
    padding: 15px 0;
}**/

.ry-sticky-menu.fixed {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background: #ffffff;
 
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}



#ry-pg-header .module-34.ry-sticky-menu.fixed .ry-menu a {
	padding: 8px 15px;
}

#ry-pg-header .module-34 .ry-content {
    padding: 10px 0 0;
}



#ry-pg-header .module-34 .module-34-bot {
    margin-top: 10px;
}

.module-34.ry-sticky-menu.fixed .module-34-bot {
    /* margin-top: 10px; */
    /* border: unset !important; */
}

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

.module-34.ry-sticky-menu.fixed .module-34-bot .ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    top: 50px;
}

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

div.module-35 .module-35-header-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	max-width: 100%;
}




@media (max-width: 600px) {
    .module-35 .module-35-header-center {
		max-width: 11rem;
		margin-right: 1rem;
    }
}

.module-35 .mobile-button a i.fas.fa-info-circle {
    font-size: 2rem;
}

.module-35-header-left .mobile-button .dropdown.open .dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
    padding: 0;
}


.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 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

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

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

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

.module-35 .module-35-header-container .module-35-header-center {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}



.module-34-top-left {
    /* align-items: center; */
    /* justify-content: center; */
}

.module-34 .ry-btn-module-34 .ry-span-1 {
    background: #cfc5aa;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.module-34-top-left .ry-btn-module-34 {
    padding: 0;
}

.module-34-nav {
    position: absolute;
    z-index: 9;
}


/* END HEADER STYLE 5 */