@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}

/* Selection colours */
::selection {
background: #FF0000;
color:#FFF;
}
::-moz-selection {
background: #FF0000;
color:#FFF;
}

body{margin:0;padding:0;font-family: 'Jost', sans-serif; font-weight:400; color:#494949; font-size:16px; line-height:30px}



.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

ul {padding:0px;margin:0px;	list-style:none;}
a {	outline:none;}
ol li {list-style:decimal inside; margin-left: 0; padding-left: 1.5em; text-indent: -1.5em;}
img { max-width:100%;}

header{padding:0px 0px; margin:0; z-index:9999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease; 
  background-color: #fff;
-webkit-box-shadow: 0 2px 4px rgba(3,27,78,.1);
    box-shadow: 0 2px 6px rgba(3,27,78,.1);
  }



.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  animation: smoothScroll 1s forwards;
  z-index:9999;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-70px);
	}
	100% {
		transform: translateY(0px);
	}
	

}

/*Menu*/
.menu_outer_mobile {display:none;}
.button-nav-toggle {display:none; overflow: hidden;display: none; cursor: pointer; z-index:999999999;border: 0; color: #ffb400; outline: 0; float:right;	cursor: pointer;right:0; background-color:transparent;margin:20px 0 0 0; padding:0;}
.button-nav-toggle .fa{font-size:31px; line-height:normal}
.nav-main {transition: right .25s ease-in-out;	background: #363535; position: fixed; overflow-x: hidden;	width: 260px; right: -100%; top: 0; bottom: 0;}
.nav-main .nav-container { transition: left .25s ease-in-out;	position: relative;	left: 0;}
.nav-container ul li a {font-size:14px;}
.nav-main .nav-container.show-sub {	left: -280px}
.menu_outer {z-index:99; float:right; margin-top:10px;}
#menu:before, #menu:after {	content: "";display: table;}
#menu:after {clear: both;}
#menu {zoom:1;	z-index:10000; width:100%; text-align:center;font-family: 'Jost', sans-serif; font-weight:600; padding:0; margin-bottom:0;}
#menu li {z-index:10000; display:inline-block; padding:0 0 10px; margin:0 12px; position:relative}
#menu li.active a {color:#494949; border-bottom:2px solid #FF0000;}
/*#menu li a.w--current {color:#ffb400}*/
#menu li:last-child{ margin-right:0}
#menu a {display: block; color: #494949; font-size: 14px; font-weight:700; letter-spacing:0px; text-transform:uppercase; text-decoration: none; padding:0; position:relative;}
#menu li:hover a {color:#ffb400}
*html #menu li a:hover { color: #4677a3;}
#menu ul {background-color: #fff; position:relative; -webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;margin: 0px;	_margin: 0; opacity: 0;	visibility: hidden;	position: absolute;	top: 40px; left: 0;	z-index: 99999;	width:235px; z-index:10000; text-align:left; padding:0; border:2px solid #d7d7d7;}
#menu > li:last-child ul{left: -140px;}
#menu ul li li {display:block;}
#menu li:hover > ul {	opacity: 1;	visibility: visible;	margin: 0;}
#menu ul ul {top:-2px;left:233px;	margin: 0;	padding:0; _margin: 0;}
#menu ul li {display: block;border: 0;_line-height: 0; padding:0;  width:100%; margin:0; }
#menu ul a {padding:5px 10px ;	_height: 10px;	display: block;	float: none; text-transform: uppercase;	color:#000!important; letter-spacing:0.5px;	font-size:13px;	line-height:25px;display:block;	width:100%; }
#menu ul a:hover {	color:#fff; background-color:#ffb400;color:#fff!important;}
#menu ul li:last-child a:hover {	border-bottom-left-radius:2px;	border-bottom-right-radius:2px;}
#menu ul li ul li a:hover {background-color: none;}
#menu .current-menu-item a, #menu .current-menu-parent a, #menu .current-menu-ancestor a{	color: #ffb400;}
#menu li li:before { display:none}


.header_top_bg { border-bottom:1px solid #e0e0e0;  font-weight:500; z-index:9999;}
.header_social_icons { padding-left:0px; float:left; font-size:12px; color:#494949; margin-top:6px;}
.header_social_icons ul li { float:left; border-left:1px solid #cdcdcd; }
.header_social_icons ul li:last-child { border-right:1px solid #cdcdcd; }
.header_social_icons ul li a { display:block; height:42px; line-height:42px; padding-left:10px; padding-right:10px; color:#706e6e; font-size:20px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.header_social_icons ul li a:hover { color:#ffb400;  }
.header_top_right { float:right; font-size:14px; font-weight:600; line-height:42px;  }
.header_top_right .working_hours { border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd; padding:0px 25px; padding-left:50px; background-image:url(../images/mail.png); background-repeat:no-repeat; background-position:10% center; display:inline-block;  }
.header_top_right .working_hours a {color:#666666; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.header_top_right .working_hours a:hover {color:#999999;}
.header_top_right .contact_phone { border-right:1px solid #cdcdcd; padding:0px 25px; padding-left:50px; background-image:url(../images/contact_phone_icon.png); background-repeat:no-repeat; background-position:10% center;  display:inline-block; color:#494949;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;   }
.header_top_right .contact_phone:hover, .header_top_right .contact_phone:focus { text-decoration:none; color:#ffb400;  }

.header_bg { padding-top:15px; padding-bottom:5px;}
.logo_left { float:left; }
.header_right { float:right; padding-top:20px; }
.header_right .make_appointment_btn { float:right; background-color:#007b7d; color:#fff; font-size:14px; text-transform:uppercase; font-weight:700; height:46px; line-height:46px; padding:0px 15px; border-radius: 5px; margin-left:30px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.header_right .make_appointment_btn:hover, .make_appointment_btn:focus { background-color:#1b0052; text-decoration:none; color:#fff; }

.banner_bg { position:relative;  }
.banner_bg ul.header_slider .slick-track > li { height:550px; background-repeat:no-repeat; background-position:center top; }
.banner_bg ul.header_slider .slick-track > li:hover, .banner_bg ul.header_slider .slick-track > li:focus { outline:none; }
.banner_slide1 { background-image:url(../images/banner_slide1.jpg); background-size:cover; }
.banner_slide2 { background-image:url(../images/banner_slide2.jpg); background-size:cover; }
.banner_slide3 { background-image:url(../images/banner_slide3.jpg); background-size:cover; }
.banner_slide4 { background-image:url(../images/banner_slide4.jpg); background-size:cover; }
.banner_slide5 { background-image:url(../images/banner_slide5.jpg); background-size:cover; }

.banner_content { /*float:right; */color:#272727; font-size:13px; line-height:20px; padding-top:165px; }
.banner_content h2 { font-size:45px; color:#fff; line-height:40px; margin-bottom:15px; text-transform:uppercase; font-weight:700; text-align:center;  }
.banner_content h5 { font-size:18px; color:#fff; line-height:20px; margin-bottom:20px; text-transform:none; font-weight:500; text-align:center;  }
.banner_content ul li { list-style:none; text-transform:uppercase; padding-bottom:5px; }
.get_free_estimate_btn { font-size:16px; text-transform:uppercase; background-color:#ffb400; color:#fff; border:1px solid #ffb400; border-radius:4px; padding:15px 26px; display:inline-block; font-weight:700; margin-top:15px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;   }
.get_free_estimate_btn:hover { background-color:#000; color:#fff; text-decoration:none; border-color:#000; }

.banner_bg .slick-dots { position:absolute; bottom:20px; left:0px; right:0px; margin:auto; text-align:center; }
.banner_bg .slick-dots li { display: inline-block; margin:0px 3px;  }
.banner_bg .slick-dots li .sliders_dots { width:14px; height:14px; font-size:0px; background-color: #fff; border:none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;  }
.banner_bg .slick-dots li .sliders_dots:focus, .banner_bg .slick-dots li .sliders_dots:hover { outline:none; }
.banner_bg .slick-dots li.slick-active .sliders_dots { background-color:#ffb400; }

.inner-banner-bg { width: 100%; display: block; background: url(../images/banner_slide3.jpg) no-repeat; height: auto; background-size: cover; padding: 75px 0px;}
.inner-banner-bg h1 {font-size:22px; font-weight:500; color:#FFFFFF; text-align:left; line-height:35px;}

.products_bg { padding:80px 0px; font-size:16px; color:#fff; font-weight:500; background:url(../images/bg-cont.jpg) no-repeat bottom #fff;}
.products_bg h2 {color:#007b7d; font-size:24px; line-height:1.6; font-weight:600; margin:12px 0;}
.products_bg h3 { color:#194f71; font-size:30px; font-weight:700; margin-top:0px; margin-bottom:25px; text-transform:uppercase; background-image:url(../images/featured_brands_title_brdr.png); background-repeat:no-repeat;  background-position:left bottom; padding-bottom:20px;   }
.products_bg h4 {line-height:35px; font-size:25px; color:#555;}
.products_bg p {font-size:17px; line-height:1.6; color:#494949; margin:10px 0;}
.products_lists { font-size:13px; color:#494949; line-height:22px; margin-top:60px; }
.prod_cont {background:#fff; padding:25px 10px; border:1px #e9e9e9 solid; border-radius:5px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin:10px 0;}
.prod_cont img {-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border:10px rgba(0,0,0,0.05) solid;}

.products_bg ul { margin:0; padding:0; list-style:none;}
.products_bg li { margin:0; padding:0; list-style:none; font-size:17px; line-height:24px; color:#494949; margin:10px 0; background:url(../images/bullet.png) no-repeat left 8px; padding-left:15px;}


.products_img { margin-bottom:0px;  max-width:60%; margin:auto; }
.products_img img {-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border:10px rgba(0,0,0,0.05) solid;}
.products_lists h5 { font-size:16px; font-weight:700; color:#494949; margin-bottom:20px; text-align:center; }
.prod_cont p {color:#666666; text-align:center; font-weight:700;}
.products_lists p { margin-bottom:25px; font-size:14px; font-weight:500; }
.products_lists .view_more { color:#666; font-weight:600; font-size:13px; text-transform:uppercase;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; background:transparent; border:2px #666 solid; border-radius:4px; padding:8px 12px; 	 }
.products_lists .view_more:hover { text-decoration:none;  background:#ffb400;  border:2px #ffb400 solid; color:#fff; }


.wcome {padding:60px 35px; width:100%; background:#fff;}
.wcome_cont {padding:20px 25px 35px 50px!important;}
.wcome h3 { font-size:35px; line-height:40px; font-weight:700; text-align:center; color:#2b409b;}
.wcome h4 {font-size:22px; color:#555; font-weight:500; text-align:center; line-height:30px;}
.wcome h5 {font-size:22px; line-height:30px; font-weight:400; color:#666;}
.wcome .uline {width:10%; background:#FF9900 !important; height:4px; margin:0 auto; border:none!important;}
.wcome p {color:#494949; font-size:17px; font-weight:400; line-height:24px; margin-bottom:30px;}
.wcome img {margin-bottom:25px;}

.whyus {padding:40px 0;}

.whyus_cont {background:#fff; padding:10px 25px; margin:15px 0; height:160px;}
.whyus_cont h3 {font-size:22px; line-height:34px; font-weight:600; text-align:left; margin:0;}
.whyus_cont p {font-size:17px; line-height:26px; line-height:26px; color:#333333; font-weight:400;  margin:0;}

/*--------------------------------------------------------------------------
	thum Gallery Style
--------------------------------------------------------------------------*/
/* Image zoom on hover + Overlay colour */
/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5); 
}

/*//////////////////////////////////////////////////////*/

.gallery {padding:20px 0; z-index:10000;}
.gallery h2 { border:1px #d0c4a6 solid; margin:0;  padding:10px 25px; color:#3e4756; font-size:18px; font-style:normal; text-transform:uppercase; font-weight:500; text-align:center;}
.gallery h3 { color:#b6a06c; font-size:28px; font-style:normal; text-transform:none; font-weight:300; text-align:center; margin:35px 0; }
.gallery img { /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/ width: 100%; height:100%;}
.gallery .bgtitle {background:#FFFFFF; padding:5px; /*margin:35px 0; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/}
.gallery_img {position:relative; width:100%;}
.gallery_img h5 {position: absolute;
    bottom: 0px!important;
	margin-bottom:0px;
    background: rgba(0, 0, 0, 0.5);
	width:100%;
    color: #fff;
    text-align: center!important;
    font-weight: 400;
    font-size: 18px;
    padding: 13px 20px;}

.gallery img {margin:0; padding:0;}

.container1 {
  position: relative; width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  /*margin-bottom:25px;*/
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #transparent);
}

.container1:hover .overlay1 {
  opacity: 1; 
}

.text1 {
  color: white;
  
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.machine_cont {background:#fff; padding:15px 20px; border-radius:5px; border:1px #e9e9e9 solid; margin:10px 0; box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; height:400px;}
.machine_cont h5 {font-size:18px; text-align:center; color:#666666; font-weight:600; margin-bottom:12px;}
.machine_cont img {margin-bottom:10px;}
.machine_cont p {color:#999999; font-size:15px; line-height:24px; text-align:center; margin:5px 0;}

.measure {padding:55px 35px; background:url(../images/bg-measure.jpg) no-repeat; background-size:cover; background-attachment:fixed;}
.measure h3 {color:#FFFFFF; font-weight:600; font-size:24px; margin-bottom:30px;}
.measure ul {margin:0; padding:0; list-style:none;}
.measure li {margin:0; padding:0; list-style:none; font-size:15px; font-weight:500; color:#FFFFFF; line-height:25px; margin:3px 0; background:url(../images/bullet1.png) no-repeat left 5px; padding-left:15px;}


.results {padding:20px 0px;}
.results h4 { font-size:24px; font-weight:700; color:#FF0000; margin-bottom:20px; }
.results p { font-size:14px; color:#212121; font-weight:500; margin-bottom:20px; }
.box-cont {padding:15px 20px;}

.neet_results {width:100%; margin:10px 0; background:#FFCC00; padding:25px;}
.neet_results h3 { font-size:28px; font-weight:700; color:#212121;   background-image:none!important; }
.neet_results h4 { font-size:20px; font-weight:500; color:#333; }

.neet_results p { font-size:14px; color:#333; font-weight:500; margin-bottom:20px; }


.cont {padding:20px 0px;}
.left_cont {padding:0px 25px 0px 0px;}
.left_cont p{color:#494949; font-size:16px; line-height:35px; font-weight:500; text-align:left; margin:25px 0px;}

.left_cont ul {margin:0px; padding:0px; list-style:none;}
.left_cont li {margin:0px; padding:0px; list-style:none; background:url(../images/bullet.png) no-repeat left 10px; padding-left:14px; color:#494949; font-size:16px; line-height:27px; font-weight:500; text-align:left; margin:10px 0px;}

.right_cont {padding:0px 25px 0px 0px;}
.right_cont p{color:#494949; font-size:16px; line-height:35px; font-weight:500; text-align:left; margin:25px 0px}

.right_cont ul {margin:0px; padding:0px; list-style:none;}
.right_cont li {margin:0px; padding:0px; list-style:none; background:url(../images/bullet.png) no-repeat left 10px; padding-left:14px; color:#494949; font-size:16px; line-height:27px; font-weight:500; text-align:left; margin:10px 0px;}

.form-control {background:#FFFFFF; border:1px #CCCCCC solid; width:100%; height:45px; border-radius:0px!important;}
.btn-submit{ font-size:15px; text-transform:uppercase; background-color:#ffb400; color:#fff; border:1px solid #ffb400; border-radius:4px; padding:5px 10px; display:inline-block; font-weight:700; margin-top:15px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;   }
.btn-submit:hover{ background-color:#000; color:#fff; text-decoration:none; border-color:#000;}


.gallery img {margin:15px 0px;}

.links {margin:25px 0px 0px 0px;}
.links h4 {margin:10px 0px;}
.links .list li a {color: #494949;text-decoration: none; font-size:16px; border-bottom:1px #CCCCCC solid; display:block; line-height:35px;}
.links .list li a:hover {color: #ff0000; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }



.features {margin:75px 0px;}
.features img {margin-bottom:10px; width:65%;}
.features p {text-align:center; font-size:16px; line-height:24px; font-weight:400; color:#494949; margin-bottom:25px;}

.home_about_section { background-image:url(../images/home_about_bg.jpg); background-repeat:no-repeat; background-position:center top; background-size:cover; background-attachment:fixed; padding:75px 0px; padding-bottom:50px; }
.home_about_left { float:left; color:#fff; font-size:16px; line-height:26px; max-width:570px; padding-top:0px;  }
.home_about_left h3 { font-size:43px; font-weight:700; text-transform:uppercase; margin-bottom:30px; margin-top:0px;  }
.about_read_more { font-size:15px; line-height:normal; text-transform:uppercase; padding:12px 25px; font-weight:900; display:inline-block; margin-top:20px; border:1px solid #fff; color:#fff;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.about_read_more:hover { background-color:#fff; color:#ffb400; text-decoration:none; }

.home_experiance_txt { float:right; max-width:385px; color:#fff; }
.count_section { font-weight:400; font-size:15px; margin-bottom:90px; text-transform:uppercase;  }
.count_section span { font-size:43px; font-weight:700; display:block; margin-bottom:15px; }

.home_about_section_inner { background:url(../images/home_about_bg_inner.jpg); background-repeat:repeat;  background-attachment:fixed; padding:65px 0px; }

.faculty { background:#860101; padding:65px 0px; }
.faculty h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 35px;
    text-transform: uppercase;
    padding-bottom: 35px;
}
.faculty h4 {color:#FFFF00; font-size:30px; font-weight:600; text-transform: uppercase; margin-bottom:15px; padding-bottom: 20px;}
.faculty h5 {color: #99f0e7; font-size:20px; font-weight:600; text-transform: uppercase; }
.faculty h6 {color:#FFFF00; font-size:18px; font-weight:600; text-transform: uppercase; margin-bottom:15px; padding-bottom: 20px;}


.faculty p {color:#FFFFFF; font-size:16px; font-weight:500; line-height:26px; margin:10px 0; width:90%;}

.faculty ul {margin:0px; padding:0px; list-style:none;}
.faculty li {margin:0px; padding:0px; list-style:none; background:url(../images/bullet1.png) no-repeat left 8px; padding-left:14px; color:#fff; font-size:16px; line-height:27px; font-weight:500; text-align:left; margin:8px 0px; width:90%;}

.faculty .uline {background:#CC9900; height:1px; width:100%; margin:50px 0;}

.products_lists_inner { font-size:13px; color:#fff; line-height:22px; margin-top:0px; }
.products_img { margin-bottom:30px;  }
.products_img img {-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;  }
.products_lists_inner h5 { font-size:16px; font-weight:700; color:#fff; text-align:center; margin-bottom:20px; }
.products_lists_inner p { margin-bottom:25px; font-size:14px; font-weight:400; text-align:center;}
.products_lists_inner .view_more { color:#fff; font-weight:600; text-align:center !important; font-size:13px; text-transform:uppercase;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; 	 }
.products_lists_inner .view_more:hover { text-decoration:none;  color:#ff0000; }


.best_eyecare_solution_bg { padding:60px 0px;  }
.eyecare_solutions img { margin-bottom:35px; }
.eyecare_solutions { color:#494949; line-height:22px; font-size:13px; max-width:310px; }
.eyecare_solutions p { margin-bottom:25px; font-size:14px; font-weight:400; }
.eyecare_solutions h4 { color:#494949; font-size:16px; font-weight:700; line-height:22px; margin-bottom:25px; text-transform:uppercase;  }
.our_team_link { color:#ffb400; font-weight:600; font-size:13px; text-transform:uppercase;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; 	 }
.our_team_link:hover { text-decoration:none; color:#b30000; }

.featured_brands_bg { padding:70px 0px; }
.featured_brands_bg h3 { color:#194f71; font-size:25px; font-weight:700; margin-bottom:10px; text-transform:uppercase; text-align:center; }

.featured_brands_bg h5 {font-size:17px; color:#444; text-align:center; padding-bottom:12px; background-image:url(../images/featured_brands_title_brdr.png); background-repeat:no-repeat;  background-position:center bottom; }

.featured_brands { position:relative; }
.featured_brands .slick-track > li { text-align:center; margin:0 3px; background:#FFFFFF; border:1px #e9e9e9 solid; }
.featured_brands .slick-track > li:hover, .featured_brands .slick-track > li:focus { outline:none; }
.featured_brands .slick-track li img { display:inline-block; }
.featured_brands .slick-prev { position:absolute; left:-50px; background-image:url(../images/brand_arw_left.png); background-repeat:no-repeat; background-position:left center; width:18px; height:35px; background-color:transparent; border:none; top:35%; }
.featured_brands .slick-next { position:absolute; right:-50px; background-image:url(../images/brand_arw_right.png); background-repeat:no-repeat; background-position:left center; width:18px; height:35px; background-color:transparent; border:none; top:35%; }

.featured_brands .slick-arrow:hover, .featured_brands .slick-arrow:focus { outline:none; }


.any_questions_bg { background: #f3f9fc; padding:40px 0px; text-align:center; }
.call_us_txt { display:inline-block; font-size:24px; color:#555; font-weight:600; margin-right:55px; }
.call_us_txt a {color:#ffb400; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.call_us_txt a:hover {color:#555;}
.any_questions_bg .make_appointment_btn { display:inline-block; background-color:#ffb400; color:#fff; font-size:16px; font-weight:600; height:46px; line-height:46px; padding:0px 27px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.make_appointment_btn:hover, .make_appointment_btn:focus { background-color:#b90000; text-decoration:none; color:#fff; }

.locations_bg { border-top:1px solid #cbcaca; border-bottom:1px solid #7d7c7c; background-color:#515151; }
.golden_opticals_location { float:left; width:20%; border-left:1px solid #767575; color:#fff; font-size:13px; background-image:url(../images/location_map_icon.png); padding-left:6%; background-position:22% 25px; background-color:#515151; background-repeat:no-repeat; padding-top:25px; padding-bottom:18px; }
.locations_bg .golden_opticals_location:last-child { border-right:1px solid #767575;  }
.golden_opticals_location h5 { text-transform:uppercase; font-size:14px; font-weight:14px; font-weight:600; margin-bottom:7px; margin-top:0px; }
.golden_opticals_location p { margin-bottom:0px; }

.enquiry_form { width:100%; font-size:15px;  }
.enquiry_form tr td span { font-size:14px; color:#333;  }
.enquiry_form tr td { padding-bottom:10px; }
.enquiry_form tr .left_section { width:140px; }
.enquiry_form .text_box { width:98%; height:40px; border:1px solid #c1c1c1; font-size:15px;color:#333; padding-left:10px; padding-right:5px; margin:10px 0px;}

.enquiry_form .comments_box {  font-size:15px; width:100%; height:145px; max-height:145px; max-width:99%; border:1px solid #c1c1c1; padding-left:10px; padding-right:5px;  margin:10px 0px; line-height:23px; font-family: 'Open Sans', sans-serif; color:#333; vertical-align:top; }

.enquiry_form .styled-select select { background: transparent; width: 345px; padding: 5px; font-size: 16px; line-height: 1; border: 0; border-radius: 0; height: 40px; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'Open Sans', sans-serif; font-size:16px; }

.enquiry_form .styled-select { overflow: hidden;  background:url(../images/select_arw.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:345px;  height:40px; line-height:40px; padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: 'Open Sans', sans-serif; font-size:16px; }
.enquiry_form .submit_enquiry { color:#fff; border:none; padding:8px 25px; background-color:#ff0000; font-family: 'Open Sans', sans-serif; font-size:15px;cursor:pointer; }
.enquiry_form .submit_enquiry:hover, .enquiry_form .submit_enquiry:focus { background-color:#333;  }

.footer_bg { background:#1b0052; padding:60px 0px; padding-bottom:100px; color:#fff; font-weight:400; font-size:15px; line-height:22px; }

.footer_bg h5 { font-size:18px; font-weight:700; margin-bottom:35px; color:#fff;  }

.who_we_are_section { float:left; max-width:220px; margin-right:90px; }
.who_we_are_section ul {margin:0px; padding:0px; list-style:none;}
.who_we_are_section li {margin:0px; padding:0px; list-style:none; background:url(../images/bullet.png) no-repeat left 8px; line-height:26px; padding-left:15px;}
.contact_detail_section { float:left; max-width:220px; margin-right:130px;  }
.footer_map_icon { background-image:url(../images/footer_map_icon.png); background-repeat:no-repeat; background-position:left 5px; padding-left:28px; margin-bottom:15px; display:inline-block; width:100%; } 
.footer_contact_icon {  background-image:url(../images/footer_phone_icon.png); background-repeat:no-repeat; background-position:left 0px; padding-left:28px; line-height:20px; color:#c5c5c5; margin-bottom:15px; display:inline-block; width:100%; }
.footer_mail_icon {  background-image:url(../images/footer_mail_icon.png); background-repeat:no-repeat; background-position:left 4px; padding-left:28px; line-height:15px; color:#c5c5c5; margin-bottom:30px!important;  }


.footer_bg a { text-decoration:none; color:#fff;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.footer_bg a:hover { color:#099092; }
.quick_links { float:left; max-width:260px; margin-right:90px; }
.quick_links ul li { padding-bottom:10px; }
.footer_bg li {line-height:32px;}
.footer_bg .working_hours { float:right; max-width:140px; }
.footer_bg .working_hours strong { display:block; }
.footer_bg .working_hours p { margin-bottom:20px; }

.copyright_bg { margin-top:60px; border-top:1px solid #515151; padding-top:35px; font-size:13px; color:#cdcdcd; font-weight:400;  }
.copyright_txt { float:left; color:#fff; font-size:14px; }
.footer_menu { float:right; }
.footer_menu ul li { float:left; padding-right:10px; padding-left:10px; border-right:1px solid #aeaeae; line-height:15px; }
.footer_menu ul li:last-child { border:none; }
.footer_menu ul li a { font-size:13px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }
.footer_menu ul li a:hover { color:#ffb400; }

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
}
#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffb400;
	opacity:1.0;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size: 11px;
	line-height: 16px;
	z-index:9999;
}
#back-top a:hover {
	color: #fff;
	opacity:1.0;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
/* arrow icon (span tag) */
#back-top span {
	width: 51px;
	height: 51px;
	display: block;
	margin-bottom: 7px;
	margin-left: auto;
		margin-right: auto;
	/* rounded corners */
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/back_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#back-top a:hover { outline:none; }
#back-top a:hover span { }

/* Mobile menu */
@media (max-width: 1199px) {
html {-webkit-text-size-adjust: 100%;}
.nav-container{ text-align:center; color:#FFFFFF;}
.nav-container .ftr_logo { display:block; margin:20px auto 0; float: none;}
.nav-container .follows{float: none;}
.nav-container .follows a{ color:#fff;}
#menu{ padding:0}
.menu_outer {float: none;padding-top: 0;}
.menu li{list-style:none;}
#menu li{ display:block;  padding:0}
#menu li{padding:0}
.menu_outer_mobile {display:block;}
#menu li a:before { display:none}
.nav-main .nav-container ul {padding: 0;margin:0px;text-align: center;}
.nav-main .nav-container ul li li{ border-bottom:none;}
.nav-main .nav-container ul li li.has-sub-nav {  background-position:69% 13px; }
.nav-main .nav-container ul li a {font-family: 'Jost', sans-serif; text-decoration: none;display: inline-block;color: #fff; font-size:16px;padding:14px 10px;transition:1s; text-transform:uppercase;}
.nav-main .nav-container ul li.active a {color: #fff;background-color:#ffb400;}
.nav-main .nav-container ul li ul {display: none;width: 260px;position: absolute;right: -100%;top: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;}
.nav-main .nav-container ul li ul li a {padding: 5px 10px; 	font-size:16px;}
.nav-main .nav-container ul li.has-sub-nav ul a {background: 0 0}
.nav-main .nav-container ul li.active ul {display: block;}
.open .nav-main {right: 0;}
*, :after, :before {box-sizing: border-box}
.header-main {overflow: hidden;padding: 20px 0}
.main {transition: right .25s ease-in-out;position: relative;right: 0}
.main.open {right: 0}
.nav-main{ width:100%}
.button-nav-toggle {display: inline-block;z-index:999; padding:0;}
.menu_outer {display:none}
.nav-main .nav-container ul li ul {display: none;width: 100%;position: relative;right: 0;top: 0; background-color:#515151;-webkit-transition-duration: 0;-moz-transition-duration: 0;transition-duration: 0; padding:10px 0 10px 0!important}
 .menu_outer {float: none;padding-top: 0;}
 #menu a {font-size:13px; padding:15px 13px;}
 #menu ul {top:0;visibility: visible;opacity: 100; position: relative;padding: 10px 15px;-webkit-transition-duration: 0;-moz-transition-duration: 0;transition-duration: 0;}
 .has-sub-nav{  background-image: url(../images/sub_menu.png); background-position:65% 18px; background-repeat:no-repeat;}
.menu.open .button-nav-toggle { margin-right: 20px;  margin-top: 20px; background-image:url(../images/close_icon.png); width:30px; height:29px; background-color:transparent;  }
.nav-main ul { padding-top:90px!important;  }
.menu_outer_mobile {position: relative; z-index: 999;}
.menu_icon{ display:none}
.close_menu.menu_outer_mobile{ display:none}
.nav-main .nav-container ul li.current-menu-item > a { color:#f9466c}
.header_height{ display:none}
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
.featured_brands .slick-prev { left:20px;} .featured_brands .slick-next { right:20px; }
}

@media (max-width: 1199px) {
.header_right .make_appointment_btn { display:none; }
.banner_bg ul.header_slider .slick-track > li { height:380px; background-size:cover; }
.banner_content { padding-top:65px; }
.banner_content h2 { font-size:35px; line-height:35px; }
.banner_content h5 { font-size:18px; line-height:18px; }
.banner_content ul li { padding-bottom:3px; }
.get_free_estimate_btn { padding: 17px 24px;  font-size: 14px; }
.products_bg { padding:60px 0px;  }
.products_bg h3 { margin-bottom:20px; font-size:30px; }
.home_about_section { padding:40px 0px; }
.home_about_left { max-width:520px; font-size:14px; }
.home_experiance_txt { max-width:345px; padding-top:40px; }
.count_section { margin-bottom:50px; }
.best_eyecare_solution_bg { padding:30px 0px; }
.featured_brands_bg { padding:30px 0px; }
.featured_brands .slick-prev { left:20px;} .featured_brands .slick-next { right:20px; }
.golden_opticals_location { padding-left:4%; background-position: 10% 25px; }
.golden_opticals_location h5 { margin-bottom:4px; }
.who_we_are_section { margin-right:60px; }
.contact_detail_section { margin-right:60px; }
.quick_links { margin-right:60px; }
.copyright_bg { margin-top:40px; padding-top: 25px; }
.footer_bg { padding-bottom:60px; }

}
  
	
@media (max-width: 991px) {
.nav-main .nav-container ul li a { font-size:15px; padding:13px 10px; }

.banner_bg ul.header_slider .slick-track > li { height: 400px; }

.banner_content { padding-top:35px; }
.inner-banner-bg { width: 100%; display: block; height: auto; padding: 25px 0px;}
.inner-banner-bg h1 {font-size:18px; font-weight:600; color:#FFFFFF; text-align:center; line-height:40px;}
.products_bg { padding:30px 0px; }
.products_lists .col-lg-3.col-md-3.col-sm-6.col-xs-12 { margin-bottom:40px; }
.home_about_left {  width:100%; max-width:inherit;  }
.home_experiance_txt { float:left; width:100%; max-width:inherit;  }
.count_section { text-align:center; }
.call_us_txt { margin-right:auto; margin-bottom:25px; font-size: 17px; display:block; }
.golden_opticals_location { padding-left:6%; background-position: 13% 25px; }
.golden_opticals_location h5 { margin-bottom:2px; font-size:14px; line-height:20px;  }
.who_we_are_section { display:none; }
.footer_bg { padding-bottom:40px; }
.footer_bg .working_hours { float:left; }

}
@media (max-width: 767px) {
.button-nav-toggle { margin:15px 0 0;  }
.nav-main .nav-container ul li a { font-size:14px; padding:10px 10px; }
.header_social_icons { float:none; padding-left:0px; width:100%; border-bottom:1px solid #e0e0e0; }
.header_social_icons ul li { width:25%; text-align:center; }
.header_top_bg {padding:0;}
.header_top_right { float:none; width:100%;  }
.header_top_right .working_hours {   float: left; width:50%; padding: 0 25px 0 47px; border-right:0px; }
.contact_phone  {   float: left; width:50%; }
.logo_left { max-width:280px; }
.banner_bg ul.header_slider .slick-track > li { height: 400px; background-position:40% top; text-align:center; }
.banner_content { background-color:rgba(0,0,0,0.6); color:#fff; padding-top:0px; padding:30px; float:none; margin:auto; margin-top:40px;  }
.banner_content h2 { color:#fff; font-size:24px; line-height:24px; margin-bottom:10px; margin-top:0px; }
.banner_content h5 { color:#fff; font-size:15px; line-height:15px; }

.inner-banner-bg { width: 100%; padding: 35px 0px;}
.inner-banner-bg h1 {font-size:16px; font-weight:400; color:#FFFFFF; text-align:center; line-height:25px;}

.get_free_estimate_btn { color:#fff; border-color:#fff; display:inline-block; padding:10px 25px; }
.products_lists .col-lg-3.col-md-3.col-sm-6.col-xs-12 { max-width:350px; margin:auto; float:none; margin-bottom:25px; }
.products_bg { font-size:14px; line-height:22px; }
.products_bg h3 { font-size:25px;}
.products_bg h4 {font-size:18px; line-height:28px;}
.products_lists { margin-top:30px; }
.products_lists p { margin-bottom:15px; }
.machine_cont {height:auto;}
.home_about_section { padding-bottom:0px; }
.home_about_left { padding-top:0px; font-size:14px; line-height:24px; text-align:center;  }
.home_about_left h3 { font-size: 30px; margin-bottom:25px;	 }
.count_section { font-size:14px; margin-bottom:30px; }
.count_section span { font-size:35px; margin-bottom:5px; }
.eyecare_solutions p { margin-bottom:15px; }
.eyecare_solutions { margin:auto; max-width:320px; width:100%; margin-bottom:35px; }
.featured_brands_bg { padding:35px 10px; }
.any_questions_bg { padding:20px 0px;  }
.call_us_txt { font-size: 15px; margin-bottom: 10px; }
.any_questions_bg .make_appointment_btn { font-size:14px; }
.locations_bg { border-bottom:none; }
.golden_opticals_location { width:100%; padding-left:80px; background-position:10% 28px; border:none; border-bottom:1px solid #767575; }
.contact_detail_section { float:none; width:100%; max-width:inherit; margin-right:0px; padding-left:15px; margin-bottom:30px; }
.quick_links { float:none; width:100%; max-width:inherit; margin-right:0px; padding-left:15px;  margin-bottom:30px; }
.footer_bg {padding:35px 15px;}
.footer_bg .working_hours { float:none; width:100%; max-width:inherit; margin-right:0px; padding-left:15px; }
.footer_bg h5 { margin:15px 0; text-align:left; }
.certiico img{margin:auto; margin-bottom:40px;}
.footer_contact_icon { margin-bottom:20px; }
.copyright_txt { float:none; display:block; text-align:center; }
.footer_menu { display:none;  }

.wcome { padding:35px 0;}
.wcome_cont { padding: 25px 0px !important; }
.wcome h3 {font-size: 24px !important; line-height: 26px; }
.wcome h4 { font-size: 18px !important;line-height: 26px; margin-bottom:12px;}
.wcome .uline { width:50%;}
.wcome_cont img {max-width:20%; margin-top:35px;}
.whyus_cont {padding:25px 0; margin-bottom:20px!important;}
 

}
@media (max-width: 480px) {
.logo_left { max-width:250px; }
.header_top_right .working_hours { width:100%;  border-right:1px solid #e0e0e0;  border-bottom:1px solid #e0e0e0; background-position:10% 13px; padding-left:60px; }
.header_top_right .contact_phone { width:100%; border-left:1px solid #e0e0e0;  padding-left:60px; }
.banner_bg ul.header_slider .slick-track > li { height:200px; background-repeat:no-repeat; background-position:center top; }
}