


*
{
	padding:0px;
	margin:0px;
}
body
{
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}


#wrapper
{
	width:100%;
	float:left;
}


header
{
	padding:10px 0px;
}

.banner
{
	width:100%;
	float:left;
	background-image:url('../images/banner.jpg');
	background-size:cover;
	padding:0px 0px;
}
.banner .container
{
	position:relative;
}
.banner img
{
       float: right;
    margin-top: 50px;
    width: 280px;
}

.banner h1
{font-size: 42px;color: #fff;padding: 150px 0px;
    float: left;
	font-weight:bold;
    line-height: 60px;}
.banner h1 em
	{
		    display: block;
    color: #e8e8e8;
    font-size: 36px;
	font-weight:normal;
	}
	
/*------Prescription Css -----*/

.prescription_section
{
		width:100%;
	float:left;
	background-image:url('../images/prescription.jpg');
	background-size:cover;
	padding: 90px 0px;
}


.prescription_section h2
{
	    font-size: 42px;
    text-transform: uppercase;
    color: #d60201;
    text-align: center;
    margin-top: 0px;
}

.prescription_section h4
{
       font-size: 22px;
    color: #171717;
    line-height: 30px;
    text-align: center;
    padding: 0px 15%;
    margin-bottom: 50px;
}

.inner_content {
     width: 100%;
    float: left;
    display: flex;
    box-shadow: 0px 0px 5px #888888;
}

