/* Header - Start */
#ry-header {
    z-index: 999999;
    display: block;
    position: relative;
}

body.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 24px 5px 20px rgba(0, 0, 0, 0.1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.header>div {
}

.header .head-menu-wrap li.active a {
    color: #000;
    background: #2c6f8d;
}

.head-menu-list li.active:hover a {
    color: #000 !important;
}

.header .head-menu-wrap li a {
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.header .head-menu-wrap li a:hover {
    opacity: 0.6;
    color: #2c6f8d;
}

.header .head-menu-wrap li a span {
    margin: 0 0 0 5px;
}

.header .head-logo-wrap {
    max-height:100px;
    padding: 15px 0;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .head-logo-wrap img {
    max-width: 200px;
    max-height: 100px;
}

.head-menu-list {
    padding: 0;
    display: flex;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    gap: 1rem;
}

.header__grid {
    display: flex;
}

.header .ry-top-banner {
    display: grid;
    width: 100%;
    max-width: 100%;
    height: 75px;
    background-color: #4396a2;
    align-items: center;
    padding: 0 48px;
    grid-template-columns: 1fr 1fr;
}

.header .ry-vsp-logo-wrap {
    width: 100px;
}

.top-btn.top-btn-primary svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    fill: #fff;
}

a.top-btn.top-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #007ea8;
    border: 1px solid rgba(255,255,255,0.71);
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px;
    gap: 10px;
}

.top-banner-right .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.top-banner-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

a.top-btn.top-btn-primary:hover, a.top-btn.top-btn-primary:focus {
    opacity: 0.5;
}


.header .ry-text-banner p {
    font-size: clamp(0.5rem, 0.3885rem + 0.4575vw, 0.9375rem);
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}



.head-menu-list li.dropdown .dropdown-menu.hover {
    top: 15px !important;
    padding: 32px 0 0 0
}

.head-menu-list .third-level-container .third-level-dropdown {
    padding: unset;
    height: 100%;
}

.head-menu-list .third-level-container .third-level-dropdown li {
    padding: 0 0 0 18px !important;
    height: inherit;
    display: flex;
    align-items: center;
}

.head-menu-list li.third-level-container.has-child:after {
    content: "\f04b";
    font-family: fontAwesome;
    font-size: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%)
}

.head-menu-wrap .ry-menu {
    width: 100%;
    max-width: 100%;
}

.head-menu-wrap {
    width: 1280px;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    align-items: center;
}


.header .contact-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 320px;
}

.header .contact-wrap>div {
    display: block;
    width: 100%;
    height: 100%;
}

.header .contact-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 400;
    height: 49px;
    transition: unset;
}

.header .contact-wrap a:hover {
    opacity: 0.8;
    color: #2c6f8d;
}

.header .contact-wrap .head-callus-wrap a {
	/* color: #000 !important; */
	background: #d9b33d !important;
}

.header .contact-wrap a:before {
    font-family: fontAwesome;
    display: block;
    margin: 0 8px 0 0;
    font-size: 14px;
}

.header .contact-wrap .head-callus-wrap a span {
    font-weight: 700;
	margin-left: 10px;
}

.header .contact-wrap .head-callus-wrap a:before {
    content: url('https://s3.amazonaws.com/static.organiclead.com/Site-5c0363a1-d069-4b54-97c9-3f17c7ba0efb/site_assets/order_contacts_icon1.png');
    margin: 0 auto;
    filter: invert(0) brightness(0);
    display: none;
}

.header .contact-wrap .head-sched-app-wrap a {
   color:#FFFFFF !important;
   background: #0a414b !important;
}

.header .contact-wrap .head-sched-app-wrap a:before {
    content: url('https://s3.amazonaws.com/static.organiclead.com/Site-5c0363a1-d069-4b54-97c9-3f17c7ba0efb/site_assets/browse_eyewear_1.png');
    filter: invert(0) brightness(100);
    display: none;
}

.header .head-menu-wrap li.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    /* position: absolute;
   */
}

.header .head-menu-wrap li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header .menu-bar {
    height: 25px !important;
    min-width: 20px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
    align-items: flex-end;
    position: relative;
}

.header .menu-bar:hover {
    opacity: 0.6;
}

.header .menu-bar>div {
    border-top: 3px solid #333;
}

.header .menu-bar div:nth-child(1),
.header .menu-bar div:nth-child(3) {
    width: 100%;
}

.header .menu-bar div:nth-child(2) {
    width: 100%;
}

.header .menu-bar:hover>div {
    border-top: 3px solid #000;
}


.head-menu-list>li.active>a {
    background: transparent !important;
    color: #2c6f8d !important;
    opacity: 0.8;
}

.head-menu-list>li.active>a:hover {
    color: #2c6f8d !important;
}

.ry-menu .ry-nav li .dropdown-toggle .caret {
    display: block;
    margin: 0 0 0 4px
}

