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

/* HEADER STYLE 4 */
.module-76 {
    z-index: 999;
    padding: 15px 0;
}

.module-76 .ry-content {
    padding: 20px 0;
    justify-content: space-between;
}

.module-76 .ry-menu {
    display: none;
}

.module-76 button {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    margin-right: 15px;
}

.module-76 #logo-btn button {
    width: unset !important;
    height: unset !important;
    margin: unset !important;
    border: unset !important;
}

@media (min-width: 1441px) {
    .module-76 button.is-active {
        opacity: 0;
    }
}

@media (max-width: 1440px) {
    .module-76 button.is-active {
        opacity: 1;
    }
}

.module-76 button.is-active .hamburger-inner:before {
    top: 0 !important;
}

.module-76 button:focus {
    outline: 0;
}

.module-76 button .hamburger-box {
    padding: 0;
    width: 22px;
    height: 20px;
}

.module-76 button .hamburger-box .hamburger-inner {
    width: 22px;
}

.module-76 button .hamburger-box .hamburger-inner:before {
    width: 22px;
    top: -9px;
}

.module-76 button .hamburger-box .hamburger-inner:after {
    width: 22px;
    top: -18px;
    height: 3px;
}

.module-76 button .hamburger-box .hamburger-inner,
.module-76 button .hamburger-box .hamburger-inner:before,
.module-76 button .hamburger-box .hamburger-inner:after {
    height: 2px !important;
    border-radius: unset;
    background: #fff;
}

.module-76 .ry-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    top: 50%;
}

.module-76 .ry-logo img {
    max-width: 200px;
    margin: 0 auto;
}

.module-76 .ry-left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-76 .ry-left .inner-wrap {
    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;
}

.module-76 .ry-left .nav-wrap {
    padding-right: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .module-76 .ry-left .nav-wrap {
        padding-right: 0;
    }
}

.module-76 .ry-left .ry-logo {
    max-width: 280px;
}

.module-76 .ry-left .ry-logo img {
    width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .module-76 .ry-left .ry-logo img {
        max-width: 160px;
    }
	
}

.module-76 .ry-right, .module-76 .ry-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: initial;
}

.module-76 .header-phone {
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 25px;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .module-76 .header-phone {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    .module-76 .header-phone {
        padding: 8px 20px;
    }
}

.module-76 .header-phone span {
    margin-right: 7px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .module-76 .header-phone span {
        display: none;
    }
}

.module-76 .header-phone:before {
    color: #fff;
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-right: 10px;
}

.module-76 .header-phone:before {
    content: "\f095";
}

.module-76 .header-phone a {
    font-weight: 700;
}

.module-76 .header-email {
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .module-76 .header-email {
        font-size: 15px;
    }
}

.module-76 .header-email:before {
    color: #fff;
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-right: 10px;
}

.module-76 .header-email:before {
    content: "\f073";
}

.module-76 .header-email a {
    color: #5b5b5b;
    padding: 5px 0 5px 40px;
    margin-left: -40px;
    cursor: pointer;
    font-weight: 700;
}

.module-76 .button-wrapper a {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #016235;
    color: #016235;
}

.module-76 .button-wrapper a:hover {
    background: #dd73259e;
    border-color:#dd7325;
    transition: .5s;
}

.module-76 .button-wrapper a .fa {
    width: 35px;
    height: 35px;
    background: #0162354f;
	color: #016235;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 15px;
}

.module-76 .button-wrapper a .text-group {
	color: #016235;
    display: flex;
    flex-direction: column;
}

.module-76 .button-wrapper a .text-group span {
	color: #016235;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
    font-weight: 300;
    letter-spacing: initial;
}

.module-76 .ry-social {
    position: relative;
    top: 5px;
}

.module-76 .ry-social li:hover a.fa-facebook {
    background: #3c5a99 !important;
}

.module-76 .ry-social li:hover a.fa-twitter {
    background: #00aced !important;
}

.module-76 .ry-social li:hover a.fa-linkedin {
    background: #0274b3 !important;
}

.module-76 .ry-social li:hover a.fa-instagram {
    background: #e05447 !important;
}

.module-76 .ry-social li:hover a.fa-google-plus {
    background: #dd4b39 !important;
}

.module-76 .ry-social li:hover a.fa-google-yelp {
    background: #af0606 !important;
}

.module-76 .ry-social li:hover a.fa-rss {
    background: #dd4b39 !important;
}

.module-76 .ry-social li:hover a.fa-pinterest {
    background: #bd081c !important;
}

.module-76 .ry-social li:hover a.fa-youtube {
    background: #cd201f;
}

#menu_container .hamburger .hamburger-inner:after,
#menu_container .hamburger .hamburger-inner:before,
#menu_container .hamburger .hamburger-inner {
    height: 2px;
}
.ry-sticky-menu.fixed {background: #ffffff !important;}
#ry-pg-header .module-76 { background: #fff;}
/* END HEADER STYLE 4 */