/*================================= 1 Reset Css ( #res ) =================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #07adb7;
    transition: all 0.3s ease 0s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ababab;
    margin: 50px auto;
    padding: 0;
    clear: both;
}

li {
    list-style: none;
}

.dot {
    list-style: disc;
}

.dot::marker {
    color: #07adb7;
    font-size: 1em;
}

.list_page_content {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #494949;
    font-weight: 400;
    line-height: 30px;
    margin-left: 30px;
}

.ie8 img {
    height: auto;
    width: auto \9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

.row1 li {
    list-style: none;
    margin-left: 10px;
}

#wp-toolbar ul:after {
    content: none;
}

.last_li,
.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.first_li,
.first {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Gobal */
.x:before {
    position: absolute;
    content: "";
}

/* Vertical Middle */
.x:before /*Parent Before*/
{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.x /* Child class */
{
    display: inline-block;
    vertical-align: middle;
}

.col {
    flex-basis: unset;
    flex-grow: unset;
    width: max-content;
}

/* Image Alignment */
.alignnone,
a img.alignnone {
    margin: 0 0 30px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 0 0 60px 70px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 0 70px 60px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Alignment & Spacing */
.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.remove_padding_top {
    padding-top: 0 !important;
}

.remove_padding_bottom {
    padding-bottom: 0 !important;
}

.remove_margin_top {
    margin-top: 0 !important;
}

.remove_margin_bottom {
    margin-bottom: 0 !important;
}

.remove_padding {
    padding: 0 !important;
}

.remove_margin {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

.space {
    padding: 30px 0;
}

.large_space {
    padding: 60px 0;
}

.main_page {
    padding-top: 130px;
}

.border-rad {
    border-radius: 25px;
}

.right-image-band,
.left-image-band {
    position: relative;
    padding: 60px 0 110px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.281);
    z-index: 1;
}

/****************************** Colors ***********************/
.white {
    color: #fff;
}

.black {
    color: #000;
}

/****************************** Back to top button *********************/

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #fff;
    font-size: 20px;
    color: #07adb7;
    cursor: pointer;
    border-radius: 4px;
    z-index: 5;
    transition: 0.3s;
    display: none;
    border: 2px solid #07adb7;
    outline: none !important;
}

.back-to-top:hover {
    background-color: #07adb7;
    color: #fff;
}

/****************************** Mobile Menu *********************/

.mo_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background-color: #26162e;
    z-index: 999;
    pointer-events: auto;
}

.logo-cont img {
    width: 90px;
}

.mo_menu .mo-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mo_menu .mo-right {
    display: flex;
}

.mo_menu .btn {
    margin-right: 20px;
}

