body {
    font-family: 'Roboto';
    color: #00234c;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
}

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-weight:200;
    color: #00589c;
}

p {
    color: #00234c;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
}

a {
    outline: 0;
    color: #222;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;

}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.btn {
    outline: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
}

li {
    list-style: none;
	color: #00234c;
}

ul {
    padding: 0;
}

button:focus {
    outline: none;
}

/* .container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
} */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: url('../fonts//Roboto-Medium.woff2') format('woff2'),
        url('../fonts//Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/* HEADER STYLES*/



.main-menulist {
    padding: 20px 75px 15px 75px;
}

.top-nav-icon {
    display: flex;
    padding-bottom: 5px;
    align-items: center;
}

.nav-right-cont span {
    width: 20px;
    height: 20px;
    background: #6f8bab;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0px;
    font-size: 12px;
}

.nav-right-cont {
    position: relative;
}

.top-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-side-nav {
    width: 100%;
}

.nav-btn {
    padding: 12px 40px;
    border-radius: 50px;
    background: #1ba0fe;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    transition: 0.7s ease-out;
    position: relative;
}

.nav-btn.cmn-btn-hover {
    background: #1ba0fe;
    box-shadow: inset 0 0 0 0 #00589c;
    transition: 0.7s ease-out;
}

.nav-btn.cmn-btn-hover:hover {
    box-shadow: inset 0 -100px 0 0 #00589c;
    color: #fff;
    transition: 0.7s ease-out;
}


/* header.navpage-header.is-sticky .top-wrapper {
    display: none;
} */

.nav-phone {
    background: #1ba0fe;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    transition: 0.7s ease;
}

.nav-phone:hover {
    background-color: #00589c;
    transition: 0.7s ease-out;
}

.nav-num {
    font-size: 21px;
    font-weight: bold;
    color: #1ba0fe;
}

.top-nav-icon ul {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.nav-left-cont {
    border-right: 1px solid #6f8bab;
    padding-right: 20px;
}

.nav-right-cont li {
    padding: 0px 10px;
}

.top-nav-icon li {
    padding: 0px 10px;
    list-style: none;
}

.navpage-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
	transition: top 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
/*     backdrop-filter: blur(10px); */
    animation: slideDown 0.5s ease-out;
    background: #fff;
    z-index: 9999;
    color: #000;
}

.navpage-header.is-sticky .logo-box img {
    max-width: 92%;
}

.navpage-header.is-sticky .main-menulist {
    padding: 5px 75px;
}


.navpage-header.is-sticky .nav-link {
    color: #000;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: center;
    padding: 0;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 20px;
    color: #00234c;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 20px;
    color: #00234c;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    position: relative;
}


.nav-item {
    padding: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
}

.nav-link:hover {
    color: #00589c;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}

.dropdown-item {
    padding: 8px;
    position: relative;
}


.dropdown-menu li:hover {
    background: #00589c;
    transition: 0.7s ease-in-out;
}

.dropdown-menu li:hover a {
    color: #fff;
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.dropdown-menu {
    padding: 0;
}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        margin-top: 0;
    }
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
}


.logo-box img {
    max-width: fit-content;
}

/* -----nav-hover-css----- */


.wpmm-mega-wrapper .wpmm-mega-menu-href-title:after {
    left: 50%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(35 173 250) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(255,255,255,0.2)', GradientType=1);
}

.wpmm-mega-wrapper .wpmm-mega-menu-href-title:before {
    right: 50%;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgb(35 173 250) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.2)', endColorstr='rgba(0,0,0,0)', GradientType=1);
}

.wpmm-mega-wrapper .wpmm-mega-menu-href-title:after,
.wpmm-mega-wrapper .wpmm-mega-menu-href-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    transition: all 0.4s ease-in 0s;
}


.wpmm-mega-wrapper .wpmm-mega-menu-href-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    transition: all 0.4s ease-in 0s;
}
.wpmm-mega-wrapper .wpmm-mega-menu-href-title:hover:after {
    width: 50%;
    left: 0;
}

