:root{
	--tertiary-color:#0F2C6E;
    --primary-color:#9f3481;
    --secondary-color:#4ac6c6;
    --primary-text-color: #000000
    --secondary-text-color: #000000
}




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

/* HEADER STYLE 4 */
.module-76 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: clamp(18px, 2.431vw, 35px) 0;
}

.module-76 .ry-content {
    padding: clamp(18px, 1.875vw, 30px) 0;
    justify-content: space-between;
    align-items: center;
}

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

.module-76 button {
    display: flex;
    gap: 12px;
}

.module-76 button:after {
    content: "MENU";
    color: #333;
    letter-spacing: 1px;
    font-size: 18px;
}

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

@media only screen and (max-width:1300px) {
    .module-76 .ry-content {
        align-items: center;
    }

    .module-76 .ry-logo {
        transform: translate(-50%, -50%);
        top: 50%;
    }
}

.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: 18px; */
}


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

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

.module-76 button .hamburger-box .hamburger-inner:after {
    width: 30px;
    top: -19px;
    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: #0F2C6E;
}

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

.module-76 .ry-logo img {
    max-width: 220px;
    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: var(--primary-text-color);
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: initial;
}

.module-76 .ry-right .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 .ry-right .header-phone {
        font-size: 15px;
    }
}

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

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

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

.module-76 .ry-right .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 .ry-right .header-phone:before {
    content: "\f095";
}

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

.module-76 .ry-right .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 .ry-right .header-email {
        font-size: 15px;
    }
}

.module-76 .ry-right .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 .ry-right .header-email:before {
    content: "\f073";
}

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

.module-76 .ry-right .button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 1.250vw, 18px) clamp(24px, 2.222vw, 32px);
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid var(--primary-text-color)ab;
    color: var(--primary-text-color);
}

.module-76 .ry-right .button-wrapper a:hover {
    color: var(--primary-text-color);
    background: var(--primary-color);
    border-color: var(--secondary-color);
    transition: .5s;
}

.module-76 .ry-right .button-wrapper a .fa {
    width: 35px;
    height: 35px;
    background: var(--primary-text-color)a8;
    color: var(--primary-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 15px;
}

.module-76 .ry-right .button-wrapper a .text-group {
    display: flex;
    flex-direction: column;
}

.module-76 .ry-right .button-wrapper a .text-group span {
    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: #ffffffd4 !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
}

.module-76.fixed .ry-content {
    padding: 12px 0 !important;
}

.module-76.fixed .ry-content {
    align-items: center;
}

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

#ry-pg-header .module-76 {
    background: #fff;
}

@media screen and (min-width: 992px) {
    /*#ry-pg-banner .ry-bnr-wrp {
        margin-top: 200px;
    }*/
}



.module-76 .social-inner-wrapper {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 8px;
}

.module-76 .social-inner-wrapper a:before {
    display: none;
}

.module-76 .social-inner-wrapper a svg {
    height: 15px;
    fill: #333333;
}

.module-76 .social-inner-wrapper a:hover svg {
    fill: var(--primary-color)
}

.module-76 .ry-right .button-wrapper {
    display: flex;
    gap: clamp(12px, 1.146vw, 22px);
}

.module-76 .ry-right .header-contact {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.833vw, 16px)
}

.module-76 .ry-right .header-contact>svg {
    height: 100%;
    width: 40px;
}

.module-76 .ry-right .header-contact .contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.module-76 .ry-right .header-contact a {
    height: unset;
    width: unset;
    padding: 0;
    border: none;
    display: inline-block;
    text-align: left
}

.module-76 .ry-right .header-contact a:hover {
    background: transparent;
    opacity: 0.6;

}

.module-76 .ry-right .header-contact .label {
    font-size: 10px;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300
}

.module-76 .ry-right .header-contact .phone {
    font-size: clamp(18px, 1.667vw, 24px);
    font-weight: 600
}

.module-76 .ry-right .header-contact .email {
    font-size: 15px;
    font-weight: 400
}

.module-76 .ry-right .button-wrapper .header-appointment {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.module-76 .ry-right .button-wrapper .header-appointment span {
    display: block;
    font-size: 10px;
}

.module-76 .ry-right .button-wrapper .header-appointment {
    font-weight: 500 !important;
    font-size: 18px;
    border: none;
}

.mm-panel .mob-menu a:hover {
    text-decoration: none !important
}

@media only screen and (max-width:1300px) {
    .module-76 .ry-right .button-wrapper {
        flex-direction: column;
    }

    .module-76 .ry-right .button-wrapper {
        display: flex;
        gap: 22px;
        flex-direction: column;
    }

    .module-76 .ry-logo {
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .module-76 .ry-logo img {
        max-width: 250px
    }

    .module-76.fixed .ry-logo img {
        max-width: 230px;
    }
}


@media only screen and (max-width: 1199px) {
    .mobile-container .menu-wrap {
        height: 100%;
    }

    .mobile-container .flex-wrap {
        height: 100%;
        align-items: center;
    }

    .mobile-container {
        position: relative;
        height: 120px;
    }

    .mobile-container.fixed {
        position: fixed !important;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .mobile-container .mobile-nav .hamburger-inner,
    .mobile-container .mobile-nav .hamburger-inner:after,
    .mobile-container .mobile-nav .hamburger-inner:before {
        background: #0F2C6E !important;
        width: 30px !important;
    }

    .mobile-container .mobile_logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .mobile-container .flex-wrap .mobile_logo img {
        min-width: unset;
        max-width: unset;
        width: clamp(120px, 19.531vw, 150px);
    }

    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
        gap: 4px;
    }

    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
        margin: 0 !important;
    }

    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
        fill: #fff;
        width: 40%;
    }

    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:hover {
        background: var(--secondary-color);
    }
}

@media only screen and (max-width:480px) {
    .mobile-container .mobile_logo {
        left: 40%;
    }
}

@media only screen and (max-width: 1199px) and (min-width:991px) {
    .module-76 {
        display: none;
    }

    #theme2-smHeader {
        display: block !important;
    }
}

@media only screen and (min-width:2000px) {
    .module-76 .ry-container {
        max-width: 90%;
    }
}

/* END HEADER STYLE 4 */