.header--social__media {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.heading--social__media p, .google-rvw a p {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
}

.google-rvw a p {
	cursor: pointer;
}

.google-rvw a p:hover {
    opacity: 50%;
}


a.ry-btn-module-34.ry-btn-phone span.ry-span-3 {
    font-size: 20px;
    font-weight: 700;
}


.module-34 .ry-btn-module-34 {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}


.module-34-top-right,
.module-34-top-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header--social__media .social-media__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.header--social__media .social-media__content li {
    list-style: none;
}

.header--social__media .social-media__content li a.fa:before {color: #fff;}

.header--social__media .social-media__content li svg {
    display: none;
}

.header--social__media .social-media__content li a {
    width: 40px;
    height: 40px;
    background: #018b5a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header--social__media .social-media__content li a:hover {
	background: #0a7ebb;
}


.module-34 .ry-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 20px 0 0px;
}

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

/*HEADER STYLE 5 */
.module-34 .ry-btn-module-34 {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 50px;
}

.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: 2px solid rgb(0 0 0 / 10%) !important;
	margin-top: 0px;
}

.module-34-top-center img {
	    max-width: 350px;
    width: 100%;
}

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

.module-34 .ry-menu a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 500;
}

.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: 8px 15px;
    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: #fff;
    /*box-shadow: 0 2px 2px #efefef;*/
}

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

@keyframes slide-top {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.ry-sticky-menu {
  animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ry-sticky-menu.fixed {
  -webkit-animation: slide-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.8s 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);
	opacity: 0.5;
  }
	50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
	opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	  opacity: 1;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
	opacity: 0.5;
  }
	50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
	opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	  opacity: 1;
  }
}
**/



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

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

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

.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: 0;
    -ms-flex: 0;
    flex: 0;
}



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



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

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

/* END HEADER STYLE 5 */