.wpmm-mega-wrapper .wpmm-mega-menu-href-title:hover:before {
    right: 0;
    width: 50%;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:after {
    background: none !important;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:before {
    background: none !important;
    left: 0;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:after {
    position: relative !important;
    left: 0;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title::before {
    position: relative !important;
    display: inline-block;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:after,
.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:before {
    position: relative !important;
    display: inline-block;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper .wpmm-mega-menu-href-title:hover:after {
    width: 0;
    left: 0;
}

.wpmm-mega-wrapper .wpmm-sub-menu-wrapper  .wpmm-mega-menu-href-title:hover:before {
    right: 0;
    width: 0;
}


 


/* ----------------end---------------------- */





.home-banner-section {
    background-image: url(../images/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     padding: 130px 0px;
    margin: 135px 0 0;
}


.home-banner-title {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
    line-height: 75px;
    margin-bottom: 25px;
}

.home-banner-content p {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
}

.cmn-btn {
    padding: 15px 45px;
    border-radius: 50px;
    background: #00589c;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    transition: 0.7s ease-in-out;
}

.cmn-btn.cmn-btn-hover {
        background: #00589c;
    box-shadow: inset 0 0 0 0 #00589c;
}

.cmn-btn.cmn-btn-hover:hover {
    box-shadow: inset 0 -100px 0 0 #1ba0fe;
    color: #fff;
}

.banner-left-img {
    text-align: center;
}
.banner-button {
    padding-top: 30px;
}

.banner-button .cmn-btn.cmn-btn-hover {
    background: #00589c;
    box-shadow: inset 0 0 0 0 #fff;
}

.banner-button .cmn-btn.cmn-btn-hover:hover {
    box-shadow: inset 0 -100px 0 0 #fff;
    color: #00589c;
}

.home-bannerbottom-img {
    background-image: url(../images/banner-bottom-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.home-title {
    font-size: 80px;
    color: #00589c;
    font-weight: 200;
    line-height: 90px;
}

.clear-top-text .home-title {
    line-height: 88px;
}

.clear-top-text p {
    font-size: 27px !important;
    color: #00234c;
    font-weight: 400;
    margin: 35px 0px;
}

/* .home-clear-text p {
    font-size: 22px;
    line-height: 35px;
} */

.home-clear-text {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 60px;
}

.clear-top-text {
    margin-top: -15%;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
}
.clear-bottom-text{
	    max-width: 850px;
       margin: 0 auto; 
}
.areas-wrapper {
    text-align: center;
}




.home-areas-toptext p {
    font-size: 21px;
}

.home-areas-toptext {
    margin-bottom: 60px;
}


.home-areas-title {
    font-size: 36px;
    color: #00589c;
    font-weight: 300;
}

.areas-text {
    padding: 20px 60px;
}

/* .areas-text p {
    font-size: 19px;
    line-height: 30px;
} */

.style-title {
    font-size: 53px;
}


.home-stylemeets-text {
    width: 620px;
    padding: 35px 40px 50px 40px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
    border-radius: 10px;
}

.home-stylemeets-text .style-title {
    font-weight: 300;
}

.home-sec4 {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/woman-with-blue-and-teal-glasses-2-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 170px 0px 170px 0px;
	background-attachment:inherit;
}

.style-btn {
    padding-top: 25px;
}

.special-top-text p {
    font-size: 26px;
    line-height: 36px;
    width: 785px;
    margin: auto;
}

.special-wrap {
    text-align: center;
}

.special-wrap p {
    font-size: 26px;
    line-height: 34px;
}

.home-special-sec5 {
    padding: 100px 0px;
}

/* .special-img:hover img {
    filter: brightness(0) invert(1);
    transition: 0.7s ease-in-out;
} */

.special-img img {
    transition: 0.7s ease-in-out;
    position: relative;
}

.special-img {
    transition: 0.7s ease-in-out;
    position: relative;
}

.special-img:before {
    content: '';
    background: #8ccafe;
    position: absolute;
    width: 225px;
    height: 225px;
    top: 0;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.7s ease-in-out;
}

/* .special-img:hover::before {
    transition: 0.7s ease-in-out;
    background-color: #00589c;
    width: 250px;
    height: 250px;
} */


.special-text {
    padding: 30px 85px 0px 85px;
}

.special-top-text {
    padding-bottom: 55px;
}

.eye-schedule-text p {
    max-width: 880px;
    margin: auto;
	line-height:25px;
}

.schedulebtn {
    padding-top: 30px;
}



.home-eye-sec6 {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/closeup-eye-2-blugrade-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    padding: 200px 0px;
    background-attachment: fixed;
}


#testi-slid2 .owl-nav,
#team-slid .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#testi-slid2 .owl-prev span {
    width: 40px;
    height: 40px;
    font-size: 0px;
    color: #1366a6;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    border-radius: 50%;
    background-color: #c4e5ff;
}

#testi-slid2 .owl-next span {
    width: 40px;
    height: 40px;
    transition: 0.5s ease-in-out;
    color: #1366a6;
    font-size: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    background-color: #c4e5ff;
   border-radius: 50%;
}

.owl-prev span i {
    font-size: 15px;
    color: #1366a6;
}

.owl-next span i {
    font-size: 15px;
    color: #1366a6;
}

.home-testimonial-sec7 {
    padding: 100px 0px;
}

.home-testi-wrapper {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    transition: 0.7s ease-in-out;
    height: 100%;
    margin-right: 20px;
    background: #E0F1FF;
    min-height: 430px;
}

.testi-img img {
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testi-star {
    display: flex;
    align-items: center;
    padding: 0;
}

.testi-star i {
    color: #ffc801;
    font-size: 20px;

}


.testi-box-text {
    padding: 20px;
    border-radius: 10px;
    height: 100%; 
    transition: 0.7s ease-in-out;
}

.home-testi-wrapper:hover {
    background: #00589c;
    transition: 0.7s ease-in-out;
}


.home-testi-wrapper:hover .testi-name {
    color: #fff;
}

.home-testi-wrapper:hover .testi-admin span {
    color: #fff;
}
.home-testi-wrapper:hover p {
    color: #fff;
}

.testi-box-text p {
    font-size: 18px;
    line-height: 30px;
}

.testi-name {
    font-size: 18px;
    color: #00234c;
    font-weight: 400;
    margin: 0;
}

.testi-info {
    padding-left: 20px;
    display: flex;
    align-items: baseline;
}

.testi-info span {
    font-size: 18px;
    color: #00234c;
}



/* -----------dryeyecare-css----------- */

.inner-banner-section {
    background-image: url(../images/dryeye-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
	margin: 135px 0 0;
}

.inner-banner-text {
    text-align: center;
}

.inner-banner-title {
    font-size: 75px;
	margin-bottom: 0px;
	font-weight: 100;
}

.top-main-container {
    padding: 100px 0px 100px;
}
.dryeye-title {
    font-size: 60px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.dryeye-sec2-righttext p {
    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
}

.dryeye-sec3 {
    position: relative;
}
.dryeye-sec2-righttext {
    padding: 100px 0px;
}



/* .dryeye-sec3::before {
    content: '';
    background-image: url(../images/notalone-before-img.webp);
    width: 625px;
    height: 541px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
} */


.dryeye-sec4 {
    background-image: url(/wp-content/uploads/2025/07/Tired_Businessman_Takes_Off_His_Glasses_original_1753002-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
   background-attachment: fixed;
}

.understanding-text {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 100px;
}

.understanding-text p {
    font-size: 26px;
    line-height: 33px;
    color: #00234C;
}

.dry-understanding-sec5 {
    background-color: #E0F1FF;
    position: relative;
    z-index: 0;
}




.tear-title {
    font-size: 40px;
    font-weight: 300;
    color: #00234C;
}

.understanding-right-text p {
    font-size: 19px;
    line-height: 25px;
    color: #00234C;
}

.tears-right-text h6 {
    font-size: 21px;
    font-weight: 600;
    color: #00234C;
    margin-bottom: 0;
}

.tears-step {
    height: 60px;
    width: 60px;
    background-color: #00234C;
    border-radius: 50%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    position: absolute;
    left: -14%;
    border: 3px solid #fff;
}

.tears-right-text {
    padding-right: 35%;

}

.understanding-right-text:after {
    content: '';
    position: absolute;
    width: 530px;
    height: 526px;
    border: 3px solid #fff;
    border-radius: 10px;
    top: -39px;
    left: -57px;
    z-index: -1;
}

.understanding-right-text::before {
    content: '';
    position: absolute;
    width: 235px;
    height: 3px;
    top: 51%;
    left: -53%;
    z-index: -1;
    background-color: #fff;
}

.understanding-right-text {
    position: relative;
}

.tears-text.step1 .tears-step {
    background: #00589c;
}

.tears-text.step2 .tears-step {
    background: #99ccff;
    color: #000;
}

.tears-text.step3 .tears-step {
    background: #e0f1ff;
    color: #000;
}

.tears-text.step2 {
    margin-bottom: 38px;
}

.dry-understanding-sec5 .top-main-container {
    padding-bottom: 200px;
}



.faq-inner .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 100%;
    width: 50px;
    height:50px;
    filter: brightness(0) invert(1);
}

.faq-inner .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    filter: brightness(0) invert(1);

}

.faq-inner .accordion-button::after {
    transition: all 0.5s;
}

.faq-inner button.accordion-button.collapsed {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    background-color: #1ba0fe;

}

.faq-inner .accordion-body {
    padding: 0px 0px 20px 0px;
}

.faq-inner button.accordion-button.collapsed {
    background-color: #1ba0fe;
    padding: 60px 70px;
    border-radius: 10px;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.medical-faq .accordion-body ul {
    margin: 0;
	column-count:2;
}

.medical-faq .accordion-body ul li {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 15px;
}

.faq-inner .accordion-item:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.faq-inner .accordion-flush .accordion-item:last-child {
    border-top: 1px solid #ccc;
}

.faq-inner .accordion-body {
    padding: 60px 0px 90px 0px;  
    color: #fff;
/*     background-image: linear-gradient(#1ba0fe, #00589c); */
    border-radius: 0px 0px 10px 10px;
	border-top: 1px solid #fff;
	margin: 0px 70px;
}


.medical-faq .accordion-body p {
    padding-right: 30px;
}

.faq-inner .accordion-collapse{
    background-image: linear-gradient(#1ba0fe, #00589c);
    border-radius: 10px;
}
.faq-inner .accordion-body p {
    font-size: 20px;
    color: #fff;
}

.faq-inner .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-inner .accordion-item {
    background-color: #1ba0fe;
    border-radius: 15px;
    margin-bottom: 40px;
}

.faq-inner .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.faq-inner .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.faq-inner .accordion-button {
    background-color: #1ba0fe;
   padding: 60px 70px;
    border-radius: 10px;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.faq-inner .accordion-button:not(.collapsed)::after {   
    transform: none;
}

.faq-inner .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-inner .accordion-body i {
    font-size: 22px;
    padding-right: 12px;
}

.accordion.faq-inner {
    margin-top: -7%;
}


.dryeye-sec7 {
    background-image: url(/wp-content/uploads/2025/08/closeup-eye-2_dark-blue-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    padding: 200px 0px;
/* 	background-attachment: fixed; */
}

.take-quiz-btn .cmn-btn {
    background: #fff;
    font-size: 29px;
    color: #00589C;
}

.take-quiz-btn {
    margin-top: 80px;
}

.schedule-treatment-btn .cmn-btn {
    font-size: 29px;
    background: #1BA0FE;
}

.schedule-treatment-btn {
    margin-top: 60px;
}


.dryeye-sec8 {
    position: relative;
    padding: 100px 0px
}

.dryeye-sec8::before {
    content: '';
    background-image: url(../images/notalone-before-img.webp);
    width: 625px;
    height: 541px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}


.diagnose-title {
    font-size: 53px;
    font-weight: 300;
    margin-bottom: 30px;
}

.diagnose-text p {
    font-size: 19px;
    line-height: 25px;
}

.diagnose-text ul li {
    color: #00234C;
}

.dryeye-sec9 {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Close-Up_Of_Woman_Green_Eye_Contracting_And_Her_Hair_Blowing_In_The_Wind_original_3274466-scaled.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    padding: 100px 0px;
	background-attachment: fixed;
}

.dry-treatment-left-text p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}

.dry-treatment-right-text h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dry-treatment-right-text p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}


.dry-treatment-right-text {
    padding-right: 20%;
}


.dry-treatment-left-text {
    padding-right: 30%;
}

.dryeye-treatment-img {
    padding-left: 110px;
    margin-bottom: 50px;
}

.therapy-title {
    color: #00589C;
    font-size: 53px;
    font-weight: 300;
    margin-bottom: 20px;
}

.therapies-text.text-center {
    width: 900px;
    margin: auto;
}

.therapies-text p {
    font-size: 26px;
    line-height: 33px;
}
.dryeye-list {
    padding-left:20px;
}
.dryeye-list li {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 10px;
    list-style: disc;
}

.therapy-list li {
    color: #00234C;
    list-style: disc;
    padding-right: 100px;
}

.therapy-list {
    column-count: 2;
    margin-top: 40px;
}

.dryeye-sec11 {
    background-color: #1BA0FE;
}

.eyelid-title {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.eyelid-conditions-right p {
    color: #fff;
}

.dryeye-sec11 .top-main-container {
    max-width: 1200px;
    margin: auto;
}

.dryeye-sec12 .top-main-container {
    max-width: 1200px;
    margin: auto;
}

.dryeye-sec12 {
    background-color: #00589C;
}

.Technology-Drivens-right p {
    color: #fff;
}

.Technology-Drivens-right {
    padding-right: 100px;
}


.primary-list li {
    list-style: disc;
    color: #00234c;
}

.dryeye-sec13 {
    background-color: #F5F5F5;
}

.dryeye-sec13 .top-main-container {
    max-width: 1200px;
    margin: auto;
}

.Choose-Primary-left .eyelid-title {
    color: #00589C;
}

.nearme-btn .cmn-btn {
    font-size: 29px;
}

.dryeye-sec14 .top-main-container {
    max-width: 1200px;
    margin: auto;
}

.nearme-btn {
    margin-top: 60px;
}


/* ------------dry-eye-css------------- */


.inner-bannerbottom-img {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Face_Beauty_Procedure_original_388295-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 90vh;
	background-attachment:scroll;
}

.inner-btn {
    text-align: center;
}

.inner-btn .cmn-btn {
    font-size: 20px;
    padding: 15px 70px;;
}

.looking-best-text {
    max-width: 880px;
    margin: 30px auto 70px auto;
}

.aesthetics-sec1 {
    padding-bottom: 60px;
}

.aesthetics-sec1 .clear-top-text {
	margin-top: -13%;
}

.color-skyblue
 {
    background-color: #00589c !important;
    font-size: 20px;
}
.color-skyblue:hover {
    box-shadow: inset 0 -100px 0 0 #1ba0fe;
    color: #fff;
}

.aesthetics-sec2-bg {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Revitalizing_Skin_original_514814-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 65vh;
    position: relative;
	background-attachment:scroll;
}

.aesthetics-blue-bg{
    position: relative;
}

/* 
.aesthetics-blue-bg::before{
    content: '';
    background-image: url('../images/aesthtic-cmn-bg.webp');
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
} */


.aesthetics-blue-bg img {
    width: 100%;
    height: 100px;
    object-fit: cover;   
}



.facial-title {
    font-size: 53px;
    color: #00589c;
    font-weight: 300;
}

.facial-top-text {   
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    padding: 40px 0px;
    max-width: 640px;
    margin: -7% auto 40px auto;
}

.facial-treatment-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.treatment h3 {
    color: #00234C;
    font-weight: 400;
    font-size: 26px;
}

.treatment.treatment-left {
    padding-right: 70px;
}

.treatment ul li {
    font-size: 19px;
    padding-bottom: 10px;
    list-style: disc;
}

.treatment ul {
   padding-left: 20px;
}

.margin-bottom{
    margin-bottom: 70px;
}

.aesthetics-sec3-bg {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Blissful_Woman_Enjoying_SPA_original_601677-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 65vh;
    position: relative;
	background-attachment:scroll;
}

.facial-waxing-inner p {
    font-size: 26px;
    text-align: center;
    color: #00234C;
    margin-bottom: 50px;
}

.waxing-circle {
    text-align: center;
    border: 2px solid #1BA0FE;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    padding: 25px 40px;
    transition: 0.7s ease-in-out;
}


.waxing-circle h5 {
    font-size: 41px;
    font-weight: 300;
    color: #1BA0FE;
}

.waxing-circle .active{
    color: #1BA0FE;
}


.waxing-circle i{
 color: #E8E8E8;
}

.facial-waxing-types {
    max-width: 900px;
    margin: auto;
}

.aesthetics-sec4-bg {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Applying_False_Lashes_original_621793-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 65vh;
    position: relative;
	background-attachment: scroll;
}

.aesthetics-sec5-bg {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/Woman_Receiving_Facial_Treatment_With_Airbrush_In_Spa_original_3293435-graded-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 65vh;
    position: relative;
	background-attachment:scroll;
}

.glad-inner-text {
    max-width: 900px;
    margin: auto;
}

.blairimg {
    width: 635px;
    float: left;
    margin-right: 100px;
    padding: 65px 0px;
}

.about-sec2 {
    position: relative;
}
.about-expect-toptext p{
    font-size: 26px;
    text-align: center;
    line-height: 33px;
    color: #fff;
}

.about-expect-toptext {
    width: 620px;
    margin: auto;
}

.about-expect-innertext {
    padding-top: 40px;
    max-width: 900px;
    margin: auto;   
}

.about-sec3{
    background-image: linear-gradient(to right ,#1BA0FE , #00589C);
}

.about-sec3 p{
    color: #fff;
}

.binocular-sec2::before {
    content: '';
    background-image: url(../images/notalone-before-img.webp);
    width: 625px;
    height: 541px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.binocular-sec2 .blair-text {
    padding-top: 70px;
}


.binocular-sec2{
    position: relative;
}


.binocular-img {
    width: 635px;
    float: left;
    margin-right: 4%;
 padding: 65px 0px;
}

.binocular-sec2 .diagnose-title {
    color: #00234C;
}
.bvd-symptoms-head p{
     font-size: 26px;
    text-align: center;
    line-height: 33px;
  font-weight: 300;
}

.symptom-bluebox{
    position: relative;
}

.symptom-blueboxright::before{
  content: '';
    background-image: url(../images/symptoms-before-img.webp);
    width: 443px;
    height: 437px;
    position: absolute;
    left: 33%;
    top: -15%;
    z-index: -1;
    background-repeat: no-repeat;  
}

.symptom-bluebox::before {
    content: '';
    background-image: url(../images/symptoms-before-img.webp);
    width: 443px;
    height: 437px;
    position: absolute;
      left: -213px;
    top: -15%;
    z-index: -1;
    background-repeat: no-repeat;
}

.symptom-title {
    font-size: 50px;
    width: 365px;
    height: 337px;
    background: #1BA0FE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
   border-radius: 15px;
   font-weight: 300;
	    margin-bottom: 0;
}

.symptom-blueboxright {
    position: relative;
    width: 24%;
    float: right;
    margin-left: 12%;
}

.bvd-right-text ul li {
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 10px;
    list-style: disc;       
}

.bvd-right-text ul  {
    padding-left: 20px;    
}

.bvd-right-text p {
    font-size: 26px;
    line-height: 33px;
}
.bvd-symptoms {
       padding: 70px 0px;
    border-bottom: 1px solid #1ba0fe;
}


.bvd-symptoms.sleep-patterns{
 padding-bottom:  0px;
    border-bottom: none;
}
.bvd-right-text.bvd-left-text {
    padding-right: 20%;
}


.binocular-sec4{
    background-color: #00589C;
}

.diagnose-bvd-toptext p{
    font-size: 26px;
    line-height: 33px;
    color: #fff;
}

.diagnose-bvd-toptext {
    max-width: 842px;
    margin: auto;
    text-align: center;
}

.diagnose-bvd-inner-text{
    max-width: 842px;
    margin: auto;
}

.diagnose-bvd-inner-text ul {
    padding-left: 20px;
    margin: 30px 0px;
}

.diagnose-bvd-inner-text li{
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 10px;
    list-style: number;
}

.diagnose-bvd-inner-text p{  
    color: #fff;   
}

.binocular-schedule-text{
    max-width: 900px;
    margin: auto;
}

.binocular-schedule-text  strong{
   font-size: 26px;
   color: #00234C;
   font-weight: 400;  
}

.binocular-schedule-text  p{
   margin-bottom: 35px; 
}

.home-eye-sec6.binocular-sec5 {  
    padding: 100px 0px;
    height: 65vh;
}

/* -----------medical-care-css----- */

.medicalcare-sec2{
    position: relative;    

}
.medicalcare-sec2::before {
    content: '';
    background-image: url(../images/blue-before-img.webp);
    width: 693px;
    height: 652px;
    position: absolute;
    left: 0;
    top: -85px;
    z-index: -1;
}


.before-blue-img::before {
    content: '';
    background-image: url(../images/blue-before-img.webp);
    width: 803px;
    height: 652px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.before-blue-img{
    position: relative;
}


.medical-sec2-text h5{
font-size: 40px;
color: #00234C;
font-weight: 300;
}

.medicalcare-sec3 {
    background: #f4f8fa;
    padding: 100px 0px;
}

.medicalcare-sec3-title{
	color: #00589C;
	font-size:53px;
	line-height 57px;
    text-align: center;
	margin-bottom:80px
}

.medical-faq{
	margin-top:0 !important
}

.diabetes-text {
    text-align: center;
}

.medicalcare-subtitle{
    font-size: 44px;
    color: #00589c;
    font-weight: 300;
}


.diabetes-box-text {   
    padding: 40px 30px 50px 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
    border-radius: 10px;
    height: 100%;
}

.hypertension-img img {
    width: 661px;
    float: right;
    margin-left: 50px;
}


.hypertension-text {
    padding: 30px 0px 50px 0px;
}
.img-br img{
    border-radius: 10px;
}

.macular-img img{
   width: 591px;
    float: left;
    margin-right: 40px;
}

.macular-text {
    padding: 0px 0px 30px 0px;
}

.diabetes-boxwrapper {
    padding: 35px 0px;
}
.medicalcare-text p {
    max-width: 1000px;
    margin: auto;
}


.medicalcare-sec4{
    background-image: url(../images/medical-eyecare-blue-bg.webp);
    background-repeat: no-repeat;
    background-size: cover; 
	background-position: center;   
	background-attachment: fixed;
}

.medicalcare-text {
    margin-bottom: 60px;
}

.medical-diagnostics-text {
    padding-bottom: 20px;
}

/* .p-size p{
     font-size: 20px;
    line-height: 33px;
} */


.medical-diagnostics-text p {
    padding-right: 30px;
}

.medicalcare-sec1 .dryeye-title {
    max-width: 100%;
}

.medicalcare-sec5::before {
    content: '';
    background-image: url(../images/medical-care-sec5-before-img.webp);
    width: 699px;
    height: 750px;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: -1;
}

.medicalcare-sec5 {
    position: relative;  
}

.binocular-img.medical-sec5-img {
    width: 635px;
    float: left;
    margin-right: 4%;
    padding: 110px 0px;
}

.schedule-medical-innertext strong {
    font-size: 26px;
    color: #00234C;
    font-weight: 400;
}

.medical-sec5-text li {
    font-size: 20px;
    padding-bottom: 10px;
    list-style: disc;
    list-style-position: inside;
}

.medicalcare-sec6{
     background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/closeup-eye-2-blugrade-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    padding: 150px 0px;
    background-attachment: fixed;
}

.dryeye-sec2img {
    padding: 65px 0px;
}
.schedule-medical .diagnose-title {   
    margin-bottom: 0;
}

.schedule-medical-innertext p{
	margin-bottom:10px;
}
.schedule-medical {
    max-width: 950px;
    margin: auto;
    text-align: center;
}

.schedule-medical-innertext {
    padding: 30px 0px;
}


.myopia-sec2{
    background-image: url(../images/myopia-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}

.myopia-sec3{
    background-image: url(../images/myopia-symptoms-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;   
    background-position: center;
    padding: 100px 0px;

}


.myopia-list li {
    color: #00234c;
    font-size: 19px;
    padding-bottom: 15px;
    list-style: disc;
}

.myopia-list{
    padding-left: 20px;
}

.myopia-sec3-img {
    background-image: url(../images/myopia-img2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    background-position: left;
    background-blend-mode: overlay;
}

.myopia-controls-text {
    padding: 70px 0px 70px 30px;
}

.myopia-sec5{
    background-image: url(../images/myopia-management-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.myopia-management-toptext {
    margin-bottom: 30px;
}

.orhto-k-title{
    font-size: 48px;
    color: #00589c;
    font-weight: 300;
}

.orhto-k-subtitle{
    font-size: 38px;
    color: #00589c;
    font-weight: 300;
}


.myopia-sec6::before {
    content: '';
    background-image: url(../images/orthok-after-img.webp);
    width: 730px;
    height: 690px;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: -1;
}
.myopia-sec6{
    position: relative;
}
.footer-contact-info ul li {
    list-style: none;
}
.areas-text p {
    font-size: 19px;
    line-height: 30px;
}
.myopia-sec6-text{
	padding-right:50px;
}


.myopia-sec7{
     background-image: url(../images/myopia-sec7-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px 200px 0px;  
	background-attachment: fixed;
}

.atropine-therapy-text p {
    color: #fff;
    margin-bottom: 0px;
}

/* .atropine-title{
    font-size: 60px;
    color: #fff;
    margin: 50px 0px 100px 0px;
}
 */
.wpcf7-not-valid-tip {
    font-size: 16px !important;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
    font-weight: 600 !important;
    background: #00589c !important;
    color: #fff !important;
}
.wpfFilterButton.wpfButton:hover, .wpfClearButton.wpfButton:hover {
    background: #1ba0fe !important;
    color: #fff !important;
}
.myopia-sec8 {
    background-image: url(../images/myopia-sec8-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    background-attachment: fixed;
    background-color: #e8f4ffab;
    background-blend-mode: lighten;
}
.shop-inner-product{ position:relative;}
.shop-inner-product a.cmn-btn.cmn-btn-hover {
    position: absolute;
    left: 0px;
    right: 0px;
    width: fit-content;
    margin: auto;
    bottom: 30px;
}

.myopia-sec8-inner-text {
    max-width: 1000px;
    margin: auto;
}

/* ----speciality-css------------ */

.home-title-inner {
	font-size: 65px;
}

.speciality-sec1 .dryeye-title {
    max-width: 1200px;
}

.speciality-sec3{
   background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/bg-banner-1.jpg);
    background-size:100%;
    background-repeat: no-repeat;
    padding: 150px 0px 100px 0px; 
/* 	background-attachment:fixed; */
	background-position: center;
}

.speciality-sec3-text{
max-width: 960px;
}

.speciality-sec3-title{
    font-size: 64px;
}


.speciality-list li {
    font-size: 19px;
    padding-bottom: 15px;
    list-style: disc;
}

.speciality-list{
    padding-left: 20px;
}
.corneal-img img {
    border-radius: 50%;
}

.speciality-sec4{
    background-image: url(../images/speciality-sec3-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px  0px; 
    background-attachment: fixed;
}

.speciality-sec4 .home-title {
    font-size: 85px;
}

.blair-text {
    padding-top: 120px;
}

.speciality-sec5-img {
    background-image: url(../images/speciality-img3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    background-position: left;
    background-color: #045ea35c;
    background-blend-mode: overlay;
}
.speciality-sec5-text {
    padding: 120px 20px 120px 30px;
}

.speciality-list strong {
    color: #00234c;
}

.speciality-sec6{
     background-image: url(../images/speciality-sec4-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px  0px; 
    background-attachment: fixed;
}

.speciality-sec6 .speciality-list {
    text-align: left;
    column-count: 2;
    width: 81%;
    margin: auto;
}

.speciality-sec6-text {
    max-width: 1100px;
    margin: auto;
}

.speciality-sec7::before {
    content: '';
    background-image: url(../images/blue-before-img.webp);
    width: 693px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.speciality-sec7{
    position: relative;   
}

.speciality-sec7-img img {
    width: 635px;
    float: right;
    margin-left: 4%;
    margin-bottom: 0;
    /* padding: 68px 0px; */
    margin: 4% 0% 4% 4%;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { color: #fff !important;}
.speciality-sec8-text p{
    max-width: 1150px;
    margin: auto;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background: #e9e6ed !important;  color: #000000 !important;}
.speciality-sec7-text {
    padding: 100px 0px;
}


.speciality-sec9-innertext {  
    padding: 30px 0px;
}

.speciality-sec9-text {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.inner-sec2-text {
    padding: 100px 0px;
}

.vision-sec2-img {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/vision-optical-img2.webp);
    background-repeat: no-repeat;
    background-size:100%;
    height: 100%;
    background-position: right; 
}


.vision-sec2{
    background-color: #f6f9fc;
}
.vision-sec-title{
    font-size: 72px;
}

.vision-suglasses-list{
    column-count: 3;
    padding-left: 20px;
}

.vision-suglasses-list li{
   font-size: 19px;
   padding-bottom: 15px;
   list-style: disc;
}


.designer-frames-text{
    padding: 100px 0px 100px 200px;
}

.vision-sec3 {
    background-image: url(../images/speciality-sec3-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.optical-services-img:before {
    content: '';
    background: #8ccafe;
    position: absolute;
    width: 183px;
    height: 183px;
    top: 0;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.7s ease-in-out;
}

.optical-services-img{
    position: relative;
}

/* .optical-services-img:hover::before {
    transition: 0.7s ease-in-out;
    background-color: #00589c;
    width: 200px;
    height: 200px;
} */
.special-wrap p {
    font-size: 22px;
    line-height: 30px;
}

.optical-services-wrap {
    text-align: center;
}

.optical-services-wrap .special-text {
    padding: 30px 30px 0px 30px;
}

.optical-services-wrap img {
    z-index: 1;
    position: relative;
}

/* 
.optical-services-wrap:hover img {
    filter: brightness(0) invert(1);
    transition: 0.7s ease-in-out;
} */


.vision-sec4-img {
    background-image: url(../images/vision-img3.webp);
    background-repeat: no-repeat;
    background-size:100%;
    height: 100%;
    background-position: left;
}

.vision-time-text {
    padding: 90px 200px 90px 30px;
}


.vision-sec6 {
    background-image: url(../images/speciality-sec3-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 120px 0px;
}

.vision-sec6-text {
    max-width: 1000px;
    margin: auto;
}

.vision-sec6-text p {
    margin: 30px 0px 45px 0px;
}



/* ----products-csss----------- */

.product-sort-by select {
    word-wrap: normal;
    width: 24%;
    border: none;
}

.product-section .accordion-button:not(.collapsed) { box-shadow: none;}
.product-inner-card {
    border: 1px solid #d5e7f9;
    background-color: #fdfdfd;
    padding: 40px 20px 60px 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.inner-product-title {
    font-size: 20px;
    font-weight: 400;   
    padding-top: 0px
}

.product-price {
    color: #00589c;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px 40px 0px;
}
.product-category-items li {
    font-size: 17px;
    padding: 10px 0px;
    list-style: disc !important;
    border-bottom: 1px solid #ccc;
}

.product-category-wrap {
    border: 1px solid #1f82b9;
    border-radius: 60px 0px 60px 0px;
    padding: 30px 20px 150px 20px;
    background-color: #fdfdfd;

}

.product-category-items {
    padding-left: 18px;
}

.product-category-title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-category-items a:hover {
    color: #1e82b9;
}

.product-price strike {
    color: #ccc;
}

.product-category-items a {
    display: block;
}
.shop-sort-by {
/*     display: flex; */
    justify-content: end;
    margin-bottom: 50px;
}
.shop-sort-by select {
    word-wrap: normal;
    width: 30%;
    border: none;
}

.shop-categories-title{
font-size: 33px;
color: #00589c;
font-weight: 300;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
}

.product-inner-card .cmn-btn {
    padding: 12px 55px;
}


.product-section .accordion-body ul li {
    color: #262626;
    font-size: 17px;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
}

.product-section .accordion-button:not(.collapsed) {
    color: #1BA0FE !important;
    background-color: transparent !important;
}
.product-section .accordion-body {
    padding: 0;
}

.product-section .accordion-header {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.product-section #accordionFlushExample {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 25px 200px 25px;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 10px;
}


.product-section .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-size: 24px;
    color: #00589c;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    padding: 0;
}

.product-section .accordion-button::after {
  width: 15px;
  height: 15px;
   background-size: 100%;
 
}

.product-section .accordion-item {
  border: none;
}


/* -------------product-detail-page------------------- */

.product-detail-img {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 57px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}

.product-detail-img img {
    border-radius: 10px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}

.product-detail-img:hover img {
    transform: translate(0px, 15px);
    transition: 0.7s ease-in-out;
}
.product-detail-text {
    padding-left: 30px;
}
.pro-detail-title {
    font-size: 36px;   
    font-weight: 300;
}

.pro-detail-title i {
    font-size: 25px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: #fff;
    padding-left: 25px;
}

.star-content i {
    color: #ffc100;
}

.detail-review {
    font-size: 19px;
    color: #201e1e;
}

.detail-review a {
    text-decoration: underline !important;
    color: #b90000;
    font-weight: 500;
}

.product-detail-price {
    font-size: 30px;
    color: #201e1e;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 1px;
}

.product-detail-text p {
    font-size: 19px;   
    line-height: 29px;     
}

.detail-sub-title {
    font-size: 20px;
    color: #434343;
}


.detail-sub-title a {
    text-decoration: underline !important;
}

.product-size {
    display: flex;
    justify-content: space-between;
    width: 52%;
    margin-top: 20px;
}

.quantity-btn {
    display: block;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 25px;
}

.detail-cart {
    font-size: 19px !important;
    padding: 10px 35px 10px 50px !important;
    position: relative;
    transition: 0.7s ease-in-out;
}

.detail-cart img {
    position: absolute;
    left: 25px !important;
    top: 14px !important;
    transition: 0.7s ease-in-out;
}

.detail-cart:hover {
    background: #bb0203 !important;
    color: #fff !important;
    transition: 0.7s ease-in-out;
}

.share-content {
    padding-top: 40px;
}

.detail-cart:hover img {
    filter: brightness(0) invert(1);
    transition: 0.7s ease-in-out;
}

.share-content i {
    font-size: 20px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 8px;
    transition: 0.7s ease-in-out;
}

.share-content span {
    padding-right: 30px;
}

.share-content i:hover {
    background: #bb0203;
    color: #fff;
    transition: 0.7s ease-in-out;
}

.sizes li:hover {
    background: #bb0203;
    color: #fff;
    transition: 0.7s ease-in-out;
}

.product-detail-tabbing ul.tabs {
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
}

.product-detail-tabbing ul.tabs li {
    background: none;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
}

.product-detail-tabbing ul.tabs li.current {
    color: #1ba0fe;
    border-bottom: 2px solid #1ba0fe;
}

.product-detail-tabbing .tab-content {
    display: none;
   background-color: #f6f9fc;
    padding: 50px 30px;
    border-radius: 10px;
}

.product-detail-tabbing .tab-content.current {
    display: inherit;
}

.tab-conten p {
    font-size: 20px;
    line-height: 34px;
}




/* --------------referrals-page-css------------------ */


.referral-sec1 .dryeye-title {
    max-width: 100%;
}


.referral-sec3-text {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.inner-contact-form  {
    background-color: #fff;
    padding: 40px 35px !important;  
    border-radius: 10px;
    max-width: 950px;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}

.contact-details {
    padding: 100px 50px 100px 200px;
}


.referral-img2 {
    background-image: url(https://primaryeyecare.digicorns.dev/wp-content/uploads/2025/08/ddfc.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 80vh;
    background-position: right;
    background-blend-mode: overlay;
}

.contact-form input::placeholder {
    color: #00234c;
    font-size: 18px;
    font-weight: 400;

}

.contact-form textarea::placeholder {
    color: #00234c;
    font-size: 18px;
    font-weight: 400;

}

.input-text {
    border: 1px solid #1ba0fe;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    border-style: dashed;
	margin-bottom: 0;
}

.input-textarea {
    border: 1px solid #1ba0fe;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
    height: 196px;
    border-style: dashed;
}


.textarea {
    border: 1px solid #1ba0fe;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 500;
border-style: dashed;
}

.referral-sec3 {
    background-image: url(../images/myopia-management-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.contact-button img {
    padding-right: 15px;
}

.contact-details p {
    margin: 30px 0px 50px 0px;
}

.contact-button-inner input {
    border: 1px solid #fff;
    padding: 12px 50px;
}


/* ----------------------blog-listing-css-------------------------- */

.blog-section {
    padding: 80px 0px 80px 0px;
}

.blog-btn .cmn-btn:hover {
    color: #ea2bcc;
}

.blog-btn .btn-tertiary::before {
    border: 1px solid #ea2bcc;
}

.blog-text {
    padding: 20px 15px;
}

.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;   
}

.inner-blog-card {
    border-radius: 5px;
    box-shadow: 0px 0px 15px #ccc;
    padding-bottom: 30px;
    height: 100%;
}

.blog-img a {
    width: 100%;
}

.blog-search .blog-submit {
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-img {
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.blog-title {
    font-size: 28px;
    color: #00589c;
    font-weight: 300;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-search button {
    background: #00589c;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 15px;
    transition: 0.5s ease-in-out;
    font-weight: bold;

}
.wp-block-search__button {
    margin-left: 0px !important;
}
.blog-main-img img {
    width: 100% !important;
}
.blog-search button:hover {
    background: #4cb4fe;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.blog-listing-title {
    color: #00589c;
    font-size: 25px;
    font-weight: 300;
}


.inner-blog-card-text {
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box {
    padding: 20px 25px 140px 25px;
    box-shadow: 0px 0px 15px #ccc;
}
.home-blog-button .cmn-btn {
    font-size: 18px;
}
.blog-search input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px;
    margin-right: 10px;
}

.blog-categories-list {
    margin-top: 20px;
}

.blog-categories ul li {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.inner-blog-img {
    border-radius: 8px;
}

.inner-blog-img img {
    border-radius: 8px;
}

.home-blog-text p {
    font-size: 18px;
    line-height: 28px;
}

.blog-categories ul li a {
    display: inherit !important;
    transition: 0.5s ease-in-out;
    font-size: 18px;
}

.blog-categories a:hover {
    color: #1ba0fe;
    transition: 0.5s ease-in-out;
}

.blog-banner-text h1 {
    font-size: 40px;
    font-weight: 300;
}

.blog-banner-text h3 {
    font-size: 40px;
    font-weight: 300;
    padding-top: 15px;
}

.blog-banner-text li {
    padding-bottom: 5px;
    font-size: 18px;
}

.blog-banner-text p {
    font-size: 20px;
    line-height: 33px;
}

.blog-detail-btn a {
    text-transform: lowercase;
}

.nav-links { display: flex;  gap:10px;}
.nav-previous a { background: #00589c; padding: 10px 20px;border-radius: 50px;color: #fff;}
.nav-previous a:hover {  box-shadow: inset 0 -100px 0 0 #1ba0fe;  color: #fff;}


.nav-next a { background: #00589c; padding: 10px 20px;border-radius: 50px;color: #fff;}
.nav-next a:hover {  box-shadow: inset 0 -100px 0 0 #1ba0fe;  color: #fff;}
.blog-banner-text { margin-top: 15px;}















/* -------------------------error-page---------------------- */


.error-section {
    padding: 200px 0px 100px;
    background-image: url(../images/expertise-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.error-title {
    color: #00589c;
    font-weight: 400;
    font-size: 57px;
    text-align: center;
    margin-top: 0px;
}

.error {
    text-align: center;
    position: relative;
}

.error>.code {
    font-size: 13rem;
    margin: 0;
    line-height: 190px;
    letter-spacing: 10px;
    font-weight: 300;    
    color: #00589c;
}

.error>p {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 20px;
    color: #00589c;
}




/* --------------thanku-page-css---------------- */

.thanku-section {
    padding: 250px 0px 150px 0px;
    background-image: url(../images/healthyeye-bg.webp);
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    background-repeat: no-repeat;
}

.message {
    text-align: center;
    transition: 0.3s ease-in-out;
    position: relative;
}

.thanku-text {
    font-size: 90px;
    font-weight: 300;   
    color: #00589c;
}

.message p {
    font-size: 26px;
    color: #00589c;
    font-weight: 300;
    padding: 0px 0px 30px 0px;
}



/* --------footer-------- */

footer {
    background-image: linear-gradient(#00234c, #00589c);
    padding: 80px 0px;
}

.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 25px;
}

.footer-logo .footer-address {
    color: #e1f0fa;
    font-size: 18px;
    font-weight: 300;
}

.footitl {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-content a {
    color: #e1f0fa;
    font-size: 18px;
    transition: 0.7s ease-in-out;
}

.footer-content a:hover {
    color: #1ba0fe;
    transition: 0.7s ease-in-out;
}


.footer-right a:hover {
    color: #1ba0fe;
    transition: 0.7s ease-in-out;
}

.footer-content li {
    color: #e1f0fa;
    font-size: 18px;
    padding-bottom: 10px;
}

.footer-contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-icon {
    background: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
}

.footer-contact-info a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
}

.footer-btn {
    margin: 40px 0px;
}

.footer-btn .cmn-btn {
    padding: 15px 40px;
    border-radius: 50px;
    background: #fff !important;
    color: #00589c;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    transition: 0.7s ease-in-out;
}

.footer-logo {
    display: flex;
    align-items: baseline;
    gap: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
    width: 80%;
}

.copy-right p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}



.pdf-preview {
    margin: 100px 0;
}


/* ----------product-css-new------------ */

.woocommerce-product-details__short-description li {
    font-size: 19px;
    padding-bottom: 5px;
    list-style: disc;
    color: #00234c;
    line-height: 30px;
}

.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}

.product_title.entry-title {
    font-size: 45px;
    font-weight: 300;
	margin-bottom:15px;
}

.price bdi {
    font-size: 36px;
    color: #1ba0fe;   
}

.product-detail-text h2 {
    font-weight: 300;
    font-size: 30px;  
}

.product-detail-text .form-group .form-control {
    border: 0 !important;     padding: 10px 0px;
}

.product-detail-text .table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    padding: 10px 10px;
}
 .woocommerce div.product form.cart table td {
    padding-left: 10px !important;
}

.prescription-labels label {
    font-size: 18px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.single_add_to_cart_button {
    padding: 15px 45px !important;
    border-radius: 50px !important;
    background: #00589c !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    position: relative !important;
    transition: 0.7s ease-in-out !important;
	margin-top:0px !important;
}

.single_add_to_cart_button:hover {
   background: #1ba0fe !important;
   color: #fff !important;
}

.woosc-btn{
	 padding: 12px 45px !important;
    border-radius: 50px !important;
    background: #00589c !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    position: relative !important;
    transition: 0.7s ease-in-out !important;	
	border:0 !important;
	margin-right:10px !important;
}

.woosw-btn{
	 padding: 12px 45px !important;
    border-radius: 50px !important;
    background: #00589c !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    position: relative !important;
    transition: 0.7s ease-in-out !important;	
	border:0 !important;
}

.woosc-btn:hover {
   background: #1ba0fe !important;
    color: #fff !important;
}

.woosw-btn:hover {
   background: #1ba0fe !important;
    color: #fff !important;
}

.product_meta {
    margin-top: 20px;
    font-size: 18px;
	color: #00234c;
	
}
.product_meta a {
    margin-top: 20px;
    font-size: 18px;
    color: #00234c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-weight: 300 !important;   
     font-size: 30px !important;
	color: #00589c !important;
}

.woocommerce-Tabs-panel ul li{
	font-size: 19px;
    padding-bottom: 5px;
    list-style: disc;
    color: #00234c;
    line-height: 30px;
}
.woocommerce-Tabs-panel ul {
	padding-left: 20px;
}

.related.products h2 {
	font-size: 90px;
    color: #00589c;
    font-weight: 200;
	text-align:center;
	margin-bottom: 30px;
}

.woo-variation-gallery-slider-wrapper {
    border: 1px solid #d5e7f9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}


/* ---------header-css-new--------- */

.wp-megamenu-main-wrapper{	background: transparent !important; }

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { 
	font-size: 18px !important;
    color: #00234c !important;
    font-weight: 400 !important;
    transition: 0.5s ease-in-out !important;
	position: relative !important;
	font-family: 'Roboto' !important;
	
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper { text-align: right !important;}

.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li:hover, .wpmega-light-blue-sky-white .wpmm-mega-wrapper > li.current-menu-item {background: transparent !important;}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a {padding: 0px 22px 0px 22px !important;}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { padding: 0px 30px 0px 30px !important; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #fff !important;	width: 320px !important; }

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { color: #000 !important;  width: 320px !important;  font-size: 16px !important; background: #fff !important;}

.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {background: transparent !important;}

 ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {  padding: 0 !important;}

.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover a{transform: 10px 0px; transition:0.7s ease-in-out;}

.wp-mega-sub-menu li#wp_nav_menu-item-48004 {column-count: 2;}

.menu-item-48025 .wpmm-mega-menu-href-title{font-weight:600 !important; }

.wpmm-menu2 .wpmm-mega-menu-href-title{font-size:16px !important; font-weight:400 !important; margin-bottom:0px !important;}

.menu-item-48025 .wp-mega-menu-link{margin-bottom:10px !important;}

.wpmm-menu2 .wp-mega-menu-link{margin-bottom:0px !important;}

.menu-item-48046 .wp-mega-menu-link{margin-bottom:10px !important;}

.menu-item-48046 .wpmm-mega-menu-href-title{font-weight:600 !important; }

.menu-item-48046 .wpmm-menu2 .wpmm-mega-menu-href-title{ font-weight:400 !important; margin-bottom:0px !important;}

.menu-item-48046 .wpmm-menu2 .wp-mega-menu-link{margin-bottom:0px !important;}

.menu-item-48050 .wp-mega-menu-link{margin-bottom:10px !important;}

.menu-item-48050 .wpmm-mega-menu-href-title{font-weight:600 !important; }

.menu-item-48050 .wpmm-menu2 .wpmm-mega-menu-href-title{ font-weight:400 !important; margin-bottom:0px !important;}

.menu-item-48050 .wpmm-menu2 .wp-mega-menu-link{margin-bottom:0px !important;}

.menu-item-48053 .wp-mega-menu-link{margin-bottom:10px !important;}

.menu-item-48053 .wpmm-mega-menu-href-title{font-weight:600 !important; }

.menu-item-48053 .wpmm-menu2 .wpmm-mega-menu-href-title{ font-weight:400 !important; margin-bottom:0px !important;}

.menu-item-48053 .wpmm-menu2 .wp-mega-menu-link{margin-bottom:0px !important;}

.menu-item-48050 { margin-top: 45px !important;}

.wpmm-sub-menu-wrap.wpmm-FadeInOut.wpmm-double-image-animation { border-top: 2px solid #1ba0fe !important;}

.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title {    font-size: 18px !important;}

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link:before {    content: none !important;  }


.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div{
   width: 320px !important;
    background: #FFF !important;
    border-top: 2px solid #1ba0fe !important;
}

.wp-mega-sub-menu .wp-mega-menu-link:hover span.wpmm-mega-menu-href-title{
    color: #1ba0fe !important;
    margin-left: 5px !important;
	transition:0.7s ease-in-out;	
}

.wp-mega-sub-menu span.wpmm-mega-menu-href-title{
	transition:0.7s ease-in-out;
}


.dryeye-sec6 .accordion-body li {
    font-size: 19px;
    padding-bottom: 10px;
    color: #fff;
    list-style: disc;
}

.dryeye-sec6 .accordion-body ul {
    padding-left: 20px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 20px 0px !important;
}

.shop-sort-by select {
	width: 100%;
}

.footer-right ul {
    box-sizing: border-box;
    margin-bottom: 0;
}


.shop-inner-product{height:100% !important;}
.Technology-Drivens-right p {
    margin-bottom: 0px;
}
.woocommerce div.product form.cart table { margin-bottom: 20px !important;}
.col.lpfUpload { margin-bottom: 20px !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-weight: 500 !important; color: #ffffff !important; background-color: #00589c !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover { background-color: #1ba0fe !important; color: #fff !important;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 150px !important;}
.woocommerce-billing-fields { box-shadow: 0px 0px 15px #ccc !important; padding: 15px !important;}
.woocommerce-shipping-fields { box-shadow: 0px 0px 15px #ccc !important; padding: 15px !important;}
h3#ship-to-different-address { font-size: 25px !important;}
.woocommerce-billing-fields h3 { font-size: 25px !important;}
.shop-sort-by select { padding:5px 15px  !important;  border: 1px solid #ccc !important;}
.wc-tab { background-color: #f6f9fc; padding: 50px 30px !important; border-radius: 10px;}




/* ----------dry-quiz-css-------- */
 
    .osdi-wrapper {max-width: 1000px; margin: auto; font-family: Arial, sans-serif; padding: 20px; border: 1px solid #ccc; border-radius: 8px; font-size: 14px;}
    .progress-container {width: 100%; background: #e0e0e0; border-radius: 20px; overflow: hidden; margin-bottom: 0px;}
    .progress-bar {height: 20px; background: #0073aa; width: 0%; text-align: center; color: #fff; line-height: 20px; transition: width 0.4s ease;}
    table {width: 100%; border-collapse: collapse; margin-bottom: 20px;}
    th, td {text-align: center; padding: 6px; border: 1px solid #ddd;}
    th.question {text-align: left; background: #f4f4f4;}
    input[type="radio"] {transform: scale(1.2);}
    #osdi-result {display: none; text-align: center;}
    canvas {border: 1px solid #ccc; margin-top: 20px; max-width: 100%; height: auto;}
    .form-field {margin-bottom: 12px;}
    .form-field label {font-weight: bold; display: block; margin-bottom: 4px;}
    .form-field input {width: 100%; padding: 6px;}
    .submit-btn, .nav-btn {width: 100%; padding: 10px 30px;background: #0073aa; color: white;border: none;  font-size: 16px; border-radius: 50px; margin-top: 10px; }
    .step-btns {display: flex; gap: 10px; margin-top: 10px;}
    .step-btns button {flex: 1;}

#dryeye-quiz .modal-dialog {max-width: 855px;margin: 60px auto;}
#dryeye-quiz .modal-header .btn-close { padding: 0; margin: 0;} 
#dryeye-quiz  .modal-header {padding: 5px;  position: absolute; right: 23px; z-index: 1;  border: 1px solid #ccc; top: 25px; border-radius: 5px;}
.form-step h3 { font-size: 22px; font-weight: 300; line-height: 32px;margin-top: 10px;}
.form-step th {line-height: 17px;}
td.question { text-align: left;}
.osdi-wrapper h2 { font-size: 22px;  font-weight: 300;margin-top: 10px;}






/* -----contact-css---------- */

.contact-page .inner-contact-form {
    box-shadow: 0px 0px 10px #cccccc69;
    margin-top: 90px;
        margin-right: 50px;
}

.detail-box {
    background: #00589B;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center; 
      text-align: center;
    transition: 0.7s ease-in-out;
}

.detail-box a {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
      padding-left: 20px;
}


.detail-box:hover { 
    transition: 0.7s ease-in-out;
}

.detail-box.detail-box-hover {
    background: #00589c;
    box-shadow: inset 0 0 0 0 #00589c;
}

.detail-box.detail-box-hover:hover {
    box-shadow: inset 0 -100px 0 0 #1ba0fe;
    color: #fff;
}


.detail-icon {
    margin-bottom: 0px;
}

.contact-sub-title {
    font-size: 52px;
    margin-bottom: 30px;
}

.contact-details-wrapper {
    padding-left: 55px;
}


.contact-map iframe {
    width: 100%;
    height: 600px;
    line-height: 0;
}

.contact-address {
     padding: 100px 50px 100px 200px;
}

.socials.contact-socials i {
    border: 1px solid #00589c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    color: #00589c;
    background-color: #fff;
     box-shadow: inset 0 0 0 0 #00589c;
     transition: 0.7s ease-in-out;
}


.socials.contact-socials i:hover {
    box-shadow: inset 0 100px 0 0 #1ba0fe;
    color: #fff;
}


.contact-page {
    margin-bottom: 100px;
}
.inner-contact-form.contact-form label {
    padding-bottom: 10px;
}

.inner-contact-form.contact-form .input-text {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation
 {
    float: left;
    width: 30%;
    box-shadow: 0px 0px 15px #ccc !important;
    padding: 15px !important;
    border-radius: 10px !important;
    background: #1ba0fe !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    line-height: 40px !important;
    border-bottom: 1px solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	color:#fff;
	padding:5px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	box-shadow: 0px 0px 15px #ccc !important;
    padding: 15px !important;
    border-radius: 10px !important;
}

.myopia-sec666 .top-main-container {
    padding: 100px 0px 100px;
}















div#respond {background-color: #F5F5F5;padding: 20px;margin-top: 30px;border-radius: 5px;}
p.comment-form-email { width: 33%;float: left;margin-left: 1%;}
p.comment-form-author { width: 33%; float: left; }
p.comment-form-url {width: 31%;float: left;margin-left: 1%;}
p.comment-form-cookies-consent {width: 100%;display: block;}
div#comments {margin-top: 38px;}
#comments .h2, h2 {font-size: 18px;}
ol.comment-list li {border-bottom: solid 1px #ddd;padding-bottom: 20px; margin-bottom: 15px;}
b.fn {padding-left: 15px;}
.comment-content{ padding-left: 90px;}
a.comment-reply-link {color: #0056B3; font-weight: 600;}
img.avatar.avatar-32.photo {width: 70px;height: 70px; border-radius: 50%;margin-top: 20px;margin-bottom: -20px;}
em.comment-awaiting-moderation {padding-left: 90px;}
.reply {padding-left: 90px;margin-top: -18px;}
.comment-metadata {padding-left: 90px;margin-top: -23px;}
p.comment-form-cookies-consent {width: 100%;display: flex;align-items: baseline;}
p.comment-form-cookies-consent label {padding-left: 10px;}	
input#submit {
    background-color: #000;
    color: #fff;
    padding: 10px;
}
h2.comments-title {
    display: none;
}
textarea#comment {
    height: 120px;
}
.comment-form-author label {
  width: 100% !important;
}
.comment-form-email  label {
  width: 100% !important;
}
p.comment-form-author {
    margin-right: 20px !important;
}
p.comment-form-author input {
    width: 100% !important;
}


.contact-map p{
	margin-bottom:0px;
	line-height:0px;
}
.detail-box.detail-box-hover {
    color: #fff;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 10% !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {  width: 100% !important;}
td.product-remove { width: 2% !important;}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {  width: auto !important;}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th { text-align: left !important;}
.cart_totals h2 { font-size: 26px;}

.contact-page.before-blue-img::before {
    content: '';
    background-image: url(../images/blue-before-img.webp);
    width: 803px;
    height: 815px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.myopia-sec6-copy{
	padding-bottom:100px;
}
span.sku_wrapper {
    font-weight: 800 !important;
}
.sku {
    font-weight: 400 !important;
}
.footer-img a img {
    width: 220px !important;
}
.home-expertise-inner{
    background-image: url(../images/expertise-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
       padding: 150px 0px 0px 0px;
}
.areas-img {
    width: 138px;
    height: 138px;
    background: #000;
    margin: auto;
    border-radius: 50%;
    line-height: 138px;
    position: absolute;
    right: 0;
    left: 0;
    top: -20%;
    transition: 0.7s ease-in-out;
}
.areas-img img{
 transition: 0.7s ease-in-out;
}
.areas-wrapper {
    text-align: center;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
    border-radius: 8px;
    position: relative;
    padding: 60px 0px 60px 0px;
    height: 100%;
     transition: 0.7s ease-in-out;
}
.home-areas-sec3 .mb-5 {
    margin-bottom: 6rem !important;
}
.expertise-btn {
    padding-top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 35px;
}
/* .areas-wrapper .cmn-btn {
    padding: 12px 42px;
    font-size: 17px;
} */
.areas-img1{
    background-color: #00589C;
}
.areas-img2{
    background-color: #1BA0FE;
}
.areas-img3{
    background-color: #00234C;
}
.areas-img4{
    background-color: #00589C;
}
.areas-img5{
    background-color: #1BA0FE;
}
.areas-wrapper:hover .areas-img {
    transition: 0.7s ease-in-out;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
/* .areas-wrapper:hover .areas-img img{
    transition: 0.7s ease-in-out;
    transform: scale(1.1);
}
 */
.myopia-sec6 ul li {
    list-style: disc;
    font-size: 19px !important;
    padding-bottom: 10px !important;
}
.blair-text ul li {
    list-style: disc;
    list-style: inside;
}
.p-size ul li {
    list-style: disc;
    font-size: 19px !important;
    padding-bottom: 10px !important;
}


.myopia-sec6-copy li  {
       font-size: 19px !important;
    padding-bottom: 10px !important;
}

.myopia-sec6-copy li a {
    color: #00234c;
    text-decoration: underline;
	transition: 0.3s ease-in-out;
	font-size: 19px !important;
}

.myopia-sec6-copy p a {
    color: #00234c;
    text-decoration: underline;
	transition: 0.3s ease-in-out;
	font-size: 19px !important;
}

.myopia-sec6-copy p a:hover {
    color: #1ba0fe;
   transition: 0.3s ease-in-out;
}

.myopia-sec6-copy li a:hover {
    color: #1ba0fe;
    text-decoration: underline;
	transition: 0.3s ease-in-out;
}

.before-blue-img-new-change .blair-text {
    padding-top: 60px;
    padding-bottom: 80px;
}
.before-blue-img-new-change .img-br img {
    display:none;
}
.before-blue-img-new-change::before {
    width: 720px;
}
.blair-text-texttch p {
    margin-bottom: 10px;
}
.contact-button {
    line-height: 70px;
}
.inner-contact-form.contact-form .input-text {
    margin-bottom: 0px !important;
}
.woobt-summary { display: flex; justify-content: space-between;}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
    border-color: #00589c !important;
}
.product-detail-page .top-main-container {  padding: 100px 0px 70px;}
.woobt-text span.woocommerce-Price-amount.amount { font-weight: 800;}
.woocommerce .quantity .qty {
    width: 5em !important;
    text-align: center;
    padding: 12px 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 36px !important;
    color: #1ba0fe !important;
}


.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    right: -50px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow { width: 40px !important; height: 40px !important;  line-height: 40px ! IMPORTANT;  text-align: center !important;}
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    left: -50px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow { background: rgb(0 88 156) !important;	opacity: 1 !important;}


.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {  display: none !important;}
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{  display: none !important;}
.woo-variation-gallery-thumbnail-wrapper {
    box-shadow: 0px 0px 15px #ccc !important;
	margin-top:20px !important;
	border-radius:5px;
}
#comments .h2, h2 { font-size: 30px; font-weight: bold;}

p.comment-form-author input {
    width: 100% !important;
    padding: 5px 15px !important;
}
.comment-form-email input {
    width: 100% !important;
    padding: 5px 15px !important;
}
.woocommerce #review_form #respond textarea { padding: 5px 15px !important;}
.woosw-popup .woosw-popup-inner .woosw-popup-content {  max-width: 800px !important;}
.woosw-list table.woosw-items tr td { text-align: left !important;}
span.woosw-copy-label {  width: 120px !important;}
.woosw-list .woosw-copy .woosw-copy-url {  margin-left: 10px; margin-right: 10px !important;}
span.woosw-copy-btn button {  background: #00589c;  padding: 10px 20px; border: 1px solid #00589c; color: #fff; border-radius:}
span.woosw-copy-btn button:hover { box-shadow: inset 0 -100px 0 0 #1ba0fe; color: #fff;}
span.woosw-copy-url input { padding: 10px 10px;}
.woosw-item--atc{ text-align:center !important;}
.woocommerce a.added_to_cart {  padding-top: 0em; display: inline-block; background: #00589c !important; padding: 10px 10px 8px !important; color: #fff !important; border-radius: 5px !important;    margin-left: 10px !important;}

span.sku_wrapper {
    font-weight: 800 !important;
    display: block!important;
}
span.posted_in {
    font-weight: 800 !important;
}
.woocommerce table.shop_table th {
    text-align: left !important;
}
.woocommerce ul#shipping_method li {
    text-align: left !important;
}
.woocommerce table.shop_table td {
    text-align: left !important;
}


@media(max-width:1680px) {
.before-blue-img-new-change::before {  width: 630px;}

}
/* -----------media-query---------- */





@media(max-width:1600px) {
    .home-banner-section { padding: 100px 0px; }
    .main-menulist {padding: 15px 75px 10px 75px;}  
    .home-title { font-size: 70px; }
    .home-areas-title { font-size: 38px; }
    .style-title { font-size: 50px; }
    .special-top-text p { font-size: 24px; } 
    .special-wrap p { font-size: 24px; }
    footer { padding: 60px 0px 40px; }
    .diagnose-img { text-align: center; }
    .dryeye-sec2img { text-align: center; }
    .clear-top-text { margin-top: -13%; }
    .symptom-bluebox::before { left: -135px; }
    .symptom-blueboxright::before { left: 16%; }
    .symptom-title { font-size: 45px; }
    .binocular-sec2::before { width: 575px;}
    .home-eye-sec6.binocular-sec5 {height: 80vh;}
    .about-sec2::before {width: 595px;}
    .top-main-container {padding: 80px 0px;}
/*     .before-blue-img::before {width: 670px; height: 834px;} */
    .medicalcare-sec5::before {width: 620px;}
    .medicalcare-sec6 {padding: 90px 0px;}
    .myopia-sec8 {padding: 100px 0px 100px 0px;}
    .atropine-title {margin: 40px 0px 80px 0px;}
    .speciality-sec7::before {width: 585px;}
    .speciality-sec3-text {max-width: 865px;}
    .speciality-sec3-title { font-size: 54px;} 
    .speciality-sec3 {padding: 120px 0px 80px 0px;}
    .speciality-sec4 .home-title {font-size: 70px;}
    .speciality-sec4 {padding: 100px 0px;}
    .speciality-sec5-text .home-title {font-size: 72px; }
    .speciality-sec8 .home-title { font-size: 65px}
    .speciality-sec9 .home-title { font-size: 65px}
    .vision-sec1 .home-title {font-size: 75px;}
    .designer-frames-text { padding: 80px 0px 80px 55px;}
     .vision-sec-title { font-size: 60px;}
     .vision-sec6 {padding: 90px 0px;}
.vision-time-text { padding: 60px 50px 60px 30px; }
    .speciality-list li {font-size: 18px;}
    .contact-details {padding: 100px 50px 100px 60px;}   
	.home-banner-section {margin: 125px 0 0;}
	.home-sec4 { padding: 120px 0px 100px 0px;}		   	
	.footer-btn .cmn-btn {padding: 15px 45px;}
	.myopia-sec6::before {width: 600px;}
.inner-banner-section { margin: 125px 0 0; padding: 80px 0px;}
.blog-banner-text h3 { font-size: 38px;}	
.home-banner-title { font-size: 70px;}	
.home-banner-content p { font-size: 28px;}	
.clear-top-text p { margin: 25px 0px;}	
.home-special-sec5 { padding: 80px 0px;}
.testi-box-text { padding: 15px;}	
.home-testimonial-sec7 { padding: 80px 0px;}	
.home-eye-sec6 { padding: 180px 0px;}
.inner-btn .cmn-btn { font-size: 19px;}	
.facial-title { font-size: 50px;}	
p { font-size: 18px;}	
.waxing-circle h5 { font-size: 38px;}	
.diagnose-title { font-size: 50px;}	
.diagnose-title { font-size: 50px;}	
.diagnose-bvd-toptext p { font-size: 24px;}	
.color-skyblue {font-size: 26px;}
.bvd-right-text p { font-size: 24px; line-height: 30px;}	
.bvd-symptoms-head p { font-size: 24px;}	
.dryeye-sec2-righttext p { font-size: 38px; margin-bottom: 0px;}	
.understanding-text p { font-size: 24px; line-height: 33px;}	
.tears-right-text h6 { font-size: 20px;}
.understanding-right-text p { font-size: 18px;}	
.faq-inner .accordion-button { font-size: 43px;}	
.faq-inner .accordion-body { padding: 60px 0px 70px 0px;}	
.faq-inner button.accordion-button.collapsed { padding: 50px 70px;}	
.take-quiz-btn .cmn-btn { font-size: 26px;}	
.diagnose-title { font-size: 50px;}	
.therapy-title { font-size: 50px;}	
.therapies-text p {font-size: 24px; line-height: 32px;}	
.nearme-btn .cmn-btn { font-size: 20px;}	
.vision-suglasses-list li { font-size: 18px; padding-bottom: 15px; list-style: disc;}	
.vision-sec6-text { max-width: 1200px;}	
.speciality-list{  padding-left:20px; margin-bottom: 0px;}	
.input-text { padding: 13px 10px;}	
.shop-categories-title { font-size: 30px;}	
.product-section .accordion-body ul li { font-size: 16px;}	
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton { min-height: 45px; font-size: 17px;}	
.related.products h2 { font-size: 75px;}
.product-detail-text p { font-size: 18px; line-height: 29px;}	
.schedule-treatment-btn .cmn-btn { font-size: 26px;}	
.contact-address { padding: 100px 50px 100px 70px;}	
.error>.code { font-size: 12rem;line-height: 170px;}	
.error-title { font-size: 45px;}	
.contact-sub-title { font-size: 45px; margin-bottom: 30px;}	
#dryeye-quiz .modal-dialog { max-width:700px;}	
.cart_totals h2 { font-size: 24px;}	
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 14% !important;}	
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt { font-size: 14px !important;}#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {  padding: 1em 0 0px !important;}
.contact-page.before-blue-img::before { width: 670px; height: 805px; }
.medicalcare-sec2::before { width: 600px;}
.dryeye-sec3.before-blue-img::before { width: 600px;  height: 652px;}
.eyelid-title { font-size: 40px;}	
.speciality-sec2.before-blue-img::before { width: 600px; height: 652px;}	
.myopia-sec666 .top-main-container {  padding: 80px 0px 80px;}	
.myopia-sec6-copy { padding-bottom: 80px;}	
.myopia-sec8 { padding: 80px 0px 80px 0px;}	
.vision-sec1.before-blue-img::before { width: 600px;}	
.vision-sec1 .home-title { font-size: 70px; }
.footer-btn .cmn-btn { font-size: 20px;}
.optical-services-wrap img { width: 170px;}	
.before-blue-img::before { width: 600px;}	
.myopia-list li {  font-size: 18px; padding-bottom: 10px;}	
.p-size ul li { font-size: 18px !important;}	
.home-areas-title { font-size: 32px; }	
.areas-text p { font-size: 18px;line-height: 28px;}	
.cmn-btn { font-size: 19px;}	
.diagnose-title {  margin-bottom: 20px;}	
.binocular-sec2 .blair-text { padding-top: 60px;}	
.blog-title { font-size: 24px;}	
.blog-categories ul li a { font-size: 17px;}	
.blog-text p { font-size: 17px; line-height: 28px;}	
.blog-section {  padding: 60px 0px 50px 0px;}	
.home-blog-button .cmn-btn { font-size: 17px;}	
.blog-banner-text h1 { font-size: 35px;}	
.blog-banner-text p { font-size: 19px;}	
#comments .h2, h2 { font-size: 26px;}	
.woocommerce-tabs.wc-tabs-wrapper {  margin-top: 40px;}	
.product-detail-page .top-main-container {  padding: 90px 0px 60px;}	
	
	
}


@media(max-width:1440px) {
    .home-areas-title { font-size: 30px; }
    .home-special-sec5 { padding: 80px 0px; }
    .home-testi-wrapper { min-height: 550px; }  
    .footer-btn .cmn-btn { padding: 15px 30px; font-size: 20px; }
    .top-main-container { padding: 70px 0px; }
    .diagnose-title { font-size: 45px; }
    .home-eye-sec6.binocular-sec5 { padding: 100px 0px; height: 78vh; }    
    .symptom-blueboxright { width: 28%;} 
    .blair-text {padding-top: 60px;}
    .medical-sec2-text h5 {font-size: 33px;}
    .medicalcare-sec5 .home-title {font-size: 75px;}
.clear-top-text p { font-size: 26px !important;}
.home-title {font-size: 70px;line-height: 80px;}
.style-title { font-size: 45px; }
.special-wrap p { font-size: 22px; }
.home-eye-sec6 { padding: 160px 0px; }
.top-nav-icon li img { width: 27px;}	
.home-stylemeets-text { padding: 35px 20px 50px 20px;}	
.special-top-text p { font-size: 22px; }	
.special-text { padding: 30px 55px 0px 55px;}	
.faq-inner button.accordion-button.collapsed {  padding: 40px 70px; }
.faq-inner .accordion-body { padding: 40px 0px 40px 0px; }	
.medicalcare-sec3 {  background: #f4f8fa; padding: 80px 0px;}	
p { font-size: 17px; }	
.about-expect-toptext p { font-size: 24px;}	
.inner-btn .cmn-btn { font-size: 20px; }	
.waxing-circle h5 { font-size: 36px; }	
.waxing-circle { padding: 25px 45px;}
.treatment h3 { font-size: 24px;}
.bvd-right-text p { font-size: 22px;}	
.bvd-right-text ul li { font-size: 18px;}	
.bvd-right-text p { font-size: 20px; }	
.bvd-right-text ul li { font-size: 17px; line-height: 25px;}
.diagnose-bvd-toptext p { font-size: 22px; }	
.color-skyblue {font-size: 24px; }	
.diagnose-bvd-inner-text li { font-size: 18px; line-height: 28px;}	
.dryeye-sec2-righttext p { font-size: 36px; }	
.understanding-text p { font-size: 23px; }	
.dryeye-sec6 .accordion-body li { font-size: 18px;}	
.faq-inner .accordion-body p {font-size: 18px;}	
.dryeye-sec7 { padding: 170px 0px;}
.take-quiz-btn .cmn-btn { font-size: 24px; }	
.schedule-treatment-btn .cmn-btn { font-size: 24px;}	
.eyelid-title {font-size: 40px;}	
.nearme-btn .cmn-btn { font-size: 20px; }	
.medicalcare-sec3-title { font-size: 50px;}	
.dryeye-title { font-size: 55px;}	
.orhto-k-title { font-size: 45px;}	
.orhto-k-subtitle { font-size: 35px;}	
.myopia-sec6::before { width: 500px;}	
.myopia-sec7 { padding: 180px 0px 180px 0px;}	
.dryeye-title { font-size: 50px;}	
.speciality-sec3-title { font-size: 50px; }
.home-title-inner {font-size: 60px;}	
.speciality-list li { font-size: 17px;}	
.vision-sec1 .home-title { font-size: 70px;}	
.vision-suglasses-list li { font-size: 17px; padding-bottom:7px;  }
.contact-button-inner input {  padding: 10px 50px;}	
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {	min-height: 50px;}	
.product_title.entry-title { font-size: 40px;}
.price bdi { font-size: 32px;}	
.contact-sub-title {font-size: 47px;}
.contact-page.before-blue-img::before { height: 715px;}	
.input-text { padding: 10px 10px; }	
.input-textarea { height: 165px;}
.inner-contact-form { padding: 30px 35px !important;}	
.contact-page.before-blue-img::before { height:680px; width: 604px; }	
.contact-page .inner-contact-form { margin-top: 60px;}	
.contact-page { margin-bottom: 70px;}	
.contact-sub-title { font-size: 45px; }	
.faq-inner button.accordion-button.collapsed { font-size: 40px;}	
.faq-inner .accordion-button { font-size: 40px; }
.faq-inner .accordion-button {  padding: 40px 70px;}
.form-step h3 { font-size: 18px; line-height: 30px;}	
.osdi-wrapper h2 {font-size: 20px;}	
.osdi-wrapper {padding: 15px;}	
.vision-time-text { padding: 35px 50px 35px 30px; }	
.speciality-list li { padding-bottom: 10px;}	
.vision-sec6 { padding: 80px 0px;}	
.vision-sec6-text p {  margin: 20px 0px 45px 0px;}	
.designer-frames-text { padding: 40px 0px 40px 55px; }	
.speciality-sec5-text {  padding: 90px 20px 90px 30px;}	
.before-blue-img::before {  width: 550px; }	
.product-detail-page .top-main-container { padding: 60px 0px 50px;}	
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {  font-size: 32px !important;}
.error-section {padding: 170px 0px 80px;}	
.thanku-text {font-size: 80px;}	
.message p {font-size: 22px;}	
.blog-banner-text h1 { font-size: 32px;}	
.blog-banner-text p {font-size: 18px; line-height: 30px;}
.footitl { font-size: 20px;}	
.related.products h2 { font-size: 70px; }	
div#comments { margin-top: 10px;}	
	
	
	
	
	
}




@media(max-width:1400px) {
.clear-top-text .home-title { line-height: 80px;}
.areas-text { padding: 20px 40px;}	
.footer-btn .cmn-btn {  padding: 15px 35px; }	
.about-expect-toptext {width: 650px;}	
.clear-top-text .home-title { line-height: 80px;}	
.bvd-right-text ul li {font-size: 17px; line-height: 24px; padding-bottom: 8px; }	
.symptom-title { font-size: 40px; }	
.home-eye-sec6.binocular-sec5 { height: 65vh;}	
.diagnose-bvd-toptext { max-width: 870px;}	
.understanding-right-text:after { left: -40px;}	
.tears-right-text { padding-right: 20%;}	
.shop-categories-title {  font-size: 28px;  }
.product-section #accordionFlushExample { padding: 20px 15px 200px 15px;}	
.woosw-popup .woosw-items .woosw-item {  padding: 0 10px !important;}	
.contact-page.before-blue-img::before {  width: 588px; }	
.orhto-k-title { font-size: 40px; }	
#dryeye-quiz .modal-dialog { max-width: 750px; }
.speciality-list li { font-size: 16px; }	
.vision-sec-title {font-size: 55px;}	
.referral-img2 { height: 70vh;}	
.price bdi { font-size: 30px; }	
.home-sec4 { padding: 100px 0px 100px 0px; }	
}

body, html { overflow-x: hidden; }
@media(max-width:1366px) {
     .nav-btn {padding: 10px 30px; font-size: 17px;}
    .nav-phone { width: 45px; height: 45px; line-height: 45px; }
    .nav-num { font-size: 19px; }
    .top-nav-icon li { padding: 0px 8px; }
    .top-nav-icon ul { padding-left:15px; margin-bottom: 8px; }
    .nav-right-cont img { width: 27px; }
    .navbar .nav-link { font-size: 18px; }
    .nav-item { padding: 0px 0px 0px 30px; }
    .main-menulist { padding: 10px 50px; }
    .banner-left-img img { width: 400px; }
    .home-banner-title { font-size: 60px; line-height: 65px; margin-bottom: 15px; }
    .home-banner-content p { font-size: 28px; line-height: 38px; }
    .cmn-btn { padding: 12px 35px; font-size: 17px; }
    .clear-top-text .home-title {line-height: 80px; font-size: 65px;}
    .home-title { font-size: 65px; }
    .home-clear-text { max-width: 990px; }
    .clear-top-text p { font-size: 25px !important; margin: 25px 0px; }
    .areas-text { padding: 20px 45px; }
/*     .home-areas-sec3 { padding: 50px 0px; } */
    .style-title { font-size: 45px; }
    .home-stylemeets-text { width: 540px; padding: 50px 30px 32px 30px; }
    .home-stylemeets-text p { font-size: 19px; line-height: 33px; }
    .special-top-text p { font-size: 21px; width: 760px; }
    .special-wrap p { font-size: 20px; line-height: 32px; }
    .special-text { padding: 20px 85px 0px 85px; }
    .testi-box-text p { font-size: 17px; line-height: 28px; }
    .home-testimonial-sec7 { padding: 70px 0px; }
    .footer-btn .cmn-btn { padding: 13px 30px; font-size: 18px; }
    .footer-content a { font-size: 17px; }
    .footer-content li { font-size: 17px; padding-bottom: 8px; }
    .dryeye-title { font-size: 56px; }
    .top-main-container { padding: 60px 0px; }
    .dryeye-sec3 { margin-bottom: 0px; }
    .dryeye-sec2-righttext p { font-size: 38px; line-height: 48px; }
    .understanding-text p { font-size: 22px; }
    .tears-right-text { padding-right: 20%; }
    .tears-step { left: -17%; }
    .faq-inner .accordion-button { padding: 45px 40px; font-size: 40px; }
    .faq-inner button.accordion-button.collapsed { padding: 65px 70px; font-size: 40px; }
    .schedule-treatment-btn .cmn-btn { font-size: 25px; }
    .diagnose-title { font-size: 43px; margin-bottom: 20px; }
    .dryeye-sec8::before { width: 545px; }
    .dry-treatment-left-text { padding-right: 9%; }
    .dryeye-sec9 { padding: 80px 0px; }
    .therapy-title { font-size: 45px; }
    .nearme-btn .cmn-btn { font-size: 20px; }
    .dryeye-sec14 .top-main-container { max-width: 1000px; }
    .inner-btn .cmn-btn { font-size: 20px; padding: 14px 50px; }
    .looking-best-text { max-width: 960px; margin: 40px auto 60px auto; }
    .aesthetics-sec1 .clear-top-text { max-width: 900px; margin: -12% auto 0px auto; }
    .facial-treatment-grid { max-width: 1100px; }
    .treatment.treatment-left { padding-right: 45px; }
    .facial-top-text { margin: -7% auto 30px auto; }
    .inner-banner-title { font-size: 65px; }
    .blair-text { padding-top: 57px; }
    .bvd-right-text p { font-size: 24px; line-height: 33px; }
    .binocular-img {width: 530px;}
    .binocular-sec2::before { width: 520px; height: 495px;}
    .home-eye-sec6.binocular-sec5 {height: 85vh; padding: 60px 0px;}
    .diagnose-bvd-toptext p {font-size: 24px;line-height: 32px;}
    .diagnose-bvd-inner-text li {font-size: 18px;}
    .blairimg {width: 500px; padding: 65px 0px;    margin-right: 70px;}
    .about-sec2::before { width: 490px;}
    .about-expect-innertext { padding-top: 20px; max-width: 1000px;}
/*     .medicalcare-sec2.before-blue-img::before {left: -15%;} */
    .binocular-img.medical-img1{width: 510px;}
     .hypertension-img img {width: 580px;}
     .hypertension-text {padding: 30px 0px 30px 0px;}
     .macular-img img {width: 560px;}
     .macular-text {padding: 0px 0px 15px 0px;}
	  .faq-inner .accordion-body p { font-size: 17px; }
     .medicalcare-sec3 {padding: 70px 0px;}
    .medicalcare-subtitle {font-size: 36px;}
    .binocular-img.medical-sec5-img {width: 560px;}
    .medicalcare-sec5 .home-title {font-size: 60px;}
     .medical-sec5-text li {font-size: 18px;}
     .medicalcare-sec5::before {width: 530px;}
    .before-blue-img::before {width: 500px;}
    .speciality-sec4 .home-title {font-size: 60px;}
     .myopia-list li {padding-bottom: 10px;}
    .speciality-sec5-text .home-title {font-size: 62px;}
    .speciality-sec5-text {padding: 80px 20px 90px 30px;}
    .medicalcare-sec6 {padding: 70px 0px}
    .speciality-sec7-img img {width: 580px;}
    .speciality-sec8 .home-title {font-size: 55px;}
     .speciality-sec9-text {max-width: 975px;   }
    .vision-sec1 .home-title {font-size: 60px;}
    .input-text {padding: 12px 15px;}
	.inner-contact-form input::placeholder {font-size: 15px;}
	.inner-contact-form textarea::placeholder {font-size: 15px;}
	.input-textarea {height: 150px;}
	.inner-contact-form {padding: 25px 25px !important; max-width: 800px;  }
	.contact-button-inner input {padding: 8px 50px;}
p {font-size: 17px;    line-height: 28px;}
.contact-details { padding: 70px 50px 70px 60px;}
.home-banner-section {margin: 104px 0 0; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {font-size: 16px !important;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {padding: 0px 15px 0px 15px !important;}
.navpage-header.is-sticky .logo-box img { max-width: 80%;}	
.navpage-header .logo-box img { width: 95%;}
.style-btn {padding-top: 5px;}
.home-eye-sec6 {padding: 150px 0px;}
.home-testi-wrapper {min-height: 465px;}
.myopia-sec6::before {width: 500px;}
.inner-banner-section { margin: 104px 0 0;}	
.home-areas-title{ font-size: 26px; }
.style-title {font-size: 40px; }	
.home-stylemeets-text p { font-size: 17px; line-height: 29px; }
.home-stylemeets-text {  padding: 30px 30px 40px 30px; }	
.home-special-sec5 {padding: 70px 0px;}	
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { font-size: 15px !important;}	
.diagnose-title { font-size: 40px; }	
.bvd-right-text p {font-size: 20px; line-height: 30px; }	
.symptom-title { width: 315px;	height: 300px;}	
.symptom-blueboxright::before { height: 360px;}	
.symptom-bluebox::before { top: -10%; width: 380px; height: 360px;}	
.symptom-title { font-size: 35px; }	
.symptom-blueboxright::before { top: -10%;}	
.diagnose-bvd-inner-text li { font-size: 17px; }	
.diagnose-bvd-toptext p { font-size: 22px; line-height: 30px; }	
.home-eye-sec6.binocular-sec5 { height: 76vh; }	
/* .dryeye-sec2img {padding: 45px 0px;}	 */
.dryeye-sec2-righttext p { font-size: 35px; line-height: 48px; }	
.understanding-right-text:after { left: -57px; }	
.faq-inner .accordion-body { margin: 0px 40px;}	
.faq-inner button.accordion-button.collapsed { padding: 45px 40px; font-size: 40px; }	
.take-quiz-btn { margin-top: 50px;}	
.therapies-text p {font-size: 22px; line-height: 30px; }	
.therapy-list li { padding-right: 80px; font-size: 18px;}	
.footer-contact-info a { font-size: 17px;}	
.copy-right p {font-size: 17px;}	
.medicalcare-sec6 { padding: 80px 0px;  }	
.schedule-medical-innertext strong { font-size: 24px;}	
.dryeye-title { font-size: 50px; }	
.myopia-controls-text {  padding: 70px 0px 70px 20px;}	
.speciality-sec6 { padding: 100px 0px;}	
.speciality-sec6 { padding: 80px 0px;}	
.speciality-sec4 { padding: 80px 0px;}	
.vision-suglasses-list li { font-size: 17px; padding-bottom: 10px;}	
.product-section .accordion-flush .accordion-item .accordion-button { font-size: 22px;}	
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton { min-height: 40px !important;}	
.product-inner-card .cmn-btn { padding: 10px 45px;}	
.product-price { font-size: 20px;}	
.product-section .mb-5 { margin-bottom: 2rem !important;}
.shop-categories-title {font-size: 26px; }	
.product_title.entry-title { font-size: 35px; }	
.woocommerce-product-details__short-description li { font-size: 18px;}	
.woosc-btn { font-size: 18px !important;}	
.single_add_to_cart_button { font-size: 18px !important;}	
.wc-tab { padding: 30px 30px !important;}	
.woocommerce-Tabs-panel ul li { font-size: 18px;}	
.related.products h2 { font-size: 60px; }	
.product-detail-text h2 {font-size: 28px;}	
	
	
#dryeye-quiz .modal-dialog {max-width: 800px;	margin: 50px auto 0px auto;}	
#dryeye-quiz .modal-header {padding: 8px 15px;}	
.contact-sub-title {font-size: 42px;}	
.contact-page.before-blue-img::before {height: 635px;}	
.error>.code { font-size: 10rem;  line-height: 150px;}	
.error-section {  padding: 140px 0px 80px;}	
.error-title {font-size: 40px;}	
.error>p {font-size: 20px;}
.input-text { padding: 8px 15px; }	
.detail-box { padding: 10px 20px;}	
.detail-icon { margin-bottom: 0px;}	
.contact-page.before-blue-img::before { height:630px; width: 573px; }	
#dryeye-quiz .modal-dialog { max-width: 450px; }	
.submit-btn, .nav-btn {margin-top: 0px;}	
.dryeye-sec3.before-blue-img::before { width: 500px;}	
.understanding-right-text::before { left: -58%;}	
.myopia-sec6-copy.binocular-sec2::before { width: 500px; height: 565px; }	
.myopia-sec666 .top-main-container { padding: 60px 0px 60px;}
.myopia-sec6-copy { padding-bottom: 60px; }	
.speciality-sec2.before-blue-img::before {  width: 500px; }	
.vision-sec1.before-blue-img::before { width: 500px; }	
.p-size ul li { font-size: 16px !important;  padding-bottom: 8px !important; }	
.blair-text ul li { font-size: 16px;}
.myopia-list li {font-size: 16px; padding-bottom: 8px; }
.thanku-section { padding: 200px 0px 120px 0px;}
.areas-text p { font-size: 17px; }	
#dryeye-quiz .modal-dialog { max-width: 700px;}	
.take-quiz-btn .cmn-btn { font-size: 20px; }	
section.dryeye-sec14 { padding-bottom: 20px;}	
.vision-suglasses-list li { font-size: 16px; padding-bottom: 7px;}
.contact-details p { margin: 0px 0px 40px 0px;}	
.contact-button{ line-height: 60px;}	
.inner-btn .cmn-btn { font-size: 19px;  }	
.product-detail-text p { font-size: 17px;  line-height: 28px; }	
.woobt-before-text.woobt-text { margin-top: 15px; font-size: 19px;}	
#comments .h2, h2 {  font-size: 24px;}		
.blog-title { font-size: 22px;}	
.blog-text p { font-size: 16px;}	
.home-blog-button .cmn-btn { font-size: 16px;}	
.blog-section { padding: 50px 0px 40px 0px;}
.blog-categories ul li a { font-size: 16px;}	
label.wp-block-search__label { font-size: 22px;;}	
.blog-listing-title { font-size: 22px;}	
.blog-banner-text h1 { font-size: 30px;}	
.blog-banner-text p {font-size: 16px; line-height: 28px; }	
.inner-btn .cmn-btn { font-size: 17px; padding: 12px 40px;}	
.woosw-popup .woosw-popup-inner .woosw-popup-content { max-width: 700px !important;}
.home-sec4 { padding: 90px 0px 90px 0px; }	
	
	
}




@media (max-width: 1360px) {
.home-banner-content p { font-size: 26px; line-height: 38px; }
.clear-top-text .home-title { line-height: 70px; font-size: 60px;}	
.home-areas-title { font-size: 28px; }	
.home-stylemeets-text { width: 600px;}	
.special-text { padding: 20px 65px 0px 65px; }	
.home-eye-sec6 { padding: 130px 0px; }	
.home-title { font-size: 60px; }	
.facial-title { font-size: 45px;}	
.treatment h3 { font-size: 22px; }	
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { padding: 6px 10px;}	
.diagnose-bvd-toptext p { font-size: 20px; line-height: 30px; }
.diagnose-bvd-inner-text li { padding-bottom: 5px;}	
.bvd-right-text ul li {line-height: 24px; padding-bottom: 5px; }	
.bvd-right-text p { font-size: 18px; line-height: 28px; }	
.dryeye-sec2-righttext p {font-size: 30px; line-height: 45px; }	
.understanding-right-text::before { left: -65%;}	
.understanding-right-text:after { left: -47px; }	
.dryeye-sec6 .accordion-body li { font-size: 16px; }	
.dryeye-list li { font-size: 18px; line-height: 28px;}	
.schedule-treatment-btn .cmn-btn {font-size: 20px;}	
.therapy-title { font-size: 40px; }	
.therapy-list li { padding-right: 60px; font-size: 17px; }
.nearme-btn { margin-top: 40px;}	
.footer-right ul { width: 70%;}	
.footer-content	 ul { width: 100%;}	
.therapies-text.text-center { width: 980px; margin: auto;}	
.faq-inner button.accordion-button.collapsed { padding: 40px 40px; }	
.faq-inner .accordion-item {margin-bottom: 30px;}	
.inner-banner-title { font-size: 60px; }	
.speciality-list li { padding-bottom: 10px;}	
.home-title-inner { font-size: 58px; }	
.myopia-list li { font-size: 18px;}	
.speciality-sec5-text { padding: 80px 20px 90px 20px; }	
.speciality-sec6-text { max-width: 100%;}	
.home-title-inner { font-size: 55px;}	
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li { margin-top: 0px;}	
.wpmm-mega-menu-href-title { font-size: 16px !important;}	
.shop-categories-title { font-size: 22px; }	
.product-section .accordion-flush .accordion-item .accordion-button { font-size: 20px;}
.product-section #accordionFlushExample { padding: 20px 15px 50px 15px; }	
.product-section .accordion-flush .accordion-item .accordion-button { font-size: 18px; }	
.top-main-container { padding: 40px 0px;}	
.top-nav-icon li img { width: 24px; }	
.nav-right-cont span { width: 18px;	height: 18px;}	
.contact-page.before-blue-img::before {width: 570px; }
.detail-icon img { width: 40px;}	
.socials.contact-socials i { width: 55px; height: 55px;	line-height: 55px;}	
.detail-box { text-align: left;}	
.contact-details-wrapper { padding-left: 15px;}	
.submit-btn, .nav-btn { padding: 8px 30px;}	
p { font-size: 16px; line-height: 28px; }	
.home-title { line-height: 70px; }
.orhto-k-title {font-size: 35px; }	
.myopia-sec666 .top-main-container { padding: 50px 0px 50px; }	
.myopia-sec6-text { padding-right: 10px;}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a { padding: 5px 10px !important;}	
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title { font-size: 14px !important;}	
.referral-img2 { height: 80vh;}	
.myopia-sec6-copy li { font-size: 16px !important; padding-bottom: 5px !important;}	
	
}




@media (max-width: 1280px) {
.wpmm-mega-menu-href-title { font-size: 18px !important; }
.diagnose-title { font-size: 37px; }	
.home-eye-sec6.binocular-sec5 { height: 55vh; }	
.diagnose-bvd-inner-text { max-width: 930px;}	
.dryeye-sec7 { padding: 150px 0px; }	
.home-title { font-size: 50px; }	
.about-expect-toptext {  width: 740px; }	
.inner-bannerbottom-img { height: 80vh;}	
.home-eye-sec6 { padding: 150px 0px;}
.understanding-text p { font-size: 22px; }	
.top-main-container { padding: 50px 0px; }	
.speciality-list li { font-size: 18px; }	
.vision-sec1 .home-title {font-size: 55px; }	
.vision-sec-title { font-size: 50px; }	
.contact-page.before-blue-img::before { width: 537px;}
.contact-page .inner-contact-form { margin-right: 20px;}
.contact-page.before-blue-img::before { height: 660px; }
.contact-sub-title {font-size: 40px; }	
#dryeye-quiz .modal-dialog { max-width: 700px; }	
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { width: 20% !important; }	
.faq-inner .accordion-body { padding: 30px 0px 30px 0px; }	
.faq-inner button.accordion-button.collapsed { font-size: 35px;}	
.faq-inner button.accordion-button.collapsed { padding: 30px 30px;}	
.medicalcare-sec3 { padding: 50px 0px;}	
.faq-inner .accordion-button {  padding: 30px 30px; font-size: 35px; }
.speciality-sec7-img img{ margin: 6% 0% 6% 4%;}	
.speciality-sec3 { padding: 80px 0px 80px 0px; }	
.areas-text {  padding: 20px 25px; }	
.footer-btn .cmn-btn { padding: 13px 15px; font-size: 17px;}	
.dryeye-schedule-treatment .top-main-container { padding: 60px 0px 80px; }
.dryeye-sec8::before { top: 0px;}
section.dryeye-sec6{ padding-bottom: 50px;}
.dry-treatment-right-text {  padding-right: 0%;}
.therapy-list { margin-top: 20px;}
.therapy-list li { padding-right: 30px; }	
.diagnose-text p { font-size: 18px;}	
.Technology-Drivens-right { padding-right: 40px;}	
.myopia-controls-text {  padding: 50px 20px 50px 0px; }	
.vision-time-text { padding: 25px 20px 25px 10px; }	
.speciality-list li { font-size: 16px; }
.referral-img2 {  height: 60vh;}	
.speciality-sec5-text { padding: 60px 20px 60px 20px; }	
.product-detail-page .top-main-container {  padding: 50px 0px 40px;}	
.price bdi { font-size: 30px; }	
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price { font-size: 30px !important;}	
.contact-page.before-blue-img::before { height: 630px; }	
.thanku-section {padding: 150px 0px 90px 0px;}	
.home-stylemeets-text { padding: 30px 30px 30px 30px; }	

	
	
	
	
	
}




@media (max-width: 1152px) {
.home-banner-title { font-size: 50px; }
.home-banner-content p {font-size: 22px; line-height: 35px; }	
.clear-top-text .home-title { line-height: 60px; font-size: 55px; }	
.clear-top-text p { font-size: 24px !important;  margin: 20px 0px; }	
.areas-text { padding: 20px 15px; }	
.style-title { font-size: 36px; }	
.special-text {padding: 20px 35px 0px 35px; }	
.home-eye-sec6 { padding: 140px 0px; }	
.testi-box-text {padding: 5px;}	
.footer-content li {font-size: 16px; padding-bottom: 8px; }	
.footer-contact-info a { font-size: 16px; }	
.copy-right p { font-size: 16px; }	
.footer-btn .cmn-btn {padding: 13px 20px; font-size: 16px; }	
.testi-box-text p {font-size: 16px; line-height: 28px; }		
.blairimg { width: 430px; padding: 25px 0px; margin-right: 30px; }	
.about-expect-toptext p { font-size: 22px; }	
.home-testimonial-sec7 {  padding: 60px 0px; }	
.testi-info { padding-left: 5px;}	
.wpmm-sub-menu-wrapper.wpmm-menu0 .wpmm-mega-menu-href-title { font-size:16px !important;}
.inner-btn .cmn-btn { font-size: 20px; }	
.facial-title { font-size: 40px;}	
.inner-banner-section {margin: 107px 0 0;}	
.binocular-img { width: 460px; padding: 45px 0px;}
.diagnose-title { font-size: 30px;}	
.binocular-sec2::before { width: 490px; height: 400px;}	
.home-eye-sec6.binocular-sec5 { height: 65vh; }	
.tears-right-text { padding-right: 0%; }	
.tear-title { font-size: 34px;}	
.understanding-right-text:after { left: -35px; width: 440px; }	
.understanding-right-text p { font-size: 17px; }	
.take-quiz-btn .cmn-btn {font-size: 22px;}
.dryeye-sec8::before { width: 490px; }	
.dry-treatment-right-text { padding-right: 0%;}	
.therapy-title { font-size: 36px; }	
.binocular-img.medical-img1 { width: 460px; }	
.medicalcare-sec3-title { font-size: 40px; margin-bottom: 30px; }	
.faq-inner button.accordion-button.collapsed { padding: 35px 40px; font-size: 35px; }	
.binocular-img.medical-img1 { width: 460px; }	
.orhto-k-subtitle { font-size: 30px;}	
.myopia-sec6::before { width: 370px; }	
.binocular-img.medical-img1 { width: 460px; }
.speciality-sec6 .speciality-list { width: 90%;}	
.speciality-sec7-img img { width: 460px;}	
.speciality-sec7::before { width: 460px; }	
.speciality-sec7-text { padding: 60px 0px;}	
.speciality-sec9-innertext { padding: 10px 0px 30px;}	
.before-blue-img::before {height: 530px;}	
.inner-sec2-text { padding: 50px 0px;}	
.optical-services-wrap .special-text {  padding: 30px 10px 0px 10px;}	
.vision-sec6 { padding: 70px 0px; }	
.cmn-btn { padding: 12px 25px; font-size: 16px;}
.shop-categories-title {font-size: 19px;}	
.related.products h2 { font-size: 50px; }	
.contact-sub-title { font-size: 34px; }	
.contact-page.before-blue-img::before { height: 630px; width: 485px; }	
.contact-sub-title { font-size: 32px;}	
#dryeye-quiz .modal-dialog { max-width: 700px; }	
.dryeye-title { font-size: 40px; }
.faq-inner button.accordion-button.collapsed { padding: 30px 30px; font-size: 30px; }	
.faq-inner .accordion-button { padding: 30px 30px; font-size: 30px;}	
.orhto-k-title {font-size: 33px; }	
.myopia-sec6-copy.binocular-sec2::before { height: 470px; }	
.blair-text p{ margin-bottom: 5px;}
.home-title { font-size: 50px; }
.myopia-sec7 { padding: 150px 0px 150px 0px; }
.myopia-sec8 { padding: 70px 0px 70px 0px; }	
.footer-img a img { width: 200px !important;}
.home-title-inner { font-size: 50px; }
.speciality-sec6 { padding: 70px 0px; }	
.vision-sec1 .home-title { font-size: 50px; }	
.vision-sec-title { font-size: 50px;}	
.vision-suglasses-list li { font-size: 16px; }	
.special-top-text p { font-size: 20px; }	
.speciality-list li { font-size: 17px; }	
.vision-time-text { padding: 18px 20px 18px 0px; }
.inner-banner-title {font-size: 55px; }	
.inner-contact-form { padding: 25px 20px !important;}
.myopia-sec666 .top-main-container {  padding: 20px 0px 20px; }
.home-areas-title {font-size: 26px;}
.home-expertise-inner { padding: 130px 0px 0px 0px;}
.special-wrap p { font-size: 19px; line-height: 30px; }	
.dry-understanding-sec5 .top-main-container {  padding-bottom: 120px;}	
.dryeye-list li { font-size: 16px; line-height: 24px; }	
.diagnose-text p {font-size: 16px; line-height: 25px;}	
.dryeye-sec8 { padding: 70px 0px;}
.p-size ul li { padding-bottom: 5px !important; }	
.myopia-controls-text { padding: 35px 20px 35px 0px;}	
.vision-sec-title { font-size: 44px; }	
.designer-frames-text p {  margin-bottom: 5px;}	
.designer-frames-text { padding: 35px 0px 35px 55px; }	
.special-top-text p { font-size: 18px; width: 950px; }	
.speciality-list li { font-size: 16px; }	
.speciality-sec5-text {padding: 30px 20px 30px 20px; }	
.before-blue-img-new-change .blair-text { padding-top: 50px; padding-bottom: 60px; }
.before-blue-img::before { height: 510px; width: 450px;}	
.home-sec4 { padding: 100px 0px 100px 0px;}	
.binocular-sec2 .blair-text { padding-top: 40px;}	
.myopia-sec6-copy li a { font-size: 16px !important;}
.blair-text ul{ margin-bottom:10px !important;}
.error>.code { font-size: 8rem;  line-height: 128px;}	
.error-section {padding: 125px 0px 60px;}	
.error-title {font-size: 35px;}	
.thanku-text {font-size: 70px;}
.blog-title {font-size: 20px;}	
.footer-icon{ width: 50px; height: 50px; line-height: 50px;}	
.blog-search-box { padding: 20px 25px 100px 25px;}	
.inner-btn .cmn-btn {  font-size: 16px;}	
.home-sec4 { padding: 70px 0px 70px 0px; }	
.home-stylemeets-text { padding: 25px 30px 30px 30px; }	
	
}

@media (max-width: 1024px) {
.clear-top-text .home-title { line-height: 60px; font-size:45px; }
.home-title { font-size:45px; }	
.footer-contact-info a { word-break: break-all;}		
.before-blue-img::before { width: 400px; }	
.looking-best-text { max-width: 740px; margin: 30px auto 50px auto; }	
.binocular-sec2::before { width: 440px; height: 350px;}	
.dryeye-sec2-righttext p { font-size: 28px; line-height: 40px;}	
.dryeye-sec8::before { width: 460px; }	
.eyelid-title { font-size: 38px;}	
.nearme-btn .cmn-btn { font-size: 20px; }	
.dryeye-list li {font-size: 17px;}	
.Technology-Drivens-right {  padding-right: 50px;}	
.myopia-sec3-img { background-size: 100%;}	
.myopia-controls-text {padding: 30px 0px 30px 0px; }	
.home-title { line-height: 60px;}	
.myopia-sec7 { padding: 150px 0px 150px 0px; }	
.myopia-sec8 { padding: 70px 0px 90px 0px; }	
.inner-banner-title { font-size: 55px; }	
.speciality-sec3 { padding: 80px 0px 80px 0px; }	
.home-title-inner { font-size: 45px; }	
.vision-sec1 .home-title {font-size: 50px; line-height: 60px; }	
.vision-sec-title {font-size: 40px; line-height:50px; }	
.cmn-btn { padding: 15px 25px; font-size: 16px;}
.vision-sec6 { padding: 60px 0px;}	
.cmn-btn { padding: 15px 20px; font-size: 16px; }	
.product-section #accordionFlushExample { margin-right: 0px;}
.top-main-container { padding: 30px 0px; }	
.contact-page.before-blue-img::before { height: 630px; width: 438px; }	
.dryeye-sec2-righttext p { font-size: 26px; line-height: 40px; }	
.dryeye-title { font-size: 45px; }	
.medical-sec2-text h5 {font-size: 30px;}	
.medicalcare-sec3-title { font-size: 35px; }	
.dryeye-title { font-size: 35px;  }	
.binocular-sec2::before { width: 440px; height: 400px; }	
.bvd-symptoms { padding: 50px 0px;}	
.home-eye-sec6.binocular-sec5 { height: 55vh;}	
.schedulebtn { padding-top: 20px;}	
.footer-logo { width: 75%;}	
.binocular-sec2 .blair-text { padding-top: 50px;}	
.dryeye-sec3.before-blue-img::before { width: 400px;height: 500px;}	
.understanding-right-text::before { left: -71%;}
.dry-understanding-sec5 .top-main-container { padding-bottom: 100px;}
.dryeye-sec7 { padding: 130px 0px; }
.dryeye-sec8 {padding: 100px 0px 50px;}
.dryeye-sec14 .top-main-container { padding: 60px 0px; }	
.understanding-text {  padding-bottom: 70px;}	
.myopia-sec6-copy.binocular-sec2::before { width: 400px; }	
.speciality-sec2.before-blue-img::before { width: 400px; }
.vision-sec1.before-blue-img::before { width: 400px; }
.vision-sec6-text p { margin: 20px 0px 45px 0px;}
.myopia-sec3 { padding: 70px 0px;}	
.home-title { font-size: 40px; }	
.myopia-list li { font-size: 16px; }	
.home-title { line-height: 50px; }	
.home-areas-title {font-size: 24px;}	
.areas-text p { font-size: 16px; }
.home-sec4 { padding: 100px 0px 100px 0px; }
.speciality-list li { padding-bottom: 5px; }	
.vision-time-text p{ font-size:15px;}	
.vision-time-text { padding: 40px 20px 0px 0px; }	
.main-menulist { padding: 10px 40px; }	
.navpage-header.is-sticky .main-menulist { padding: 5px 30px;}
.speciality-sec5-text {padding: 30px 20px 30px 0px;}
.speciality-sec5-text p { margin-bottom: 5px; line-height: 24px;}	
.speciality-sec6 { padding: 50px 0px; }	
.aesthetics-sec3-bg { background-position: top; height:49vh; background-attachment: scroll;}	
.inner-bannerbottom-img {  background-position:top; height: 49vh;  background-attachment: scroll;}	
.aesthetics-sec2-bg { background-position: top; height: 49vh; background-attachment: scroll;}
.aesthetics-sec4-bg { background-position: top; height: 49vh; background-attachment: scroll;}	
.aesthetics-sec5-bg { background-position: top; height: 34vh; background-attachment: scroll;}		
.home-eye-sec6 { background-attachment: scroll;}	
.dryeye-sec9 {  background-position: top;  padding: 30px 0px;  background-attachment: scroll;}	
.myopia-controls-text { padding: 50px 0px 50px 0px; }	
.myopia-sec7 {  padding: 120px 0px 120px 0px; }	
.home-sec4 { background-position: top; padding: 43px 0px 43px 0px; background-attachment: scroll;}	
.blog-search-box {  padding: 20px 20px 100px 21px;}	
.home-blog-button .cmn-btn { padding: 15px 25px; }
.blog-banner-text h1 { font-size: 28px; }	
	
	
	
	
	
	
	
	
}

@media (max-width:991px) {
.container{ max-width: 95%; }	
.clear-bottom-text { max-width: 700px;}	
.home-testi-wrapper { min-height: 370px; }	
.footer-logo { width: 90%;}
.blairimg { padding: 25px 0px 0px;}
.about-expect-innertext { padding-top: 10px; max-width: 100%; }	
.home-testimonial-sec7 { padding: 50px 0px; }
.diagnose-title { font-size: 28px; }	
.home-eye-sec6.binocular-sec5 { height: 55vh;}	
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical {  display: none !important;}	
.navpage-header.is-sticky .main-menulist {  padding: 18px 40px;}	
.top-side-nav { width: auto; padding-right: 60px;}	
.main-menulist { padding: 10px 30px;}	
#rmp_menu_trigger-48116 { width:35px !important; height:35px !important; right: 2% !important; background:#fff !important;}	
.home-banner-section { margin: 78px 0 0; }	
#rmp_menu_trigger-48116 .responsive-menu-pro-inner, #rmp_menu_trigger-48116 .responsive-menu-pro-inner::before, #rmp_menu_trigger-48116 .responsive-menu-pro-inner::after { background-color: #00589c !important;}	
#rmp-menu-wrap-48116 { padding-top: 30px !important; }	
#rmp-container-48116 { background-color: #00589c !important; }
#rmp-menu-wrap-48116 .rmp-menu-item-link { font-size: 18px !important;}	
.inner-banner-section { margin: 78px 0 0; }	
.understanding-right-text:after { width: 420px; }	
.dry-understanding-sec5 .top-main-container { padding-bottom: 120px;}	
.faq-inner .accordion-button { padding: 30px 30px;}	
.schedule-treatment-btn .cmn-btn { font-size: 22px; }	
section.dryeye-sec14 {  padding: 40px 0px;}	
.eyelid-title { font-size: 36px; }	
.speciality-sec5-img { background-size: 80%;}	
.speciality-sec5-text { padding: 60px 20px 60px 20px; }	
#rmp-menu-wrap-48116 .rmp-menu-current-item .rmp-menu-item-link { background-color: #1ba0fe !important; }	
.contact-details { padding: 0px 30px 0px 40px;}	
.referral-img2 { background-size: 70%;}	
.top-main-container { padding: 50px 0px; }	
.product-inner-card .cmn-btn { padding: 10px 30px; }	
.product-section .top-main-container { padding: 0px 0px 50px; }	
.woosc-btn {padding: 12px 30px !important;}	
.woosw-btn {  padding: 12px 30px !important;}
.contact-page.before-blue-img::before { width: 424px;}	
.symptom-blueboxright { width: 33%; }	
.inner-banner-title { font-size: 50px; }	
.vision-sec1 .home-title {font-size: 40px; line-height: 50px; }	
.facial-waxing-inner p { font-size: 22px;}	
.orhto-k-title { font-size: 30px; }	
.message p { padding: 0px 0px 20px 0px;}	
.vision-time-text p { font-size: 16px; }	
.referral-img2 { height: 50vh; background-size: 100%; }	
.speciality-sec5-img {  background-size: 100%; background-color: #045ea300;}	
.before-blue-img-new-change .blair-text { padding-top: 20px; padding-bottom: 30px;}
.inner-bannerbottom-img { height: 75vh; }	
.aesthetics-sec2-bg { height: 75vh; }	
.aesthetics-sec3-bg { height: 75vh; }	
.aesthetics-sec4-bg { height: 75vh; }	
.aesthetics-sec5-bg { height: 55vh;}	
.home-stylemeets-text {  padding: 25px 25px 35px 25px; }	
.home-sec4 {padding: 55px 0px 55px 0px; }	
.home-special-sec5 { padding: 50px 0px;}
.diagnose-title { margin-bottom: 10px; }	
.woocommerce .quantity .qty { padding: 11px 20px;}	
.related.products h2 { font-size: 45px; }	
section.related.products .mb-5 {  margin-bottom: 1.5rem !important;}	
.error-section { padding: 90px 0px 60px; }
.blog-title { font-size: 18px;}	
.treatment.treatment-left { padding-right: 25px; }
.woocommerce a.added_to_cart { padding: 7px 10px 7px !important;}	
	
	
	
}



@media (max-width:912px) {
.nav-btn { padding: 10px 20px; }
.top-side-nav { padding-right: 40px; }
.home-banner-title {font-size: 46px; }
.home-banner-content p { font-size: 20px; line-height: 32px;}	
.home-areas-title { font-size: 26px; }	
.home-special-sec5 { padding: 50px 0px; }	
.footer-logo { width: 95%; }	
.home-testi-wrapper { margin-right: 15px;}	
.special-top-text p { font-size: 20px; }	
.special-wrap p {font-size: 18px; line-height: 30px; }	
.treatment.treatment-left { padding-right: 25px; }	
.top-main-container {padding: 40px 0px; }	
.binocular-img { width: 400px; }	
.binocular-sec2::before { width: 400px; height: 320px;}	
.symptom-blueboxright { width: 37%; }	
.bvd-right-text p { font-size: 20px;}	
.symptom-title { font-size: 34px; }	
.dryeye-sec2-righttext p { font-size: 26px; }	
.understanding-right-text:after { width: 390px; }	
.tears-step { left: -20%; }	
.faq-inner .accordion-button { padding: 45px 40px;font-size: 35px; }	
.diagnose-title { font-size: 30px; }	
.dryeye-sec8::before { width: 400px;  top: 40px; }	
.dryeye-sec8 {  padding: 70px 0px;}	
.dry-treatment-left-text { padding-right: 5%; }	
.dryeye-treatment-img { padding-left: 100px; margin-bottom: 40px;}	
.dryeye-sec9 { padding: 60px 0px; }	
section.dryeye-sec14 { padding: 0px 0px; }	
.medicalcare-sec3-title { font-size: 35px;   margin-bottom: 40px; }	
.medicalcare-sec3 {padding: 50px 0px; }	
.medicalcare-sec6 {  padding: 70px 0px;}	
.binocular-img.medical-img1 { width: 400px;}
.home-title { font-size: 40px; }	
.myopia-sec8 { padding: 70px 0px 80px 0px; }	
.myopia-sec7 { padding: 130px 0px 130px 0px; }	
.binocular-img.medical-img1 { width: 400px; }	
.home-title-inner { font-size: 45px;}	
.vision-suglasses-list li { font-size: 16px; }	
.contact-details { padding: 0px 0px 0px 40px; }	
.product_title.entry-title {font-size: 30px;}	
.price bdi { font-size: 30px;}	
.product-detail-text p { font-size: 16px; line-height: 28px; }	
.footer-btn .cmn-btn { padding: 13px 25px; }	
.product-detail-text { padding-left: 15px;}	
.wc-tab { padding: 40px 20px !important;}	
.woocommerce div.product form.cart {  margin-bottom: 1em !important;}	
.woocommerce div.product form.cart table td { padding-left: 0px !important;}
.product-detail-text .table-bordered>:not(caption)>*>* { padding: 10px 5px !important;}	
.home-banner-title {font-size: 43px;line-height: 50px; }
.top-nav-icon ul { padding-left: 15px; margin-bottom: 0px;}	
.top-nav-icon { padding-bottom: 0px;}	
.woocommerce div.product form.cart table td { padding-left: 0px !important; font-size: 13px !important; }	
.contact-page.before-blue-img::before { width: 390px; }	
.contact-sub-title { font-size: 30px; }	
.binocular-sec2::before { height: 360px; }	
.dryeye-title { font-size: 30px; }	
.dryeye-sec2-righttext p { font-size: 24px; }	
.nearme-btn .cmn-btn { font-size: 18px; }	
.therapies-text p { font-size: 20px; }	
.therapy-list {  padding-left: 40px;}	
.myopia-sec6-copy.binocular-sec2::before {  height: 420px;  }
.myopia-sec6::before { width: 310px; height: 580px; }	
.orhto-k-title { font-size: 28px; }
.myopia-sec7 { padding: 100px 0px 100px 0px; }
.referral-img2 { height: 48vh;}	
footer { padding: 50px 0px 40px; }	
.home-title-inner { font-size: 40px; }	
.before-blue-img::before { width: 350px; }
.inner-bannerbottom-img { height: 70vh; background-size: cover; }	
.aesthetics-sec2-bg { height: 70vh; background-size: cover;}	
.aesthetics-sec3-bg { height: 70vh; background-size: cover; }	
.aesthetics-sec4-bg { height: 70vh; background-size: cover;}	
.aesthetics-sec5-bg { height: 50vh;background-size: cover;}		
.dry-treatment-right-text h5 { font-size: 22px;   line-height: 28px;  padding-bottom: 10px;  margin-bottom: 10px;}	
.dryeye-list li {font-size: 16px; padding-bottom: 5px; }	
.dry-treatment-left-text p { font-size: 18px; line-height: 28px;}	
.dryeye-sec9 { padding: 35px 0px; }	
.detail-box { padding: 10px 10px; }	
.detail-box a { padding-left: 10px;}	
.home-eye-sec6.binocular-sec5 { height: auto; }	
.woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-bottom-bottom.woo-variation-gallery-product-type-simple.wvg-loaded { min-height: auto !important;}	
.woo-variation-product-gallery {  width: 100% !important;   max-width: 100% !important; }	
.special-top-text p { width: 100%; }	
	
	
	
	
	
}



@media (max-width:840px) {
.main-menulist { padding: 10px 15px;}
.nav-left-cont { padding-right: 10px;}	
.nav-btn { padding: 10px 15px;}	
.top-nav-icon li { padding: 0px 5px; }	
.nav-num { font-size: 16px; }	
.top-nav-icon ul { padding-left: 5px;}	
.top-nav-icon li img {width: 22px;}	
.top-side-nav { padding-right: 60px; }	
#rmp_menu_trigger-48116 { top: 20px;}
.footer-img a img { width: 240px;}	
.blairimg { width: 375px; }	
.before-blue-img::before { width: 300px; }	
.home-testi-wrapper { min-height: 400px; }	
.footer-content a {font-size: 16px;}	
.waxing-circle { width: 240px; height: 240px;}	
.waxing-circle h5 {font-size: 34px; }	
.treatment h3 { font-size: 24px; }	
.home-eye-sec6 { padding: 120px 0px; }
.facial-top-text { margin: -7% auto 0px auto; }	
.treatment.treatment-left { padding-right: 10px;}	
.home-eye-sec6 { padding: 100px 0px; }	
.symptom-blueboxright { width: 42%; margin-left: 4%; }	
.dryeye-title { font-size: 35px; }	
.home-eye-sec6.binocular-sec5 {height: 40vh; }	
.dryeye-sec2-righttext { padding: 50px 0px;}	
.tear-title { font-size: 30px; }
.tears-step { left: -22%;}	
.understanding-right-text:after {width: 350px;  height: 560px; }	
.understanding-right-text::before { width: 145px; top: 48%;}	
.faq-inner .accordion-button { font-size: 30px; }	
.faq-inner .accordion-button { padding: 25px 40px; }	
.faq-inner .accordion-button::after { height: 50px;}	
.dryeye-sec8::before { width: 350px; top: 40px; height: 450px; }
.medicalcare-sec3-title { font-size: 34px;}	
.macular-text { padding: 0px 0px 15px 0px;}	
.faq-inner button.accordion-button.collapsed { font-size: 30px;}	
.orhto-k-title { font-size: 40px; }	
.orhto-k-subtitle { font-size: 28px;  }	
.myopia-sec8 { padding: 50px 0px 70px 0px;}	
.myopia-sec7 { padding: 110px 0px 110px 0px; }	
.inner-banner-title { font-size: 48px; }	
.speciality-sec3-title {font-size: 40px;}
.home-title-inner {font-size: 40px;}	
.speciality-sec6 { padding: 60px 0px; }	
.speciality-sec6 .speciality-list { width: 100%; }	
.speciality-sec7-img img { width: 400px; }	
.speciality-sec7::before { width: 370px; }	
.medicalcare-sec6 { padding: 50px 0px;  }	
.speciality-sec4 { padding: 50px 0px; }	
.speciality-sec5-text { padding: 60px 20px 60px 10px; }	
.speciality-sec3 { padding: 50px 0px 50px 0px; }	
.speciality-list li { font-size: 17px; }	
.vision-sec1 .home-title { font-size: 40px; line-height: 50px;}	
.binocular-img { width: 360px; }	
.vision-sec-title { font-size: 40px; line-height: 50px;}	
.vision-suglasses-list { column-count: 2;}	
.vision-time-text { padding: 40px 10px 0px 10px;  }
.contact-button .cmn-btn { padding: 15px 55px; font-size: 16px; line-height: 60px; }	
.contact-details p { margin: 30px 0px 30px 0px;}	
.product-inner-card { padding: 30px 20px 60px 20px;}	
#rmp_menu_trigger-48116 { top: 20px !important;}	
.woosw-btn { padding: 12px 20px !important; }	
.related.products h2 { font-size: 40px; }	
.medical-faq .accordion-body p {  padding-right: 0px;}	
#dryeye-quiz .modal-dialog { max-width: 800px; margin: 0px auto 0px auto;}	
#dryeye-quiz .modal {padding: 0 !important;}	
/* .error-section { padding: 170px 0px 120px;}	 */
.detail-box a { font-size: 16px; padding-left: 15px;}	
.inner-contact-form { padding: 25px 15px !important; max-width: 800px; }	
p { font-size: 16px; line-height: 28px; }	
.contact-page.before-blue-img::before { width: 345px; height: 630px;}	
.contact-address { padding: 100px 30px 100px 40px; }	
.detail-box a { padding-left: 10px;}	
.contact-sub-title { margin-bottom: 20px; }	
.contact-page .inner-contact-form { margin-right: 0px; }
#dryeye-quiz .modal-dialog { max-width: 700px;}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { width: 25% !important; }
.blair-text{ padding-top: 18px; }	
.medicalcare-sec3-title {font-size: 30px;}	
.binocular-sec2::before { width: 370px; }	
.dryeye-sec3.before-blue-img::before { width: 340px;}	
.myopia-sec6-copy.binocular-sec2::before { height: 380px; }
.myopia-sec6-copy.binocular-sec2::before {  width: 340px;}	
.before-blue-img::before { height:100%; }	
.orhto-k-title {font-size: 26px; }	
.myopia-sec7 { padding: 90px 0px 90px 0px; }	
.modal { padding-right: 0px !important;}
.optical-services-img:before{ width: 175px;  height: 175px;}	
.designer-frames-text { padding: 35px 0px 35px 35px; }	
.vision-sec1.before-blue-img::before {  width: 340px; }	
.referral-img2 { height: 30vh; }
.home-title {line-height: 30px;  font-size: 35px; }	
.contact-details p { margin: 20px 0px 10px 0px; }	
.speciality-sec7-text { padding: 60px 0px 0px;  }	
.inner-bannerbottom-img { height: 45vh; }	
.aesthetics-sec2-bg { height: 45vh; }	
.aesthetics-sec3-bg { height: 45vh; }	
.aesthetics-sec4-bg { height:45vh; }	
.aesthetics-sec5-bg { height: 33vh;}		
.dryeye-sec9 {padding: 15px 0px;}	
.dryeye-list li { font-size: 14px; line-height: 22px; padding-bottom: 3px; }	
.dryeye-treatment-img {padding-left: 60px;  margin-bottom: 25px;}	
.diagnose-title { font-size: 24px; margin-bottom: 10px; }	
.dryeye-sec9 {  padding: 20px 0px; }
.therapy-title { font-size: 30px; }	
.style-title { font-size: 28px; }	
.style-title br{ display:none;}	
.home-stylemeets-text p {font-size: 16px; line-height: 24px; }	
.home-sec4 { padding: 35px 0px 35px 0px; }	
.woobt-before-text.woobt-text { font-size: 20px;}	
.blog-search-box { padding: 20px 15px 50px 15px; }	
.footitl { margin-bottom: 10px;}	
.woosw-popup .woosw-popup-inner .woosw-popup-content {  max-width: 670px !important;}
.home-stylemeets-text { width: 450px; }	
.home-title { line-height: 45px;font-size: 35px; }	
}


@media (max-width:768px) {
.home-banner-title { font-size: 40px; }	
.top-nav-icon li img { width: 20px; }	
.navbar { display: block !important;}	
.navpage-header .logo-box img { max-width: 170px !important; }
.top-wrapper { position: absolute !important; top: 0px !important; right: 70px !important;}	
.home-banner-section { margin: 70px 0 0;}	
.navpage-header.is-sticky .main-menulist { padding: 11px 40px; }	
.clear-top-text .home-title { line-height: 55px;font-size: 40px; }	
.special-text { padding: 20px 15px 0px 15px; }	
.home-eye-sec6 { padding: 80px 0px; }	
.special-top-text p { width: 100%; }	
.home-areas-toptext { margin-bottom: 40px;}	
.inner-banner-section { margin: 70px 0 0; }	
.binocular-sec2::before { height: 320px;  }
.symptom-title { width: 300px; height: 280px; }	
.home-eye-sec6.binocular-sec5 { height: 50vh; }	
.understanding-right-text:after { width: 330px; height: 590px; }	
.eyelid-title { font-size: 34px; }	
section.dryeye-sec14 { padding: 20px 0px; }	
.Technology-Drivens-right {  padding-right: 0px; }	
.dryeye-title { font-size: 40px;}	
.understanding-right-text::before { top: 51%;}	
.binocular-img.medical-img1 { width: 360px; }	
.medicalcare-sec3-title { font-size: 30px; }	
.faq-inner .accordion-body { padding: 30px 0px 30px 0px;  }
.faq-inner .accordion-body p { font-size: 17px; }	
.faq-inner button.accordion-button.collapsed { padding: 35px 30px; }	
.product_title.entry-title { font-size: 28px; }	
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 340px !important;}	
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input { width: 30% !important;}	
.before-blue-img::before { height: 345px;}	
.home-title {font-size: 35px; }	
.myopia-controls-text { padding: 30px 10px 30px 0px; }	
.myopia-sec6::before { width: 260px; height: 290px;top: 80px;}
.myopia-sec7 {padding: 30px 0px 30px 0px; }	
.myopia-sec8 { padding: 30px 0px 60px 0px;}	
.before-blue-img::before { height: 340px;  }	
.inner-sec2-text { padding: 30px 0px;}	
.designer-frames-text{ padding: 40px 0px 30px 35px; }	
.optical-services-img:before { width: 150px;  height: 150px;}
.vision-time-text { padding: 30px 20px 0px 10px;}
.vision-sec6 { padding: 30px 0px 50px; }	
.vision-sec-title { font-size: 35px; line-height: 36px; }	
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 49% !important;}	
.contact-page.before-blue-img::before { width: 330px;}	
.inner-contact-form.contact-form .input-text { margin-bottom: 0px;}	
.contact-page.before-blue-img::before { height: 630px;}	
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { width: 100% !important;  }	
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: block !important;}	
td.product-remove { width: 100% !important;}	
.before-blue-img::before { height: 390px; }	
.dryeye-title { font-size: 35px; }	
.before-blue-img::before {height: 380px; }
.speciality-sec2.before-blue-img::before { width: 340px;}	
.speciality-sec3-title { font-size: 30px; }	
.home-title-inner { font-size: 35px; }	
footer { padding: 50px 0px 40px; }	
.orhto-k-title { font-size: 24px; }	
.myopia-sec6-copy { padding-bottom: 20px; }	
h3.home-title br { display: none;}
.before-blue-img::before { height: 100%;}
.home-stylemeets-text { width: 100%; }	
.about-expect-toptext {width: 100%; }	
.home-clear-text { padding-bottom: 20px;}	
.binocular-img { margin-right: 2%; padding: 40px 0px 0px;}
.special-top-text { padding-bottom: 15px;}	
.optical-services-wrap .special-text { padding: 30px 0px 0px 0px; }	
.vision-sec1 .home-title { font-size: 35px; line-height: 45px;}	
.dryeye-sec7 { background-attachment: scroll;}
.dryeye-sec14 .top-main-container { padding: 40px 0px; }	
.dryeye-schedule-treatment .top-main-container {  padding: 40px 0px 40px;  }	
.dryeye-list { margin-bottom: 0px !important;}	
.dry-treatment-left-text p { font-size: 16px;line-height: 26px;}	
.medicalcare-sec6 {  background-attachment: scroll;}
.binocular-sec2 .blair-text { padding-top: 30px; }	
.myopia-sec6-copy li { font-size: 16px !important;}	
.bvd-right-text p { font-size: 18px; }	
.error-section {padding: 90px 0px 60px;}	
.thanku-text {font-size: 60px;}
.message p {font-size: 16px; padding: 0px 0px 10px 0px;}	
.thanku-section {padding: 120px 0px 60px 0px;}	
.woosw-popup .woosw-popup-inner .woosw-popup-content {  max-width: 670px !important;}	
.woosc-btn { padding: 12px 15px !important;}	
.woosw-btn { padding: 12px 15px !important; }	
}



@media (max-width:767px) {
a.nav-btn.cmn-btn-hover {  display: none;}
.nav-num { display: none;}
.top-wrapper { right: 40px !important;}	
p.product.woocommerce.add_to_cart_inline { width: 130px;}
.navpage-header.is-sticky .main-menulist { padding: 11px 15px; }	
.navpage-header .logo-box img { max-width: 160px !important; }	
.inner-banner-section { margin: 67px 0 0;}	
.home-banner-section { margin: 68px 0 0; }	
.clear-top-text .home-title { line-height: 50px; font-size: 35px; }
.home-title { font-size: 35px;}	
.home-clear-text { max-width: 100%; padding-bottom: 10px;}	
.home-areas-sec3 { padding: 0px 0px; }	
.home-stylemeets-text { width: 100%; }	
.home-stylemeets-text { padding: 20px 20px 35px 20px; }	
.home-special-sec5 { padding: 30px 0px; }	
.special-top-text { padding-bottom: 35px;}	
.home-eye-sec6 { padding: 60px 0px;}	
.home-testi-wrapper { margin-right: 0px;}	
.footer-logo { width: 100%; }	
.container { max-width: 100%;}	
.footer-img a img {width: 200px;}	
footer { padding: 30px 0px 20px;}
.copy-right p { text-align: left;}	
.home-title { line-height: 30px; }	
.home-title { font-size: 35px; }	
.top-main-container { padding: 30px 0px; }	
.before-blue-img::before { width: 100%;height: 300px;}	
.blairimg { width: 100%; margin-bottom:20px; }	
.about-expect-toptext { width: 100%;}	
.home-title { line-height: 45px; }	
.home-testimonial-sec7 { padding: 30px 0px; }	
.facial-title { font-size: 35px;  }	
.facial-top-text { padding: 40px 0px 20px;}	
.margin-bottom {  margin-bottom: 10px;}	
.waxing-circle { margin: auto;  margin-bottom: 25px;}	
.dryeye-title { font-size: 35px; }	
.binocular-img { width: 100%; }	
.binocular-sec2::before {width: 100%; height: 260px; }	
.diagnose-title{ font-size: 26px; }	
.symptom-bluebox::before { top: -10%; width: 100%; height: 250px; left: 0px; background-size:cover; }	
.symptom-title { margin: auto;}	
.bvd-right-text { padding: 15px 15px 0px;}	
.bvd-right-text.bvd-left-text { padding-right: 0%;}	
.symptom-blueboxright { width: 100%; margin-left: 0%;  margin-bottom: 15px; }	
.symptom-blueboxright::before { left: 0%; }	
.col-md-6.macular-text2 { padding: 0px;}
.nav-right-cont span { right: -4px; bottom: 8px;}
 .blog-banner-text h1 {font-size: 25px; font-weight: 400;}
.blog-banner-text p {font-size: 18px; line-height: 28px;}
.blog-search-box { padding: 20px 0px 0px 0px;} 
.symptom-blueboxright::before { height: 250px;}	
.bvd-symptoms { padding: 30px 0px;}	
.binocular-schedule-text {  max-width: 100%;}	
.home-eye-sec6.binocular-sec5 { height: 70vh; }	
.dryeye-sec2-righttext { padding: 0px 0px;}	
.dryeye-sec2img { padding: 0px 0px; }	
.dryeye-sec3 { margin-bottom: 30px; }	
.dryeye-sec2-righttext p { font-size: 24px; }	
.understanding-text p { font-size: 20px; }	
.understanding-text { padding-bottom: 30px;}	
.understanding-right-text:after { left: 0px; width: 100%; }	
.understanding-right-text { padding: 15px;}
.understanding-right-text:after { width: 100%; height: 100%; top: 0 !important;}	
.accordion.faq-inner { margin-top: -15%;}	
.faq-inner .accordion-button {  padding: 25px 20px; }	
.faq-inner .accordion-body { margin: 0px 20px; }	
.schedule-treatment-btn { margin-top: 50px;}	
.diagnose-img { margin-bottom: 15px; }	
.dryeye-sec9 { padding: 60px 0px 0px; }	
.dryeye-treatment-img { padding-left: 0px; }	
.therapy-title { font-size: 30px; }	
.therapies-text p {font-size: 20px;line-height: 30px;}	
.therapy-list { column-count: 1; margin-top: 10px;}	
.therapy-list li { padding-right: 0px;}	
.eyelid-title { font-size: 30px; }		
section.dryeye-sec14 { padding: 0px 0px 30px; }	
.nearme-btn .cmn-btn { font-size: 18px; }	
.Technology-Drivens-right p { margin-bottom: 10px;}	
.footer-btn .cmn-btn { padding: 15px 25px; }	
.binocular-img.medical-img1 { width: 100%;}	
.medical-sec2-text h5 { font-size: 30px;}
.medicalcare-sec3 { padding: 30px 0px; }	
.faq-inner .accordion-button { font-size: 28px; }	
.medicalcare-sec6 { padding: 40px 0px; }	
.schedule-medical-innertext strong {font-size: 22px;}	
.dryeye-title { font-size: 30px;}	
.binocular-img.medical-img1 {width: 100%; }	
.myopia-sec3 { padding: 40px 0px;}	
.myopia-controls-text { padding: 30px 15px 30px 15px; }	
.inner-banner-title { font-size: 40px; }	
.speciality-sec3-title {font-size: 30px; }	
.speciality-sec3 { padding: 30px 0px 30px 0px; }	
.home-title-inner {font-size: 35px; }	
.corneal-img img { margin-bottom: 15px;}	
.speciality-sec4 {padding: 30px 0px;  }	
.speciality-sec5-text { padding: 30px 20px 20px 10px;  }	
.speciality-sec6 { padding: 30px 0px; }	
.speciality-sec6 .speciality-list { column-count: 1;  width: 100%;}	
.speciality-sec7::before { width: 100%; }	
.speciality-sec7-img img { padding: 30px 0px;}	
.speciality-sec7-text { padding: 60px 0px 30px; }	
.medicalcare-sec6 {  padding: 30px 0px 50px;  }	
.designer-frames-text { padding: 30px 0px 10px 15px; }	
.vision-suglasses-list { column-count: 2;  padding-top: 10px; }
.vision-time-text { padding: 30px 15px 0px 15px;  }	
.vision-sec-title { font-size: 35px; line-height: 40px; }	
.vision-sec6 { padding: 30px 0px; }	
.inner-contact-form { padding: 25px 15px !important; max-width: 100%; }	
.contact-details { padding: 30px 15px 30px 15px; }	
.referral-img2 { height: 50vh; background-attachment: local; background-size: 100%;}	
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { float: right !important;  width: 100% !important;}	
.product-section #accordionFlushExample { margin-bottom: 30px;}	
.woo-variation-product-gallery { width: 100% !important; max-width: 100% !important; }
.woocommerce .woocommerce-breadcrumb { margin: 0px 0px 20px !important;}	
.product-detail-text { padding-left: 0px;}	
.wc-tab {  padding: 20px 15px !important;}	
.related.products h2 { font-size: 35px; }	
.related.products .mb-5 { margin-bottom: 1.5rem !important;}	
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 26px !important;}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton { min-height: 50px !important; }	
	
#dryeye-quiz .modal-content {margin-bottom: 0; margin-top: 36px;}	
 .osdi-wrapper h2, .osdi-wrapper h3 {  font-size: 18px; line-height: 24px;}	
.osdi-marker { top: 8%;	font-size: 16px;}	
.osdi-wrapper p {	font-size: 15px;}
.error>.code { font-size: 7rem; line-height: 100px; }	
.error-title {font-size: 30px;  }	
.error>p {  font-size: 20px;}	
.symptom-blueboxright::before {  background-size: 100%;}	
.symptom-title { width: 400px; height: 280px; }	
.home-eye-sec6.binocular-sec5 { height: auto; }	
.binocular-schedule-text p { margin-bottom: 15px;}	
.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input { width: 49% !important; }	
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100% !important;  }	
.contact-details-wrapper { padding-left: 0px;}	
.contact-page .inner-contact-form { margin-top: 0px; margin-bottom: 30px; }	
.contact-details-wrapper { padding-top: 40px; }	
.contact-address { padding: 0px 15px 30px 15px; }
.contact-page { margin-bottom: 10px; }	
.copy-right p { margin-top: 20px;}	
.footer-logo { align-items: center; }	
.inner-banner-section { padding: 60px 0px; }
.clear-top-text { padding-top: 20px;}	
.waxing-circle h5 { font-size: 32px;}	
.aesthetics-blue-bg img { height: 70px;}	
.facial-top-text { padding: 40px 0px 10px; }	
.home-eye-sec6 {  padding: 30px 0px 50px; }	
.modal { padding-right: 0px !important;}	
ul.dryeye-list.primary-list { padding-left: 20px;}	
.dryeye-sec9 { padding: 30px 0px 0px; }	
.tears-step { left: 2%;}	
.tears-right-text { padding-left: 60px;}	
.understanding-right-text::before{ display:none;}	
.faq-inner button.accordion-button.collapsed { font-size: 25px; }	
.dryeye-sec7 {  padding: 100px 0px; }	
.dryeye-list li { padding-bottom: 5px;}	
.home-title { font-size: 30px; }	
.dryeye-sec8 { padding: 70px 0px 30px; }	
.schedule-treatment-img {margin-bottom: 15px;}	
ul.dryeye-list.primary-list {margin-bottom: 0px; }	
.faq-inner button.accordion-button.collapsed { padding: 25px 20px; }	
.home-title { font-size: 35px; }	
.areas-text { padding: 15px 15px; }
.home-areas-title {font-size: 28px; }	
.style-title { font-size: 30px;}	
.home-sec4 { padding: 100px 0px 100px 0px; }	
.special-top-text p { line-height: 32px;}
.home-title { margin-bottom: 10px !important; }	
.medicalcare-sec3-title { margin-bottom: 30px; }	
.footer-logo {  gap: 15px;}	
.medicalcare-sec3-title { text-align: left; }	
.home-title { font-size: 30px; }
.dryeye-sec14 .top-main-container {padding: 30px 0px;}
.myopia-sec6::before { width: 100%; height: 100%;top: 0px;}	
.myopia-sec666 .top-main-container { padding: 30px 0px 30px; }	
.myopia-sec6-copy { padding-bottom: 30px; }	
.speciality-sec2.before-blue-img::before { width: 100%; height: 100%; }	
.binocular-img { padding: 0px 0px; }	
.before-blue-img { padding-bottom: 30px; padding-top: 30px;}
.img-br img { padding-bottom: 15px;}
section.speciality-sec6 p { text-align: left;}
.speciality-sec7-img img { margin: 0% 0% 0% 0%; padding: 30px 0px 15px !important;}	
.home-title-inner { font-size: 30px; }	
.vision-sec1.before-blue-img::before { width: 100%; height: 100%; }		
.vision-sec1 .home-title { font-size: 30px; line-height: 30px; }
.vision-sec-title { font-size: 30px; }	
.optical-services-wrap img { width: 140px; }	
.special-text p { font-size: 18px;}	
.before-blue-img::before {  width: 100%; height: 100%;  }
.referral-sec2{ padding-top:30px;}
.referral-sec2	.binocular-img { padding: 0px 0px 15px; }	
section.referral-sec4 .row {  flex-direction: column-reverse;}	
.contact-details p {margin: 10px 0px 20px 0px; }	
.contact-details { padding: 15px 15px 30px 15px; }	
.contact-page.before-blue-img::before { height: 100%; width: 100%; }	
.contact-details-wrapper { padding-top: 0px; }	
.contact-address { padding: 10px 15px 30px 15px; }	
.detail-box a { font-size: 18px; padding-left: 10px;}	
.thanku-text {  font-size: 52px;}	
.message p { font-size: 18px; padding: 0px 0px 25px 0px; line-height: 15px;}	
.binocular-schedule-text strong { font-size: 22px;}
.dryeye-sec3.before-blue-img::before {width: 100%; height: 100%; }
.dryeye-sec3 { margin-bottom: 0px; }	
.dryeye-sec8::before {width: 100%; top: 0px; height: 300px; background-repeat: no-repeat; }	
.dryeye-sec8 { padding: 30px 0px 30px; }	
.top-main-container { padding: 30px 0px 30px; }	
.myopia-sec6-copy.binocular-sec2::before { width: 100%; height: 100%; }	
.myopia-sec6-copy img{ padding-bottom:15px;}	
.myopia-sec6 .row { flex-direction: column-reverse;}
.binocular-sec2 { padding-top: 30px;}	
.binocular-sec2	img{ padding-bottom:15px;}
.bvd-right-text p { font-size: 16px; }	
.dryeye-sec7 .home-title { font-size: 40px; }	
.clear-top-text { padding-left: 10px; padding-right: 0px; }	
.home-expertise-inner { padding: 100px 0px 0px 0px; }
.areas-wrapper { padding: 80px 0px 60px 0px;}	
.home-banner-title { font-size: 40px; padding-top: 20px;}
.dry-understanding-sec5 .top-main-container { padding-bottom: 100px; }
.ruler-img { margin: 15px 0 15px !important; font-size: 16px !important;}	
.symptom-blueboxright::before { left: 0%; right: 0px;  margin: auto;}	
.bvd-right-text ul { padding-left: 20px; padding-right: 15px; background-size:cover;}	
section.dryeye-schedule-treatment {  padding-bottom: 30px;}
.speciality-sec7-img img { width: 100%; }
.inner-sec2-text { padding: 0px 0px; }	
.optical-services-wrap .special-text { padding: 20px 10px 10px 10px;}
.vision-sec6 { padding: 30px 0px 50px; }
.product_title.entry-title { font-size: 24px;}
.price bdi {font-size: 24px;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price { font-size: 24px !important;}
.woocommerce div.product form.cart table td { padding-left: 6px !important; }
.product-detail-text .table-bordered>:not(caption)>*>* { font-size: 14px;}
.woosw-btn {  font-size: 18px !important;}	
.vision-sec4-img { background-size: 100%;  height: 260px; width: 100%;}	
.vision-sec2-img { height: 465px;  background-size: 100%; width: 100%; }	
section.vision-sec2 .row { flex-direction: column-reverse;}
.speciality-sec5-img {  height: 480px;}
.before-blue-img-new-change .blair-text { padding-top: 0px; padding-bottom: 0px;}
.before-blue-img-new-change {  padding-top: 0px;}
.inner-bannerbottom-img { height: 30vh; }	
.aesthetics-sec2-bg { height: 30vh; }	
.aesthetics-sec3-bg { height: 30vh; }	
.aesthetics-sec4-bg { height:30vh; }	
.aesthetics-sec5-bg { height: 22vh;}	
.clear-top-text .home-title { line-height: 40px; font-size: 30px;  padding: 0px 15px;}	
.clear-top-text {  padding-left: 0px; }	
.home-eye-sec6.binocular-sec5 { padding: 30px 0px; }	
.home-eye-sec6.binocular-sec5 .diagnose-title { font-size: 20px; }	
.binocular-schedule-text strong { font-size: 18px; }	
section.dryeye-sec6 {  padding-bottom: 10px; }	
.dryeye-list li { font-size: 18px; line-height: 30px;  padding-bottom: 10px; }
.dryeye-sec9 { padding: 30px 0px 30px;  background-size: cover;}	
.schedule-medical-innertext strong { font-size: 18px;line-height: 26px; }	
.schedule-medical-innertext {  padding: 15px 0px;}	
.speciality-sec9 p {  font-size: 15px; line-height: 26px; margin-bottom: 0px;}
.home-sec4 { padding: 30px 0px 30px 0px;  }
.contact-button { text-align: center;}	
.dryeye-sec4 { background-position: top; height: 26vh;  background-attachment: scroll;}
.home-bannerbottom-img { background-position: top; background-size: 100%;  height: 27vh;}
.home-banner-section { padding: 70px 0px; }	
.home-banner-content p {font-size: 20px; line-height: 30px; }	
.home-stylemeets-text { margin-top: 120px;}	
	
	
	
	
	
.dryeye-sec9 {background-position: inherit;  background-attachment: fixed; background-image: url(/wp-content/uploads/2025/08/dry-sec9-bg.jpg)}	
.speciality-sec3 { background-position: right;  background-color: #00000080; background-blend-mode: darken;     background-attachment: inherit;}	
.speciality-sec3-text ul li{ color:#fff;}	
.speciality-sec3-title{color: #fff;}	
.speciality-sec3-text  p{ color:#fff;}		
.myopia-sec3 {background-position: right; background-attachment: fixed;}	
.myopia-sec7 { background-attachment: inherit; background-position: center;}	
.myopia-sec8 { background-attachment: inherit; background-color: #e8f4ff96; background-position: top;}
section.dryeye-sec12 .row {flex-direction: column-reverse;}	
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img { width: 100% !important; }	
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {  font-size: 18px !important;}	
.error-section { padding: 95px 0px 70px;}
.blog-section { padding: 30px 0px 30px 0px; }	
.inner-banner-title { font-size: 35px; }	
.blog-banner-text h1 { font-size: 24px; }	
.product-detail-page .top-main-container {  padding: 30px 0px 30px; }	
.woosw-popup .woosw-popup-inner .woosw-popup-content {  max-width: 365px !important;}
.woosc-btn { padding: 12px 30px !important; }	
.woosw-btn { padding: 12px 30px !important; }
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 0px; }
span.woosw-copy-label {  width: auto !important;}
.home-eye-sec6.binocular-sec5 { padding: 20px 0px; }	
.binocular-schedule-text strong { font-size: 15px; }	
.binocular-schedule-text p { margin-bottom: 10px; }	
.diagnose-bvd-inner-text li {font-size: 16px;}	
.bvd-right-text ul li { font-size: 16px;  line-height: 28px; }
.home-stylemeets-text p { font-size: 16px; line-height: 26px;}	
.home-stylemeets-text { padding: 20px 0px 0px 0px; }	
.cmn-btn { padding: 15px 25px; }	
.special-text { padding: 10px 15px 20px 15px; }	
.special-text { padding: 10px 15px 20px 15px; }
	
	
	
}



@media (max-width:460px) {
.osdi-marker { left: 8% !important;}
#dryeye-quiz .modal-header { top: 25px;}	
.dry-treatment-right-text h5 { font-size: 24px;}	
.therapy-list { padding-left: 30px;}	
.myopia-sec8 {  padding: 30px 0px 50px 0px; }	
.myopia-management-toptext { margin-bottom: 20px;}
.blog-section { padding: 30px 0px 20px 0px;}
.blog-search-box { padding: 20px 15px 15px 15px; }	
.blog-title {font-size: 22px; }	
.blog-text { padding: 15px 15px;}	
	
	
	
	
	
}

@media (max-width:375px) {
#dryeye-quiz .modal-body { padding: 0;}
.osdi-marker { top: 5%; left: 3% !important;}
.symptom-title { width: 310px; height: 280px;}
.navpage-header .logo-box img { max-width: 140px !important; }	
.nav-phone { width: 40px;  height: 40px; line-height: 40px;  }	
#rmp_menu_trigger-48116 { top: 15px !important;}	
.inner-banner-section { margin: 60px 0 0; }	
.footer-img a img { width: 160px !important; }	
.footer-logo .footer-address { font-size: 16px;}	
.footer-logo {  margin-bottom: 30px;}	
#dryeye-quiz .modal-header { top: 15px;}
.home-testi-wrapper {  min-height: 360px;  }	
	
	
}
@media (max-width: 390px) {
.footer-img a img { width: 230px !important;  }
}



@media (max-width:360px) {
.home-sec4 { padding: 60px 0px 60px 0px; }
.style-title { font-size: 30px;}	
.home-title {font-size: 30px;}	
.home-eye-sec6 { padding: 40px 0px 60px; }	
.special-top-text p { line-height: 30px;}	
footer { padding: 30px 0px 20px; }	
.clear-top-text .home-title { line-height: 35px; font-size: 30px; }	
.home-banner-section { margin: 60px 0 0; }
.home-banner-section {padding: 50px 0px; }	
.contact-button .cmn-btn { padding: 15px 20px; }	
.banner-left-img img { width: 220px; }	
.nav-left-cont { border-right: 0px solid #6f8bab;}	
.top-nav-icon ul { padding-left: 0px; }	
.nav-left-cont { padding-right: 0px;  }
.home-eye-sec6.binocular-sec5 { padding: 15px 0px 40px; }	
.diagnose-bvd-toptext p { font-size: 18px; line-height: 28px; }	
.symptom-title { font-size: 30px; }
	
	
	
}