.prescription_section .text_content
{
	background-image:url('../images/prescription_text_img.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	display:table-cell;
	padding:15px;
}

.text_content p
{
	color:#fff;
	font-size:14px;
}
.text_content a
{
  display: block;
    float: left;
    width: 120px;
    height: 40px;
    background: #d60201;
    line-height: 39px;
    color: #fff;
    border-bottom: 4px solid #9a0505;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.text_content a:hover
{
	text-decoration:none;
	transition:all 0.5s ease;
	 background: #9a0505;
	 border-bottom: 4px solid #d60201;
}
.img_box
{
	display:table-cell;
	padding:0px;
}

.img_box img
{
	width:100%;
	height:100%;
}

/*----Available Store------*/

.available_store
{
	width:100%;
	float:left;
	background-image:url('../images/store_bg.jpg');
	background-size:cover;
	padding:45px 0px;
}

.available_store h3
{
font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 0px;
}


.available_store p {
    font-size: 24px;
    color: #fff;
}
.available_store a
{
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    height: 55px;
    line-height: 50px;
    width: 100%;
	background: linear-gradient(#d94140, #920d0d);
	text-decoration:none;
	    margin-top: 65px;

}
.available_store a:hover
{
	background:#920d0d;
}
.available_store .col-sm-4
{
	padding:0px;
}



/*-----EyeGlasses Replacement-----*/
.eyeglasses_section
{
	width:100%;
	float:left;
	background-image:url('../images/eyeglasses_rplacement.jpg');
	
	background-size:cover;
	background-repeat:no-repeat;
	padding:90px 0px;
}
.eyeglasses_section h4
{
		    padding: 0px 0%;
}
.eyeglasses_section .text_content
{
	background-image:url('../images/replace_lens.jpg');
}	
.buying_made_easy
{
    width: 100%;
    float: left;
    background: linear-gradient(#d40201, #8d0000);
    text-align: center;
    padding: 36px 0px;
}

.buying_made_easy h2
{
	color: #fff;
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    text-shadow: 0px 2px 1px #000;
    font-style: italic;
}
.buying_made_easy ul
{
	padding:0px;
	text-align:center;
	list-style:none;
	margin-bottom:0px;
	margin-top:24px;
}
.buying_made_easy ul li
{
	display:inline-block;
	font-size:18px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	margin:0px 15px;
}

.buying_made_easy ul li a
{
    color: #fff;
    padding: 0px 15px;
    font-weight: 300;

}

/*-----Prescription lenses Css------*/

.prescription_lenses
{
	width:100%;
	float:left;
	background-image:url('../images/Prescription_lenses_only.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	padding:90px 0px;
}
.prescription_section.prescription_lenses .text_content
{
	background-image:url('../images/precription_lenses_text.jpg');	
}
.prescription_lenses h4
{
	padding:0px 0px;
}

/*---Pay_section----*/

.pay_section
{
	width:100%;
	float:left;
	padding:30px 0px;
}

.pay_section img
{
	width:100%;
	box-shadow: 0px 1px 4px #999;

}

/*----Foooter ----*/
footer
{
    background: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
    float: left;
    width: 100%;
}

footer ul
{
	width:100%;
	text-align:center;
	margin-bottom:0px;
}

footer ul li
{
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 5px 10px;
}
footer ul li:last-child
{
	border:0px;
}
footer ul li a
{
	color:#fff !important;
	text-decoration:none;
	padding:0px 5px;
	
}


/*-----Media Querry -----*/
@media (max-width:1200px)
{
	.banner h1
	{
		    font-size: 36px;
			padding: 130px 0px;
	}
	.banner img
	{
		    margin-top: 50px;
    width: 220px;
	}
	.banner h1 em
	{
		font-size: 30px;
	}
}
@media (max-width:992px)
{
	.banner h1
	{
		font-size:30px;
		line-height:54px;
		    padding: 100px 0px;
	}
		.banner h1 em
		{
			font-size:24px;
		}
		
	.banner img
	{
		    width: 200px;
    position: absolute;
    bottom: 0px;
    right: 0px;
	}
	.prescription_section h2
	{
		font-size:30px;
	}
	.prescription_section h4
	{
		font-size:18px;
		line-height:24px;
		margin-bottom:30px;
	}
	.prescription_section .text_content
	{
		padding:15px;
		width:50%;
	}
	.img_box
	{
		width:50%;
	}
	.img_box img
	{
		object-fit:cover;
	}
	.available_store p
	{
		font-size:18px;
	}
	.available_store a
	{
		line-height:48px;
		height:50px;
		margin-top:36px;
	}
	.available_store h3
	{
		font-size:24px;
		line-height:36px;
		margin-bottom:15px;
	}
	.available_store p
	{
		font-size:18px;
	}
	footer ul li
	{
		margin-bottom:10px;
	}
}

@media (max-width:768px)
{
	.prescription_section h4
	{
		padding:0px 0px;
	}
	
	.inner_content
	{
		display:block;
	}
	.available_store
	{
		    padding: 15px 0px;
    background-repeat: no-repeat;
	}
	.available_store a {
    height: 36px;
    margin-top: 0;
    width: 230px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 200;
	float:left;
	margin-left:15px;
}

.buying_made_easy h2
{
	font-size:24px;
}
.buying_made_easy ul li
{
	font-size:18px;
	margin:0px;
}
.banner h1 {
    font-size: 30px;
    line-height: 42px;
    padding: 100px 0px;
}
.banner h1
{
	font-size:24px;

}
.banner h1 em
{
	font-size:20px;
}
.prescription_section .text_content
{
	width:100%;
}
.img_box {
    width: 100%;
}
.banner img
{
	    width: 160px;
		right:15px;
}
}


@media (max-width:639px)
{
	.banner h1 {
    font-size: 24px;
    line-height: 30px;
    padding:70px 0px;
    width: 81%;
}
.banner img
{
	width:130px;
}
.prescription_section
{
	padding:50px 0px;
}
.available_store
{
	background-size:100% 100%;
	}
	footer ul li {
    margin-bottom: 10px;
    padding: 3px 15px;
}
}

@media (max-width:464px)
{
	
	header img
	{
		width:200px;
	}
	.banner h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 40px 0px;
}
.banner h1 em
{
	font-size:15px;
}
.banner img {
    width: 80px;
}
.prescription_section h2 {
    font-size: 24px;
}
.prescription_section .text_content
{
	background-size: 100% 100%;
}
footer ul li
{
	border:0px;
}
}