#menu_container,
.mm-panel {
   /* background: #2C6F8D;*/
}

.module-34 {
    display: none;
}
.head-menu-list li .third-level-container:last-child .third-level-dropdown {
    top: -600% !important;
}
@media screen and (max-width: 991px) {}


@media only screen and (min-width: 1201px) {
    .header .menu-bar {
        display: none !important;
    }


    /*Onscroll Fixed Header Layout*/


    body.fixed-header .header {

        animation: 0.5s cubic-bezier(1, 0.01, 0, 1.01) show_header;
    }

    @keyframes show_header {
        0% {
            top: -100%
        }

        100% {
            top: 0;
        }
    }


    body.fixed-header .header .head-logo-wrap {
        padding: 0 0;
        max-width: 300px;
    }

    body.fixed-header .header .head-logo-wrap img {
        height: 80px;
        object-fit: cover;
        /* clip-path: circle(20.1% at 8% 48%); */
        padding: 11px 0;
        object-position: left;
		object-fit: contain;
    }


    body.fixed-header .head-menu-list {
        gap: 1.5rem;
    }

    body.fixed-header .head-menu-list a {

        font-weight: 400;
    }

    body.fixed-header .header .contact-wrap {
        flex-direction: row;
        justify-content: flex-end;
        /* gap: 28px; */
    }

    body.fixed-header .header .contact-wrap div {
        height: 81px;
        min-width: 81px;
        width: 81px;
    }


    body.fixed-header .header .contact-wrap .head-callus-wrap a {
        /* background: transparent !important; */
        /* color: #000 !important; */
        /* padding: 0; */
        /* white-space: nowrap; */
    }

    body.fixed-header .header .contact-wrap .head-callus-wrap a:hover {
        opacity: 0.6;
    }

    body.fixed-header .header .contact-wrap  a:before {
        font-size: 20px;
        display: block;
    }

    body.fixed-header .header .contact-wrap .head-sched-app-wrap a:before {
        font-size: 18px;
        position: absolute;
        padding: 8px;
    }

    body.fixed-header .header .contact-wrap a {
        font-size: 0;
        padding: 10px;
        justify-content: center;
        height: 100%;
        width: 100%;
        /* background: #687981; */
    }

    body.fixed-header .header .contact-wrap .head-sched-app-wrap a:before {
        margin: 0;
    }
}

.module-34 {
    display: none;
}