.mo_menu .menu a {
    font-size: 10px;
    padding-top: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.mo_menu .menu a:before {
    content: " ";
    width: 100%;
    border-top: 3px solid #07adb7;
    border-bottom: 3px solid #07adb7;
    position: absolute;
    top: 8px;
    height: 11px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.mo_menu .menu a:after {
    content: " ";
    width: 100%;
    border-top: 3px solid #07adb7;
    position: absolute;
    top: 24px;
    height: 10px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.mm-opened .mo_menu .menu a {
    color: transparent;
}

.mm-opened .mo_menu .menu a:before {
    width: 40px;
    border-bottom: none;
    transform: rotate(45deg);
    top: 20px;
    left: -10px !important;
}

.mm-opened .mo_menu .menu a:after {
    width: 40px;
    border-bottom: none;
    transform: rotate(-45deg);
    top: 20px;
    left: -5px;
}

.mm-navbar > * {
    padding: 20px 0 15px;
}

.mm-navbar .mm-title {
    font-size: 16px;
}

.nav_listing p {
    font-size: 16px;
    text-align: center;
}

.mm-previ {
    background: transparent;
    width: 50px;
    padding: 0;
    position: absolute;
    top: -14px;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.mm-navbar {
    background: #e0f2fc !important;
    color: #222;
}

.mm-panel {
    background: #fff !important;
}

.mm-next i {
    position: absolute;
    top: 18px;
}

.nav_listing li a {
    color: #000 !important;
}

.mm-listview > li > a:hover,
.mm-listview > li > span:hover,
.mm-listview > li.active_nav a,
.mm-listview > li.active_nav > span,
.mm-prev:hover {
    color: #000;
}

.mm-listview .mm-next:before {
    color: #000;
}

@media all and (max-width: 450px) {
    .mo_menu .btn {
        margin-right: 10px;
    }
}

section {
    position: relative;
    padding: 30px 0;
}

/* ================================= 5 Wrappers #wrap ================================= */
.container {
    max-width: 1297px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.full_row {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.container-small {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.site_full {
    max-width: 2036px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
    width: 100%;
}

.btn-row {
    display: flex;
}

.btn-row .btn:nth-child(2) {
    margin-left: 20px;
}

@media (max-width: 1100px) {
    br {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn-row {
        flex-direction: column;
    }

    .btn-row .btn:nth-child(2) {
        margin-top: 20px;
        margin-left: 0px;
    }

    .row1 li {
        margin-left: 0px;
    }

    .container,
    .container-small {
        padding-left: 15px;
        padding-right: 15px;
    }

    section {
        padding: 15px 0;
    }

    .space {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .large_space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .btn-row {
        flex-direction: column;
    }

    body .btn {
        width: 100%;
    }

    body .btn-row .btn:nth-child(2) {
        margin-top: 20px;
        margin-left: 0px;
        background: rgb(255 255 255 / 80%);
    }
}

body {
    font-family: "Maven Pro", sans-serif;
}

.background-gray {
    background-color: #f2f2f2;
}

.btn {
    font-size: 18px;
    display: block;
    width: max-content;
    max-width: 100%;
    font-weight: 700;

    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    background-color: #0790b7;
}

.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: 0.3s;
    background: linear-gradient(225deg, #07adb7 0%, #0790b7 100%);
}

.btn:hover {
    color: #fff;
}

.btn:hover:before {
    opacity: 0;
}

.btn.ghost {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
}

.btn.ghost:hover {
    color: #07adb7;
    background-color: #fff;
}

.btn.ghost:before {
    display: none;
}

.home .btn.ghost:hover {
    color: #fff !important;
    background-color: #07adb7;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #494949;
    line-height: 30px;
    margin-bottom: 30px;
}

p:last-of-type {
    margin-bottom: 0;
}

p.intro {
    font-size: 22px;
    font-weight: 500;
    color: #411b52;
    line-height: 32px;
}

.s1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    color: #7f7f7f;
    display: block;
}

.s1 strong {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 64px;
    line-height: 77px;
    font-weight: 700;
    color: #0f1922;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 53px;
    line-height: 60px;
    font-weight: 300;
    color: #7f7f7f;
}

h2 .s1 strong {
    display: block;
}

h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: #0f1922;
}

.title-band {
    background-color: #411b52;
    text-align: center;
    /*margin-top: 153px;*/
}

.head-band p {
    padding-top: 30px;
}

.image-band {
    overflow: hidden;
    overflow: clip;

}

.image-band h3 {
    padding-bottom: 20px;
}

.image-band:before {
    content: "";
    width: 6000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-320px);
}

.image-band.bg-gray:before {
    background-color: #f2f2f2;
}

.image-band.bg-purple:before {
    background-color: #643773;
}

.image-band.left img {
    margin-left: auto;
    margin-right: 50px;
    display: block;
}

.image-band.right:before {
    transform: translate(320px);
}

.image-band.right .row {
    flex-direction: row-reverse;
}

.image-band.right img {
    margin-left: auto;
    margin-right: 50px;
    display: block;
}

.image-text-band {
    padding: 0;
}

.image-text-band .btn {
    margin-top: 25px;
}

.image-text-band.shaddow img {
    box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.1);
}

.image-text-band .title {
    padding: 60px 0;
}

.image-text-band h3 {
    padding-bottom: 20px;
}

.image-text-band .row {
    margin: 0;
}

.image-text-band .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
}

.image-text-band .col-md-6 img {
    margin-right: auto;
    margin-left: unset;
    display: block;
    height: 100%;
    object-fit: cover;
    width: auto;
}

.image-text-band .text-wrap {
    max-width: 616px;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 0 0 auto;
}

.image-text-band.left .row {
    flex-direction: row-reverse;
}

.image-text-band.left .text-wrap {
    padding-left: 60px;
    padding-right: 30px;
    margin: 0 auto 0 0;
}

.image-text-band.left .col-md-6 img {
    margin-left: auto;
    margin-right: unset;
}

.prefooter {
    background: url(.././img/best-optical-care.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 90px 0;
}

.prefooter .s1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.prefooter .s1 strong {
    color: #fff;
    font-size: 65px;
}

.prefooter .btn-row {
    justify-content: center;
    margin-top: 30px;
}

footer {
    background-color: #26162e;
    padding: 50px 0;
}

footer .content {
    color: #767676;
    font-size: 18px;
    line-height: 27px;
}

footer .row2 {
    margin-top: 25px;
}

footer .copy {
    font-size: 18px;
    color: #d1d1d1;
    margin-top: 30px;
}

footer .btn {
    border-color: #07adb7 !important;
}

footer li a {
    color: #fff;
    width: max-content;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}

footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

footer .phone {
    margin: 20px 0 20px;
    display: flex;
    align-items: center;
}

footer .phone a {
    font-size: 18px;
    font-weight: 700;
    margin-left: 12px;
    color: #a5a5a6;
}

footer .location {
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}

footer .location p {
    margin-left: 12px;
    margin-top: -5px;
    font-size: 18px;
    color: #a5a5a6;
    font-weight: 700;
    line-height: 30px;
}

footer .hours i {
    color: white;
    font-size: 18px;
}

footer .hours {
    display: flex;
    align-items: flex-start;
}

footer .hours p {
    margin-left: 12px;
    margin-top: -5px;
    font-size: 18px;
    color: #a5a5a6;
    font-weight: 700;
    line-height: 30px;
}

/*header {*/
/*    background: transparent;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    z-index: 20;*/
/*}*/

/*header.sticky {*/
/*    background-color: #fff;*/
/*}*/

header .container {
    padding: 0 15px;
}

header .col:nth-child(1) {
    width: 22%;
}

header .col:nth-child(2) {
    width: 78%;
}

header .top-head {
    display: flex;
    align-items: center;
    padding: 15px 0 8px;
    border-bottom: 1px solid #07adb7;
}

header .top-head p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
}

header .top-head .icon {
    margin: 0 20px 0 auto;
    color: #07adb7;
}

header .top-head .phone {
    font-size: 14px;
    font-weight: 900;
    color: #696969;
    text-transform: uppercase;
}

header .top-head .phone a {
    color: #07adb7;
    font-weight: 500;
    font-size: 22px;
}

header .bot-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

header .bot-head .menu {
    display: flex;
    width: 750px;
    justify-content: space-between;
}

header .bot-head .menu a {
    font-size: 18px;
    font-weight: 700;
    color: #0f1922;
    text-transform: uppercase;
}

header .bot-head .book {
    border: 3px solid transparent;
    width: 198px;
    height: 65px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-left: 15px;
}

header .bot-head .book:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: 0.3s;
    background: linear-gradient(225deg, #07adb7 0%, #0790b7 100%);
}

header .bot-head .book:hover:before {
    opacity: 0;
}

.mm-listview > li > a {
    color: #000 !important;
}

header .bot-head .book img {
    position: absolute;
    left: 17px;
    top: 13px;
}

header .bot-head .book p {
    width: 120px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: translate(21px);
    margin-left: 7px;
    text-transform: capitalize;
}

header .bot-head .book:hover {
    border-color: #8bd3dd;
    background-color: #fff;
    text-decoration: none;
}

header .bot-head .book:hover .white {
    opacity: 0;
}

header .bot-head .book:hover p {
    color: #0790b7;
}

.home .small-band {
    width: 100%;
    z-index: 2;
    padding: 0 15px;
    transform: translateY(-60px);
    position: absolute;
}

.home .small-band br {
    display: block;
}

.home .image-text-band.left .normal-content {
    padding-top: 100px;
}

.home .small-band .container {
    background-color: #411b52;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    justify-content: center;
}

.home .small-band .s2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #ffffff;
    line-height: 37px;
    text-align: right;
    margin-right: 30px;
}

.home .small-band .btn {
    font-size: 21px;
}

.home .small-band .s2 strong {
    font-size: 40px;
    font-weight: 700;
}

.home span.s1 {
    font-size: 55px;
    line-height: 58px;
    letter-spacing: -2px;
}

.home span.s1 strong {
    font-size: 55px;
    line-height: 61px;
}

.home .btn.ghost {
    border-color: #07adb7;
}

.home h1,
.home h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #411b52;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "Maven Pro", sans-serif;
}

.home h1:before,
.home h2:before {
    content: url(.././img/branding.png);
    display: inline-block;
    transform: translateY(8px);
    margin-right: 7px;
}

.home .hero-band {
    background: url(.././img/eye-clinic.jpg) no-repeat center;
    background-size: cover;
    padding: 270px 0 310px;
    position: relative;
}

.home .hero-band .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.home .hero-band .text-wrap {
    max-width: 500px;
}

.home .hero-band .s1 strong {
    line-height: 40px;
}

.home .hero-band .btn-row {
    margin-top: 20px;
}

.home .hero-band .btn.ghost {
    color: #07adb7;
}

.home .image-text-band {
    padding-bottom: 90px;
    overflow-x: hidden;
    overflow-x: clip;
}

.home .image-text-band:before {
    content: "";
    width: 6000px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f0f0f0;
    left: 50%;
    transform: translate(-210px);
}

.home .image-text-band .s1 {
    padding: 9px 0 20px;
    font-size: 55px;
    line-height: 60px;
}

.home .image-text-band .s1 strong {
    font-size: 55px;
    line-height: 60px;
}

.home .tech-band .s1 {
    padding-bottom: 20px;
}

.home .tech-band .row {
    margin-top: 50px;
}

.home .tech-band .btn {
    margin: 30px auto 0;
}

.home .tech-band .col {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 40px 30px;
}

.home .tech-band .col .img-wrap {
    width: 243px;
}

.home .tech-band .col .text-wrap {
    margin-left: 20px;
    width: 295px;
}

.home .tech-band .col:nth-child(1) {
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.home .tech-band .col:nth-child(2) {
    border-bottom: 1px solid #cbcbcb;
}

.home .tech-band .col:nth-child(3) {
    border-right: 1px solid #cbcbcb;
}

.home .tech-band .col h3 {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 700;
}

.home .content p,
.home .content .s1 {
    padding-bottom: 20px;
}

.home .content p {
    font-weight: 500;
}

.home .about-band {
    padding-top: 130px;
    overflow-x: hidden;
    overflow-x: clip;
}

.home .about-band:before {
    content: "";
    width: 6000px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-color: #f0f0f0;
    right: 50%;
    transform: translate(179px);
}

.home .about-band:after {
    content: "";
    width: 6000px;
    background-size: auto 100%;
    height: calc(100% - 59px);
    position: absolute;
    top: 60px;
    background-color: #411b52;
    background-image: url(.././img/best-eyecare.jpg);
    background-repeat: no-repeat;
    z-index: 1;
    left: 50%;
    transform: translate(0px);
}

.home .about-band .container {
    position: relative;
    z-index: 2;
}

.home .about-band .col {
    width: 47%;
}

.home .about-band .col:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .about-band .col .box {
    width: 46%;
    text-align: center;
}

.home .about-band .col .box p {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 60px;
    color: #ac8cba;
}

.testimonial-band {
    background-color: #fcfdfc;
    position: relative;
    padding-top: 250px;
    margin-top: -200px;
}

.testimonial-band .bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: translate(-1150px);
    top: 0;
}

.testimonial-band .s1 {
    font-size: 55px;
    line-height: 60px;
}

.testimonial-band .s1 strong {
    font-size: 55px;
    line-height: 60px;
}

.testimonial-band .container-small {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.testimonial-band .title {
    padding-right: 40px;
    margin-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
    border-right: 1px solid #000000;
}

.testimonial-band .author {
    font-weight: 700;
}

.contact .testimonial-band {
    margin-top: 0;
    padding: 50px 0;
}

.contact .main .info-row {
    display: flex;
}

.contact .main .info-row .box:nth-child(1) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #0f1922;
}

.contact .main .info-row p {
    font-size: 24px;
    font-weight: 500;
    color: #0f1922;
}

.contact .main .info-row p br {
    display: block;
}

.contact .main .info-row h3 {
    font-size: 32px;
    font-weight: 700;
    color: #411b52;
}

.contact .main .info-row a.phone {
    letter-spacing: -1px;
    font-size: 34px;
    color: #07adb7;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.contact .main .hours-row {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.contact .main .hours-row .hours {
    width: 45%;
    padding-right: 2%;
}

.contact .main .hours-row .location {
    width: 57%;
}

.contact .main .hours-row .hours h3 {
    font-size: 32px;
    font-weight: 700;
    color: #411b52;
}

.contact .main .map {
    margin-top: 40px;
}

.contact .main .col-lg-6 {
    margin-top: 60px;
}

.contact .main form {
    padding: 5px 60px 50px 60px;
    background-color: #fff;
    box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.1);
}

.contact .main p.req {
    color: #abaaaa;
    font-size: 18px;
    margin: 20px 0;
}

.contact .main p.req span {
    color: #ff0000;
}

.contact .main form div {
    position: relative;
    margin-top: 25px;
}

.contact .main form input {
    width: 100%;
    height: 60px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0px;
    padding: 10px;
}

.contact .main form input:focus,
.contact .main form textarea:focus {
    outline: none;
}

.contact .main .btn {
    width: 160px;
}

.contact .main form label {
    font-size: 19px;
    font-weight: 400;
    color: #494949;
    margin-bottom: 5px;
}

.contact .main form label span {
    color: #ff0000;
}

.contact .main form label.error {
    margin-top: 15px;
    color: #ff0000;
}

.contact .main form br {
    display: block !important;
}

.contact .main .form-row {
    justify-content: space-between;
}

.contact .main .form-row div {
    width: 47%;
}

.contact .main form textarea {
    width: 100%;
    height: 130px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0px;
    padding: 10px;
}

.contact section.book {
    background: url(.././img/book-appointment.jpg) no-repeat center;
    background-size: cover;
}

.contact section.book .book-container {
    height: 520px;
    width: 100%;
    background-color: #fff;
}

.contact .testimonial-band {
    overflow: hidden;
}

.contact .testimonial-band .bg {
    transform: translate(-1153px);
    top: -160px;
    height: 500px;
}

.g-recaptcha {
    margin-bottom: 30px;
}

/* Optical Page Custom Styles Start */

.dropdown > ul {
    display: none;
}

.dropdown > a:hover .dropdown > ul {
    display: block;
}

.title-section {
    background-color: #00ABB9;
}

.title-section > h3 {
    color: white;
    height: fit-content;

}

.slider-container {
    padding: 60px 0;
}

.slider img  {
    height: 120px;
    width: 120px;
    object-fit: contain;
    margin: 0 80px;
}

.center img {
    height: 400px;
    object-fit: cover;
}

.description-section {
    /*color: #00ABB9;*/
}

.description-section > h3 {
    color: #00ABB9;
}

.description-footer {
    background-color: #D9D9D9;
}

.description-footer > h4 {
    font-size: 30px;
    font-weight: bold;
    background-color: #D9D9D9;
}

.safety-glasses-para{
    width: 100% !important;
}

@media (min-width: 599px) {
    .safety-glasses-para{
        width: 75% !important;
    }
}

/* Optical Page Custom Styles End */


/* Media Queries ********************************************************/
/* **********************************************************************/
@media (max-width: 1200px) {

    .image-band:before {
        transform: translate(-200px);
    }

    .home .testimonial-band {
        margin-top: -100px;
        padding-top: 150px;
    }

    .home .testimonial-band .bg {
        display: none;
    }

    .image-band.right:before {
        transform: translate(170px);
    }

    header .col:nth-child(1) {
        width: 15%;
    }

    header .col:nth-child(2) {
        width: 85%;
    }

    .image-text-band .text-wrap {
        padding-right: 30px;
    }
}

@media (max-width: 1100px) {
    header {
        display: none;
    }

    .mo_menu {
        display: block;
    }

    .title-band {
        margin-top: 60px;
    }

    .nav_listing li.book-button a, .nav_listing li.book-button a:hover {
        display: inline-block !important;
        background: linear-gradient(225deg, #07adb7 0%, #0790b7 100%);
        position: relative;
        left: 21px;
        text-transform: capitalize;
        color: white !important;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .home .small-band {
        position: relative;
        padding: 30px 0;
        background-color: #411b52;
        transform: none;
    }

    .home .small-band .container {
        flex-direction: column;
    }

    .home .small-band .s2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .contact .main    .col-lg-6:nth-child(2) {
        max-width: 605px;
        margin: 50px auto 0;
    }

    .home .hero-band .overlay {
        background-color: white;
        opacity: 0.5;
    }

    .home .hero-band .container {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .home .tech-band .btn {
        margin-top: 0;
    }

    .home .tech-band .col {
        flex-direction: column;
    }

    .home .tech-band .col .img-wrap {
        width: 100%;
    }

    .home .tech-band .col .img-wrap img {
        margin: auto;
        display: block;
    }

    .home .tech-band .col .text-wrap {
        width: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }

    .contact .main .info-row {
        flex-direction: column;
    }

    .contact .main .info-row .box {
        border: none !important;
        text-align: center;
        margin: 15px 0 !important;
        padding: 0 !important;
    }

    .contact .main .hours-row {
        flex-wrap: wrap;
    }

    .contact .main .hours-row .hours {
        width: 100%;
        text-align: center;
    }

    .contact .main .hours-row .hours br {
        display: block;
    }

    .contact .main .hours-row .location {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }

    .contact .main form {
        padding: 5px 30px 30px 30px;
    }

    .home .image-text-band {
        padding-bottom: 30px;
    }

    .home .image-text-band:before {
        left: 0;
    }

    .home .about-band {
        padding: 0;
    }

    .home .about-band:before,
    .home .about-band:after {
        display: none;
    }

    .home .about-band .col {
        text-align: center;
        width: 100%;
    }

    .home .about-band .col:nth-child(1) {
        padding: 30px 15px;
        background-color: #eeeeee;
    }

    .home .about-band .col:nth-child(2) {
        background: url(.././img/best-eyecare.jpg) no-repeat center;
        background-size: cover;
        padding-top: 30px;
    }

    .home span.s1 {
        font-size: 35px;
        line-height: 40px;
    }

    .home span.s1 strong {
        font-size: 38px;
        line-height: 40px;
    }

    .home .image-text-band .s1 {
        font-size: 38px;
        line-height: 43px;
    }

    .home .image-text-band .s1 strong {
        line-height: 40px;
        font-size: 40px;
    }

    .home h1,
    .home h2 {
        font-size: 14px;
    }

    .home .tech-band .row {
        margin-top: 0;
    }

    .home .tech-band .col {
        border: none !important;
        padding: 30px 15px;
        width: 100%;
        justify-content: space-between;
    }

    .testimonial-band {
        padding: 30px 0;
        margin-top: 0;
    }

    .testimonial-band .container-small {
        flex-direction: column;
    }

    .testimonial-band .container-small .title {
        border: none;
        text-align: center;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .testimonial-band .container-small .text {
        text-align: center;
    }

    .home .image-text-band {
        padding-bottom: 0;
    }

    .home .hero-band {
        padding: 100px 0;
        text-align: center;
        background-position: 70%;
    }

    .home .hero-band .text-wrap {
        max-width: 100%;
    }

    .prefooter .s1 strong {
        font-size: 40px;
    }

    .prefooter .s1 {
        font-size: 35px;
    }

    .prefooter {
        padding: 50px 0;
    }

    .image-text-band .text-wrap {
        padding: 15px !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .image-text-band.right .row {
        flex-direction: column-reverse;
    }

    .image-text-band.left .row {
        flex-direction: column-reverse;
    }

    footer {
        text-align: center;
    }

    footer li a {
        margin: 0 auto 20px;
    }

    footer .row1 .col-md-4:nth-child(1) {
        order: 1;
        margin: 30px 0 15px;
    }

    footer .row1 .col-md-4:nth-child(2) {
        order: 2;
    }

    footer .row1 .col-md-4:nth-child(3) {
        order: 0;
    }

    footer .phone {
        justify-content: center;
    }

    footer .content {
        margin-top: 30px;
    }

    footer .location {
        justify-content: center;
    }

    footer .location br {
        display: block;
    }

    footer .hours {
        justify-content: center;
    }

    footer .hours br {
        display: block;
    }

    h3 {
        font-size: 36px;
    }

    .image-text-band {
        text-align: center;
    }

    .image-text-band .title {
        padding: 30px 0;
    }

    .image-text-band .text-wrap {
        padding-bottom: 30px !important;
    }

    .image-text-band h3 {
        padding-bottom: 10px;
    }

    .s1 strong {
        font-size: 40px;
        line-height: 45px;
    }

    .s1 {
        line-height: 35px;
        font-size: 35px;
    }

    .image-band:before {
        transform: translate(-1000px);
    }

    .image-band.right:before {
        transform: translate(-1000px);
    }

    h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .head-band p {
        padding-top: 15px;
    }

    .image-band {
        text-align: center;
    }

    .image-band.bg-purple h3,
    .image-band.bg-purple p {
        color: #fff;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .image-band img {
        margin: 0 auto 20px !important;
    }

    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .list_page_content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .home .about-band .col .box {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .home .small-band .s2 {
        margin-right: 0px;
    }

    .g-recaptcha {
        transform: scale(0.8) translate(-36px, 0);
    }

}

@media (min-width: 1101px) {
    #mobile_menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    header .top-head p {
        font-size: 17px;
    }

    .image-text-band.left .text-wrap {
        padding-left: 30px;
    }

    header .top-head p {
        font-size: 15px;
    }

    header .bot-head .menu a {
        font-size: 16px;
    }

    header .top-head .phone a {
        font-size: 20px
    }
}

/*# sourceMappingURL=main.css.map*/
