@charset "utf-8"; 
/*
Project Name: Buy Contact Lenses
Coded by: Mohd Basheer
Primary color: #026660
Red color: #f05a23
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
*/
*{ margin:0; padding:0; box-sizing:border-box;}
html, body{height:100%;width:100%;background:#eaeaea;font-family: 'Open Sans', sans-serif; color: #333333; position:relative;  }

.arial{ font-family:Arial, Helvetica, sans-serif}
a, a:hover, a:focus, a:active{ color: #333333; outline:none; text-decoration:none;}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
 .push {
    height: 50px; display:block; /* .push must be the same height as .footer */
}
.text-title{ text-transform:capitalize; font-weight:bold;}
.marTop{ margin-top:10%; display:block;}

.myDiv{ text-align:center; position:absolute; top:35%; left:0; right:0;}
/*===============innerpages============*/
.title-raleway{font-family: 'Raleway', sans-serif;} 
.title-raleway-hm{font-family: 'Raleway', sans-serif;} 
.text-medium{ font-weight:500;}
.text-semibold{ font-weight:600;}
.text-bold{ font-weight:700;}
.text-white{ color:#fff;}
.text-blue{color:#0068A0;}
.text-red{ color:#cc080e;}
h4.h3.title-raleway{ margin-bottom:5px; margin-top:0;}

h4, .h4, h5, .h5, h6, .h6{ margin-top:20px; margin-bottom:8px;}

.title{ margin:20px auto; text-align:center; font-size:40px;}
@media only screen and (min-width:768px){

}

@media only screen and (min-width:992px){}

@media only screen and (min-width:1024px){
	
}

@media only screen and (min-width:1200px){
	
}

@media only screen and (min-width:1920px){}



/* Small Devices, Tablets */
@media only screen and (max-width:767px){
	
}

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

}

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

}

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