#menu_container,
.mm-panels>.mm-panel {
    /*background: #2C6F8D;*/
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li.active > a, .ry-menu .ry-nav li.dropdown .dropdown-menu li.active a:hover {
    color: #FFFFFF !important;
    opacity:0.8;
}
@media only screen and (max-width: 1440px) {

    .header .head-menu-wrap li a,
    .header .contact-wrap a {
        font-size: 14px;
    }

    .header .contact-wrap a {
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {

    .header .head-menu-wrap li a,
    .header .contact-wrap a {
        font-size: clamp(12px, 1.25vw, 18px);
    }

    .header .contact-wrap a {
        padding: clamp(18px, 1.528vw, 22px) 28px;
    }
}

@media only screen and (max-width: 1200px) {
    .head-menu-wrap {
        display: none !important;
    }

    .caret {
        display: none;
    }

    body.show-sidebar {
        height: 100vh;
        overflow: hidden !important;
        width: 100vw;
    }

    .header {
        padding: 0;
    }

    .header .head-logo-wrap {
        /* max-width: unset; */
        /* align-items: center; */
        /* gap: 12px; */
        align-items: center;
        justify-content: flex-start;
    }

    .header .head-logo-wrap img {
        max-width: clamp(200px, 18.75vw, 360px);
		padding: 15px 0
    }

    .header .contact-wrap {
        flex-direction: row;
        gap: clamp(6px, 1.009vw, 10px);
		background: transparent !important;
    }

    .header .contact-wrap a {
        font-size: 0;
        justify-content: center;
        height: clamp(45px, 5.045vw, 50px);
        width: clamp(45px, 5.045vw, 50px);
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        background: #2c6f8d !important;
    }

    .header .contact-wrap a span {
        display: none;
    }

    .header .contact-wrap a:before {
        margin: 0;
        font-size: 15px;
        position: absolute;
    }

    body:not(.show-sidebar) .header>div.head-menu-wrap {
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }

    /*     body.show-sidebar .header .menu-bar {
        z-index: 9999;
        height: 20px !important;
        width: 20px;
        transform: rotate(360deg);
         position: absolute; 
         top: 22px; 
         right: 8px; 
        transition: unset !important;
    }

    body.show-sidebar .header .menu-bar div:nth-child(1) {
        width: 100%;
        transform: rotate(45deg) translate(0, 4px);
    }

    body.show-sidebar .header .menu-bar div:nth-child(2) {
        opacity: 0;
        position: absolute;
        visibility: hidden;
        display: none;
    }

    body.show-sidebar .header .menu-bar div:nth-child(3) {
        width: 100%;
        position: relative;
        top: 0;
        transform: rotate(-45deg) translate(1px, -5px);
    }
 */
    .header>div.head-menu-wrap {
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        height: 100vh !important;
        align-items: flex-start;
        justify-content: flex-end;
        width: 100% !important;
        z-index: 999;
    }

    body.show-sidebar .head-menu-list {
        right: 0%;
    }

    .head-menu-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #fff;
        height: fit-content;
        width: 50%;
        min-width: 250px;
        gap: 0;
        padding: 48px 0;
        overflow: scroll;
        min-height: 100%;
        right: -100%;
        position: relative;
    }

    .head-menu-list li {
        width: 100%;
        height: fit-content;
    }

    .head-menu-list li a {
        display: flex;
        padding: 10px 0 10px 28px;
        width: 100%;
        align-items: center;
        height: fit-content;
    }

    .head-menu-list li.dropdown .dropdown-menu {
        display: block;
        position: absolute;
        border: none;
        box-shadow: none;
        height: fit-content;
        top: 0;
    }

    .head-menu-list li.dropdown .dropdown-menu li a {
        padding: 12px 16px 12px 48px;
        white-space: unset;
        text-align: left;
    }

    .head-menu-list li.dropdown.open .dropdown-menu {
        opacity: 1;
        position: relative;
        visibility: visible;
        width: 100%;
        background: #fff;
    }

    .head-menu-list li.dropdown.open>a {
        background: #2c6f8d;
        color: #fff;
    }

    .head-menu-list li.dropdown:not(.open):hover .dropdown-menu {
        visibility: hidden;
        opacity: 0;
    }

    .head-menu-list li.active a {
        background: #c0c9cd !important;
        color: #2c6f8d !important;
    }

    .head-menu-list li.active:hover a {
        color: #2c6f8d !important;
    }

    .head-menu-wrap {
        display: none !important;
    }

    .mm-menu a {
        font-size: 16px;
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        min-width: unset;
        padding: 0px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 15px;
        background-color: unset;
        border: unset;
        border: unset;
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background-clip: padding-box;
        width: 100%;
        margin: 0 0 !important;
    }

    .mm-panel:not(#menu_container) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mm-panel:before {
        display: none;
    }

    .dropdown-menu a {
        padding: 12px !important;
        width: 100%;
    }

    .dropdown-menu li {
        width: 100%;
    }

    .dropdown-menu .mm-listitem:after {

        left: 0;
        opacity: 0.6;
    }
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px;
    padding: 0 10px;
}

@media only screen and (max-width: 480px) {
    .header {
        /* padding: 0 12px 0 12px; */
    }

    .header .head-logo-wrap img {
        max-width: clamp(125px, 18.75vw, 360px);
    }
}

@media (max-width: 1536px) {
    .header .ry-top-banner {
        padding: 0 1%;
    }

        
    .header .head-logo-wrap img {
        max-width: 10rem;
    }
    
    .head-menu-wrap {
        width: min(1280px, 100%);
        max-width: 100%;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    
    .head-menu-list {
        justify-content: center;
        align-items: center;
    }

}


@media (max-width: 1280px) {
    
    .header .head-menu-wrap li a, .header .contact-wrap a {
        font-size: 13px;
    }
}


/* Header - End */

@media (max-width: 1536px) {
    .header .ry-top-banner {
        padding: 0 1%;
    }

        
    .header .head-logo-wrap img {
        max-width: 10rem;
    }
    
    .head-menu-wrap {
        width: min(1280px, 100%);
        max-width: 100%;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    
    .head-menu-list {
        justify-content: center;
        align-items: center;
    }

}


@media (max-width: 1280px) {
    
    .header .head-menu-wrap li a, .header .contact-wrap a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    body .header .contact-wrap a:before {
        display: block !important;
    }
    
    body .header .contact-wrap a {
        font-size: 0;
    }
    
    .header__grid {
        justify-content: space-between;
        display: grid;
        grid-template-columns: 180px 1fr;
        padding: 0 10px;
    }
    
    .header .contact-wrap {
        display: grid;
        grid-template-columns: repeat(3, 48px);
        width: auto;
        align-items: center;
        justify-content: flex-end;
    }
    
    .header .contact-wrap>div {
        height: auto;
    }
    
    .header .head-logo-wrap img {
        padding: 0;
    }

}

@media (max-width: 1080px) {
    a.top-btn.top-btn-primary {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 15px;
    }
    
    .header .ry-top-banner {
        grid-template-columns: 1fr max-content;
        gap: 10px;
    }
    
    .header .ry-text-banner p {
        font-size: 10px;
        text-wrap: balance;
        line-height: normal;
    }
    
    .top-banner-left {
        gap: 5px;
    }
}